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 testing
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

SharePoint URLs typically follow the format http://Servername:Portnumber/ where the port number is required because SharePoint web applications run on specific ports (like 80, 443, or custom ports). The server name (hostname) precedes the port number in standard URL format. Option C reverses this incorrectly.

Multiple choice technology testing
  1. Wait time

  2. Transaction Delay

  3. Response time

  4. Transaction wait time

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

Response time is the time elapsed from sending a request to receiving the complete response. In this scenario, the 30-second delay from clicking login to seeing the homepage is the response time. Wait time (Option A) and Transaction Delay (Option B) are not standard performance testing terms. Transaction wait time (Option D) is not a defined metric.

Multiple choice technology web technology
  1. True

  2. False

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

This is false. A web service is more than just a function or method exposed on the web. It is a standardized way of integrating web applications using XML, SOAP, WSDL and UDDI open standards over the internet. It involves a complete architecture with protocols for discovery, description, and communication.

Multiple choice technology web technology
  1. Open Standard

  2. Secure

  3. Text Based Response

  4. All of Them

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

Web services are based on open standards (like HTTP and SOAP) and use text-based message formats (like XML or JSON). These features enable cross-platform interoperability, unlike vendor-specific, binary-based native technologies such as EJB, COM/DCOM, or CORBA.

Multiple choice technology web technology
  1. Real Internet Application

  2. Rich Internet Application

  3. Raw Internet Application

  4. None of these

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

RIA stands for Rich Internet Application, which refers to web applications with features and functionality similar to desktop applications.

Multiple choice technology platforms and products
  1. template development

  2. security and access control

  3. site navigation services

  4. portal services

  5. site publishing

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

Web Content Management focuses on template development, site navigation, site publishing, and security/access control for managing web content. Portal services (D) are a separate layer - they aggregate content and applications but are not part of the core WCM functionality.

Multiple choice technology platforms and products
  1. Site Collection

  2. Navigation

  3. Business Data Catalogs

  4. Site directory

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

Site Directory service maintains a catalog of websites and network locations with link scanning capabilities to detect broken links, changed URLs, or missing sites. This is essential for maintaining portal integrity. Site Collections, Navigation, and BDCs are different SharePoint components.

Multiple choice technology web technology
  1. A Secondary Window

  2. A different application

  3. A search window

  4. A page in the navigation pane

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

Hyperlinks provide versatile navigation capabilities, allowing users to jump to various destinations including secondary windows within the same application, external applications, search windows, and specific pages in navigation panes.

Multiple choice technology web technology
  1. Sends a new request for page

  2. It will not send any request

  3. Fetches the page from the browser cache

  4. Fetches the page from virtual memory

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

Clicking the back button loads the previously visited page from the browser's local cache rather than sending a new HTTP request to the server, provided the cache has not expired or headers do not restrict it. This minimizes network traffic and speeds up navigation, making the cached option correct.

Multiple choice technology web technology
  1. Search Engine

  2. Web Optimizer

  3. Web Crawler

  4. Web Driller

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

Web crawlers (also called spiders or bots) are the core component of search engines that systematically browse the web to index pages. Search engines use crawlers to discover and catalog content, while web optimizers, drillers, and the search engine itself are not fundamental components.

Multiple choice technology web technology
  1. Using Search Engine Optimization

  2. Using Search Engine Customization

  3. Using Search Engine Generalisation

  4. Using Search Engine Specification

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

Search Engine Optimization (SEO) is the practice of improving website visibility in organic search results. Techniques include keyword optimization, quality content creation, backlink building, and technical improvements to help search engines better understand and rank the site.