Computer Science for IGCSE & O level - Data Representation (Section 10)
1
What is the decimal equivalent of the binary number 110101?
2
What is the role of a Digital-to-Analog Converter (DAC) in audio systems?
Answer(A)
To convert digital audio signals to analog audio signals.
3
Which of the following is the most common way to represent the color blue in an HTML code?
4
What is the binary equivalent of the hexadecimal number 'C'?
5
What is the main purpose of data compression?
6
What is the effect of a higher color depth on an image?
7
What is the key objective of data compression?
8
Which of the following statements accurately describes the use of hexadecimal numbers in relation to binary?
Answer(B)
Hexadecimal is a more compact way of representing binary values.
9
What is the binary representation of the hexadecimal number 'C'?
10
What are the general goals of data compression?
11
What is the binary equivalent of the decimal number 50?
12
What is a key characteristic of lossy compression?
Answer(B)
It typically results in smaller file sizes.
13
What is the advantage of using hexadecimal over binary for representing numbers?
14
If a hexadecimal number has the value "A", what is its decimal equivalent?
15
What is the decimal equivalent of the binary number 11011?
16
Which of the following is NOT a disadvantage of the ASCII character set?
Answer(C)
It is not supported by modern computers.
17
What is the binary equivalent of the decimal number 20?
18
What is the benefit of using hexadecimal in the context of memory addresses?
19
In an 8-bit two's complement system, what is the value of the binary number 10000000?
20
In Run-Length Encoding (RLE), what does a 'flag' represent?
Answer(D)
An indicator that a sequence is encoded
21
In the context of image resolution, what does a higher resolution generally mean?
Answer(C)
The image has more detail and clarity.
22
Which of the following statements accurately describes the relationship between frequency and the pitch of sound?
Answer(D)
Higher frequency corresponds to a higher pitch.
23
Which process is used to convert an analog sound wave into a digital representation?
24
In computer science, what is a common use of hexadecimal color codes?
Answer(B)
Defining the red, green, and blue color values of a pixel
25
What is a key reason for using hexadecimal in low-level programming or hardware control?
Answer(B)
Because it simplifies the representation of a group of binary bits.
26
What happens to the file size of an image if both the image resolution and colour depth are increased?
Answer(C)
The file size will increase.
27
What is the purpose of two's complement in representing integers?
Answer(B)
To allow subtraction using addition.
28
What is generally sacrificed in lossy compression to achieve smaller file sizes?
Answer(A)
The original data quality.
29
In a binary number represented in two's complement, what does the most significant bit (MSB) indicate?
30
Which of the following is a key advantage of lossless compression?
Answer(B)
Exact replication of the original data.
31
What is the primary purpose of a MAC address?
Answer(A)
To uniquely identify a network interface.
32
What does the hexadecimal value 'FF' represent in terms of color in a typical computer system?
33
What is the two's complement of the binary number 1111?
34
What is the primary purpose of compression algorithms in digital media?
35
What are the two main stages involved in representing sound digitally?
Answer(B)
Sampling and quantization.
36
What are some examples of lossy compression?
37
In the context of computer science, what does the term 'binary' refer to?
Answer(B)
A system representing data using only two digits (0 and 1).
38
What aspect of sound is measured in Hertz (Hz)?
39
Which of the following factors contribute to the size of a digital video file?
40
Which type of image is made up of pixels arranged in a grid?
41
In the context of an 8-bit register, what does '11111111' represent if it's interpreted as an unsigned integer?
42
What is the purpose of logical binary shifts?
43
Which of the following terms is related to the number of pixels per unit area in an image?
44
How many bytes are used to represent one character in ASCII?
45
What is the purpose of a MAC address?
Answer(B)
To identify a network interface card.
46
What happens when you perform a left logical shift on the binary number 00001010?
47
Which of the following are benefits of using hexadecimal?
48
What is the relationship between image resolution and file size?
Answer(C)
As resolution increases, file size increases.
49
Which number system provides the foundation for digital computer operations?
50
Which of these is *not* a valid hexadecimal digit?