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
-
Track a user's e-mail
-
Add statefulness to the originally stateless HTTP
-
Disclose a user's identity
-
Add history information to the originally stateless HTTP
B
Correct answer
Explanation
HTTP is inherently stateless, meaning each request is processed independently without memory of previous interactions. Cookies solve this by storing small pieces of data on the client side that are sent back with subsequent requests, allowing the server to maintain session state and track user activity across multiple page views. This enables features like shopping carts, login persistence, and personalized content.
-
Evercookie is a javascript API available that produces extremely persistent cookies in a browser
-
Evercookie is a cookie anonymysing tool
-
Evercookie is a FireFox Plugin
-
Evercookie is a cookie pollution tool
A
Correct answer
Explanation
An Evercookie is a JavaScript-based API that produces extremely persistent cookies in a browser. It achieves this by storing cookie data in several redundant storage mechanisms (such as Local Storage, IndexedDB, Flash Cookies, Silverlight, and browser cache) and recreating deleted cookies from surviving copies.
-
Impression
-
ImageUrl
-
UrlNavigate
-
Keyword
-
AlternateText
C
Correct answer
Explanation
This is an invalid property. The correct name of the property is NavigateUrl, which is used to point to the URL where the control will be transferred if the user clicks an advertisement.
A
Correct answer
Explanation
We can use the mailto command in an A HREF link tag to create an email link. Clicking on the link will invoke the clients' email client automatically.
-
Internet chat
-
Web browsing
-
E-mail
-
Ping
-
wget
-
lynx
-
ping
-
traceroute
B
Correct answer
Explanation
The 'lynx' command provides a way to browse the web on a text- only terminal.
-
CGI - Bin
-
Recycle Bin
-
Bin
-
All of these
A
Correct answer
Explanation
CGI - BINThe map-definition file is generally stored in CGI - BIN, while designing a web page which is by default a directory to store map definition file whereas, Recycle Bin and Bin are the directories having different functionality, so treated as wrong options.
C
Correct answer
Explanation
<a href = http://www.company.com> company </a> the format is only correct to create a hyperlink. Because we use <a href = “Link”> link name</a> URL to be displayed on browser. Standard tag to make the text as hyperlink, whereas < a url > and <a> and <a name> are invalid tags.
-
It gives extra path information that follows the name of the CGI program on the URL.
-
It gives extra path information that follows the name of the CGI program.
-
It gives the username as defined in the fRFC 931.
-
It is the virtual path to the CGI program being executed.
A
Correct answer
Explanation
In CGI programming, PATH_INFO is the extra path information that follows the script name in a URL. For example, in '/cgi-bin/script.py/extra/path', the '/extra/path' portion is the PATH_INFO data available to the CGI program.
-
<HTML>
-
<form>
-
<start>
-
<title>
A
Correct answer
Explanation
HTML documents must begin with the tag as the root element that contains all other elements. The tag is for creating forms, is not a valid HTML tag, and sets the page title but appears inside , not at the document start.
-
<a href = “url” target = “new”>
-
<a href = “url” target = “-blank”>
-
<a href = “url”.new>
-
<a href = “url” target =”open”>
-
Plugin or extension
-
Bookmarks or Favourites
-
Download folder
-
Filters
-
None of these
B
Correct answer
Explanation
Bookmarks (in FireFox & Chrome etc) and Favourites ( in IE) are used to store particular URL and can be used for future use when required by the user. Hence, it is correct.
-
e-mail
-
http cookie
-
html
-
proxy
-
None of these
B
Correct answer
Explanation
The http cookie or web cookie or browser cookie means the same. These are sent from web server of the website to users's browser and are stored in the user's browser. These help in tracking user's previous browsing info and sessions, etc. This is the correct answer.
-
Firefox
-
Chrome
-
Opera
-
Outlook
-
Explorer
D
Correct answer
Explanation
Firefox, Chrome, Opera, and Internet Explorer are web browsers. Outlook is an email client (part of Microsoft Office) for managing emails, contacts, and calendars, not a web browser. Browsers are specifically designed for accessing and displaying web pages, while Outlook handles email communication.
-
SMTP
-
IMAP
-
URL
-
Web Page
-
Browser
E
Correct answer
Explanation
A Browser interprets HTML code including text, images, hypertext links, Javascript, and Java applets.