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
-
3 Weeks ago
-
4 Weeks ago
-
5 Weeks ago
-
1 Weeks ago
B
Correct answer
Explanation
Historically, in classic versions of Internet Explorer (such as IE6 through IE11), the default duration for keeping history was set to 20 days, which is approximately 3 weeks. However, the standard option list in IE's History Pane grouped older history under '4 Weeks Ago'. Thus, 4 weeks is correct.
-
Multipurpose Internet Message Extensions
-
Multipurpose Intranet Mail Extensions
-
Multipurpose Intranet Message Extensions
-
Multipurpose Internet Mail Extensions
D
Correct answer
Explanation
MIME stands for Multipurpose Internet Mail Extensions, which extends email to support non-text content like images and audio. Option D is correct with 'Internet' and 'Mail'. Options A and B incorrectly use 'Message' instead of 'Mail'. Options B and C incorrectly use 'Intranet' instead of 'Internet'.
-
Uniform Resource Locator
-
Universal Resource locator
-
Uninterrupted Resource Locator
-
Unique Resource Locator
A
Correct answer
Explanation
URL stands for Uniform Resource Locator, which is the address of a specific resource on the internet. It tells your browser exactly where to find a webpage, file, or other online resource. The 'Uniform' part means the format follows consistent standards worldwide.
-
page, request & session
-
page, request & application.
-
page, request, session & application.
-
request, session & application.
C
Correct answer
Explanation
JSP provides four scope options for storing and sharing data: page (default, most limited), request, session, and application (broadest). Page scope only lasts for the current page, request scope lasts for one HTTP request, session scope persists across multiple requests from the same user, and application scope is shared across all users and sessions.
-
Bear Baiting
-
Freefalling
-
Jailbreaking
-
Piggybacking
D
Correct answer
Explanation
Piggybacking refers to using someone else's wireless Internet connection without their permission. It's the correct term for this unauthorized access to Wi-Fi networks.
-
page, request & session
-
page, request & application.
-
page, request, session & application.
-
request, session & application.
C
Correct answer
Explanation
JSP provides four scopes: page scope (default, accessible only within the page), request scope (accessible during the current request), session scope (accessible across multiple requests from the same user session), and application scope (globally accessible across the entire application). Option C correctly lists all four scopes.
-
a) Link does not contain Sort Specification Property.
-
b) Link contains Search Specification Property.
-
c) Pick Lists do not contain Sort Specification Property.
-
d) None
C
Correct answer
Explanation
Links do contain Search Specification property (for filtering child records), making option B true. Pick Lists DO have Sort Specification property to control their display order, so option C is false - it's the wrong statement being sought.
-
page, request & session
-
page, request & application.
-
page, request, session & application
-
request, session & application.
C
Correct answer
Explanation
In JSP/Servlet technology, there are exactly four scopes: page (default), request, session, and application (context). Option C correctly lists all four available scopes.
A
Correct answer
Explanation
StickyMinds (stickyminds.com) is a well-known software testing and quality resource community. Softwaredioxide is also a software-related site but less specifically focused on testing. Sulekha is an Indian local services portal, and HowStuffWorks is general educational content.
-
FAP
-
DDT
-
Both
-
None of these
B
Correct answer
Explanation
Image Level Rules are defined in the DDT (Data Definition Tool) not FAP. DDT handles the detailed specifications for how images are recognized and processed while FAP likely serves a different function in the system.
-
Continuous
-
Sort
-
Sequence
-
All
C
Correct answer
Explanation
The Link Ordering page in Funnel Stage configuration is enabled only for the Sequence funneling method. This is because Sequence requires maintaining a specific order of input data, which users need to configure.
-
available to many users
-
used by one person
-
Both
-
none of these
A
Correct answer
Explanation
Shared views are designed to be accessible to multiple users in a system. Unlike personal views that are restricted to a single user's use, shared views can be accessed and utilized by many users simultaneously. This makes them useful for collaborative environments where multiple people need the same data perspective.
-
"lo"
-
"hello world"
-
"mary had a little lamb"
-
"cyberspace, the final frontier"
A
Correct answer
Explanation
The first ARPANET message was 'LO' - sent in 1969 by Charley Kline attempting to type 'LOGIN', but the system crashed after the first two letters. This became famous as the humble beginning of networked communication.
B
Correct answer
Explanation
The directive <%@ OutputCache Duration="60" %> caches a single version of the page. Without specifying properties like VaryByCustom or VaryByHeader (e.g., User-Agent), mobile devices can receive the cached desktop version of the page. Thus, the statement is false.