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
B
Correct answer
Explanation
onreadystatechange is an event handler property of XMLHttpRequest, not a method. You assign a callback function to it, which gets invoked when the readyState changes.
B
Correct answer
Explanation
XMLHttpRequest (AJAX) requests do not add entries to the browser's history. Only normal page navigation or history.pushState/replaceState calls modify the history stack.
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.
-
Wait time
-
Transaction Delay
-
Response time
-
Transaction wait time
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.
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.
-
Open Standard
-
Secure
-
Text Based Response
-
All of Them
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.
A
Correct answer
Explanation
REST web services operate directly over standard HTTP methods like GET, POST, PUT, and DELETE without requiring an enveloping protocol format such as the XML envelope used by SOAP web services.
-
Real Internet Application
-
Rich Internet Application
-
Raw Internet Application
-
None of these
B
Correct answer
Explanation
RIA stands for Rich Internet Application, which refers to web applications with features and functionality similar to desktop applications.
-
template development
-
security and access control
-
site navigation services
-
portal services
-
site publishing
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.
-
Site Collection
-
Navigation
-
Business Data Catalogs
-
Site directory
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.
-
A Secondary Window
-
A different application
-
A search window
-
A page in the navigation pane
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.
-
Sends a new request for page
-
It will not send any request
-
Fetches the page from the browser cache
-
Fetches the page from virtual memory
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.
-
Search Engine
-
Web Optimizer
-
Web Crawler
-
Web Driller
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.
-
Using Search Engine Optimization
-
Using Search Engine Customization
-
Using Search Engine Generalisation
-
Using Search Engine Specification
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.
D
Correct answer
Explanation
W3C (World Wide Web Consortium) is the international standards organization that develops protocols and guidelines for the web, including HTML, CSS, and XML specifications. ICANN handles domain names, IANA manages IP address allocation, and WWW refers to the web itself.