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 秒で採点します。

同じような問題をもっと解きたい?このトピックの新しい問題を、解きながら採点。

練習を始める