Computer Science for IGCSE & O level - Data Representation (Section 2)
1
What does the 'digital' in 'digital audio' or 'digital image' refer to?
Answer(C)
The representation of data using discrete values
2
What is the main advantage of using hexadecimal for representing memory addresses?
Answer(C)
It's easier to read and understand than binary.
3
Which of the following is most likely to reduce file size?
4
Which of the following are benefits of data compression?
5
What is the decimal equivalent of the binary number 1100?
6
What is the purpose of dithering in the context of digital images?
Answer(C)
To simulate a wider range of colors.
7
What is a common application for RLE in images?
Answer(B)
Images with large areas of the same color.
8
If an image is 1024 pixels wide and has a color depth of 24 bits, what is the memory size per horizontal line?
9
What happens during a left logical shift?
Answer(B)
Bits are shifted left, and 0s are added on the right.
10
Which of the following best describes the advantages of using hexadecimal in programming?
11
Which technique is generally utilized in a ZIP archive?
12
What decimal value does the hexadecimal digit 'F' represent?
13
What are some key benefits of using error codes in software development?
14
In the two's complement representation of a signed 8-bit integer, what is the decimal value of the binary number 11111111?
15
Which of the following is most closely related to image clarity?
16
What is the main purpose of using compression techniques like JPEG or MP3?
17
What is a key benefit of the hexadecimal system in the context of computer programming?
Answer(B)
It provides a more human-readable representation of binary values.
18
Which of the following can be represented with a hexadecimal number?
19
Which technique is most suitable for compressing photographs?
Answer(C)
Lossy compression (e.g., JPEG)
20
When converting binary numbers to hexadecimal, which grouping is used to facilitate the conversion?
21
Which of the following are true about logical and arithmetic bit shifts?
22
In HTML color codes, how are the red, green, and blue components typically represented?
Answer(B)
As two-digit hexadecimal numbers.
23
How many bits are in a byte?
24
Which file format is associated with lossless compression?
25
Which of the following best describes the use of hexadecimal in relation to binary?
Answer(B)
Hexadecimal is used to simplify and shorten the representation of binary data.
26
Which of these options is most often linked with lossy compression?
27
What does the abbreviation 'RLE' stand for in the context of data compression?
28
What is the primary goal when using data compression?
29
Which number system is the foundation for digital computers?
30
What does a higher sampling rate affect in terms of the fidelity of the sound?
Answer(B)
Increases the fidelity of the sound.
31
How does a left bit shift affect a binary number?
32
If an image has a resolution of 1024 x 768, how many pixels does it contain?
33
What is the advantage of using hexadecimal notation in the context of data representation?
Answer(A)
Offers a more compact way of representing binary values.
34
In two's complement representation, what is the range of values that can be represented in an 8-bit register?
35
What is meant by a 'nibble' in computing?
36
Which number system uses base-10?
37
What is the range of values that can be represented by a byte (8 bits) in an unsigned integer representation?
38
What is the purpose of converting between different number systems (e.g., binary, decimal, hexadecimal)?
Answer(D)
To represent data in a way that is suitable for both computers and humans.
39
In Run-Length Encoding (RLE), what does a 'run' represent?
Answer(A)
The number of times a single character is repeated consecutively.
40
Which technique is most appropriate for compressing a photograph?
41
How many bits make up a nibble?
42
What is the maximum number of values that can be represented using a single byte (8 bits)?
43
In a hexadecimal HTML color code, which parts define the intensity of the red color?
44
What is the role of the "base" in a number system?
Answer(A)
It determines the number of unique digits used.
45
What is the binary equivalent of the decimal number 13?
46
What does a '0' in the most significant bit (MSB) of a two's complement number typically indicate?
47
What does the 'bit depth' in an image indicate?
Answer(C)
The number of colors that can be displayed.
48
What is the primary advantage of using lossless compression?
49
What does the term 'bit depth' represent in the context of audio recording?
Answer(C)
The number of bits used to represent each audio sample.
50
What does 'sample rate' refer to in the context of audio?
Answer(C)
The number of audio samples captured per second.