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 web technology
  1. Microsoft Search Server (MSS)

  2. Microsoft Office SharePoint Server (MOSS)

  3. Windows SharePoint Services (WSS)

  4. Microsoft Bing Services

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

Windows SharePoint Services (WSS) is correct as it was the free add-on version providing basic portal functionality for Windows Server 2003 and 2008. MSS and MOSS were paid enterprise editions, while Bing Services is unrelated to SharePoint.

Multiple choice technology testing
  1. External Url

  2. Internal Url

  3. Both of the Above

  4. None of the Above

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

The Change Password Link is required in the External URL because this is what external users/customers access to manage their accounts. Internal URLs are for system administrators and don't require the same self-service password change functionality. The external-facing portal must provide this link for users to reset their own passwords for security and account management purposes. The system design places this requirement on the external interface, not internal tools.

Multiple choice technology web technology
  1. The World Wide Web Consortium

  2. Microsoft

  3. Mozilla

  4. Anybody can publish their rearch

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

W3C (World Wide Web Consortium) is the international standards organization that develops protocols and guidelines for the World Wide Web. It was founded by Tim Berners-Lee and ensures the long-term growth and interoperability of web technologies. The other options are private companies or incorrect statements about web standards.

Multiple choice technology web technology
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The tag with the href attribute creates hyperlinks in HTML. The correct syntax is link text. Option A incorrectly uses 'url' instead of 'href'. Option C incorrectly uses 'name' which is for anchors, not links. Option D is missing the href attribute entirely.

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.