wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

AppLab LC 3

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

What is a list of steps that you can follow to finish a task?

a)

Code

b)

Program

c)

Algorithm

2.

What is an algorithm?

a)

a list of shopping items you need

b)

a list of tech items you want

c)

a list of steps to complete a task

3.

What does this code do?

a)

Moves forward, turns, moves forward

b)

Moves forward 2 times, turns left, moves forward 2 more times

c)

Moves forward 4 times and turns left

d)

Moves and turns

4.

What shape does this code make?

a)

Rectangle

b)

Triangle

c)

Square

d)

Circle

5.
In coding, an event is:
a)
trying again and again, even when something is hard.
b)
an example of being a good digital citizen.
c)
an error in a program that prevents the program from running as expected.
d)
an action that causes something to happen.
6.
a loop within a loop, an inner loop within the body of an outer one.
a)
Nested Loop
b)
Condition
c)
while loop
d)
For Loop
7.

Which option lists units of bytes from largest to smallest?

a)

terabyte, gigabyte, kilobyte

b)

megabyte, terabyte, kilobyte

c)

gigabyte, terabyte, megabyte

d)

kilobyte, gigabyte, terabyte

8.

A single hexadecimal digit represents a four-bit sequence.

a)

True

b)

False

9.

a programming environment where you can make simple apps

a)

JavaScript

b)

App Lab

c)

code

d)

debugging

10.

Which one would you choose to add a picture to your screen?

a)
b)
c)
d)
11.

This area Contains various blocks (such as image, button, ABC label) needed for coding your app.

a)

Workspace

b)

Play Area

c)

Toolbox

d)

Instructions Area

12.

Which block would you use to replace the "?" in the code?

(click the picture to make it bigger)

a)
b)
c)
d)
13.

Which of these blocks is a loop structure?

a)
b)
c)
d)