Font size
WorksheetsMA - App Lab Basics
Total questions: 6
Worksheet time: 9mins
What is App Lab used for in Code.org?
Designing robots
Creating apps and games
Making PowerPoint slides
Writing essays
Which part in App Lab is used to create buttons, labels, and images?
Code Mode
Design Mode
Debug Console Window
Which of the following is the correct way to generate a random number between 1 and 10?
randomNumber(0, 10)
randomNumber(1, 10)
randomNumber(10)
randomNumber(1)
The block setPosition("button1", 100, 200) will:
Move button1 to x=100, y=200 on the screen
Resize button1 to 100 by 200 pixels
Show button1 only when x=100
Delete button1
What does the block console.log("Hello World") do?
Shows “Hello World” on the app screen
Prints “Hello World” in the console (debug console window)
Saves “Hello World” to a file
Shows “Hello World” as an alert
Which Lesson was the easiest for you?
Lesson1: Introduction to App Lab
Lesson2: Buttons and Events
Lesson3: Multi-screen Apps
All are difficult
