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
-
<a href="url" target="_blank">
-
<a href="url" target="new">
-
<a href="url" new>
-
<a window="url" new>
-
<a href="url" target="_blank">
-
<a href="url" target="new">
-
<a href="url" new>
-
<a window="url" new>
A
Correct answer
Explanation
The target="_blank" attribute opens a link in a new browser window or tab. This is the standard HTML approach for opening links in new windows (option A). Target="new" is not a valid HTML value.
-
Virtual Users
-
Hits per sec
-
Transactions per second
-
HTTP response per second
D
Correct answer
Explanation
LoadRunner's goal-oriented scenarios define target metrics like number of Virtual Users, Hits per Second, and Transactions per Second (Response Time is also a common goal). HTTP responses per second is not a standard goal type - this metric is typically analyzed under Hits per Second or Transaction throughput categories.
A
Correct answer
Explanation
The GET method sends data via URL parameters, which appear in the query string after the '?' character. POST sends data in the request body, not the URL. Therefore GET is the correct answer for sending input via URL. Option B is incorrect because POST doesn't use URLs. Option C is wrong because only GET uses URLs.
-
universal resource locator
-
unidentified resource locator
-
uniform resource locator
-
unidentified random locator
C
Correct answer
Explanation
URL stands for Uniform Resource Locator, which specifies the address of a resource on the internet. Option A incorrectly uses 'Universal,' which is a common misconception - the official standard is 'Uniform.' Options B and D are clearly incorrect with 'unidentified' being inappropriate for addressing.
-
World-Wide Web
-
World Wide Website
-
World Wide Web
-
World Wide Webbies
C
Correct answer
Explanation
WWW stands for World Wide Web, which connects documents across the internet through hyperlinks. Option A incorrectly uses hyphens between words, while Option B adds 'site' which isn't part of the standard. Option D is clearly incorrect with 'Webbies' being nonsensical.
-
VSS
-
PVCS
-
Bugzilla
-
All of the above
C
Correct answer
Explanation
Bugzilla is a widely-used web-based bug tracking system that allows teams to track defects and issues in software products. VSS (Visual SourceSafe) and PVCS are version control systems, not bug tracking tools, making them incorrect choices for this specific purpose.
-
Database
-
Web page
-
Portal Collaboration Software.
-
Editor
C
Correct answer
Explanation
SharePoint is a web-based collaboration platform and portal software that integrates with Microsoft Office. It provides document management, content management, and collaboration features. It is not just a database, web page, or text editor - it's a comprehensive collaboration platform.
-
It’s a methods for providing prepackaged site and list content.
-
URL
-
Port number
-
Web definition
A
Correct answer
Explanation
A site definition in SharePoint is a method for providing prepackaged site and list content templates that define the structure, configuration, and initial content of new sites. It's not a URL, port number, or web definition - it's a template mechanism for rapid site provisioning with consistent structure and features.
-
inetcpl.cpl
-
internet.cpl
-
inetprop.cpl
-
configint.cpl
A
Correct answer
Explanation
inetcpl.cpl is the Control Panel file that opens Internet Properties in Windows. The name stands for 'Internet Control Panel'. This CPL file provides access to Internet Explorer settings, connection configurations, security settings, and browsing history options. internet.cpl, inetprop.cpl, and configint.cpl are not valid Windows CPL files.
-
after
-
before
-
simutaneoulsy
-
can't say
A
Correct answer
Explanation
When a popup page is activated, the Activate PeopleCode for the popup page executes AFTER the page activate event for the main page has completed. This sequencing ensures the main page is fully processed before the popup logic runs.
-
internet solutions
-
intranet solutions
-
integration technologies
-
all the above
D
Correct answer
Explanation
PeopleSoft Pure Internet Architecture is designed to leverage all aspects of PeopleSoft's technology stack - including internet solutions, intranet solutions, and integration technologies. It's a comprehensive architecture that enables web-based access to PeopleSoft applications and integrates with various systems.
-
Content Author
-
Content Manager
-
Web Developer
-
Administrator
C
Correct answer
Explanation
In Documentum Web Publisher, the Web Developer role is responsible for creating the technical content that makes up web pages, including templates, presentation files, and the code structure. Content Authors create the actual content, Content Managers oversee the publishing workflow, and Administrators handle system configuration.
-
Snapshot of website
-
Stamped with date and time and captures everything needed to replicate the site
-
Stored in edition cabinet in repository
-
Created using active contents only
A,B,C,D
Correct answer
Explanation
An edition in Documentum Web Publisher is a complete snapshot of a website at a specific point in time, stamped with date and time. It captures everything needed to replicate that exact state of the site and is stored in the edition cabinet in the repository. Editions capture all content (both active and inactive) to provide a complete historical record.
-
Webtop
-
Site Caching Services
-
Webpublisher
-
WDK
C
Correct answer
Explanation
Documentum Webpublisher is the specific browser-based application designed for content creation, review, and publishing to websites. Webtop acts as a general document management client, WDK is the underlying web development kit framework, and Site Caching Services is responsible for content delivery and caching.