App Lab Quiz (Introduction)

App Lab Quiz (Introduction)

7th Grade

10 Qs

quiz-placeholder

Similar activities

Exploring Apple Technology and Native Apps Quiz

Exploring Apple Technology and Native Apps Quiz

7th Grade

5 Qs

8.11 Quiz

8.11 Quiz

7th Grade

10 Qs

Quiz Informatika Bab 1 dan 2

Quiz Informatika Bab 1 dan 2

6th - 8th Grade

10 Qs

Soal Asesmen Sumatif Informatika

Soal Asesmen Sumatif Informatika

7th Grade

10 Qs

FreeCad 2025

FreeCad 2025

7th Grade

10 Qs

Digital Literacy

Digital Literacy

6th - 8th Grade

10 Qs

Aplicaciones Móviles

Aplicaciones Móviles

6th - 8th Grade

8 Qs

Google Apps Grade 6

Google Apps Grade 6

6th - 8th Grade

10 Qs

App Lab Quiz (Introduction)

App Lab Quiz (Introduction)

Assessment

Quiz

Information Technology (IT)

7th Grade

Easy

Created by

imam ibrahim

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is App Lab used for?

Writing long essays

Building apps

Watching videos

Answer explanation

App Lab is a platform to build and share apps.

2.

MULTIPLE SELECT QUESTION

45 sec • 3 pts

Which of the following can you add in App Lab? (Choose all that apply)

Buttons

Images

Sound

Music streaming

Answer explanation

App Lab lets you use elements like buttons, images, and sound, but not streaming services.

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What block is used to change an element's color, size, or text?

playSound()

setProperty()

onEvent()

Answer explanation

setProperty() lets you modify an element’s properties like color and text.
Points: 1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property is needed to change the picture on the screen?

"background"

"image"

"sound"

Answer explanation

You use the "image" property in setProperty() to show images

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do you need to create interaction (like clicking a button)?

Use the setProperty() block

Use the onEvent() block

Use repeat() block

Answer explanation

onEvent() detects user actions like clicks.

6.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Which line correctly sets the background color to "red"?

setProperty("screen1", "background-color", red)

setProperty("screen1", "background-color", "red")

setProperty("screen1", background-color, "red")

Answer explanation

The color value needs to be in double quotes: "red"

7.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Why is using good IDs important?

To make the app run faster

To find and control elements easily

To reduce memory usage

Answer explanation

Good IDs help identify elements quickly in your code.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?