Font size
WorksheetsYear 10 Term 1 Roundup
Total questions: 15
Worksheet time: 8mins
How many bits make a byte?
2
4
8
16
1011 001011 10110101
What in the name of the variable in this Python code?
name
input
("What is your name")
Why is it important that was use comments in our code?
They help the program run smoothly
So that when we come back to the code we can understand what it is doing
To help other people understand what is going on in our code
To add more colours into our code
In Python coding what does the instruction PRINT do?
Instruct a printer to work
Add together two numbers
Print a statement on the screen
Input a number
What kind of 'base' system is binary known as?
Base 12
Base 8
Base 2
Base 10
An algorithm can be represented in words and images. What is this called?
pseudo-code and a flow diagram.
alphanumeric.
string and integer.
txt and jpg.
