wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

BSIT 3j/3K Intro to web

Total questions: 50

Worksheet time: 11mins

Name
Class
Date
1.

A system of interlinked hypertext documents accessed via the Internet.

a)

Web

b)

Browser

c)

Network

d)

Protocol

2.

A global system of interconnected computer networks that use the Internet protocol suite (TCP/IP) to link devices worldwide

a)

Intranet

b)

Extranet

c)

World Wide Web

d)

Internet

3.

A inter-connected computer networks, linked by wires, cables, wireless connections

a)

Client

b)

Server

c)

Web

d)

Internet

4.

Hosts websites and delivers web pages to users

a)

Client

b)

Server

c)

Web

d)

Internet

5.

A set of rules that defines how data is sent and received over the internet

a)

Domain Name Service

b)

File Transfer Protocol

c)

Transmission Control Protocol

d)

Internet Protocol

6.

Arjun is responsible for ensuring that data is transmitted accurately and in the correct order between computers in his company's network.

a)

Domain Name Service

b)

File Transfer Protocol

c)

Transmission Control Protocol

d)

Internet Protocol

7.

It is used to transfer files between computers over a network or the internet.

a)

Domain Name Service

b)

File Transfer Protocol

c)

Transmission Control Protocol

d)

Internet Protocol

8.

a system that translates domain names into IP addresses that computers use to identify each other on a network or the internet.

a)

Domain Name Service

b)

File Transfer Protocol

c)

Transmission Control Protocol

d)

Internet Protocol

9.

It defines the structure and content of hypertext documents

a)

Hypertext

b)

Hyperlinks

c)

Uniform Resource Locator

d)

Markup language

10.

Oliver is trying to find a specific article on the internet. He knows that each resource on the network has a unique identifier that helps locate it. What is this unique identifier called?

a)

Hypertext

b)

Hyperlinks

c)

Uniform Resource Locator

d)

Markup language

11.

Imagine Aria is reading an online article about her favorite hobby. She notices that certain words are highlighted and clickable, allowing her to jump to related articles or sections within the same document. This format of information enables her to explore various topics seamlessly.

a)

Hypertext

b)

Hyperlinks

c)

Uniform Resource Locator

d)

Markup language

12.

An element on a webpage that allows users to navigate to a different location or resource when clicked.

a)

Anchor tag

b)

Hyperlink

c)

Web address

d)

HTML element

13.

If the resource is a file, creates an HTTP response that contains the file in the body of the response message

a)

Web Client

b)

Website

c)

Web Server

d)

HTTPS

14.

It is a necessary attribute that describes the source or path of the image. It instructs the browser where to look for the image on the server

a)

AHREF

b)

ALT

c)

SRC

d)

BREAK

15.

It defines an alternate text for the image, if it can't be displayed.

a)

AHREF

b)

ALT

c)

SRC

d)

BREAK

16.

Which Internet service provides a connection through satellites orbiting the Earth, allowing access almost anywhere but affected by weather conditions?

a)

DSL

b)

Cable

c)

Satellite

d)

4G/5G

17.

Which of the following best describes the World Wide Web

a)

A physical network connecting computers globally

b)

A collection of interlinked hypertext documents accessible via the Internet

c)

A collection of interlinked hypertext documents accessible via the Internet

d)

A private intranet for organizations

18.

In a company, employees access an internal web portal to share documents securely. What type of network are they using?

a)

Extranet

b)

VPN

c)

Intranet

d)

CLoud

19.

If a company’s partners are given restricted access to internal resources via the Internet, this setup is known as:

a)

Extranet

b)

VPN

c)

Intranet

d)

CLoud

20.

Which of the following is a web app rather than a desktop application?

a)

Microsoft Word

b)

Notepad++

c)

Google Docs

d)

Adobe Photoshop

21.

The combination of HTML and XML provides what advantage in web development?

a)

Faster download speed

b)

The ability to define both structure and meaning of data

c)

Improved hardware compatibility

d)

Offline browsing

22.

In HTML, the <form> tag’s action attribute defines:

a)

The location of the image file

b)

The backend script that processes the form data

c)


The method used to encode form data

d)

The size of the input field

23.

When designing a secure login page, which HTML input type should be used to hide characters as they are typed?

