The difference between analog and digital data? (3 marks)
Why is binary used? (2 marks)
Difference between binary, denary and hexadecimal ( 1 mark)
Explain hexadecimal number base (3 mark)
Addition binary rules (4 marks)
0 + 0 = 0
0 + 1 = 1
1 + 1 = 0 carry 1
1 + 1 + 1 = 1 carry 1
What is MSB (Most significant bit) and LSB (Least Significant Bit)
What is sample rate and sample resolution?
How to caculate sample size?
Sample rate * Sample resolution * duration
How to calculate bitmap size?
Height pixel * Width pixel * color depth
How to calculate color depth?
1 byte = ? bits
1 kB = ? bits
Definition of lossy and lossless
Compare and contrast lossy and lossless? ( 3 marks)
Compare:
- Lossy and lossless are both methods to reduce file size
Contrast:
- Lossy will permanently delete the data while we can recover the original files using lossless.
- Lossy can’t be used with text while lossless can used with every type of data ( Sound, Image, Text)
MP4 is lossy or lossless?
Lossy
PNG is lossy or lossless?
Lossless
Name 2 examples of lossy and lossless file? (2 marks)
Lossy: MP4 , MP3, JPEG
Lossless: PNG, PDF, ZIP
What is ADC and DAC?
Analogue Digtal Converter
Digital Analogue Converter
Zip is lossy or lossless?
Lossless
JPEG is lossy or lossless?
Lossy
Conver 117 to -117 in binary
1000 1011
Difference between ASCII and Unicode ( 2 marks)
Unicode can include more languages /emojis
ASCII has limited languages/fewer languages
ASCII needs 7/ 8 bits for character’s representation
Unicode needs 16/32 bits for character’s representation