wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Coding Vocabulary (Part 2)

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

The brain of a program is called a _________________.

a)

CPU (central processing unit)

b)

GPU (graphics processing unit)

c)

Neural Network

d)

Sound Card

2.

If the Boolean expression is true and a different action if the Boolean expression is to false. What kind of statement is this?

a)

Then statement

b)

if-else statement

c)

Get statement

d)

Print statement

3.

High-level, general-purpose programming language is called ________.

a)

Scratch

b)

C++

c)

JavaScript

d)

Python

4.

A container that holds a single number, word, or other information that you can use throughout a program.

a)

Integer

b)

Variable

c)

If/ Then Statement

d)

Print Statement

5.

Containers that hold variables; they're used to group together similar variables.

a)

arrays

b)

variables

c)

if/else statements

d)

print statements

6.

Programming language great for mathematical calculations.

a)

Python

b)

JavaScript

c)

C++

d)

HTML

7.

Block of code that can be referenced by name to run the code it contains.

a)

Array

b)

Variable

c)

Functions

d)

If/ Else Statement

8.

An MIT-developed graphical programming language, where kids can learn drag-and-drop programming basics to create interactive stories and comics.

a)

C++

b)

Python

c)

HTML

d)

Scratch

9.

Computer graphics that you can move via code.

a)

sprites

b)

characters

c)

icons

d)

images

10.

These are set up just like (IF) statements. They check for a condition and run the code in them until the condition is no longer true.

a)

functions

b)

while loops

c)

variables

d)

arrays