Font size
WorksheetsCFI- Final Assessment 2025
Total questions: 40
Worksheet time: 20mins
Which of the following tags would appear first on the web page?
<body>
<head>
<html>
Which is correct based on heading sizes?( What is the correct heading size order?)
A
B
C
What tag is needed for the following type of lists? The top five reasons why a turtle is the best pet
<ol></ol>
<ul></ul>
What tag is needed for the following type of lists? Best desserts
<ul></ul>
<ol></ol>
Which element of this img tag is the location of the file name?
1
2
3
Which element of this hyperlink tag is the location of the closing tag?
1
2
3
What code in the stylesheet could have made the text green?
1
2
Using the image. The web developer wants to make the text “My Page” larger. Which TWO of the following options would work? (Choose TWO)
Use instead of Use <h6> instead of <h3>
Use <h1> instead of <h3>
Put the text “My Page” inside the tags.
Use CSS to set the font-size property of the h3 tag
What comes first in your HTML document?
<html>
<!DOCTYPE html>
<doctype>
<Title HTML>
What is the function of the <p> tag?
Defines a paragraph.
Pushes the text to the right.
Makes the text purple.
Prints the web page.
The content of the web page (such as your images, text, links) will appear here.
<head>
<body>
<style>
<folder>
What type of list will this code create?
<ul>
<li>Cats</li>
<li>Dogs</li>
<li>Horses</li>
</ul>
ordered list
unordered list
What type of list will this code make?
<ol>
<li>Cats</li>
<li>Dogs</li>
<li>Horses</li>
</ol>
ordered list
unordered list
What would this do on a webpage with h1 tags?
h1 { text-decoration:underline; }
It would make all text tagged with h1 underlined
It would underline all text on the webpage
It would make only one text tagged with h1 underlined
It would make all text turn red
What special character is needed to indicate to the browser at the end of each line of CSS code?
@
( )
; (Semicolon)
: (Colon)
What does CSS stand for?
Cascade Style Scene
Cascading Style Sheet
Car Skating Snow Sled
Cascade Selection Sheet
What does this code do in an HTML page?:
<head>
<link rel="stylesheet" href="style.css">
</head>
It is a link to a web page called style
It is necessary for all web pages
It allows the web page to function
It attaches a stylesheet called style.css so it can style the HTML
A language used to create web pages
Hypotext Markup Language
Hypertex Maxup Language
Hypertext Markup Language
Hypertest Markup Language
Consider the following program (blocks and text). What is the purpose of this script (code)?
Make the mouse bounce like a ball
Make the mouse run away and disappear from the screen
Make the mouse run away from the cat
Make the mouse run across the screen indefinitely
What happens when you click on the green flag symbol in a Scratch program?
The green flag symbol does not freeze the program
The green flag starts the program
The green flag symbol does not delete the program
The red button stops the program
What is Scratch?
Scratch is not a computer project
Scratch is a computer programming language
Scratch is a stage performance
Scratch is a help program
Consider the following program (blocks and text). What is the purpose of this script (code)?
Launch the apple into space!
Make the apple bounce around the screen!
Make the apple fly from left to right!
Make the apple fall!
Consider the following program (blocks and text). What is the purpose of this script (code)?
Make the shark swim to the right
Make the shark play hide and seek
Make the shark change color
Animate the shark
What is the name of the variable in this code?
Rainbow
Animate
Color
Space
In this script (code), Astronaut refers to:
A background
A block
An object
A variable
When will the game over screen appear?
When the balloon turns green
When the user clicks on the balloon
When the user clicks on a cactus
When the balloon touches a cactus
Which option is the correct code to make Pico move to the right?
A
B
C
D
What do we call the character in Scratch?
Scratch
Code
Background
Sprite
What happens when we click on this?
Change the Sprite
The program stops
The program starts
How to make the character move up in Scratch?
Change X by 10
Change Y by 10
Change X by -10
Change Y by -10
What is the keyboard shortcut for undo?
Ctrl-U
Ctrl-V
Ctrl-Z
Ctrl-C
What is the keyboard shortcut to paste objects?
Ctrl-U
Ctrl-V
Ctrl-Z
Ctrl-C
What is the keyboard shortcut to copy objects?
Ctrl-U
Ctrl-V
Ctrl-Z
Ctrl-C
What is the keyboard shortcut to bold objects?
Ctrl-C
Ctrl+B
Ctrl + A
Ctrl-V
Press Ctrl + A on the keyboard. What does it do? (Hint: Use your keyboard)
Bold everything
Delete the work
Select the entire page
Turn off the computer
What are the two letters that help you place your index fingers in the correct position?
H, J
F, G.
J, F
G, H
How do you make the @ symbol on a keyboard? (Hint: Use your keyboard)
Shift + 1
Shift + 2
Shift + 3
Shift + 4
How do you make the & symbol on a keyboard? (Hint: Use your keyboard)
Shift + 5
Shift + 6
Shift + 7
Shift + 8
How do you make the # symbol on a keyboard? (Hint: Use your keyboard)
Shift + 1
Shift + 3
Shift + 5
Shift + 9
How do you make the % symbol on a keyboard? (Hint: Use your keyboard)
Shift + 1
Shift + 3
Shift + 5
Shift + 9
