Computer Knowledge

Internet and Web

1,557 Questions

The Internet and Web encompass global networks, web portals, browsers, and online communication tools. This hub provides questions on basic internet concepts, email structures, and web terminology. Strong knowledge here is vital for scoring well in computer awareness sections.

Web browsersEmail conceptsWorld Wide WebWeb portalsInternet terminology

Internet and Web Questions

Multiple choice technology databases
  1. CodeSite

  2. CodePlex

  3. A & B

  4. None of the Above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

CodePlex was Microsoft's open source project hosting site before it was shut down in 2017 (projects migrated to GitHub). CodeSite is not associated with Microsoft. Microsoft now uses GitHub as its primary open source hosting platform. The question asks about Microsoft's site - CodePlex was the correct answer during its operational period.

Multiple choice technology
  1. "lo"

  2. "hello world"

  3. "mary had a little lamb"

  4. "cyberspace, the final frontier"

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The first ARPANET message was sent in 1969 and was intended to be 'LOGIN'. However, the system crashed after typing 'LO', making 'lo' the first message that actually went through. This occurred during a test of the ARPANET connection between UCLA and Stanford Research Institute.

Multiple choice technology
  1. Hypertext Transfer Protocol

  2. Hypertext Transfer Plotter

  3. Head Tail Transfer Plot

  4. Head Tail Transfer Protocol

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

HTTP stands for Hypertext Transfer Protocol, which is the foundation of data communication on the World Wide Web. It defines how messages are formatted and transmitted between web servers and browsers.

Multiple choice technology
  1. GWS

  2. IIS 5.0

  3. CERN httpd

  4. nginx

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

CERN httpd (also known as W3C httpd) was the first web server software, developed by Tim Berners-Lee at CERN in 1990. It ran on NeXTSTEP and was the foundation of the early World Wide Web. IIS came later, GWS is Google's server, and nginx is a modern server.

Multiple choice technology
  1. Internet Engineering Task Force

  2. ICANN

  3. Internet Architecture Board

  4. No one owns it

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

ICANN (Internet Corporation for Assigned Names and Numbers) is the global coordinator of the Internet's unique identifier systems. However, no single entity 'owns' the Internet - it's a decentralized network. ICANN manages domain names and IP addresses but doesn't own the infrastructure.

Multiple choice technology platforms and products
  1. Thoughworks

  2. Google

  3. Apache

  4. Collabnet

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

CollabNet was the founding company behind Subversion (SVN). Apache hosts the project but doesn't fund it. Thoughtworks (misspelled as 'Thoughworks') and Google are unrelated to SVN's funding history.

Multiple choice technology web technology
  1. A website

  2. A search engine

  3. A web Browser

  4. Antivirus software

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Google Chrome is a web browser developed by Google. It is used to access and navigate websites. Option A is incorrect because Chrome is not a website itself - it's the application that displays websites. Option B is incorrect because while Chrome includes Google Search as the default search engine, Chrome itself is not the search engine. Option D is incorrect - Chrome has no antivirus functionality.

Multiple choice technology
  1. An Internet connection, an Internet Service Provider and browser software

  2. Only Internet Explorer or Netscape Navigator

  3. A modem and a browser

  4. Nothing. All computers can access the Internet

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

To access the World Wide Web, you fundamentally need three components: an Internet connection (the physical/network link), an Internet Service Provider (to provide access to the Internet infrastructure), and browser software (to interpret and display web content). Option A correctly identifies all three essential requirements. The other options are incorrect because specific browsers are not required (any browser will work), a modem alone is insufficient without ISP service, and not all computers come pre-configured with Internet access.

Multiple choice technology web technology
  1. <a href="sendmail://[email protected]">

  2. <a href="[email protected]">

  3. <a href="mailto:[email protected]">

  4. <a mail: "[email protected]">

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation
Multiple choice technology web technology
  1. a company that provides access to the Internet.

  2. the language of the Web.

  3. common graphic format on the Web.

  4. common questions and answers.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

ISP stands for Internet Service Provider - a company that provides access to the Internet. Options B, C, and D are incorrect: HTML is the language of the Web, JPEG/GIF are common graphic formats, and FAQ represents common questions and answers.

Multiple choice technology web technology
  1. the transfer method used on the Web.

  2. file format used to transfer files from one word processor to another.

  3. a Web Address.

  4. file format that retains format on the Web.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

HTTP stands for Hypertext Transfer Protocol and is the transfer method used on the Web for communication between web servers and browsers. Option B describes file conversion formats, Option C refers to URL (web address), and Option D refers to formats like PDF that retain formatting.

Multiple choice technology web technology
  1. input area on a web page.

  2. method used to keep web pages formatted correctly.

  3. an interent activity that involves synthesis of information.correctly.

  4. ARPAnet.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

ARPAnet (Advanced Research Projects Agency Network) was the precursor to the modern Internet, developed by the U.S. Department of Defense in the 1960s. It established the foundational networking technologies and protocols that evolved into today's Internet. The question asks about the original creator/network.

Multiple choice technology web technology
  1. Green pages

  2. White pages

  3. Yellow pages

  4. Blue pages

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

UDDI (Universal Description, Discovery, and Integration) uses three types of pages: White pages contain contact information about businesses, Green pages hold technical details including web service interfaces (WSDL files), and Yellow pages provide industry categorization. Since the question asks specifically about technical information about the web service itself, Green pages is the correct answer.

Multiple choice technology
  1. Portable

  2. Discrete

  3. Uniform

  4. Standard

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

To solve this question, the user needs to be familiar with the concept of relative paths in hypertext links.

Relative paths make your hypertext links portable. This is because they are defined relative to the location of the current web page, rather than using an absolute URL that specifies the full web address.

Option A: Portable. This option is correct. Relative paths make hypertext links portable, meaning they can be moved to different locations or servers without breaking the link.

Option B: Discrete. This option is incorrect. The term "discrete" does not accurately describe the nature of relative paths in hypertext links.

Option C: Uniform. This option is incorrect. While "uniform resource locator" (URL) is a related term, it does not accurately describe the function of relative paths.

Option D: Standard. This option is incorrect. While relative paths are a standard feature of hypertext links, they are not described as "standard" in this context.

Therefore, the answer is: A. Portable.

Multiple choice technology
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Web browsers are responsible for rendering text using fonts available on the local system, and different computers have different font collections. When a specified font isn't available, browsers substitute with similar fonts from their pool. This is why web design specifies font families rather than single fonts, ensuring graceful degradation.