Assignment Answers
Assignment Answers
Assignment Answers
Multiple Choice
1-13 Answer is a.
14-24 Answer is b.
25-30 Answer is c.
31-40 Answer is d.
Answers
1. What is meant by a bit?
The smallest representation of data consisting of either a 1 or 0. A single binary digit.
3. Convert the following 8-bit binary values into their denary (base 10) equivalent. You
must show your working out.
a. 00110111
55
b. 10101111
175
c. 11010110
214
4. Convert the following denary (base 10) values into their 8-bit binary equivalent. You
must show your working out.
a. 31
00011111
b. 104
01101000
c. 210
11010010
5.
a. An overflow error can occur when adding two 8-bit binary values. What is meant
by an overflow error?
8.
9. What is meant by the term character set?
The agreed set of code/bits to represent the computers’ main characters. Characters available
to a computer.
14. How many colours can be represented in an image with 8 bits? You must show your
working out.
256.
16. How does the resolution of an image affect the size of the file?
The resolution of an image is the number of pixels per unit (pixels per inch). The more pixels
per inch the larger the file size.
Sound is continuously changing values (in analogue). Sound waves are sampled at set intervals. Set
values are saved and replayed. The sample rate affects the quality of the sound/ a high sample rate (or
sampling sound at shorter intervals) improves the quality of the sound.
18.
a. Compression is often used to reduce the size of files before sending them
electronically. What is one advantage for compressing files in this way?
Reduce download size. Reduce download time when transferring a file. Reduce
storage requirement.