wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

MA - App Lab Basics

Total questions: 6

Worksheet time: 9mins

Name
Class
Date
1.

What is App Lab used for in Code.org?

a)

Designing robots

b)

Creating apps and games

c)

Making PowerPoint slides

d)

Writing essays

2.

Which part in App Lab is used to create buttons, labels, and images?

a)

Code Mode

b)

Design Mode

c)

Debug Console Window

3.

Which of the following is the correct way to generate a random number between 1 and 10?

a)

randomNumber(0, 10)

b)

randomNumber(1, 10)

c)

randomNumber(10)

d)

randomNumber(1)

4.

The block setPosition("button1", 100, 200) will:

a)

Move button1 to x=100, y=200 on the screen

b)

Resize button1 to 100 by 200 pixels

c)

Show button1 only when x=100

d)

Delete button1

5.

What does the block console.log("Hello World") do?

a)

Shows “Hello World” on the app screen

b)

Prints “Hello World” in the console (debug console window)

c)

Saves “Hello World” to a file

d)

Shows “Hello World” as an alert

6.

Which Lesson was the easiest for you?

a)

Lesson1: Introduction to App Lab

b)

Lesson2: Buttons and Events

c)

Lesson3: Multi-screen Apps

d)

All are difficult