Binary Math Flashcards

(13 cards)

1
Q

Binary

A

A number system using only two digits, 1 and 0, representing on and off states in digital electronics.

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

A Bit

A

The smallest unit of digital data, represented by a single binary value of either 1 or 0.

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

A Byte

A

Often called an Octet, it consists of eight bits combined together to represent a single character of data.

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

Binary to Decimal Conversion Chart

A

128 - 64 - 32 - 16 - 8 - 4 - 2 - 1

Each position doubles the previous value from right to left.

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

What is Binary 00000010 in Decimal?

A

2 Decimal → Because the 1 falls on the second placeholder of the conversion chart, which equals 2.

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

What is Binary 10000010 in Decimal?

A

130 Decimal → Because the 1 falls on the eighth and second placeholders of the conversion chart, which are 128 and 2, added together equals 130.

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

What is Binary 11111111 in Decimal?

A

255 Decimal → Because the 1 falls on all eight placeholders of the conversion chart—128, 64, 32, 16, 8, 4, 2, and 1—added together equals 255.

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

What is Binary 01010101 in Decimal?

A

85 Decimal → Because the 1 falls on the 64, 16, 4, and 1 placeholders of the conversion chart, which added together equals 85.

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

What is Decimal 154 in Binary?

A

10011010 → You add up the placeholder numbers in an order that equals 154 by asking “Is 128 less than or equal to 154? Yes, bring down a 1. Is 128 + 64 (192) less than or equal to 154? No, bring down a 0,” and continue this until you get the full binary number.

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

What is Decimal 75 in Binary?

A

01001011 → You add up the placeholder numbers that equal 75 by checking each value in order—64 + 8 + 2 + 1 = 75—placing a 1 for each included value and 0 for skipped values.

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

What is Decimal 200 in Binary?

A

11001000 → You add up the placeholder numbers that equal 200 by including 128 + 64 + 8 = 200, marking 1s in those positions and 0s in others.

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

What is Decimal 19 in Binary?

A

00010011 → You add up the placeholder numbers that equal 19 by including 16 + 2 + 1 = 19, marking 1s for those positions and 0s for others.

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

Powers of Two

A

2⁰ = 1
2¹ = 2
2² = 4
2³ = 8
2⁴ = 16
2⁵ = 32
2⁶ = 64
2⁷ = 128
2⁸ = 256
2⁹ = 512
2¹⁰ = 1024

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