返回卡包市场

Binary arithmetic

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 3内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (3 张)

#1
正面 (问题)

What are the golden rules of binary arithmetic?

背面 (解答)

0 + 0 = 0 0 + 1 = 1 1 + 1 = 0 carry the 1 1 + 1 + 1 = 1 carry the 1

#2
正面 (问题)

What is overflow?

背面 (解答)

When the result of the calculation is to big for the space allocated

#3
正面 (问题)

How does a computer handle overflow error?

背面 (解答)

It can crash and report an overflow error It can truncate It can wrap the number back to 0