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. postal address information

  2. security information

  3. response information

  4. stock request information

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

SOAP (Simple Object Access Protocol) headers are extensible elements that carry metadata about the message. Security information is commonly placed in SOAP headers to support authentication, authorization, encryption tokens, and digital signatures without modifying the message body. This separation allows security processing to happen independently of the business logic in the SOAP body. The other options (postal address, response information, stock request) are typically part of the application payload rather than header-level metadata. Headers are specifically designed for cross-cutting concerns like security, routing, and transaction management.

Multiple choice technology web technology
  1. It is used to add headers to a request

  2. It defines the semantic behaviour of a web service

  3. It defines the interface that the web service provides

  4. It publishes information about a service to a registry

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

UDDI (Universal Description, Discovery, and Integration) is a standard for web service registries that enables service providers to publish information about their web services. The primary function of a UDDI registry is to serve as a directory where businesses can list their web services, making them discoverable by potential consumers. Option D correctly describes this publishing function. Options A (adding headers), B (defining behavior), and C (defining interface) describe other aspects of web services but not the UDDI registry's core purpose. UDDI is essentially yellow pages for web services - it publishes service location and metadata, not service behavior or interface definition.

Multiple choice technology web technology
  1. System.Web

  2. System.Net

  3. Pages

  4. authentication

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

System.Web and System.Net are top-level configuration section groups in Web.config. System.Web contains ASP.NET-specific settings like authentication, authorization, and custom errors, while System.Net contains networking configuration like mail settings and request authentication. Pages and authentication are individual sections within System.Web, not separate section groups.

Multiple choice technology web 2.0
  1. A type of backlink

  2. A spam method

  3. An warez site

  4. A method of getting fake visits to your site

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

To answer this question, the user needs to know about the concept of trackbacks.

A trackback is a type of backlink that notifies a website when another website links to its content. It is a way for a blogger or website owner to see who is linking to their content, which can help them build relationships with other websites in their niche.

Option A is the correct answer because a trackback is indeed a type of backlink.

Option B is incorrect because a trackback is not a spam method. It is a legitimate way to notify a website of a link to its content.

Option C is incorrect because a trackback is not related to warez sites.

Option D is incorrect because a trackback does not involve getting fake visits to a site.

Therefore, the Answer is: A. A type of backlink.

Multiple choice technology web 2.0
  1. Really simple syndication

  2. Really simple site

  3. Rich site summary

  4. RDF site summary

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

RSS stands for Rich Site Summary, Really Simple Syndication, or RDF Site Summary depending on the version and standard. 'Really Simple Site' is not a recognized expansion of the RSS acronym, making it the correct choice for this 'not' question.

Multiple choice technology web 2.0
  1. They get better as more people use it

  2. Multiple users schedule their time to use it one by one

  3. They provide users with content rather than asking users to create it

  4. Web 2.0 application refers to a new version of a web 1.0 application

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

Web 2.0 applications rely on user participation and network effects, meaning their utility and database of content grow and improve as the user base expands. They do not require scheduled sequential usage, are focused on user-generated content rather than static delivery, and represent a paradigm shift in web utilization rather than a simple software version upgrade.

Multiple choice technology testing
  1. Internet

  2. A corporate intranet

  3. Mobile Internet

  4. Both A & B

  5. Only A

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

Quality Center is accessed through a web browser and can be deployed over either the public Internet or a corporate intranet, depending on organizational security requirements. Option D correctly captures both deployment models. Options A, B, and C are individually incomplete.

Multiple choice technology web technology
  1. a company that provides access to the Internet.

  2. common questions and answers.

  3. the language of the Web.

  4. common graphic format on the Web.

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

HTML (HyperText Markup Language) is the standard markup language for creating web pages. It defines the structure and content of web documents using tags and elements, forming the foundation of the World Wide Web alongside CSS and JavaScript.

Multiple choice technology web technology
  1. an interent activity that involves synthesis of information.

  2. method used to keep web pages formatted correctly.

  3. input area on a web page.

  4. ARPAnet.

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

HTML forms provide input areas (text boxes, checkboxes, radio buttons, dropdowns, etc.) that allow users to enter and submit data to a web server. Forms are the primary mechanism for user interaction on the web, enabling everything from search boxes to checkout processes.

Multiple choice technology packaged enterprise solutions
  1. It Stores the custom pages in the content db

  2. It abstracts the details of file system

  3. It abstracts the details of where the page files are stored away from the asp.net runtime

  4. It is a pluggable component to abstract the filesystem pages.

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

Virtual Path Provider is a mechanism in SharePoint that allows ASP.NET to serve pages from non-file system locations (like the content database) by abstracting the physical storage location from the runtime.

Multiple choice technology testing
  1. Mozilla Firefox

  2. Netscape

  3. Internet Explorer

  4. Safari

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

Quality Center 9.2 was an HP testing tool from the early 2000s. At that time, enterprise web applications primarily supported Internet Explorer. This is historical knowledge about legacy HP software ecosystem.