APP Design

APP Design

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

App inventor

App inventor

11th Grade

10 Qs

App Lab

App Lab

9th Grade

15 Qs

The Ribbon and Beyond the Ribbon

The Ribbon and Beyond the Ribbon

9th - 12th Grade

11 Qs

Serif Draw Plus

Serif Draw Plus

4th - 9th Grade

15 Qs

Thunkable Intro!

Thunkable Intro!

9th - 12th Grade

13 Qs

Code.org App Lab

Code.org App Lab

9th Grade

15 Qs

CLASS 9 MS WORD

CLASS 9 MS WORD

9th Grade

12 Qs

Input Devices (Part 1)

Input Devices (Part 1)

9th - 10th 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?