Computer Knowledge

Internet and Web

1,617 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 web technology
  1. Its a new version of software after web 1.0

  2. Its all about web-apps making a interactive user experince.

  3. Its all about client side technologies Flash, Javascript, Silverlight

  4. Its all about using attractive designs in HTML Forms and using CSS

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

Web 2.0 is characterized by user interactivity, social features, and dynamic content. Option B correctly identifies it as interactive web applications. Option C is incorrect because client-side technologies existed before Web 2.0. Option D is superficial - CSS alone doesn't make something Web 2.0. Option A is wrong because Web 2.0 is not a software version but a paradigm shift.

Multiple choice technology web technology
  1. A information site containing all static HTML, CSS and Javascripting

  2. A Social Networking website

  3. A Bank website through which a user do all transaction

  4. A simple Flash website showing Products of a company

  5. A CMS like Joomla or phpbb

Reveal answer Fill a bubble to check yourself
B,C,E Correct answer
Explanation

Web 2.0 sites enable user interaction, content creation, and social features. Social networking sites (B) are quintessential Web 2.0. Bank transaction sites (C) with interactive features qualify as Web 2.0. CMS platforms like Joomla/phpBB (E) enable user-generated content. Option A is static HTML - not Web 2.0. Option D is a simple Flash site - product showcase without user interaction.

Multiple choice technology embedded technologies
  1. Safari

  2. Opera Mini

  3. BlackBerry Browser

  4. a and b

  5. b and c

  6. a and c

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

Both Safari (iPhone) and BlackBerry Browser support location identification via GPS. Opera Mini traditionally did not support full geolocation APIs due to its server-side rendering architecture. The correct answer is F (a and c).

Multiple choice technology embedded technologies
  1. Safari

  2. Opera Mini

  3. BlackBerry Browser

  4. a and b

  5. b and c

  6. a and c

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

Safari and BlackBerry Browser both support the W3C Geolocation API, enabling websites to identify device location. Opera Mini relies on server-side rendering and proxy servers, which historically prevented it from supporting client-side geolocation APIs directly, making options a and c correct.

Multiple choice technology platforms and products
  1. Similar

  2. Different

  3. Optinal

  4. Same as MWS URL

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

The MWS cluster front end uses a consistent URL across all nodes because external clients access the cluster through a load balancer or virtual IP. Individual nodes may have different internal addresses, but the front end URL presented to users must remain uniform.

Multiple choice technology operating systems
  1. ISOC

  2. W3C

  3. IEEE

  4. IETE

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

W3C (World Wide Web Consortium) is the primary international standards organization for the World Wide Web, responsible for standards like HTML, CSS, XML, and HTTP data representation protocols. ISOC focuses on internet policy, IEEE on broader technology standards, and IETE is an Indian professional society.

Multiple choice technology
  1. Cooking software

  2. Web site

  3. Internet information file

  4. Hacker file

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

A cookie is a small text file stored on a user's computer by a web browser. It contains information about the user's browsing activity and preferences for that specific website. Cookies are not cooking software, websites themselves, or hacker files - they are data files used for state management.

Multiple choice technology packaged enterprise solutions
  1. The Browser retrieves the appropriate templates and the Siebel Web Engine retrieves the data from the database to build the HTML page

  2. The Siebel Web Engine recognizes the URL and passes it to the Web Server where the HTML page is built for the user

  3. The Web Server retrieves the appropriate templates and the Siebel Web Engine retrieves the data from the database to build the HTML page

  4. The Web Server recognizes the URL and passes it to the Siebel Web Engine where the HTML page is built for the user

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

When a Siebel URL is requested, the Web Server (with the Siebel Web Server Extension) recognizes the URL and forwards it to the Siebel Web Engine (SWE) on the application server. The SWE then compiles the templates and data into HTML to send back to the user.