wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Coding Quiz Practice

Total questions: 21

Worksheet time: 11mins

Name
Class
Date
1.

What is an algorithm?

a)

Instructions or rules

b)

A fancy word

c)

A robot

d)

Singing

2.

What is a loop?

a)

Spinning Code

b)

Deleting Code

c)

Repeating Code

d)

A sprite

3.

Type of conditional statement

a)

Program

b)

if-statement

c)

function

d)

condition

4.

Statements that only run under certain conditions

a)

Conditional

b)

Variable

c)

Loop

d)

Function

5.

How does a proper Javascript code look?

a)

move();

b)

move

c)

move()

d)

move;

6.

A code that is ready for the computer to run

a)

Variable

b)

Loop

c)

Function

d)

Program

7.

Code needs to be written in...

a)

step by step instructions

b)

one word answers

c)

whatever order

d)

computer

8.

Code is...

a)

Causing a problem

b)

letters and numbers

c)

fixing a problem

d)

The language between computers & humans

9.

Unexpected problems in the code

a)

Sequence

b)

Unbug

c)

Bug

d)

Task

10.

Sequencing

a)

Lists

b)

Putting steps in order

c)

Putting steps in the wrong order

d)

Playing a game

11.

Fixing a problem in your code

a)

Bug

b)

coding

c)

Debug

d)

Decompose

12.

Decomposing

a)

Breaking down to smaller pieces

b)

A compost bin

c)

Making music

d)

Food breaking down

13.

What are algorithms?

a)

The language that machines and technology use

b)

Sequence of detailed step by step instructions

c)

Input

d)

The base of programming

14.

__________ are written by programmers so a machine can complete a task.

a)

Recipes

b)

Data

c)

Algorithms

d)

Commands

15.

You can define a____ and then you can____ it.

a)

call, function

b)

function, call

c)

function, delete

d)

function, save

16.

What are the pink blocks an example of?

a)

Conditionals

b)

Loops

c)

Functions

17.

What block repeats whatever is inside it?

a)

Conditional

b)

Variable

c)

Loop

d)

Function

18.

What is an event?

a)

A party

b)

Pressing a button causing something to happen

c)

An instruction

d)

changes

19.

Sprite

a)

refreshing drink

b)

a fairy

c)

Character or object on your stage

d)

the keys on a keyboard

20.

An example of an event is...

a)

sprite dancing

b)

clicking the a on the keyboard and an a shows up on the screen

c)

A surprise party

d)

Graduation

21.

Set of instructions for your computer or robot to run

a)

Program

b)

Loop

c)

Condition

d)

Bug