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 秒完成。

想多做幾條同類題目?立即開始練習呢個課題,即做即批改。

立即練習