wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Unit 1 and Unit 2

Total questions: 30

Worksheet time: 14mins

Name
Class
Date
1.
What is the proper code to insert an image named "frog.jpg"?
a)
<img src="frog" width="104" height="142">
b)
<img="frog.jpg" width="104" height="142">
c)
<img src="frog.jpg" width="104" height="142">
d)
<img ="frog" width="104" height"142">
2.
Which tag defines the visible content of a web document?
a)
<head>
b)
<meta>
c)
<title>
d)
<body>
3.
A properly coded HTML tag will always be found between which two symbols?
a)
( )
b)
{ }
c)
[ ]
d)
< >
4.
When using a text editor, what file extension(s) must be used when saving as a web document?
a)
txt
b)
html or htm
c)
doc
d)
css
5.
Which of the following is the proper way to code an inline style attribute?
a)
color=blue
b)
color="blue"
c)
color blue
d)
color=(blue)
6.
Between which paired tags would the visible content of a webpage be displayed?
a)
<html></html>
b)
<head></head>
c)
<body></body>
d)
<title></title>
7.
Which of the following is correct about RGB Values format of CSS colors?
a)
This color value is specified using the rgb( ) property.
b)
This property takes three values, one each for red, green, and blue.
c)
The value can be an integer between 0 and 255 or a percentage.
d)
�All of the above.
8.
What is the correct HTML for adding a background color?
a)
<body color=”yellow”>
b)
<body bgcolor=”yellow”>
c)
<background>yellow</background>
d)
<body background=”yellow”>
9.
"Yahoo", "Infoseek" and "Lycos" are _________?
a)
Search Engines
b)
Browsers
c)
News groups
d)
None of the above
10.
What does the .com domain represents?
a)
Education domain
b)
Commercial domain
c)
Network
d)
None of the above
11.

A part of the program that does not work correctly.

a)

Bug

b)

Break

c)

Loop

12.

The art of creating a program.

a)

Artistic

b)

Programming

c)

Looping

13.

Trying again and again, even when something is very hard.

a)

persistence

b)

algorithm

c)

computational thinking

d)

loop

14.

TRUE or FALSE: Test and change your strategy often. Don’t be afraid to try solutions before you know that they are perfect.

a)

TRUE

b)

FALSE

15.

What is an algorithm?

a)

a list of shopping items you need

b)

a list of tech items you want

c)

a list of steps to complete a task

16.

What is debugging?

a)

taking an insect out the computer

b)

fixing a program in an algorithm

c)

breaking down a problem

17.
Coding can be used to
a)
Program robots
b)
create websites, games & apps
c)
tell computers what to do
d)
all of the above
18.
The language of computer programming is 
a)
Spanish
b)
English
c)
Code
d)
Pig-latin
19.
A person who writes code is called a
a)
coder
b)
computer programmer
c)
technologist
d)
scientist
20.
If you weren't able to complete a challenge the first time you should
a)
pout
b)
give up
c)
try again
d)
bang the keyboard
21.

The stage of the design process in which the problem solver learns about the problem.

a)

Define

b)

Plan

c)

Try

d)

Reflect

22.

The stage of the design process in which the problem solver creates a solution to the problem.

a)

Define

b)

Plan

c)

Try

d)

Reflect

23.

The stage of the design process in which the problem solver tries a solution to the problem.

a)

Define

b)

Plan

c)

Try

d)

Reflect

24.

The stage of the design process in which the problem solver evaluates a solution to the problem.

a)

Define

b)

Plan

c)

Try

d)

Reflect

25.

True or False: You cannot move backwards during the problem solving process.

a)

True

b)

False

26.

True or False: Constraints are both things that you must do for a problem and things that you cannot do.

a)

True

b)

False

27.
What does CSS stand for? 
a)
Creative Style Sheets
b)
Cascading Style Sheets
c)
Colorful Style Spread
d)
Computer Style Spread
28.
What symbols go around the properties for each CSS selector?
a)
< >
b)
[ ]
c)
{ }
d)
( )
29.
Which is the value in this CSS?
p {color: red;}
a)
p
b)
color
c)
red
30.
How do I remove the underline from a link using CSS?
a)
a {underline: none;}
b)
a {text-decoration: none;}
c)
a {style: none;}
d)
link {underline: none;}