App Programming Project Quiz

App Programming Project Quiz

8th Grade

10 Qs

quiz-placeholder

Similar activities

MIT Review

MIT Review

6th - 8th Grade

14 Qs

Presenting Information and Software

Presenting Information and Software

4th - 8th Grade

11 Qs

App Lab Variables

App Lab Variables

7th - 8th Grade

15 Qs

Programming 301 1-4

Programming 301 1-4

7th - 8th Grade

10 Qs

Kodu - Year 7

Kodu - Year 7

5th - 10th Grade

10 Qs

Intro to Scratch

Intro to Scratch

6th - 8th Grade

15 Qs

Thunkable Quiz - Kiberone

Thunkable Quiz - Kiberone

6th - 8th Grade

11 Qs

Conditional Statements and App Development Quiz

Conditional Statements and App Development Quiz

6th - 8th Grade

15 Qs

App Programming Project Quiz

App Programming Project Quiz

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Mr Long

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of decomposing a programming project?

To break down the problem into smaller parts that are more manageable and easier to understand

It is used to test your system at the end of the project

To split the problem into two parts

To make a hand-drawn design for the solution to the problem before you start writing code

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following success criteria would not be suitable?

User screen must have a button to move to the next screen

Must allow the user to input their name

App must be easy to use

App must have a score screen

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following would define an event?

A sequence of code that is executed when an application is opened

When a sequence of code is executed more than once

When an expression evaluates as true

An action that triggers a sequence of code to be executed

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Looking at the code below, what triggers the event?

When the variable `startbutton` is initialised

When an object named `startbutton` is clicked

When the `Game` screen opens

When any item on the `Game` screen is clicked

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Looking at the code below, what happens after the `confirm_button` has been clicked?

The user is prompted to enter text into the input box

A data entry box will appear

Nothing, as the variable `name` hasn’t been declared beforehand

The text entered by the user into the input box is collected and linked to the `name` variable

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

There is an app that has two screens, `home_screen` and `game_screen`. On the home screen are two buttons. What sequence should the two events below be placed in?

`home_button` event first, then `game_button` event

`game_button` event first, then `home_button` event

Both events can be placed in any order

Only one event is needed

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will happen after the play_game_button is clicked?

The game_screen will appear and wait for the play_game_button to be clicked before moving to the end_screen

The game_screen will appear and will automatically move to the end_screen after five seconds

The game_screen will appear and will automatically move to the end_screen after 50 seconds

A countdown timer will appear before moving to the end_screen

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?