a)

text

b)

hidden

c)

password

d)

secure

24.

Which HTTP method appends form data into the URL?

a)

GET

b)

POST

c)

PUT

d)

SEND

25.

When a website uses “https://” instead of “http://”, the communication between client and server is:

a)

Slower but unencrypted

b)

Encrypted and more secure

c)

Using FTP protocol

d)

Based on UDP

26.

If you embed an image as a clickable link, which HTML structure is correct?

a)

<a><img></a>

b)

<img><a></a>

c)

<link><img></link>

d)

<image href="">

27.

A web page designer wants an image to open another page in a new tab when clicked. Which attribute must be added to the <a> tag?

a)

href

b)

target="_blank"

c)

src

d)

action

28.

What is the correct HTML tag to create a numbered list?

a)

<ul>

b)

<ol>

c)

<dl>

d)

<dt>

29.

In a table, which attribute adjusts the distance between cells?

a)

cellpadding

b)

cellspacing

c)

rowspan

d)

colspan

30.

Which of the following HTML tags defines a hyperlink?

a)

<link>

b)

<a>

c)

<href>

d)

<src>

31.

Maria is creating a registration form. She wants to allow users to enter a short biography. Which form element should she use?

a)

<select>

b)

<input type="password">

c)

<textarea>

d)

<input type="text">

32.

Which type of internet connection is likely to have the highest latency but broadest coverage?

a)

Satellite

b)

Fiber

c)

DSL

d)

Cable

33.

While uploading a file through an HTML form, the image doesn’t reach the server. The most likely missing attribute is:

a)

enctype

b)

name

c)

target

d)

id

34.

The <th> tag in an HTML table is used for:

a)

Table header cells

b)

Table height

c)

Hidden cells

d)

Horizontal rule

35.

What happens if the target="_blank" attribute is not included in a hyperlink?

a)

The link will open in a popup window

b)

The link will open in the same tab

c)

The link will not work

d)

The link will be underlined red

36.

A web developer wants to merge two rows in a table for a summary cell. Which attribute should be used?

a)

colspan

b)

rowspan

c)

merge

d)

span

37.

Which element is used to group inline elements in HTML?

a)

<div>

b)

rowspan

c)

merge

d)

span

38.

What attribute in a <table> defines the distance between the border and the content inside a cell?

a)

border

b)

cellpadding

c)

cellspacing

d)

margin

39.

The <div> tag is primarily used to:

a)

Insert an image

b)

Group block-level elements for styling or layout

c)

Create hyperlinks

d)

Define a paragraph

40.

Which cloud-based service allows users to store files and recover them in case of computer loss?

a)

FTP

b)

Dropbox

c)

VOIP

d)

VPN

41.

A user fills out a form and presses the “Reset” button. What happens?

a)

The form data is submitted

b)

The page reloads

c)

All fields return to their default values

d)

The browser closes

42.

Which of the following is not a valid list type in HTML?

a)

<ul>

b)

<ol>

c)

<dl>

d)

<ml>

43.

What is the function of a DNS server?

a)

Sends email across the Internet

b)

Translates domain names into IP addresses

c)

Stores website content

d)

Encrypts user data

44.

A company uses VoIP to cut down on telephone bills. This technology allows them to:

a)

Use the Internet to transmit voice data

b)

Share files through FTP

c)

Host web pages

d)

Connect via cable only

45.

Which protocol is used to transfer files between a server and a user’s computer?

a)

HTTP

b)

FTP

c)

SMTP

d)

IP

46.

What is the correct HTML element to create a dropdown menu?

a)

<menu>

b)

<dropdown>

c)

<select>

d)

<check>

47.

The correct HTML structure for a webpage starts with:

a)

<html><head><body>

b)

<body><head><html>

c)

<head><body><html>

d)

<header><main><footer>

48.

A student is browsing multiple sites in one browser window using tabs. This feature is called:

a)

Tabbed browsing

b)

Multi-linking

c)

Hypertexting

d)

Session tracking

49.

The file extension .html or .htm represents:

a)

A binary executable file

b)

A text file containing markup tags for web pages

c)

A database file

d)

A HTML stylesheet

50.

What is SMTP stand for?

(capital letter in every start of word)

(a)