wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Computer Programming REVIEW

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

HTML5

What are the heading sizes?

a)

heading1, heading2, heading3

b)

h1, h2, h3, h4, h5, h6

c)

head1, head2, head3, head4, head5, head6

d)

header1, header2, header3, header4, header5, header6

2.

HTML5

What is the LARGEST heading size?

a)

h6

b)

h4

c)

h2

d)

h1

3.

HTML5

What is the SMALLEST heading size?

a)

h1

b)

h4

c)

h6

d)

h3

4.

HTML5

What are the codes to make a paragraph?

a)

<paragraph> </paragraph>

b)

<p> </p>

c)

<pa> </pa>

d)

<p1> </p1>

5.

HTML5

How do you START a comment?

a)

<!--

b)

<--

c)

-->

d)

<comment>

6.

HTML5

How do you STOP a comment?

a)

<!--

b)

-->

c)

<--

d)

</comment>

7.

HTML5

How do you set up an IMAGE code?

a)

<a href="_____"> link text </a>

b)

<img src="_____">

c)

<image=_____>

d)

<img =:_________">

8.

HTML5

How do you set up a hyperlink tag?

a)

<link="________"> link text </link>

b)

<l="____"> link text </l>

c)

<a href="_________"> link text </a>

d)

<link="____"> </link>

9.

HTML5

Which code STARTS an ORDERED list?

a)

<ul>

b)

<li>

c)

<ol>

d)

<dl>

10.

HTML5

Which code(s) are used for list items?

a)

<list> </list>

b)

<li> </li>

c)

<item1> </item1>

d)

<list1> </list1>

11.

How do you complete a line of JavaScript?

a)

-

b)

;

c)

-

d)

/

12.

In HTML, a line of code is called an "element".

What is a line of code called in JavaScript?

a)

script

b)

formula

c)

function

d)

java-element

13.

How do you create text in JavaScript?

a)

<p> text here </p>

b)

font(text here);

c)

text(text, x, y);

d)

font (font, x, y);

14.

How do you start a COMMENT in JAVASCRIPT?

a)

<!--

b)

-->

c)

// text here

d)

<--

15.

When/How might you use MATH in JavaScript?

a)

To make something precise

b)

You don't ever need math in JS