wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Y9 App Lab Assessment

Total questions: 10

Worksheet time: 7mins

Name
Class
Date
1.

There are 4 key ingredients to a successful app. Select ALL that are correct.

a)

Follow the system life cycle

b)

Adhere the basic principles of design

c)

Be fun

d)

Solve a problem

e)

Make it intuitive

2.

To change the background colour of your App screen which block would you use?

a)

OnEvent

b)

SetProperty

c)

PlaySound

3.

What is an asset?

a)

a useful or valuable thing

b)

a set of values

c)

an algorithm

4.

If our goal is to make the screen green.

Which code combination is correct?

a)
b)
c)
d)
5.

Which law gives the creators of literary, dramatic, musical, artistic works, sound recordings, broadcasts, films and typographical arrangement of published editions, rights to control the ways in which their material may be used?

a)

Computer Misuse Act

b)

Data Protection Act

c)

Copyright, Design and Patents Act

6.

If our goal is to make the text bigger and blue.


You'll need two lines of code.

"label1" a "font-size" of 80

and

"____________" of "_________".

Choose the correct option to fill in the blank

a)
b)
c)
d)
7.

Depending on the type of work and how you wish to use it, you should be prepared for the owner of the work to refuse to give you permission, or charge (a)   for your use.​

8.

What outcome will the above code provide?

a)

When the button is clicked it will change screen 1 to blue.

b)

On the event of big button being clicked screen 1 will change to blue.

c)

On the event of big button being clicked screen 1 will change from blue to green.

d)

When the button is clicked it will change screen 1 to red.

9.

Which of the following are basic principles of design? Tick ALL that apply.

a)

Think about users

b)

Bright colours

c)

Simple design

d)

Lots of links

e)

Minimize graphics

10.

There is an bug in the above code. Find the error, debug it and write the answer in the box below.

(a)