WorksheetsWeb Development and PC Components Sem 1 final
Total questions: 40
Worksheet time: 20mins
What does CSS stand for?
Computer Style Sheets
Cascading Style Sheets
Creative Style Syntax
Colorful Style Sheets
Which component is considered the "brain" of the computer?
RAM
CPU
Hard Drive
GPU
Which device is used to store permanent data in a PC?
RAM
Hard Drive
CPU
Monitor
Which CSS property controls the size of text?
font-size
text-size
size
text-style
Which component is responsible for rendering graphics in a computer?
CPU
GPU
RAM
SSD
Which CSS property is used to set the background color of an element?
color
background-color
bg-color
background
Which HTML tag is used to define the largest heading?
<h1>
<h2>
<heading>
<h6>
Which component temporarily stores data for quick access by the CPU?
Hard Drive
RAM
GPU
Motherboard
Which HTML tag is used to create a numbered list?
<ol>
<ul>
<lists>
<li>
Which HTML tag is used to define a paragraph?
<paragraph>
<text>
<p>
Font
If you want to make all paragraphs in your HTML document have blue text, which CSS selector would you use?
p { color: blue; }
.p { color: blue; }
#p { color: blue; }
paragraph { color: blue; }
Which PC component is most important for storing large files and programs?
RAM
Hard Drive/SSD
CPU
GPU
you want to order items within a Div container, what would you use?
display-items: order;
display: flex;
order;
text-align: center;
You are building a gaming PC and want to ensure smooth graphics performance. Which component should you prioritize?
(there are more than one answer!!!)
CPU
GPU
RAM
SSD
You want to upgrade your PC for video editing. Which combination of components would provide the best performance?
High-end CPU, large RAM, fast SSD
Basic CPU, small RAM, HDD
High-end GPU, small RAM, HDD
Basic CPU, large RAM, slow SSD
You need to troubleshoot a web page that is not displaying correctly in some browsers. What is a strategic approach?
Test the page in multiple browsers and check for compatibility issues
Only test in one browser
Ignore browser differences
Remove all CSS
Which HTML tag is used to insert an image into a web page?
<image>
<picture>
<img>
<src>
What does CPU stand for?
Critical Processing Unit
Core Processing Unit
Common Processing Unit
Central Processing Unit
Choose the correct answer.
<h2>
<h1>
<h6>
<h3>
What is the structure of HTML
html, head, title, body
html, head, hr, body
html, head, text, img
html, title, body, text
"Forces a line break here"
From the text above, What is the command tag?
<br>
<hr>
<p>
<ul>
The <body> tag comes after the <head> tag - true or false?
True
False
Which HTML property enables you to place items into a container?
flex-container
<div> </div>
class="container"
display-flex: flex;
Which of the following are flex-direction property values? (Choose all that apply.)
auto
row-reverse
column
start
What color will this element be?
Green
Blue
Red
No color
CSS is the...
language for designing and styling web pages
longitudinal compass for directions
way we send information to each computer
way we set up each tag
What symbols go around the properties for each CSS selector?
< >
[ ]
{ }
( )
Images are put inside ________ tags.
<img>
<image>
<ig>
The <img> tag is empty, it contains attributes only, and does not have a closing tag, such as "</img>"
True
False
sets the color of words in a paragraph
h1 {
color: pink;
}
img {
color: pink;
}
body {
color: pink;
}
p {
color: pink;
}
This is a picture of a ____.
CSS Ruleset
HTML Ruleset
Tag
Code Block
What does CSS stand for?
Computer Style Sheets
Cascading Style Sheets
Cascading Style Standard
Computer Style Standard
You should format your page's appearance using HTML.
True
False
What symbols go around the properties for each CSS selector?
< >
[ ]
{ }
( )
How can you make a numbered list?
<list>
<ol>
<dl>
<ul>
How can you make a bulleted list?
<ol>
<ul>
<list>
<dl>
Which character is used to indicate an end tag in HTML?
{}
<
/
*
What does HTML stand for?
Home Tool Markup Language
Hyper Text Markup Language
Hyperlink and Text Markup Language
High-Level Text Modeling Language
Which of these is a CSS property?
.container
width
100%
:hover
What is one way that you can help others? Select ALL that apply!
Give Money
Give time
Give answers
Give Prayer
