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
-
The World Wide Web Consortium
-
Microsoft
-
Mozilla
-
Sun Microsystems
A
Correct answer
Explanation
The World Wide Web Consortium (W3C) is the international standards organization that develops and maintains web standards including HTML, CSS, and HTTP specifications. Microsoft, Mozilla, and Sun Microsystems are companies that implement these standards but do not create them.
-
<mail href="xxx@yyy">
-
<a href="xxx@yyy">
-
<mail>xxx@yyy</mail>
-
<a href="mailto:xxx@yyy">
D
Correct answer
Explanation
To create a clickable e‑mail link you must use the <a> element with a mailto: URI scheme, e.g. </a><a href="mailto:xxx@yyy">. The other tags either do not exist in HTML or lack the required scheme, so the stored answer is correct.
-
Online
-
Offline
-
Private
-
Public
B
Correct answer
Explanation
Standalone utilities in DB2 operate on offline data - they don't require DB2 to be active and run directly against data sets. This contrasts with online utilities that run through DB2. Options A, C, D are incorrect terminology. The correct term is 'Offline' utilities.
-
Online
-
Offline
-
Private
-
Public
B
Correct answer
Explanation
Standalone utilities in DB2 are also known as offline utilities because they must be run when the subsystem is not active. They operate directly on data sets outside of DB2 control. Online utilities run while DB2 is active. 'Private' and 'Public' are not standard classifications.
-
request
-
page
-
session
-
All the above
D
Correct answer
Explanation
The jsp:useBean action supports four scope values: page (default, current page only), request (current request), session (user session), and application (entire web app). All listed options are valid scopes.
-
#contents=0
-
#contents=1
-
?contents=1
-
?contents=0
C
Correct answer
Explanation
Adding ?contents=1 to a SharePoint page URL displays the page in a special diagnostic view that reveals all web parts. This mode shows web part zones, boundaries, and properties to help with debugging and page layout. The question mark (?) indicates it's a query string parameter, not a hash fragment (#) which points to page anchors.
-
List SMTP of users
-
List all emails with specified details
-
List all sent emails for users
-
All are above
B
Correct answer
Explanation
Journal search in enterprise email systems is used to list all emails with specified details for compliance and auditing purposes. It does not list SMTP addresses or sent emails specifically, and 'All are above' is incorrect.
-
retain only the last page visited in the browser's history
-
eliminate any flash caused by navigation
-
Doesn't work with sites protected with SSL
-
persist scroll position when moving from page to page
C
Correct answer
Explanation
SmartNavigation was an ASP.NET 1.x feature that reduced page flash, persisted scroll position, and maintained focus. However, it had known limitations and did NOT work properly over SSL (HTTPS) connections due to how it handled page navigation. This is a documented limitation of the feature. The other options describe things SmartNavigation DID do (persist scroll position, eliminate flash), so they're incorrect as 'not true' statements. The answer correctly identifies the SSL limitation.
-
retain only the last page visited in the browser's history
-
eliminate any flash caused by navigation
-
Doesn't work with sites protected with SSL
-
persist scroll position when moving from page to page
-
ASKTIME
-
TIME
-
CONVERTTIME
-
FORMATTIME
C
Correct answer
Explanation
CONVERTTIME is a CICS command that analyzes three common Internet date/time timestamp formats and converts them to ABSTIME (absolute time) format. This is useful for standardizing different timestamp representations into a single internal format for processing.
-
ListClient
-
Client Profile
-
Construct Profolio
-
Admin Agent
B
Correct answer
Explanation
A new client is created in the Client Profile page. This is the dedicated interface for entering and managing client information. The ListClient page is likely for viewing existing clients, Construct Portfolio is for building investment portfolios, and Admin Agent is for administrative agent functions.
-
Proxy
-
ConcreteProxy
-
Subject
-
RealSubject
-
Alphabetical, when names of items are not known to users
-
Frequency of use by typical users
-
Importance
-
Alphabetical, when names of items are known to users
A
Correct answer
Explanation
Alphabetical sequencing is ineffective when users do not know the names of the items, making this option the correct exception. Frequency, importance, and alphabetical sorting when names are known are all valid ways to sequence web page content.
A
Correct answer
Explanation
Usability research demonstrates that users rarely utilize breadcrumb navigation spontaneously on websites, preferring standard global menus or the browser's back button. Even after users are explicitly trained or taught how breadcrumbs function, their spontaneous usage rates remain low, making the stated text true.