MA3-App Lab Design and Functionality

MA3-App Lab Design and Functionality

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Ms. Word & Ms. Excel

Ms. Word & Ms. Excel

10th Grade

10 Qs

ASAS SAINS KOMPUTER TINGKATAN 1 BAB 3

ASAS SAINS KOMPUTER TINGKATAN 1 BAB 3

10th Grade

10 Qs

Refleksi Chatbot

Refleksi Chatbot

11th Grade - University

13 Qs

Интерфейс приложения

Интерфейс приложения

10th Grade

10 Qs

Understanding User Interfaces and Programming

Understanding User Interfaces and Programming

9th Grade - University

10 Qs

html 1

html 1

1st Grade - University

10 Qs

9A Q2 ( 19 to 23 October )

9A Q2 ( 19 to 23 October )

9th Grade

10 Qs

TRẮC NGHIỆM VUI PYTHON

TRẮC NGHIỆM VUI PYTHON

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 6+ 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