APP Design

APP Design

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

The keyboard and mouse

The keyboard and mouse

4th Grade - Professional Development

11 Qs

PyGame (пайгейм) кітапханасы

PyGame (пайгейм) кітапханасы

10th Grade

11 Qs

مراجعة الوحدة الثالثه

مراجعة الوحدة الثالثه

12th Grade

12 Qs

AP CSP - Code.org Unit 3 Review

AP CSP - Code.org Unit 3 Review

9th - 12th Grade

15 Qs

Google Docs

Google Docs

9th Grade

15 Qs

Lourdes Amaranta Ayala Gracia

Lourdes Amaranta Ayala Gracia

8th Grade - University

10 Qs

AppInventer เบื้องต้น

AppInventer เบื้องต้น

9th - 12th Grade

12 Qs

Computer basics

Computer basics

9th Grade

12 Qs

APP Design

APP Design

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Selina Fan

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be showed after running the program?

Media Image
Media Image
Media Image

Nothing

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the name of this button?

Button 1

button 1

Button

button

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If I want to switch to another screen, which code i should add?

setProperty();

setScreen();

setImageURL();

console.log();

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where can I import or add a NEW screen?

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would the result show after these codes run?

a. Text show:Starting my program

b. Button 1 changes the word colour to red

c. buuton 1 changes it width to 100

d. button 1 change the button colour to red.

a. Text show:Starting my program

b. Button 2 changes the word colour to red

c. buuton 1 changes it width to 100

d. button 1 change the button colour to red.

a. Button 2 changes the word colour to red

b. buuton 1 changes it width to 100

c. button 1 change the button colour to red.

a. Button 1 changes the word colour to red

b. buuton 1 changes it width to 100

c. button 1 change the button colour to red.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How can I change the screen 1 to scrren 2 via the button"Come to Join us"? (1. Button info is showed in the page too 2. Screen 2's background colour is light yellow)

onEvent("Join", "click", function( ) {

setScreen("screen2");

setProperty("screen2","background-color","lightyellow");

});

onEvent("Come to join us!, "click", function( ) {

setScreen("screen2");

setProperty("screen2","background-color","lightyellow");

});

setScreen("screen2");

setProperty("screen2","background-color","lightyellow");

setScreen("screen1");

setProperty("screen2","background-color","lightyellow");

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This is an app for choosing a companion pet. The relationship between these four pages is as shown in the figure. The ID name of each button is the same as its own text name (except for the button ID name on the white cat page, which is: Preview1 and Next1, the ID of button " come to Join us !" is "Join"). Which piece of code can show their relationship? (The black arrows indicate the next page, and the red arrows indicate going back to the previous page.)

Media Image
Media Image
Media Image
Media Image

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?