g9 Quiz
g9 Quiz
g9 Quiz
UNIT-3.1
BINARY
1. The images are to be displayed with a background of hex colour code BB4A0F. Convert the
background hex code into a binary number.
Answer:
011 1011 0100 1010 0000 1111 (1 mark for 24-bit response, 1
mark for all correct)
2. Explain why hexadecimal notation is preferred to binary notation when specifying screen
colours.
Answer:
Shorthand form that is easier for humans to read (1) and is likely
to reduce errors when specifying colours / reduces potential for
mixing up the 0s and 1s
3. Describe the result of carrying out an arithmetic shift right, one place, to an 8-bit binary integer.
Answer:
The value of the number is halved / the number is divided by 2.
(1) The sign bit is retained.
5. Higher resolution versions of the images are available for download as JPEG files. Explain the
effects of using the JPEG compression format for the images.
Answer:
Any two of the following:
(2)
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
(ii) Convert the binary number 0010 1101 to hexadecimal.
(2)
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
(iii) Describe the process of converting a binary number to two's complement.
(2)
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
(iv) Explain what has happened as a result of adding these two 8-bit binary numbers.
(2)
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
Q2.
Binary, denary and hexadecimal patterns represent numbers.
(1)
.............................................................................................................................................
.............................................................................................................................................
(ii) Convert the binary pattern 0101 1011 to hexadecimal.
(2)
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
(Total for question = 3 marks)
Q3.
Data storage is measured in bits and bytes.
(i) State the number of unique values that can be represented with 6 bits.
(1)
.............................................................................................................................................
(ii) A file format uses a 100 × 600 table of 32-bit integers.
Construct an expression to show the number of bytes of storage needed to store the file.
(3)
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
Q4.
In arithmetic, subtraction can be done by adding a negative number.
(4)
Q5.
A 5-colour bitmap image uses 6-bit colour depth.
(i) Complete the expression to show the minimum file size for the image in KiB.
(3)
(ii) The file size can be optimised by changing the colour depth.
(1)
.............................................................................................................................................
(Total for question = 4 marks)
Q6.
Complete the table to show the result of the 8-bit binary addition.
(2)
Q7.
Binary strings can be used to represent numbers, text, and images.
Describe the result of carrying out an arithmetic shift right, one place, to an 8-bit binary integer.
(2)
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
Q8.
A computer operates as a binary digital device.
8-bit two's complement is used to represent the denary numbers -8 and -1.
Complete the table to show the binary addition on these two negative numbers.
(2)
Q9.
A computer stores images online.
1 KB = 1024 bytes
(2)
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
Q10.
A baby monitor uses a microphone to record sound.
Construct an expression to show how many seconds it will take to transmit 20 MB of data using a
network transmission speed of 2 Mbps
1 KB = 1024 bytes.
(4)
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
.............................................................................................................................................
Q11.
A computer game designer is creating a new game.
(3)
SOLUTIONS:
Mark Scheme
Q1.
Q2.
Q3.
Q4.
Q5.
Q6.
Q7.
Q8.
Q9.
Q10.
Q11.