Font size
WorksheetsDC2 Year 7 Computing Assessment
Total questions: 63
Worksheet time: 16hrs 45mins
How many bits are in the binary number?
1011
(a)
How many bits are in the following binary number?
111111
(a)
How many bits are in the following binary number?
10101010
(a)
How many bits are in a byte?
(a)
Match the following
Base 10
Denary
Base 2
Binary
Base 16
Hexadecimal
Add together the two binary numbers
1010
1010
(a)
Add together the 2 binary numbers
0011
1111
(a)
Add together the 2 binary numbers
0011
0011
(a)
Binary is base 2 and Denary is base 10. What base system is Hexadecimal?
8
12
14
16
What is 0010 in Hexadecimal?
2
3
4
5
What is 0001 in Hexadecimal?
7
4
1
2
What is 0100 in Hexadecimal?
8
4
2
1
What is 0111 in Hexadecimal?
7
F
6
D
What is 1010 in Hexadecimal?
9
A
C
D
What is 1111 in Hexadecimal?
4
A
E
F
What is 0000 in Hexadecimal?
9
4
0
D
What is 1100 in Hexadecimal?
C
D
E
F
What is 1110 in Hexadecimal?
C
D
E
F
What is an algorithm?
A set of instructions to perform a task
Computer programming
A computer game
Tasks that a computer does
What are the two methods that can be used to create Algorithms?
(a) (b)
Match the following flow chart shapes
Decision
Process
Flow
Input/Output
Start/Stop
A flowchart can have only one beginning.
True
False
Observe the given image and answer the following.
The _________ symbol is used for checking conditions.
start
Input
Processing
Decision
Yes
What will happen if the user's book return is late?
Sends them an SMS (text)
Does not send them an SMS (text)
How many arrows come out of the end symbol in the flowchart?
0
1
2
3
This flowchart is made to ...
Check whether a number is odd or even
Decide if we like a number or not
Calculate the remainder of a number + 2
Help people with Maths
In this flowchart the diamond shape helps with...
Deciding whether the student should pass or fail
Adding up the student's marks
Making sure the student gets good marks
Checking the student's general behaviour
Choose 2 that a sensor might be used to measure
Computer Storage
Temperature
Time
Movement
What is a subroutine? Give an example in Flowol when you used one.
