Lesson details

Key learning points

  1. In this lesson, we will be introduced to the purpose of the unit: to create a mobile app. Over the next two lessons we will develop our first app together "Tappy Tap App" and start by decomposing the problem, using success criteria to help us do this.

Licence

This content is made available by Oak National Academy Limited and its partners and licensed under Oak’s terms & conditions (Collection 1), except where otherwise stated.

Loading...

3 Questions

Q1.
What is the purpose of decomposing a programming project?
It is used to test your system at the end of the project
Correct answer: To break down the problem into smaller parts that are more manageable and easier to understand
To make a hand-drawn design for the solution to the problem before you start writing code
To split the problem into two parts
Q2.
Which one of the following success criteria would not be suitable?
Correct answer: App must be easy to use
App must have a score screen
Must allow the user to input their name
User screen must have a button to move to the next screen
Q3.
Where would you change the id of a text box or button?
In the events tab
Correct answer: In the properties tab

Lesson appears in

UnitComputing / Mobile app development

Computing