wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

5th 6 Weeks Review

Total questions: 45

Worksheet time: 30mins

Name
Class
Date
1.
Debugging is...
a)
Stepping on a bug .
b)
Finding and fixing errors in programs.
c)
Turning off  your computer.
d)
Relaxing.
2.
What is an Algorithm?
a)
An error in a program.
b)
A math equation.
c)
A music note.
d)
A list of steps to finish a task.
3.
What is a loop?
a)
The action of doing something over and over again.
b)
Walking around in a circle.
c)
A rope.
d)
A list of instructions.
4.
In coding an event is what?
a)
An action that causes something to happen.
b)
An item on your calendar.
c)
A way to move air.
d)
A device that blows air into your computer.
5.
Statements that can only run under certain conditions or situations such as: if the seat is taken, then move to the next available seat. 
a)
conditionals (if/then statements)
b)
variable
c)
abstractions
d)
binary
6.
What is coding?
a)
Something used to develop computer programs. 
b)
A form of "language" use to communicate computer actions. 
c)
An essential part to everything we do online. 
d)
All of these options are correct. 
7.
In which section of the toolkit would you find a "space" background?
a)
Actions
b)
Sprites
c)
Stage
d)
Events
8.
In which section of the Toolkit would you find the move forward command?
a)
Action
b)
Sprites
c)
Stage 
d)
Events
9.
In which section of the Toolkit would you find a "dinosaur" sprite?
a)
Action 
b)
Stage 
c)
Sprites
d)
Events
10.
Debug the line of code
stage.set_background("city)
a)
stage.set_background(city)
b)
stage.set_background(("city))
c)
stage.set_background("city")
d)
stage.set_background(CITY)
11.
What is the x value in the coordinate pair (-50, 100)
a)
50
b)
-50
c)
100
d)
-100
12.
 sprite.glide_to(-50, 100)
Which direction from center will the sprite move?
a)
Left and Up
b)
Left and Down
c)
Right and Up
d)
Right and Down
13.
What is MISSING from the following coordinate pair: (100 50)
a)
A quote
b)
A sprite
c)
A parenthesis
d)
A comma
14.
What do these symbols mean in Codesters?   (  )
a)
Loop
b)
Gathers Commands
c)
Repeats Code
d)
Excludes Code
15.
These are also called ordered pairs and name locations on the coordinate plane. 
a)
Point
b)
Origin
c)
(X,Y) Coordinates
d)
Coordinate Plane
16.

The rules that define the way a program must be written

a)

Syntax

b)

Block of Code

c)

Indentation

d)

Dot Notation

17.

A plane that is divided into four regions by a horizontal line called the x

a)

Coordinate Plane

b)

Pixel

c)

Nesting

d)

Dot Notation

18.

Notes left in your code

a)

Comment

b)

Dot Notation

c)

Command

d)

Syntax

19.

A name that lets your program remember a value

a)

Function

b)

Parameter

c)

Variable

d)

String

20.

What does the 0 represent in this line of code

a)

x postion

b)

y position

c)

diameter

d)

color

21.

What does sprite represent in the line of code

a)

variable name

b)

codester tool

c)

image label

22.

What does "pig" represent in the line of code

a)

variable name

b)

codester tool

c)

image label

23.

Image labels must have __________ around them

a)

( )

b)

{ }

c)

" "

d)

[ ]

24.

Ho do you debug the program?

a)

Add ) behind "person4"

b)

City should be capitalized

c)

Sprite should be lowercase

25.

What spreadsheet tool could be used to add together the numbers in a group of cells?

a)

Sum

b)

Merge

c)

Sort

d)

Hyperlink

26.

Which chart has a vertical axis titled Cookies?

a)
b)
c)
d)
27.

Which of these would find the average of cells A1 through A6 if it were typed into the formula bar for another cell?

a)

$Average(A1:A6)

b)

=(Average..A1:A6)

c)

Average$A$1..$A$6

d)

=Average(A1:A6)

28.

Which symbol is needed to use functions in spreadsheet software?

a)
b)
c)
d)
29.

Which tool can you use in spreadsheet software to display only specific data values?

a)

Filter

b)

Freeze Panes

c)

Line Chart

d)

Maximum

30.
An individual box within a worksheet is known as?
a)
square
b)
range
c)
refernce
d)
cell
31.
Which way does a row go? 
a)
horizontal
b)
vertical
c)
diagonal
32.
A column goes
a)
vertical
b)
horizontal
c)
diagonal
33.
What does cell A1 contain?
a)
Sweet
b)
Mars
c)
A1
d)
Cost
34.
What does cell B6 contain?
a)
23
b)
0.45
c)
0.50
d)
23
35.
What does cell C3 contain?
a)
23
b)
67
c)
Amount
d)
11.50
36.

What package do we use when creating spreadsheets?

a)

Excel

b)

PowerPoint

c)

Acess

d)

Publisher

37.

Each column is given a...

a)

Letter

b)

Number

38.

Each row is given a...

a)

Letter

b)

Number

39.

Can we re-name a sheet?

a)

Yes

b)

No

c)

Depends

40.

What type of chart is this?

a)

Pie

b)

Line

c)

Bar

41.

What type of chart is this?

a)

Line

b)

Bar

c)

Pie

42.

If you wanted one cell or a number of cells to stand out from the rest which tool could you use?

a)

Bold

b)

Fill Color

c)

Currency

d)

Borders

43.

This tool gives the selected text (a)   effect

44.

To create lines around the cells, we use cell (a)   (Answer in lowercase)

45.

What is normally used to perform calculations in a spreadsheet?

a)

Magic

b)

Formula

c)

Conditional formating

d)

Macro