Year 11
Lesson details
Key learning points
- In this lesson, we will be introduced to the final programming project of this course: programming a game called Battle Boats.
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.
Which of these variables has been declared using the correct Python conventions?
levelScore = 5
levelSCORE = 5
LevelScore = 5
LEVELSCORE = 5
Q2.
True or False: All of the variable declarations given in question one will still work in Python.
False
Q3.
What symbol should you use to comment a single line of code?
!
' ' '
*
3 Questions
Q1.
How many grids does each player in Battle Boats have?
1
3
4
Q2.
How many boats does each player in Battle Boats have?
2
3
4
6
Q3.
How many KEY tasks are in the Battle Boats scenario?
5
6
8