Cambridge International A Level · Computer Science (9618)

Data Representation:練習題

5 條多項選擇題即時批改,另有 5 條文字題附完整解題步驟,全部圍繞「Data Representation」。

10 條題目23 免費,無需登記
第 1 題
1

When representing character data, which statement best describes a reason for choosing Unicode (UTF-16) over standard ASCII?

第 2 題
1

A floating-point representation uses a \(10\)-bit two's complement mantissa and a \(6\)-bit two's complement exponent. A number is stored with the following bit pattern:
Mantissa: \(0.101100000_2\)
Exponent: \(000101_2\)
What is the denary equivalent of this floating-point value?

第 3 題
1

A random-access file uses a hashing algorithm to determine the address of records. When a collision occurs, the system uses progressive overflow (linear probing). How does this method resolve the collision?

第 4 題
1

What is the correct value for one Kibibyte (KiB)?

第 5 題
1

Consider the addition of two 8-bit two's complement signed integers:
\( X = 01101011_{2} \)
\( Y = 00100101_{2} \)
Perform the addition and identify the result and whether an overflow has occurred.

第 6 題
2

Convert the denary number \( 156 \) into its hexadecimal equivalent, showing the intermediate steps used in the conversion process.

先自己寫一次答案,再對照解題步驟。

第 7 題
3

Explain the difference in the number of bytes between \( 1 \text{ Gibibyte (GiB)} \) and \( 1 \text{ Gigabyte (GB)} \), and identify which unit represents the larger amount of data.

先自己寫一次答案,再對照解題步驟。

第 8 題
5

Explain the specific conditions under which an arithmetic overflow occurs when adding two signed 8-bit integers in two's complement form.

先自己寫一次答案,再對照解題步驟。

第 9 題
3

Hexadecimal is frequently used in low-level computing for tasks such as specifying memory addresses or hardware identifiers.
(a) State two advantages of using hexadecimal over binary when representing data for a human programmer.
(b) A hardware device has the identifier C4-5D. Convert the hexadecimal value C4 into a denary integer and 5D into an 8-bit unsigned binary integer.

先自己寫一次答案,再對照解題步驟。

第 10 題
5

A company needs to store a large collection of high-resolution architectural drawings. The technical team must choose between bitmap and vector graphic formats.
(a) Explain why a vector graphic format would be more suitable than a bitmap format for a logo that needs to be scaled to fit on both a business card and a large billboard.
(b) Describe two items of data that would be stored in the file header of a bitmap image.
(c) A bitmap image has a resolution of \( 1024 \times 768 \) pixels and a colour depth of \( 8 \text{ bits} \). Calculate the minimum file size in MiB. Show your working.

先自己寫一次答案,再對照解題步驟。

* thinka提供的內容由AI生成,可能並非總是準確或最新。請將其用作輔助資源,並與官方材料進行核實。

你已看過標準答案,接下來輪到批改你的答案。

這一頁可以告訴你好答案的樣子,卻無法指出你的答案欠缺什麼。thinka 按真實評分準則批改你的文字答案,約 15 秒完成。

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

立即練習