返回卡包市场

Computer Systems (II) - Data Representation

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

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

卡片预览 (24 张)

#1
正面 (问题)

How do computers represent the flow of electricity?

卡片正面图片
背面 (解答)

1s and 0s 1 – electricity flowing 0 – electricity not flowing

#2
正面 (问题)

What is a 0 or 1 in a binary code?

背面 (解答)

Each 0 or 1 in a binary code is a bit (binary digit)

#3
正面 (问题)

How many bits is the binary code 1010?

背面 (解答)

4 bits

#4
正面 (问题)

What is a byte big enough to store?

背面 (解答)

A byte can store one character (e.g. A, 1, £ etc…)

#5
正面 (问题)

What two values can a bit take?

背面 (解答)

A 1 or a 0

#6
正面 (问题)

Draw a table to represent the size of units of data

背面 (解答)

卡片背面图片
#7
正面 (问题)

How many bits is a nibble?

卡片正面图片
背面 (解答)

4 bits

#8
正面 (问题)

How many different values can a nibble take?

背面 (解答)

2 to the power 4 = 16x different values

#9
正面 (问题)

How many different values can a byte take?

背面 (解答)

2 to the power 8 = 256x different values

#10
正面 (问题)

How many bits are in a byte?

背面 (解答)

8 bits are in a byte

#11
正面 (问题)

How many kB are in a B, MB in a kB, GB in a MB, TB in a GB and PB in a TB?

背面 (解答)

1000 *Units are sometimes defined as 1024 not 1000 as 1024 is a power of 2 which is helpful when dealing with binary

#12
正面 (问题)

What base in binary?

背面 (解答)

Base 2 (binary)

#13
正面 (问题)

What is our standard number system?

卡片正面图片
背面 (解答)

Denary (or decimal / base 10) E.g. 0,1,2,3,4,5,6,7,8,9

#14
正面 (问题)

In denary, what increase exists for the place value from right to left?

背面 (解答)

Powers of 10 (1000, 100, 10, 1)

#15
正面 (问题)

In binary, what increase exists for the place value from right to left?

背面 (解答)

Powers of 2 (8, 4, 2, 1)

#16
正面 (问题)

What are the binary equivalents of the denary 0-15?

背面 (解答)

0 = 0 1 = 1 2 = 10 3 = 11 4 = 100 5 = 101 6 = 110 7 = 111 8 = 1000 9 = 1001 10 = 1010 11 = 1011 12 = 1100 13 = 1101 14 = 1110 15 = 1111

#17
正面 (问题)

What are most binary numbers given as?

背面 (解答)

8-bit numbers, e.g. 00110101 This can represent the denary numbers 0-256

#18
正面 (问题)

The bit with the largest value of on what side?

背面 (解答)

The left-most bit

#19
正面 (问题)

What is the left-most bit referred to as?

背面 (解答)

The most significant bit

#20
正面 (问题)

What is the right-most bit referred to as?

背面 (解答)

The least significant bit

#21
正面 (问题)

What does any non-zero number raised to the power 0 equal?

背面 (解答)

1

#22
正面 (问题)

Draw out a table with binary place values to make a binary / denary conversion for the binary 00110101 and calculate the denary for this

背面 (解答)

00110101 = 53 in denary (add numbers with 1 in the column)

卡片背面图片
#23
正面 (问题)

How can denary be converted to binary?

背面 (解答)

By subtracting (from largest to smallest)

#24
正面 (问题)

Draw out a table to convert 79 into an 8-bit binary

背面 (解答)

79 = 01001111 in binary

卡片背面图片