wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Lesson 8: Clean Code and Debugging HTML

Total questions: 8

Worksheet time: 5mins

Name
Class
Date
1.

What is a bug?

a)

Errors found in furniture.

b)

Small insect found everywhere.

c)

Mistakes in code which causes it not to work as planned.

d)

The process in which someone is bothering you.

2.

What is debugging?

a)

Process of finding and fixing bugs in code.

b)

Process of exterminating insects.

c)

Not being so annoying.

d)

Detect and remove concealed microphones from an area.

3.

Which is the correct image that has the correct code to fix this?

a)
b)
c)
d)
4.

Which tag would create a ordered list?

a)

<h1>

b)

<ol>

c)

<ul>

d)

<body>

5.

What is formatting?

a)

Arranging text in a way that makes it easier to understand.

b)

Adjusting to something new that is introduced.

c)

The process of being formal.

d)

Optimizing something to fit standards.

6.

What is whitespace?

a)

The empty space on a paper.

b)

The empty space on a board.

c)

The empty space on the screen.

7.

Is this how you write a comment?

a)

Yes

b)

No

8.

"Cat Toys" will be displayed correctly

a)

True

b)

False