返回卡包市场

1.2.4 Converting Data - B&D

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

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

卡片预览 (16 张)

#1
正面 (问题)

What is Denary

背面 (解答)

Standard number based system

#2
正面 (问题)

What base system is denary?

背面 (解答)

Base 10 (0,1,2,3,4,5,6,7,8,9)

#3
正面 (问题)

What base system is binary?

背面 (解答)

Base 2

#4
正面 (问题)

Binary

背面 (解答)

Language of computers

#5
正面 (问题)

What is 8-but structure?

背面 (解答)

124 64 32 16 8 4 2 1

#6
正面 (问题)

What does 8-bit structure replace?

背面 (解答)

Each number with a binary switch (1 or 0, on or off)

#7
正面 (问题)

What is rule one of binary?

背面 (解答)

0+0=0

#8
正面 (问题)

What is rule two of binary?

背面 (解答)

1+0=1

#9
正面 (问题)

What is rule three of binary?

背面 (解答)

1+1=10 (binary for 2)

#10
正面 (问题)

What is rule four of binary?

背面 (解答)

1+1+1=11 (binary for 3)

#11
正面 (问题)

What is an overflow error?

背面 (解答)

Anything over the value of 255 (11111111) produces and overflow error

#12
正面 (问题)

Why does overflow errors occur?

背面 (解答)

There being nowhere else for the additional digit to be stored or handled

#13
正面 (问题)

What does a binary left shit do?

背面 (解答)

Multiply

#14
正面 (问题)

What does a binary right shit do?

背面 (解答)

Divide

#15
正面 (问题)

Where is the MSB?

背面 (解答)

First number on the left

#16
正面 (问题)

Where is the LSB?

背面 (解答)

First number in the right