Cambridge International A Level · Computer Science (9618)

Information representation:练习题

5 道选择题即时批改,另有 5 道文字题附完整解题步骤,全部围绕「Information representation」。

10 道题目24 免费,无需注册
第 1 题
1

When encoding sound digitally, what is the most likely result of increasing the sampling rate?

第 2 题
1

A graphics designer is choosing between a vector graphic and a bitmapped image for a project. Which of the following statements correctly identifies a unique property of vector graphics representation?

第 3 题
1

A computer system uses 10-bit two’s complement to represent integers. A calculation is performed to subtract \( Y \) from \( X \) (i.e., \( X - Y \)), where \( X = 256_{10} \) and \( Y = -256_{10} \).

Which statement correctly identifies the outcome of this operation and the state of the processor's overflow flag?

第 4 题
1

Which of the following statements correctly describes a key difference between the ASCII character set and the Unicode character set?

第 5 题
1

Unicode was developed to overcome the limitations of the original ASCII character set. Which of the following best describes the technical characteristic of Unicode that allows it to represent a significantly larger range of characters and symbols from global languages?

第 6 题
2

Describe what is meant by overflow and explain why it might occur when a computer system performs addition on two \( 8 \text{-bit} \) unsigned binary integers.

先自己写一遍答案,再对照解题步骤。

第 7 题
3

Explain one practical application of Binary Coded Decimal (BCD) and describe why it is used instead of pure binary for that specific purpose.

先自己写一遍答案,再对照解题步骤。

第 8 题
5

Explain how Run-Length Encoding (RLE) can be used to compress a bitmapped image and identify the characteristics of an image that would result in a very low compression ratio using this method.

先自己写一遍答案,再对照解题步骤。

第 9 题
4

(a) Perform the following binary addition for two 8-bit unsigned integers. Show your working.
\( 10110011 + 01101010 \)
(b) Explain why an overflow error occurs in this specific calculation and how it would be detected by a processor.
(c) State the largest denary value that can be represented in an 8-bit unsigned binary register and the largest denary value for an 8-bit two's complement signed register.

先自己写一遍答案,再对照解题步骤。

第 10 题
5

A 1-byte register contains the binary value \( 01101100 \).
(a) Show the 8-bit binary result of performing a logical shift right by 2 places on the value in the register.
(b) Describe the mathematical effect of a logical shift right by \( n \) places on an unsigned binary integer.
(c) A programmer needs to check if the bit at position 2 (the third bit from the right) is set to 1. Explain how bit masking using the AND operator and a specific bit mask can be used to isolate this bit.

先自己写一遍答案,再对照解题步骤。

* thinka提供的内容由AI生成,可能并非总是准确或最新。请将其用作辅助资源,并与官方材料进行核实。

你已看过标准答案。现在轮到你的答案被批改。

这一页能告诉你好答案是什么样子,却无法指出你的答案缺了什么。thinka 按真实评分标准批改你的文字答案,约 15 秒完成。

想多做几道同类题目?立即开始练习这个课题,边做边批改。

立即练习