3.5.3.1 Units of Information: Bits and Bytes. Flashcards

1
Q

Define a bit.

A

A fundamental unit of information that can only take two values, 1 and 0.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How are bits represented in computers?

A

Using high or low currents.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define a collection of bits.

A

A Byte.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How are bits and bytes notated?

A

A bit is notated with a lowercase ‘b’ and a Byte with an uppercase ‘B’.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Outline representing values with bits.

A

The number of different values that can be represented with a specified number of bits varies with the number of bits. The more bits that are assigned to a number, the greater the number of values that can be represented.

More specifically there are 2n different values, represented with n bits
e.g. using just 2 bits, there are four possible permutations of the bit and hence four different values that can be represented (2^2 = 2 x 2 = 4).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

If we use a Byte, how many different values can be represented?

A

(2^8) = (2 x 2 x 2 x 2 x 2 x 2 x 2 x 2) = 256 possible representations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly