Font size
WorksheetsY9 App Lab Assessment
Total questions: 10
Worksheet time: 7mins
There are 4 key ingredients to a successful app. Select ALL that are correct.
Follow the system life cycle
Adhere the basic principles of design
Be fun
Solve a problem
Make it intuitive
To change the background colour of your App screen which block would you use?
OnEvent
SetProperty
PlaySound
What is an asset?
a useful or valuable thing
a set of values
an algorithm
If our goal is to make the screen green.
Which code combination is correct?
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?
Computer Misuse Act
Data Protection Act
Copyright, Design and Patents Act
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
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.
What outcome will the above code provide?
When the button is clicked it will change screen 1 to blue.
On the event of big button being clicked screen 1 will change to blue.
On the event of big button being clicked screen 1 will change from blue to green.
When the button is clicked it will change screen 1 to red.
Which of the following are basic principles of design? Tick ALL that apply.
Think about users
Bright colours
Simple design
Lots of links
Minimize graphics
There is an bug in the above code. Find the error, debug it and write the answer in the box below.
(a)
