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 general knowledge
  1. ISP

  2. Browser Page

  3. Search Page

  4. Home Page

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

A website's main entry page is called the home page. It's typically the default page displayed when you visit a domain. ISP stands for Internet Service Provider, not a page type. Browser page and search page are not standard terms for a website's main page.

Multiple choice general knowledge
  1. Network of all computers in a company not connected to web

  2. Network of home Computers

  3. Global network of computers

  4. none of the above

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

The Internet is a massive global network of interconnected computers that communicate using standard protocols. It spans the entire world, connecting millions of private, public, academic, business, and government networks. It is not limited to a single company or home - it's a worldwide system.

Multiple choice general knowledge
  1. Hyper Transfer Text Protocol

  2. Hyper Text Transfer Protocol

  3. Hyper Text Trasnfer Program

  4. Hyper Transfer Text program

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

HTTP stands for HyperText Transfer Protocol, the foundation of data communication for the World Wide Web. Hyper Transfer Text Protocol, Hyper Text Trasnfer Program, and Hyper Transfer Text program are incorrect.

Multiple choice general knowledge science & technology
  1. world while wrestling

  2. world wide web

  3. world wide worksop

  4. worlds worst words

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

WWW stands for World Wide Web, the system of interconnected documents and resources linked by hyperlinks on the internet. The other options are incorrect abbreviations not related to web technology.

Multiple choice general knowledge science & technology
  1. Fact

  2. Fiction

  3. almost fiction:It was actually Tipper.Shhh, don't tell.


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

Al Gore did not invent the internet. This is a persistent urban legend that misrepresents a statement Gore made about 'taking the initiative in creating the internet' through legislative support. The internet's development involved many researchers over decades, including Vint Cerf, Bob Kahn, and others who developed TCP/IP. Gore's actual contribution was supporting legislation that funded internet development.

Multiple choice general knowledge science & technology
  1. Fact

  2. Fiction

  3. almost fiction:There are 180 million domain names out there.


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

The statement claims 18 million domain names, but the actual number in June 2009 was closer to 180 million domain names - off by a factor of 10. The 'almost fiction' option correctly identifies this significant numerical error. Domain name registration grew rapidly in the 2000s, reaching approximately 180 million by mid-2009 according to Verisign and other domain registry reports.

Multiple choice general knowledge science & technology
  1. Fact

  2. Fiction

  3. almost fiction: The schools were Yale and Princeton.


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

The predecessor to the Internet was ARPANET, not NETLINX. ARPANET's first nodes were UCLA and SRI in 1969. The claim about NETLINX and Harvard/MIT in 1979 is fictional, though the option suggests a specific correction regarding Yale/Princeton.

Multiple choice general knowledge science & technology
  1. Fact

  2. Fiction

  3. almost fiction:Mosaic rolled out in 1989.


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

Mosaic, developed at the National Center for Supercomputing Applications (NCSA) and released in 1993, was indeed the first widely-used web browser that popularized the World Wide Web. Its graphical interface made the web accessible to non-technical users. Mosaic's success led to the creation of Netscape Navigator and helped spark the internet boom of the 1990s.

Multiple choice general knowledge science & technology
  1. Fact

  2. Fiction

  3. almost fiction: True, but it also blocks other stuff, like anti-government sites and anything related to the Tiananmen Square protests


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

China's mandate for filtering software on computers sold after July 1, 2009, extended far beyond blocking profanity. The Green Dam Youth Escort software was designed to block politically sensitive content, including anti-government websites and references to the Tiananmen Square protests of 1989. The 'almost fiction' option correctly identifies that the blocking scope was much broader than just profanity, encompassing political censorship.

Multiple choice general knowledge science & technology
  1. Fact

  2. Fiction

  3. almost fiction: The schools were Yale and Princeton.


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

The actual predecessor to the Internet was ARPANET, which launched in 1969, not NETLINX in 1979. The network described is fictitious, and the historical details are incorrect.

Multiple choice general knowledge
  1. client.navName

  2. client.appName

  3. navigator.appName

  4. clientitself.navName

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

In JavaScript, the navigator object (part of the Window interface) contains information about the browser. The appName property specifically returns the official name of the browser. Options A and B use a non-existent 'client' object, while option D invents 'clientitself', which is not valid JavaScript syntax.

Multiple choice general knowledge
  1. Private Home Page

  2. Hypertext Preprocessor

  3. Preprocessor Hypertext

  4. Personal Home Page

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

PHP originally stood for 'Personal Home Page' when created by Rasmus Lerdorf in 1994, but was later recursively renamed to 'PHP: Hypertext Preprocessor' to emphasize its server-side scripting capabilities. The modern meaning is 'Hypertext Preprocessor,' making option B correct. Options A and D are incorrect variations.

Multiple choice general knowledge science & technology
  1. diet -atkins

  2. diet NO atkins

  3. diet exclude:atkins

  4. diet ignore:atkins

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

To exclude pages containing a particular word from search results, use the minus sign (-) immediately before the word you want to exclude, with no space between them. This tells the search engine to filter out any results containing that term.

Multiple choice general knowledge science & technology
  1. blackjack IN www.plentysmart.com

  2. blackjack site:www.plentysmart.com

  3. www.plentysmart.com blackjack

  4. blackjack ON www.plentysmart.com

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

To search for a term within a specific website, use the 'site:' operator followed by the domain name. This restricts your search to only pages within that particular website, which is useful for finding specific content on known sites.