Cambridge IGCSE · Computer Science (0478)

Number systems:练习题

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

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

An 8-bit register contains the binary value \(00111100_2\). What is the result in binary after a logical right shift of 3 places is performed?

第 2 题
1

What is the hexadecimal representation of the denary number \(455\)?

第 3 题
1

A computer uses 8-bit registers to store positive integers. What is the result of the following binary addition?

\(10101100_2 + 01100011_2\)

第 4 题
1

In the context of computer data representation, how many bits of information are represented by the hexadecimal value \(C4_{16}\)?

第 5 题
1

A CPU uses 8-bit registers to store positive integers. It attempts to add the binary numbers \(11110000_2\) and \(00010101_2\).
Which statement correctly describes the result of this operation?

第 6 题
2

Convert the 8-bit binary number \(11100101_2\) into its equivalent hexadecimal representation.

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

第 7 题
3

Convert the denary number 219 into its equivalent hexadecimal representation.

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

第 8 题
5

Calculate the 8-bit binary addition of \(10011000_2\) and \(11001101_2\). Explain why the resulting value would cause an overflow error in an 8-bit register.

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

第 9 题
4

a) Convert the binary number $$11010110_2$$ to its denary (base 10) equivalent.

b) An 8-bit register stores the positive binary number $$10110100_2$$. Another 8-bit register stores $$01001101_2$$. Perform the binary addition of these two numbers and state the result in 8-bit binary. Convert the 8-bit binary sum to its denary equivalent. Indicate if an overflow error occurs and explain why.

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

第 10 题
5

An 8-bit CPU performs addition on two positive binary integers stored in its registers.

Register 1: \( 01010101_2 \)
Register 2: \( 10101011_2 \)

a) Calculate the binary sum of the values in Register 1 and Register 2. Show your working. [2]
b) Convert the resulting binary sum into its denary equivalent. [2]
c) Explain why the CPU would flag an error if it attempted to store the result of the denary calculation \( 200 + 100 \) in a single 8-bit register. [1]

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

* thinka 提供的内容由 AI 生成,未必在任何情况下都完全准确或最新,请结合官方教材与教师指导使用。

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

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

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

立即练习