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
-
Web as a platform
-
Web in mobile device
-
A standard
-
New architecture style
A
Correct answer
Explanation
Web 2.0 refers to the paradigm shift where the internet acts as a platform for user-generated content, usability, and interoperability, rather than just static pages.
-
window.onunload=function() { alert('closing'); }
-
window.onunload+=onClose; function onClose() { alert('closing'); }
-
window.onunload=onClose; function onClose() { alert('closing'); }
-
All the above
A,C
Correct answer
Explanation
In JavaScript, you can assign an event handler by setting the event property to an anonymous function or to a named function reference. Using += on event properties is invalid syntax in standard JavaScript.
-
IUSR_computername
-
IUSR_Domainname
-
IUSR_VirtualdirectoryName
-
Administrator
A
Correct answer
Explanation
When anonymous users connect to an IIS web site, they are authenticated using the built-in IUSR_computername account (e.g., IUSR_SERVER01). This account is created automatically during IIS installation and is used for anonymous authentication. The account name uses the computer name, not domain name or virtual directory name.
D
Correct answer
Explanation
The HTTP 404 Not Found client error response code indicates that the server cannot find the requested resource or page. Other options like 505 (HTTP Version Not Supported) or 550 (FTP error) are incorrect.
-
Password
-
Email address
-
Purchase order number
-
All of the above
A
Correct answer
Explanation
Oracle Workflow Messages support both plain text and HTML formats for the message body. This allows flexibility in presentation - text for simple notifications and HTML for formatted content with styling, links, or structure. The format can be specified when defining the message.
-
Yet Another Hierarchical Offensive Oracle
-
Yet Another Hierarchically Organised Oracle
-
Yet Another Hierarchy of Officious Oracle
-
Yet Another Hasty Organizer Of Opportunity
C
Correct answer
Explanation
YAHOO stands for 'Yet Another Hierarchy of Officious Oracle'. This was the original expansion chosen by founders Jerry Yang and David Filo. 'Officious' refers to being helpful or intrusive, reflecting the directory's nature.
C
Correct answer
Explanation
HTML defines four predefined target names for links: _blank (opens in new window/tab), _self (opens in same frame - the default), _parent (opens in parent frameset), and _top (opens in full original window). There is no predefined target named '_son' - this is a made-up name that does not exist in the HTML specification.
-
Using the Back browser button
-
Home link
-
Click on the Logo the webpage on top left
-
Find for a home icon
C
Correct answer
Explanation
Clicking the logo in the top-left corner is a widely recognized convention for returning to a homepage. This pattern works across all types of websites and requires no explicit 'home' label. While home links (B) and home icons (D) are also valid, the logo is the most intuitive and consistently placed element. Browser back button (A) is unreliable for homepage navigation.
-
Very effective
-
Not effective
-
Very effective but users wont prefer
-
Not effective but users prefer
C
Correct answer
Explanation
Breadcrumb trails are technically effective navigation aids that show users their location within a site hierarchy and provide easy upward navigation. However, many users ignore them or don't actively use them, preferring other navigation methods. This creates the paradox that they're effective but not strongly preferred by users in actual practice.
-
Color
-
Images
-
Navigation
-
Animation
D
Correct answer
Explanation
Color, images, and navigation are fundamental elements that directly impact usability, accessibility, and user experience. Navigation is especially critical - without it, users cannot use the application. Animation, while sometimes useful for feedback or engagement, is decorative and not essential for basic functionality. An effective website can work well without animation but not without proper navigation. The claimed answer (D) is correct.
B
Correct answer
Explanation
Popup handling differs between IE and Firefox due to different window management, JavaScript dialog implementations, and how QTP identifies and interacts with popup windows. The characteristics, timing, and recognition patterns for popups vary between browsers.
B
Correct answer
Explanation
Firefox and IE handle HTTP requests differently due to different rendering engines and browser architectures. The statement is False.
B
Correct answer
Explanation
Firefox and Internet Explorer handle HTTP requests differently, including headers, caching behavior, and object models. The requests taken by each browser are not the same.
-
Devolve
-
Infector
-
Delf
-
Argentino
A
Correct answer
Explanation
Devolve is an early HTML-based virus that executes malicious scripts within web browsers or HTML-enabled email clients. The other options are binary executables or written in other languages.