Binary Conversion Flashcards

(24 cards)

1
Q

What are the three types of values used to communicate information in computers?

A

Decimal values, binary values, and characters

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

What is the binary system’s significance in computer communication?

A

Shapes the rules and conventions of how computers interact

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

What is represented by 8 bits in binary?

A

Decimal numbers

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

How many decimal numbers can be represented with 1 byte?

A

256

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

What is the value of the 1st (leftmost) bit in a byte?

A

128

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

What is the value of the 2nd bit in a byte?

A

64

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

What is the value of the 3rd bit in a byte?

A

32

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

What is the value of the 4th bit in a byte?

A

16

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

What is the value of the 5th bit in a byte?

A

8

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

What is the value of the 6th bit in a byte?

A

4

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

What is the value of the 7th bit in a byte?

A

2

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

What is the value of the 8th bit in a byte?

A

1

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

Fill in the blank: To convert binary to decimal, you fill the ‘Off or on’ row with the values of each bit in the byte, then sum the decimal values of columns with a 1 in the ‘Off or on’ row to get the _______.

A

decimal value

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

How do you convert a decimal value to a binary value using the table?

A

Fill the ‘Off or on’ row with 0s and 1s so that the sum of the decimal values of columns with a 1 equals the decimal value

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

What is the binary representation of the decimal value 87?

A

01010111

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

What is the decimal value of the binary number 10011101?

17
Q

What character encoding standard was the first to be used?

18
Q

How many characters can ASCII represent?

19
Q

What is the binary value for the character ‘a’ in ASCII?

20
Q

What is the decimal value for the character ‘b’ in ASCII?

21
Q

What does UTF-8 allow that ASCII does not?

A

Represents characters with more than one byte

22
Q

True or False: Computers communicate using decimal values.

23
Q

Use the binary conversion table to convert the binary value 00010011 into a decimal value. What is the result?

24
Q

Use the binary conversion table to convert the decimal value 179 into a binary value. What is the result?