A URL is a web address such as https://www.example.com used to locate resources on the Internet.
Incorrect! Try again.
8Hypertext allows users to:
Hypertext
Easy
A.Encrypt email messages
B.Print pages automatically
C.Jump to other documents by clicking links
D.Speed up their Internet connection
Correct Answer: Jump to other documents by clicking links
Explanation:
Hypertext contains links that let users move from one document or page to another by clicking.
Incorrect! Try again.
9What does ISP stand for?
ISP
Easy
A.Internet Service Provider
B.Integrated Server Platform
C.Internet Security Program
D.Internal System Protocol
Correct Answer: Internet Service Provider
Explanation:
ISP stands for Internet Service Provider, a company that provides Internet access to users.
Incorrect! Try again.
10Which service does an ISP mainly provide?
ISP
Easy
A.Access to the Internet
B.Printing services
C.Computer repair services
D.Free antivirus software
Correct Answer: Access to the Internet
Explanation:
An ISP (Internet Service Provider) primarily provides customers with a connection to the Internet.
Incorrect! Try again.
11What is the main role of a web server?
Web Server
Easy
A.To store and deliver web pages to users
B.To scan devices for viruses
C.To provide electrical power to computers
D.To design graphics for websites
Correct Answer: To store and deliver web pages to users
Explanation:
A web server stores website files and delivers web pages to browsers when they are requested.
Incorrect! Try again.
12What does HTML stand for?
HTML
Easy
A.High Transfer Machine Language
B.Home Tool Markup Language
C.Hyperlink Text Managing Logic
D.HyperText Markup Language
Correct Answer: HyperText Markup Language
Explanation:
HTML stands for HyperText Markup Language, the standard language used to create web pages.
Incorrect! Try again.
13HTML is mainly used to:
HTML
Easy
A.Structure the content of web pages
B.Manage email accounts
C.Protect computers from viruses
D.Provide Internet connections
Correct Answer: Structure the content of web pages
Explanation:
HTML is a markup language used to define the structure and content of web pages.
Incorrect! Try again.
14What does the D in DHTML stand for?
DHTML
Easy
A.Digital
B.Direct
C.Distributed
D.Dynamic
Correct Answer: Dynamic
Explanation:
DHTML stands for Dynamic HTML, which is used to create interactive and animated web pages.
Incorrect! Try again.
15What does XML stand for?
XML
Easy
A.eXtensible Markup Language
B.eXternal Markup Link
C.eXecutable Machine Language
D.eXtra Modern Language
Correct Answer: eXtensible Markup Language
Explanation:
XML stands for eXtensible Markup Language, used to store and transport data in a structured way.
Incorrect! Try again.
16Where does client-side scripting run?
Introduction to client side and server side scripting
Easy
A.On the web server only
B.On the user's web browser
C.On the ISP's network
D.On the printer
Correct Answer: On the user's web browser
Explanation:
Client-side scripts run on the user's browser, while server-side scripts run on the web server.
Incorrect! Try again.
17What does WWW stand for?
Applications: WWW
Easy
A.Wide World Wire
B.Web Wide World
C.World Web Window
D.World Wide Web
Correct Answer: World Wide Web
Explanation:
WWW stands for World Wide Web, a system of linked web pages accessed over the Internet.
Incorrect! Try again.
18E-mail is mainly used to:
Applications: e-mail
Easy
A.Design web pages
B.Send and receive messages electronically
C.Store images on a computer
D.Connect to a web server directly
Correct Answer: Send and receive messages electronically
Explanation:
E-mail (electronic mail) is a service used to send and receive messages over the Internet.
Incorrect! Try again.
19Instant Messaging allows users to:
Applications: Instant Messaging
Easy
A.Print documents remotely
B.Exchange text messages in real time
C.Store files on a web server
D.Scan a computer for viruses
Correct Answer: Exchange text messages in real time
Explanation:
Instant Messaging lets users send and receive text messages instantly in real time.
Incorrect! Try again.
20Video conferencing mainly allows people to:
Applications: Video conferencing
Easy
A.Download software updates
B.Communicate with live audio and video
C.Browse web pages faster
D.Send only text emails
Correct Answer: Communicate with live audio and video
Explanation:
Video conferencing enables people in different locations to talk and see each other using live audio and video.
Incorrect! Try again.
21In the URL https://shop.example.com:8080/products/item.html, which part represents the protocol?
URL
Medium
A.8080
B./products/item.html
C.shop.example.com
D.https
Correct Answer: https
Explanation:
The portion before :// specifies the protocol. Here https is the protocol, shop.example.com is the domain, 8080 is the port, and /products/item.html is the path.
Incorrect! Try again.
22A user types only www.college.edu (without any file name) and the site's main introductory page loads automatically. What is this page best called?
Homepage
Medium
A.A DHTML page
B.A hyperlink page
C.The web server page
D.The homepage
Correct Answer: The homepage
Explanation:
When no specific page is requested, the server returns the default main page of the site, known as the homepage. It acts as the entry point to the website.
Incorrect! Try again.
23A student says, "Each recipe on the cooking site opens as a separate document." Each separate document is a and the whole collection is a .
Website vs Web Page
Medium
A.web page; website
B.URL; web server
C.website; web page
D.homepage; browser
Correct Answer: web page; website
Explanation:
A single document is a web page. A group of related web pages under one domain forms a website.
Incorrect! Try again.
24What core feature of hypertext lets a reader jump directly from one document to a related document instead of reading in a fixed order?
Hypertext
Medium
A.Cascading styles
B.Hyperlinks
C.Metadata tags
D.Cookies
Correct Answer: Hyperlinks
Explanation:
Hypertext uses hyperlinks to connect documents non-sequentially, allowing users to navigate directly to related content rather than following a linear order.
Incorrect! Try again.
25A new user cannot access any website even though the browser and computer work fine. Which service provider is most directly responsible for granting Internet access?
ISP
Medium
A.ISP
B.Web server
C.Browser vendor
D.DNS registrar
Correct Answer: ISP
Explanation:
An Internet Service Provider (ISP) supplies the actual connection to the Internet. Without an ISP link, no external websites can be reached even if all local software works.
Incorrect! Try again.
26When a browser requests a page, which component stores the site's files and sends them back in response to the request?
Web Server
Medium
A.The ISP modem
B.The web server
C.The web browser
D.The DNS cache
Correct Answer: The web server
Explanation:
A web server hosts website files and responds to client requests by delivering the requested resources over HTTP/HTTPS.
Incorrect! Try again.
27Which HTML element pairing would correctly create a clickable link to page2.html?
HTML
Medium
A.<a href="page2.html">Go</a>
B.<href a="page2.html">Go</href>
C.<link src="page2.html">Go</link>
D.<url="page2.html">Go</url>
Correct Answer: <a href="page2.html">Go</a>
Explanation:
The anchor tag <a> with the href attribute defines a hyperlink in HTML. The other tag names and attribute forms are not valid link syntax.
Incorrect! Try again.
28A menu expands when the mouse hovers over it, without reloading the page. Which combination of technologies typically produces this DHTML behavior?
DHTML
Medium
A.HTML + FTP + HTTP
B.HTML + XML + SQL
C.HTML + JPEG + PNG
D.HTML + CSS + JavaScript
Correct Answer: HTML + CSS + JavaScript
Explanation:
DHTML (Dynamic HTML) is not a single language; it combines HTML, CSS, and client-side JavaScript to change page content and style dynamically without reloading.
Incorrect! Try again.
29Why is XML preferred over HTML for exchanging structured data between different applications?
XML
Medium
A.It stores data as compressed images
B.It lets you define custom tags to describe data
C.It renders faster in browsers
D.It requires no closing tags
Correct Answer: It lets you define custom tags to describe data
Explanation:
XML focuses on describing and structuring data using user-defined tags, making it ideal for data exchange. HTML tags are fixed and focus on displaying content.
Incorrect! Try again.
30A form validates that an email field is not empty before sending anything to the server. Where does this validation run?
Client side and server side scripting
Medium
A.On the server side
B.On the ISP router
C.On the client side
D.On the web server database
Correct Answer: On the client side
Explanation:
Validation that happens in the browser before submission is client-side scripting (e.g., JavaScript). It reduces unnecessary requests, though server-side checks are still needed for security.
Incorrect! Try again.
31Which task must be handled by server-side scripting rather than client-side scripting?
Client side and server side scripting
Medium
A.Changing font color on a button press
B.Querying a database for stored user records
C.Highlighting a text box when clicked
D.Showing a dropdown menu on hover
Correct Answer: Querying a database for stored user records
Explanation:
Accessing a database resides on the server, so it requires server-side scripting. The other examples are visual/interactive changes handled by the browser (client side).
Incorrect! Try again.
32Which statement correctly distinguishes the WWW from the Internet?
WWW
Medium
A.The Internet runs on top of the WWW
B.WWW and Internet are exactly the same thing
C.WWW is a service running on top of the Internet
D.WWW is the hardware, Internet is the software
Correct Answer: WWW is a service running on top of the Internet
Explanation:
The Internet is the global network infrastructure. The World Wide Web is one service (interlinked web pages via HTTP) that operates over that infrastructure.
Incorrect! Try again.
33In an email address student@university.edu, what does the part after the @ symbol identify?
e-mail
Medium
A.The user's password
B.The mail server domain
C.The message subject
D.The email protocol
Correct Answer: The mail server domain
Explanation:
In an email address, the text before @ is the username and the text after @ identifies the domain of the mail server handling that account.
Incorrect! Try again.
34You want a colleague to receive a copy of an email without other recipients seeing that they were included. Which field should you use?
e-mail
Medium
A.Reply-To
B.Bcc
C.Cc
D.To
Correct Answer: Bcc
Explanation:
Bcc (Blind Carbon Copy) sends a copy while hiding that address from all other recipients. Cc recipients are visible to everyone.
Incorrect! Try again.
35Which feature most clearly distinguishes Instant Messaging from traditional email?
Instant Messaging
Medium
A.Mandatory subject lines
B.Guaranteed delivery to offline users only
C.Real-time delivery with presence status
D.Attachments larger than 25 MB
Correct Answer: Real-time delivery with presence status
Explanation:
Instant Messaging delivers messages in real time and typically shows presence (online/offline/typing). Email is store-and-forward and not inherently real-time.
Incorrect! Try again.
36Internet Telephony (VoIP) lowers long-distance call costs mainly because it:
Internet Telephony
Medium
A.Uses dedicated copper phone lines
B.Compresses video before sending audio
C.Requires a separate ISP for each call
D.Transmits voice as data packets over the Internet
Correct Answer: Transmits voice as data packets over the Internet
Explanation:
VoIP converts voice into digital packets sent over the existing Internet connection, avoiding traditional per-minute telephone circuit charges.
Incorrect! Try again.
37During a video conference the audio is clear but the video freezes repeatedly. Which factor is the most likely cause?
Video conferencing
Medium
A.An incorrect URL protocol
B.An outdated homepage
C.A missing email client
D.Insufficient network bandwidth
Correct Answer: Insufficient network bandwidth
Explanation:
Video streams need far more bandwidth than audio, so limited or unstable bandwidth causes video to freeze while lighter audio continues to play.
Incorrect! Try again.
38What is the primary job of a web browser?
Browser
Medium
A.Host web pages for other users
B.Request web resources and render HTML for display
C.Store all websites permanently on your disk
D.Assign IP addresses to websites
Correct Answer: Request web resources and render HTML for display
Explanation:
A browser sends requests to web servers and interprets the returned HTML, CSS, and scripts to display pages. Hosting and address assignment are done by servers and DNS.
Incorrect! Try again.
39In a browser, which feature lets you save a page's address so you can revisit it quickly later?
Web Browser & its environment
Medium
A.Reload button
B.Status bar
C.Bookmark
D.Address bar autocomplete
Correct Answer: Bookmark
Explanation:
Bookmarks (favorites) store a page's URL for quick future access. The reload button refreshes the page and the status bar shows loading/link information.
Incorrect! Try again.
40A page loads correctly through https://site.com but fails through http://site.com. What does this most likely indicate?
URL
Medium
A.The browser cache is full
B.The homepage file is missing
C.The domain name is spelled wrong
D.The site is served only over the secure protocol
Correct Answer: The site is served only over the secure protocol
Explanation:
The difference is the protocol: https is secure (encrypted). If only https works, the server is configured to serve content over the secure protocol and rejects plain http.
Incorrect! Try again.
41Consider the URL https://shop.example.com:8443/items?id=42#reviews. Which decomposition correctly maps the components to scheme, authority, path, query, and fragment?
The authority includes host and port (shop.example.com:8443). The path is /items, the query string follows ? (id=42), and the fragment follows # (reviews). Delimiters ://, ?, and # are separators, not part of the values.
Incorrect! Try again.
42A developer needs to validate a form's format instantly as the user types, then process the submission and store it in a database. Which allocation of scripting is most appropriate?
Introduction to client side and server side scripting
Hard
A.Client-side scripting for both instant checks and database storage
B.Neither is needed since HTML alone can validate and store data
C.Client-side scripting for instant format checks; server-side scripting for database processing
D.Server-side scripting for both instant checks and database storage
Correct Answer: Client-side scripting for instant format checks; server-side scripting for database processing
Explanation:
Client-side scripts run in the browser and give immediate feedback without a round trip. Database access and authoritative processing must occur on the server. Client-side validation alone is never trusted since it can be bypassed.
Incorrect! Try again.
43Why is client-side HTML/JavaScript validation considered insufficient for security even when correctly implemented?
HTML
Hard
A.A user can disable or modify scripts and send crafted requests directly to the server
B.HTML cannot render input fields without server assistance
C.The server automatically re-runs the same client script
D.Browsers strip all validation code before submission
Correct Answer: A user can disable or modify scripts and send crafted requests directly to the server
Explanation:
Client-side code executes in an environment the user controls, so it can be disabled or altered, and requests can be forged with tools. Server-side validation is the authoritative check that cannot be bypassed by the client.
Incorrect! Try again.
44Which statement best captures the fundamental design difference between XML and HTML?
XML
Hard
A.XML displays data with predefined tags, while HTML carries data with custom tags
B.Both use identical predefined tag sets but differ only in file extension
C.XML is designed to carry and structure data with self-defined tags, while HTML is designed to display data with predefined tags
D.XML is a scripting language while HTML is a markup language
Correct Answer: XML is designed to carry and structure data with self-defined tags, while HTML is designed to display data with predefined tags
Explanation:
HTML has a fixed set of tags focused on presentation. XML has no predefined tags; authors define their own to describe and transport structured data, making it a data-carrying format rather than a display format.
Incorrect! Try again.
45DHTML is best described as which of the following?
DHTML
Hard
A.A combination of HTML, CSS, and a client-side scripting language with the DOM to create dynamic pages
B.A server-side technology that generates HTML before sending it
C.A standalone programming language that replaces HTML entirely
D.A compression format for delivering HTML faster
Correct Answer: A combination of HTML, CSS, and a client-side scripting language with the DOM to create dynamic pages
Explanation:
DHTML is not a language itself. It is a technique combining static HTML, CSS for styling, a scripting language such as JavaScript, and the Document Object Model to change content and style dynamically in the browser.
Incorrect! Try again.
46A single physical web server hosts three sites: a.com, b.com, and c.com, all on the same IP address and port 80. What mechanism allows the server to serve the correct site for each request?
Web Server
Hard
A.Each site is assigned a separate port automatically by the browser
B.The server randomly selects a site and redirects if wrong
C.The DNS server embeds the site content directly in the response
D.The Host header in the HTTP request identifies the intended site (virtual hosting)
Correct Answer: The Host header in the HTTP request identifies the intended site (virtual hosting)
Explanation:
With name-based virtual hosting, multiple domains share one IP and port. The client sends the requested domain in the HTTP Host header, and the server uses it to route the request to the correct site's content.
Incorrect! Try again.
47Which distinction between a web page and a website is technically accurate?
Website
Hard
A.A website is always a single document while a web page is a group of documents
B.The two terms are interchangeable with no technical difference
C.A web page is a single document; a website is a collection of related web pages under one domain
D.A web page can contain multiple websites linked together
Correct Answer: A web page is a single document; a website is a collection of related web pages under one domain
Explanation:
A web page is one document accessible via a URL. A website is a set of interlinked web pages, typically sharing a domain and navigation, of which the homepage is the entry point.
Incorrect! Try again.
48What key property distinguishes hypertext from ordinary linear text?
Hypertext
Hard
A.It can only be read from top to bottom without interruption
B.It stores text in a compressed binary format
C.It contains links allowing non-sequential navigation to other text or documents
D.It requires no markup or references to other content
Correct Answer: It contains links allowing non-sequential navigation to other text or documents
Explanation:
Hypertext embeds hyperlinks that let the reader jump directly to related content in any order, breaking the linear reading model. This non-sequential linking is the defining feature the Web is built upon.
Incorrect! Try again.
49A user can reach a website by its IP address 93.184.216.34 but not by its domain name. Which ISP-provided service is most likely failing?
ISP
Hard
A.The DNS resolution service
B.The physical fiber connection
C.The email relay service
D.The browser rendering engine
Correct Answer: The DNS resolution service
Explanation:
If the raw IP works but the domain name does not, connectivity is fine but name-to-IP translation is broken. DNS, commonly provided by the ISP, resolves domain names into IP addresses, so a DNS failure produces exactly this symptom.
Incorrect! Try again.
50In a web browser's architecture, what is the primary role of the rendering engine?
Browser
Hard
A.To resolve domain names into IP addresses
B.To parse HTML and CSS and paint the visual layout of the page
C.To store user passwords securely
D.To establish the physical network connection
Correct Answer: To parse HTML and CSS and paint the visual layout of the page
Explanation:
The rendering engine (e.g., Blink, Gecko) interprets HTML and CSS, builds the DOM and render tree, and draws the page on screen. Networking, DNS, and storage are handled by other browser components.
Incorrect! Try again.
51Internet telephony (VoIP) typically uses UDP rather than TCP for the media stream. Why is this trade-off usually preferred?
Internet Telephony
Hard
A.Low latency matters more than perfect delivery, and UDP avoids retransmission delays
B.TCP cannot transmit audio data at all
C.UDP encrypts the call automatically while TCP does not
D.UDP guarantees every packet arrives in order, improving audio
Correct Answer: Low latency matters more than perfect delivery, and UDP avoids retransmission delays
Explanation:
Real-time voice tolerates occasional lost packets but not delay. TCP's retransmission and ordering add latency that harms live conversation. UDP sends packets without such overhead, keeping the call responsive.
Incorrect! Try again.
52In the standard email flow, which protocols are used for sending versus retrieving messages?
e-mail
Hard
A.SMTP is used to send mail; POP3 or IMAP is used to retrieve it
B.SMTP both sends and retrieves mail directly to the client
C.IMAP sends mail while HTTP retrieves it
D.POP3 sends mail while SMTP retrieves it
Correct Answer: SMTP is used to send mail; POP3 or IMAP is used to retrieve it
Explanation:
SMTP handles the transfer of outgoing mail between servers and from client to server. Clients retrieve messages from their mailbox using POP3 (download) or IMAP (server-synced access).
Incorrect! Try again.
53Which statement correctly describes the relationship between the Internet and the World Wide Web?
WWW
Hard
A.The WWW is one service running on the Internet, which is the underlying global network
B.The Internet is a subset of web pages within the WWW
C.The WWW and the Internet are identical and fully interchangeable
D.The Internet is one service running on the WWW
Correct Answer: The WWW is one service running on the Internet, which is the underlying global network
Explanation:
The Internet is the physical and logical network of interconnected computers. The WWW is one application layered on it, using HTTP to link documents. Email and VoIP are other services that also use the Internet.
Incorrect! Try again.
54Within a single website, what precisely distinguishes the homepage from other pages?
Homepage
Hard
A.It is the last page a visitor views before leaving
B.It is the default entry page served at the site's root and the main navigation hub
C.It is the page with the most images on the site
D.It is any page that contains a login form
Correct Answer: It is the default entry page served at the site's root and the main navigation hub
Explanation:
The homepage is the primary landing page returned when the site's root URL is requested. It typically serves as the starting point and links out to the rest of the site's content.
Incorrect! Try again.
55Why does a modern instant messaging service often keep a persistent connection or use push technology rather than having the client repeatedly poll the server?
Instant Messaging
Hard
A.Because persistent connections encrypt data while polling cannot
B.Because polling is impossible over TCP/IP networks
C.To deliver messages in near real time while reducing needless network requests
D.Because push technology removes the need for any server
Correct Answer: To deliver messages in near real time while reducing needless network requests
Explanation:
Frequent polling wastes bandwidth and adds delay between checks. A persistent connection or server push lets the server deliver new messages the instant they arrive, improving responsiveness and efficiency.
Incorrect! Try again.
56Video conferencing systems commonly use codecs that discard some visual detail. What is the primary purpose of this lossy compression?
Video conferencing
Hard
A.To reduce bandwidth so video streams smoothly over limited connections
B.To guarantee zero packet loss during transmission
C.To permanently improve image resolution beyond the camera's capability
D.To eliminate the need for any network connection
Correct Answer: To reduce bandwidth so video streams smoothly over limited connections
Explanation:
Raw video is far too large for typical links. Lossy codecs remove detail the eye is less likely to notice, shrinking the data rate enough to transmit live video within available bandwidth.
Incorrect! Try again.
57A page from bank.com uses JavaScript that tries to read data from a page loaded from evil.com. The browser blocks it. Which security model is responsible?
Web Browser & its environment
Hard
A.The same-origin policy
B.The DNS lookup policy
C.The rendering engine's paint order
D.The HTTP caching policy
Correct Answer: The same-origin policy
Explanation:
The same-origin policy restricts scripts from one origin (scheme, host, port) from accessing content of a different origin. It prevents a malicious site from reading data belonging to another site loaded in the browser.
Incorrect! Try again.
58A URL contains the space and special characters and & inside a query value. How must they be represented so the URL is valid?
URL
Hard
A.Left unchanged, since browsers always accept raw characters
B.Converted to uppercase letters
C.Replaced with underscores automatically by the server
D.Percent-encoded, e.g. space as %20 and & as %26
Correct Answer: Percent-encoded, e.g. space as %20 and & as %26
Explanation:
Reserved and unsafe characters in URLs must be percent-encoded to avoid ambiguity. A space becomes %20 and an ampersand %26, since a literal & would otherwise be read as a query-parameter separator.
Incorrect! Try again.
59A browser requests a page and receives HTTP status 304 Not Modified. What has effectively happened?
Web Server
Hard
A.The server could not find the requested resource
B.The server confirmed the cached copy is still valid, so the browser reuses it
C.The server permanently moved the resource to a new URL
D.The server returned a fresh full copy of the resource
Correct Answer: The server confirmed the cached copy is still valid, so the browser reuses it
Explanation:
A 304 response, sent after a conditional request, tells the browser its cached version is unchanged. No body is transferred, saving bandwidth while the browser serves the resource from cache.
Incorrect! Try again.
60Which comparison between HTML and XML rules is correct?
HTML
Hard
A.XML allows unclosed tags but HTML does not
B.HTML forbids nesting while XML requires it
C.XML is strict and requires every tag to be closed and properly nested, while HTML is more forgiving of errors
D.Both XML and HTML ignore case sensitivity identically for all tags
Correct Answer: XML is strict and requires every tag to be closed and properly nested, while HTML is more forgiving of errors
Explanation:
XML is well-formedness strict: all elements must be closed and correctly nested, and it is case sensitive. HTML parsers are lenient and often render pages despite missing closing tags or minor errors.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →