Bits and bytes Flashcards

1
Q

Bit

A

Like an atom – smallest unit of storage; stores 0 or 1

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

Byte

A

Grouping of 8 Bits

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

1 bit distinct patterns

A

0 1

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

2 bit distinct patterns

A

00 01 10 11

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

3 bit distinct patterns

A

000 001 010 011 100 101 110 111

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

In general if you add 1 bit how is the number of patterns changed

A

It doubles

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

1 Byte # of patterns

A

256

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

Base 10

A

If we want to write any number, we have ten digits we can use: 0 1 2 3 4 5 6 7 8 9. If you notice, there is no one digit for the number ten- we need to use two digits, the 1 and the 0. We can only count to nine without the need for two digits. Therefore, we use base ten in order to make bigger numbers.

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

What is another name for Binary?

A

Base 2

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

How is 1 represented in Binary

A

1

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

How is 2 represented in Binary

A

1 0

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

How is 3 represented in Binary

A

1 1

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

How is 8 represented in Binary

A

1000

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

What is 1 1 +

1

A

1 0 0

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

What is 1 +

1

A

1 0 —– 1 + 1 = 0 carry one to next column

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

2^4 =

A

16 or 1 0 0 0 0

17
Q

2^5 =

A

32 or 1 0 0 0 0 0

18
Q

2^6=

A

64 or 1 0 0 0 0 0 0

19
Q

Special numbers in binary

A

2,4,8,16,32,64,128,256,512,1024