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
-
shared data, processed data, form data
-
shared data, pre-session data and temporary data
-
shared data, post-session data and temporary data
-
shared data, pre-session data and permanent data
B
Correct answer
Explanation
Web services typically maintain three categories of data: shared data (accessible across all users/sessions), pre-session data (initialized before a session begins), and temporary data (exists only during a specific session or transaction).
-
XML and SOAP
-
XML and HTTP
-
WSDL and UDDI
-
eb-XML and WSDL
B
Correct answer
Explanation
Web services fundamentally combine XML for structured data representation with HTTP as the underlying transport protocol. While SOAP is commonly used with XML and HTTP, the core combination that makes web services work is XML (for message formatting) and HTTP (for message transport).
-
Public class MyApplet extends java.applet.Applet {
-
public Applet MyApplet {
-
public class MyApplet extends applet implements Runnable {
-
public class MyApplet extends java.applet.Applet {
-
AppletSkeleton interface
-
AppletApplication interface
-
AppletStub interface
-
AppletWindow interface
C
Correct answer
Explanation
The AppletStub interface serves as the communication channel between an applet and its browser environment. It provides methods like getParameter(), getAppletContext(), and showStatus() that allow the applet to interact with the browser and retrieve contextual information.
-
Object
-
Window
-
Panel
-
Component
C
Correct answer
Explanation
In Java AWT, the Applet class directly extends Panel, making Panel its immediate superclass. The class hierarchy is: Applet -> Panel -> Container -> Component -> Object.
-
Font class
-
Regular class
-
FontMetrics class
-
Graphics class
C
Correct answer
Explanation
FontMetrics is a specialized class that provides font measurement data like ascent (distance from baseline to top of characters) and descent (distance from baseline to bottom). The Font class itself represents the font but doesn't provide these detailed metrics.
-
XML and UDDI respectively
-
XML and SOAP respectively
-
HTML and HTTP respectively
-
HTML and SOAP respectively
B
Correct answer
Explanation
XML is the standard format for encoding and decoding data in web services, providing a structured way to represent information. SOAP (Simple Object Access Protocol) is the protocol used to transport this XML data between applications over networks. Together, they form the core of web service communication.
C
Correct answer
Explanation
WSDL (Web Services Description Language) is an XML-based language that provides a standardized way to describe web services. It specifies the service's location, available operations, input/output parameters, and data types - essentially everything needed to interact with the service.
-
Network protocol
-
Net Etiquette
-
Telnet
-
HTTP
-
WWW
B
Correct answer
Explanation
Net Etiquette are the rules that have developed as people have begun to communicate and interact on the Internet.
-
www
-
http
-
index.html
-
.com
-
pcwebopedia.com
E
Correct answer
Explanation
Domain names are used to identify one or more IP addresses. For example, the domain name microsoft.com represents about a dozen IP addresses. Domain names are used in URLs to identify particular web pages. For example, in the URL http://www.pcwebopedia.com/index.html, the domain name is pcwebopedia.com.
-
Mozilla Firefox
-
Google Chrome
-
Opera
-
Internet Explorer
-
Netscape Navigator
C
Correct answer
Explanation
This web browser is much smaller than other web browsers and is known for its fast speed and stability.
-
XDR
-
Gecko
-
SNMP
-
ICMP
-
Telnet
B
Correct answer
Explanation
This is a free and open source layout engine used in many applications, developed by Mozilla Foundation.
-
onclick Event
-
onblur Event
-
onboard Event
-
onchange Event
-
ondblclick Event
C
Correct answer
Explanation
This event in DHTML is defined in HTML5 and fires when the user aborts the download.
-
Cryptographic hashes
-
Cryptographic signing
-
KeyedHashAlgorithm
-
Oid
-
QueryString parameter
E
Correct answer
Explanation
It passes information within the site's URL.
-
Photoshop
-
Media player
-
Web browser
-
WordPad
-
Search engine
C
Correct answer
Explanation
A web browser is a program used to view HTML documents. It is a software application used to enable computer users to locate and access web pages.