wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Preliminary Examination - Web

Total questions: 20

Worksheet time: 30mins

Name
Class
Date
1.
Which of the following best describes web development?
a)
Designing physical computers
b)
Building and maintaining websites
c)
Creating mobile apps only
d)
Designing hardware circuits
2.
Which of these is NOT a core web technology?
a)
HTML
b)
CSS
c)
JavaScript
d)
C++
3.
What does HTTP stand for?
a)
Hyper Transfer Protocol
b)
HyperText Transfer Protocol
c)
HighText Processing Program
d)
Hyper Terminal Protocol
4.
When you type a URL in a browser, what happens first?
a)
The browser sends an HTTP request
b)
The server sends a response immediately
c)
The CSS file loads first
d)
The DOM is created
5.
Which HTML tag is used for the largest heading?
a)
<h6>
b)
<title>
c)
<h1>
d)
<p>
6.
Which HTML element is used to display an image?
a)
<src>
b)
<img>
c)
<alt>
d)
<figure>
7.
Which HTML tag is used to collect user input?
a)
<form>
b)
<input>
c)
<section>
d)
<fieldset>
8.
Which attribute of <img> provides alternative text for accessibility?
a)
src
b)
alt
c)
title
d)
desc
9.
Which of the following is a benefit of External CSS?
a)
Slows down page loading
b)
Allows reuse across multiple pages
c)
Can only be used once
d)
Must be placed inline
10.
Which CSS selector targets elements with a specific class name?
a)
*
b)
#id
c)
.classname
d)
element
11.
In the CSS box model, which part is closest to the content?
a)
Border
b)
Margin
c)
Padding
d)
Background
12.
Which JavaScript function displays a popup alert?
a)
alert()
b)
console.log()
c)
prompt()
d)
message()
13.
Which JavaScript event occurs when a user clicks an element?
a)
hover
b)
click
c)
keydown
d)
focus
14.
Which of the following is true about the DOM?
a)
It is a tree representation of a webpage
b)
It is an HTML file
c)
It is a CSS stylesheet
d)
It is a server-side script
15.
Which type of CSS is placed inside the <head> of an HTML document?
a)
Inline CSS
b)
Internal CSS
c)
External CSS
d)
Global CSS
16.

(a)   is the standard language for creating web pages.

17.

The <p> tag in HTML is used to define a (a)   .

18.

CSS stands for (a)   .

19.

JavaScript can dynamically update the (a)   of a webpage.

20.

The DOM represents a webpage as a (a)   of objects.