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
-
Collection of Sites
-
Providing prepackaged site and list content
-
Permission of site
-
All of the above
B
Correct answer
Explanation
A SharePoint site definition provides prepackaged templates that define the structure, lists, libraries, and initial content for new sites. Option A is incorrect - it's not just a collection of sites. Option C is wrong - permissions are managed separately through permission levels, not site definitions.
-
place for collaborating on Web pages,lists and document libraries
-
place for connecting database
-
place for creating webapplication
-
None of the above
A
Correct answer
Explanation
A SharePoint workspace is a collaborative site where team members can work together on Web pages, lists, and document libraries. It's designed for team collaboration and content sharing. Option B is incorrect - workspaces are not for connecting databases. Option C is wrong - web applications are created at a different level.
-
Reader
-
Contributor
-
Web Creator
-
Web Designer
C
Correct answer
Explanation
Reader, Contributor, and Web Designer are all standard SharePoint roles. Web Creator is not a standard built-in SharePoint role/permission level. The standard roles include Full Control, Designer, Edit, Contribute, Read, etc., but not Web Creator.
-
It will give an error
-
It will execute and nothing will happen
-
It will execute and www.google.com is going to open
-
None of The above
-
200
-
304
-
404
-
None of The above
A
Correct answer
Explanation
HTTP status code 200 OK indicates that a request has succeeded. In contrast, 304 is a redirection code indicating the resource has not been modified and should be loaded from cache, while 404 is a client error showing the resource was not found. Thus, only 200 represents success.
B
Correct answer
Explanation
XMLHttpRequest makes asynchronous HTTP requests programmatically from JavaScript. These requests do not affect the browser's history stack - only navigation actions (clicking links, setting window.location, etc.) create history entries. AJAX requests are invisible to the browser's back/forward navigation.
-
freebies
-
stateless
-
wireless
-
connectionless
B
Correct answer
Explanation
HTTP is stateless because each request-response pair is independent. The server doesn't retain any information about previous requests from the same client. Every request must contain all necessary information for the server to understand and process it. 'Connectionless' is incorrect because HTTP does use TCP connections; 'wireless' and 'freebies' are irrelevant.
-
Opera
-
Mozilla Firefox
-
Google Chrome
-
Apple Safari
-
WebKit
E
Correct answer
Explanation
Historically, the integrated browser engine in Android (WebView and the default browser prior to Chrome Integration) was built on top of the open-source WebKit layout engine. While Chrome is a browser, the underlying open-source rendering framework originally utilized by Android's browser core was WebKit.
-
Encapsulates a URL to load and caching policy for fetched data
-
Load a URL.
-
To fetch the data from the URL link
-
None
A
Correct answer
Explanation
NSURLRequest encapsulates both the URL to load and the policies for how the data should be cached and loaded. It doesn't perform the actual loading (that's NSURLConnection/NSURLSession) nor does it fetch data itself.
-
Facebook
-
Yahoo
-
Google
-
Bing
B
Correct answer
Explanation
The microblogging site Meme (also known as Meme Yahoo) belonged to Yahoo. It was a social networking and microblogging service launched by Yahoo in 2009, allowing users to post short updates, photos, and videos. The service was eventually shut down by Yahoo in 2012 as part of their product restructuring.
-
Technique for improve your webpage ranking on search engines
-
Improving the visibility of a website in search engine listings in the hopes of attracting more visitors
-
Securely transferring computer files between a local and a remote host
-
Can be stated as a highly specialized process of building a successful website
A,B,D
Correct answer
Explanation
SEO (Search Engine Optimization) encompasses techniques to improve webpage rankings on search engines and increase website visibility. Options A, B, and D all describe aspects of SEO - from ranking improvement to visitor attraction to specialized website building processes. Option C describes file transfer protocols (FTP/SFTP), which is unrelated to search engine optimization.
A
Correct answer
Explanation
Black hat SEO refers to unethical techniques used to manipulate search engine rankings, such as keyword stuffing, cloaking, and link farming. These methods violate search engine guidelines and can lead to penalties. The statement correctly identifies that these practices are disapproved by search engines.
-
Affiliate marketing
-
Cost per impression
-
Cost per action
-
Search engine crawlers
D
Correct answer
Explanation
Search engines use automated programs called crawlers (also known as spiders or bots) to discover and index web pages. These crawlers follow links from page to page, collecting information about each page's content. Affiliate marketing, cost per impression, and cost per action are advertising models, not indexing mechanisms.
A
Correct answer
Explanation
Spamdexing is indeed another term for search engine spam. It combines 'spam' and 'indexing' to describe deceptive techniques used to manipulate search engine rankings. Examples include repeating unrelated keywords, hiding text, and creating doorway pages.
-
Link exchange
-
Social bookmarking
-
Adsense
-
Directory submission
C
Correct answer
Explanation
AdSense is Google's advertising platform that pays website owners to display ads - it's NOT an SEO technique. Link exchange, social bookmarking, and directory submission are legitimate SEO strategies used to build backlinks and improve search rankings.