MA3-App Lab Design and Functionality

MA3-App Lab Design and Functionality

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Arduino Basics: Inputs and Outputs Quiz

Arduino Basics: Inputs and Outputs Quiz

12th Grade - University

11 Qs

Графічний інтерфейс Python

Графічний інтерфейс Python

12th Grade - University

12 Qs

Mobile devices I

Mobile devices I

11th Grade

13 Qs

Multi file website HTML-CSS

Multi file website HTML-CSS

9th Grade

10 Qs

Python Programming Quiz

Python Programming Quiz

11th Grade

10 Qs

App Inventor Quiz (Hello, it's me)

App Inventor Quiz (Hello, it's me)

11th Grade

4 Qs

Database Concepts and MS Access Assessment

Database Concepts and MS Access Assessment

8th Grade - University

10 Qs

HTML INPUT TYPES_EMAIL_FILE_IMG_HIDDEN

HTML INPUT TYPES_EMAIL_FILE_IMG_HIDDEN

10th Grade

10 Qs

MA3-App Lab Design and Functionality

MA3-App Lab Design and Functionality

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Easy

Created by

Albina Imanalieva

Used 3+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which tool in App Lab allows you to add buttons, labels, and images to a screen?

Design Mode

Code Mode

Debug Mode

Text Editor

2.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which of the following is an example of a Designing element?

setProperty();

Button

Variable

String variable

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which block runs code when a button is clicked?

onEvent

setScreen

setText

getProperty

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What block do you use to switch from one screen to another?

setProperty

setScreen

onEvent

getText

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What does debugging mean in programming?

Adding new features to the program

Fixing errors in the code

Writing faster code

Changing the background color

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which property can you use to change the color of a button?

background-color

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

setScreen

getText

7.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

True or False: Every element on a screen must have a unique ID.

True

False

8.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What is a variable in programming?

A place to store data

A type of button

A type of screen

A style property