NEW
Font size
WorksheetsW2 G11 Python Basics
Total questions: 12
Worksheet time: 6mins
_________ are also known as PC.
Minicomputers
Microcomputers
Supercomputers
Mainframe
Kindle is an _______
Game console
Mobile computer
Embedded computer
Minicomputer
Identify the three main parts of any game?
Input , Processing and output
keyboard, monitor and mouse
Start , stop and rewind
Identify the two main types of programming ?
Pictures and video
Graphical and texted based
Text and video
which is an example of an output in a computer game?
Pressing the left arrow key on the keyboard
The character moves left on the screen
Using the mouse left click
An INPUT is
information that goes INTO a computer or device
information that comes OUT of a computer or device
An OUTPUT is
information that goes INTO a computer or device
information that comes OUT of a computer or device
An example of an INPUT would be
A ball
Sound
A keyboard
An example of an OUTPUT would be
A ball
Sound
A Keyboard
What is a program
A set of instruction to complete a task
something you watch on TV
What is a BUG in a program?
a small insect
an error in the code
To display the following on screen Hello World! the following command should be used:
print(Hello World!)
print("Hello World" + !)
print("Hello World!")
print"(Hello World!)"
