Font size
WorksheetsKS3 Data Representation Revision
Total questions: 33
Worksheet time: 26mins
The number of digits in the decimal number system.
2
16
255
10
The decimal number system is used by....
Humans only
Humans & Computers
Computers Only
Humans, computers and digital devices
The binary number system has 2 digits to represent data, which are...
1 to 10
1 and A
0 and 1
1 and 2
Select the correct statements about the binary number system.
The binary number system is based on the powers of 10.
A 'bit' of data can represent either 0 or 1
Binary data is used primary by computers, but humans find it difficult to understand.
Each hexadecimal digit is equivalent to 2 bits of binary data.
The binary number system is based on powers of 2.
Convert decimal 97 into binary.
01100110
01001001
01100001
10101010
Convert decimal 125 into binary.
01111000
01010101
11010101
01111101
Convert decimal 218 into binary.
11011010
11010111
11011011
00011111
What is the result of performing a logical left binary used of 1 to the following binary representation?
011101010
01010101
111010100
110011010
10101011
State the number of shifts to left has been perform to the following representations.
Original representation: 10001010
Shifted Representation: 10100000
1
2
3
4
Convert hexadecimal representation A9 into binary.
1010 1011
1010 1001
1001 1001
1110 0101
Convert hexadecimal representation F6 into binary.
1111 0110
1111 1010
1111 0101
1111 0011
Convert the binary representation 1101 1110 into hexadecimal.
ED
DE
EC
CE
How different characters can be representation in a standard 7 bit ASCII character map?
10
128
256
16
Select the correct statements about ASCII.
Different languages need particular characters maps, such as UNICODE.
ASCII only representation letters and numbers.
In the English/US standard keyboard, each letter (upper & lower case) is represented by a unique binary representation.
The extended (8 bit) ASCII character set represents up to 256 characters.
Hexadecimal representation is useful for
Representation of decimal numbers.
Representation of short binary representation - 1 or 2 bits.
Representation of long binary representation..
