wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Codesters Vocabulary

Total questions: 17

Worksheet time: 9mins

Name
Class
Date
1.

Whole numbers. In Codesters, this is placed inside a pair of parentheses and displayed in blue.

a)

Integer

b)

List

c)

String

d)

Variable

2.

A sequence of commands that tells your computer what to do

a)

Code Editor

b)

Command

c)

Program

d)

Syntax

3.

The area where your program is typed

a)

Code Editor

b)

Toolkit

c)

Stage

d)

Syntax

4.

The order in which each command runs

a)

Sequence

b)

Syntax

c)

dot.notation

d)

Block of Code

5.

The rules that define the way a program must be written

a)

Syntax

b)

Block of Code

c)

Indentation

d)

Dot Notation

6.

Finding and fixing the errors in a program

a)

Indentation

b)

Nesting

c)

Event Block

d)

Debugging

7.

The area where your program's output is displayed

a)

Code Editor

b)

Toolkit

c)

Stage

d)

Syntax

8.

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

9.

Each dot or point on the stage

a)

Coordinate Plane

b)

String

c)

Integer

d)

Pixel

10.

A group of commands that go together in a Loop, If-Statement, Function, or Event

a)

Indentation

b)

Block of Code

c)

Nesting

d)

Function

11.

Notes left in your code

a)

Comment

b)

Dot Notation

c)

Command

d)

Syntax

12.

A name that lets your program remember a value

a)

Function

b)

Parameter

c)

Variable

d)

String

13.

The syntax for telling a sprite to perform an action.

a)

Event Block

b)

Parameter

c)

Conditional Statement

d)

Dot Notation

14.

A block of code that may repeat or run more than once.

a)

Loop

b)

If

c)

Function

d)

Event Block

15.

A block of code that will run only if a certain event happens on the stage.

a)

Event Block

b)

Parameter

c)

Indentation

d)

Variable

16.

Input that controls how a command, function, or event runs in your program.

a)

If-Statement

b)

Nesting

c)

Variable

d)

Parameter

17.

A letter, word, or sequence of characters to be displayed. In Codesters, this is placed inside a pair of quotation marks and displayed in green.

a)

Integer

b)

List

c)

String

d)

Variable