Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web Development and PC Components Sem 1 final

Total questions: 40

Worksheet time: 20mins

Name
Class
Date
1.

What does CSS stand for?

a)

Computer Style Sheets

b)

Cascading Style Sheets

c)

Creative Style Syntax

d)

Colorful Style Sheets

2.

Which component is considered the "brain" of the computer?

a)

RAM

b)

CPU

c)

Hard Drive

d)

GPU

3.

Which device is used to store permanent data in a PC?

a)

RAM

b)

Hard Drive

c)

CPU

d)

Monitor

4.

Which CSS property controls the size of text?

a)

font-size

b)

text-size

c)

size

d)

text-style

5.

Which component is responsible for rendering graphics in a computer?

a)

CPU

b)

GPU

c)

RAM

d)

SSD

6.

Which CSS property is used to set the background color of an element?

a)

color

b)

background-color

c)

bg-color

d)

background

7.

Which HTML tag is used to define the largest heading?

a)

<h1>

b)

<h2>

c)

<heading>

d)

<h6>

8.

Which component temporarily stores data for quick access by the CPU?

a)

Hard Drive

b)

RAM

c)

GPU

d)

Motherboard

9.

Which HTML tag is used to create a numbered list?

a)

<ol>

b)

<ul>

c)

<lists>

d)

<li>

10.

Which HTML tag is used to define a paragraph?

a)

<paragraph>

b)

<text>

c)

<p>

d)

Font

11.

If you want to make all paragraphs in your HTML document have blue text, which CSS selector would you use?

a)

p { color: blue; }

b)

.p { color: blue; }

c)

#p { color: blue; }

d)

paragraph { color: blue; }

12.

Which PC component is most important for storing large files and programs?

a)

RAM

b)

Hard Drive/SSD

c)

CPU

d)

GPU

13.

you want to order items within a Div container, what would you use?

a)

display-items: order;

b)

display: flex;

c)

order;

d)

text-align: center;

14.

You are building a gaming PC and want to ensure smooth graphics performance. Which component should you prioritize?

(there are more than one answer!!!)

a)

CPU

b)

GPU

c)

RAM

d)

SSD

15.

You want to upgrade your PC for video editing. Which combination of components would provide the best performance?

a)

High-end CPU, large RAM, fast SSD

b)

Basic CPU, small RAM, HDD

c)

High-end GPU, small RAM, HDD

d)

Basic CPU, large RAM, slow SSD

16.

You need to troubleshoot a web page that is not displaying correctly in some browsers. What is a strategic approach?

a)

Test the page in multiple browsers and check for compatibility issues

b)

Only test in one browser

c)

Ignore browser differences

d)

Remove all CSS

17.

Which HTML tag is used to insert an image into a web page?

a)

<image>

b)

<picture>

c)

<img>

d)

<src>

18.

What does CPU stand for?

a)

Critical Processing Unit

b)

Core Processing Unit

c)

Common Processing Unit

d)

Central Processing Unit

19.

Choose the correct answer.

a)

<h2>

b)

<h1>

c)

<h6>

d)

<h3>

20.

What is the structure of HTML

a)

html, head, title, body

b)

html, head, hr, body

c)

html, head, text, img

d)

html, title, body, text

21.

"Forces a line break here"
From the text above, What is the command tag?

a)

<br>

b)

<hr>

c)

<p>

d)

<ul>

22.

The <body> tag comes after the <head> tag - true or false?

a)

True

b)

False

23.

Which HTML property enables you to place items into a container?

a)

flex-container

b)

<div> </div>

c)

class="container"

d)

display-flex: flex;

24.

Which of the following are flex-direction property values? (Choose all that apply.)

a)

auto

b)

row-reverse

c)

column

d)

start

25.

What color will this element be?

a)

Green

b)

Blue

c)

Red

d)

No color

26.

CSS is the...

a)

language for designing and styling web pages

b)

longitudinal compass for directions

c)

way we send information to each computer

d)

way we set up each tag

27.

What symbols go around the properties for each CSS selector?

a)

< >

b)

[ ]

c)

{ }

d)

( )

28.

Images are put inside ________ tags.

a)

<img>

b)

<image>

c)

<ig>

29.

The <img> tag is empty, it contains attributes only, and does not have a closing tag, such as "</img>"

a)

True

b)

False

30.

sets the color of words in a paragraph

a)

h1 {

color: pink;

}

b)

img {

color: pink;

}

c)

body {

color: pink;

}

d)

p {

color: pink;

}

31.

This is a picture of a ____.

a)

CSS Ruleset

b)

HTML Ruleset

c)

Tag

d)

Code Block

32.

What does CSS stand for? 

a)

Computer Style Sheets

b)

Cascading Style Sheets

c)

Cascading Style Standard

d)

Computer Style Standard

33.

You should format your page's appearance using HTML.

a)

True

b)

False

34.

What symbols go around the properties for each CSS selector?

a)

< >

b)

[ ]

c)

{ }

d)

( )

35.

How can you make a numbered list?

a)

<list>

b)

<ol>

c)

<dl>

d)

<ul>

36.

How can you make a bulleted list?

a)

<ol>

b)

<ul>

c)

<list>

d)

<dl>

37.

Which character is used to indicate an end tag in HTML?

a)

{}

b)

<

c)

/

d)

*

38.

What does HTML stand for?

a)

Home Tool Markup Language

b)

Hyper Text Markup Language

c)

Hyperlink and Text Markup Language

d)

High-Level Text Modeling Language

39.

Which of these is a CSS property?

a)

.container

b)

width

c)

100%

d)

:hover

40.

What is one way that you can help others? Select ALL that apply!

a)

Give Money

b)

Give time

c)

Give answers

d)

Give Prayer