wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Semester 2 Exam Coding - Code.org Units 2&3

Total questions: 44

Worksheet time: 22mins

Name
Class
Date
1.

Website

a)

characters indicates the start and end of an HTML element

b)

a collection of interlinked web pages on the World Wide Web

c)

Hypertext Markup Language used to create web pages

d)

A title or summary for a document or section of a document

2.

HTML

a)

characters indicates the start and end of an HTML element

b)

a collection of interlinked web pages on the World Wide Web

c)

Hypertext Markup Language used to create web pages

d)

A title or summary for a document or section of a document

3.

HTML Tag

a)

characters indicates the start and end of an HTML element

b)

a collection of interlinked web pages on the World Wide Web

c)

Hypertext Markup Language used to create web pages

d)

A title or summary for a document or section of a document

4.

Heading

a)

characters indicates the start and end of an HTML element

b)

a collection of interlinked web pages on the World Wide Web

c)

Hypertext Markup Language used to create web pages

d)

A title or summary for a document or section of a document

5.

Copyright

a)

Part of a program that does not work correctly

b)

Find and fixing problems in a program

c)

A note in the code that helps explain the code

d)

the legal right to print, publish, or record material

6.

Bug

a)

Part of a program that does not work correctly

b)

Find and fixing problems in a program

c)

A note in the code that helps explain the code

d)

the legal right to print, publish, or record material

7.

Comment

a)

Part of a program that does not work correctly

b)

Find and fixing problems in a program

c)

A note in the code that helps explain the code

d)

the legal right to print, publish, or record material

8.

Debugging

a)

Part of a program that does not work correctly

b)

Find and fixing problems in a program

c)

A note in the code that helps explain the code

d)

the legal right to print, publish, or record material

9.

Indentation

a)

The placement of text farther to the right or left

b)

Cascading Style Sheets; language describes how HTML styled

c)

A link from a HTML file to another location or file

d)

A program that searches for items that correspond to keyword

10.

Hyperlink

a)

The placement of text farther to the right or left

b)

Cascading Style Sheets; language describes how HTML styled

c)

A link from a HTML file to another location or file

d)

A program that searches for items that correspond to keyword

11.

CSS

a)

The placement of text farther to the right or left

b)

Cascading Style Sheets; language describes how HTML styled

c)

A link from a HTML file to another location or file

d)

A program that searches for items that correspond to keyword

12.

Search Engine

a)

The placement of text farther to the right or left

b)

Cascading Style Sheets; language describes how HTML styled

c)

A link from a HTML file to another location or file

d)

A program that searches for items that correspond to keyword

13.

Input

a)

Attributes that describe an object's characteristics

b)

A character w/ properties that describe its location & look.

c)

A device that allows information to be given to a computer

d)

Any device that receives information from a computer

14.

Output

a)

Attributes that describe an object's characteristics

b)

A character w/ properties that describe its location & look.

c)

A device that allows information to be given to a computer

d)

Any device that receives information from a computer

15.

Property

a)

Attributes that describe an object's characteristics

b)

A character w/ properties that describe its location & look.

c)

A device that allows information to be given to a computer

d)

Any device that receives information from a computer

16.

Sprite

a)

Attributes that describe an object's characteristics

b)

A character w/ properties that describe its location & look.

c)

A device that allows information to be given to a computer

d)

Any device that receives information from a computer

17.

Animation

a)

Statements that only run under certain conditions.

b)

A character w/ properties that describe its location & look.

c)

a single image within an animation

d)

a series of images that create the illusion of motion

18.

Frame

a)

Statements that only run under certain conditions.

b)

A character w/ properties that describe its location & look.

c)

a single image within an animation

d)

a series of images that create the illusion of motion

19.

Conditionals

a)

Statements that only run under certain conditions.

b)

A character w/ properties that describe its location & look.

c)

a single image within an animation

d)

a series of images that create the illusion of motion

20.

