MA3-App Lab Design and Functionality

MA3-App Lab Design and Functionality

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Объективно-событийное программирование &1,2

Объективно-событийное программирование &1,2

11th Grade

10 Qs

Se liga - 1° Trimestre

Se liga - 1° Trimestre

9th Grade

13 Qs

Bài kiểm tra Tin học

Bài kiểm tra Tin học

10th Grade

10 Qs

Latihan Proyek Android

Latihan Proyek Android

11th Grade

10 Qs

Teknologi Jaringan Berbasis Luas - P8

Teknologi Jaringan Berbasis Luas - P8

11th Grade

10 Qs

HTML and CSS Unit 1: Structure

HTML and CSS Unit 1: Structure

12th Grade

10 Qs

PREE TEST Pemrograman Web HTML

PREE TEST Pemrograman Web HTML

12th Grade

10 Qs

ICT BEL 4

ICT BEL 4

4th Grade - University

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