paragraph

a)

<p></p>

b)

<h1></h1>

c)

<ul></ul>

d)

<li></li>

21.

heading

a)

<p></p>

b)

<h1></h1>

c)

<ul></ul>

d)

<li></li>

22.

unordered list

a)

<p></p>

b)

<h1></h1>

c)

<ul></ul>

d)

<li></li>

23.

list

a)

<p></p>

b)

<h1></h1>

c)

<ul></ul>

d)

<li></li>

24.

ordered list

a)

<ol></ol>

b)

<img />

c)

<ul></ul>

d)

<li></li>

25.

image

a)

<ol></ol>

b)

<img />

c)

<ul></ul>

d)

<li></li>

26.

The HTML code, font-size, means:

a)

gives font style

b)

give font size

c)

color of the item

d)

background color

27.

The HTML code, font-style, means:

a)

gives font style

b)

give font size

c)

color of the item

d)

background color

28.

The HTML code, color:value, means:

a)

gives font style

b)

give font size

c)

color of the item

d)

background color

29.

The HTML code, background-color:value, means:

a)

gives font style

b)

give font size

c)

color of the item

d)

background color

30.

The HTML code,width: value, means:

a)

allows you to give a color using the red, green and blue

b)

background color

c)

width of the item

d)

height of the item

31.

The HTML code, height: value, means:

a)

allows you to give a color using the red, green and blue

b)

background color

c)

width of the item

d)

height of the item

32.

The HTML code, rgb(value), means:

a)

allows you to give a color using the red, green and blue

b)

background color

c)

width of the item

d)

height of the item

33.

color of object

a)

fill(color)

b)

ellipse(x, y, w, h)

c)

rect(x, y, w, h)

d)

background(color)

34.

circle/oval

a)

fill(color)

b)

ellipse(x, y, w, h)

c)

rect(x, y, w, h)

d)

background(color)

35.

rectangle/square

a)

fill(color)

b)

ellipse(x, y, w, h)

c)

rect(x, y, w, h)

d)

background(color)

36.

background color

a)

fill(color)

b)

ellipse(x, y, w, h)

c)

rect(x, y, w, h)

d)

background(color)

37.

picks a random number

a)

randomNumber()

b)

ellipse(x, y, w, h)

c)

rect(x, y, w, h)

d)

background(color)

38.

The JavaScript code, If statement, means:

a)

apply only if the statement is NOT equal to the value

b)

apply only if the statement is equal to the value

c)

apply only if the statement is true

d)

apply only if the statement is greater than the value

39.

The JavaScript code, Equality operator, means:

a)

apply only if the statement is NOT equal to the value

b)

apply only if the statement is equal to the value

c)

apply only if the statement is true

d)

apply only if the statement is greater than the value

40.

The JavaScript code, Inequality operator, means:

a)

apply only if the statement is NOT equal to the value

b)

apply only if the statement is equal to the value

c)

apply only if the statement is true

d)

apply only if the statement is greater than the value

41.

The JavaScript code, Greater than operator, means:

a)

apply only if the statement is NOT equal to the value

b)

apply only if the statement is equal to the value

c)

apply only if the statement is true

d)

apply only if the statement is greater than the value

42.

The JavaScript code, Greater than or equal to operator, means:

a)

apply only if the statement is less than the value

b)

only if the statement is less than OR equal to the value

c)

apply only if the statement is greater than the value

d)

only if the statement is greater than OR equal to the value

43.

The JavaScript code, less than or equal to operator, means:

a)

apply only if the statement is less than the value

b)

only if the statement is less than OR equal to the value

c)

apply only if the statement is greater than the value

d)

only if the statement is greater than OR equal to the value

44.

The JavaScript code, less than operator, means:

a)

apply only if the statement is less than the value

b)

only if the statement is less than OR equal to the value

c)

apply only if the statement is greater than the value

d)

only if the statement is greater than OR equal to the value