Computer Mathematics (obj 1.7) Flashcards

(14 cards)

1
Q

What numbering system do computers use?

A

Binary (base-2) numbering

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

What numbering system do humans typically use?

A

Decimal (base-10) numbering

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

How are binary numbers converted to decimal?

A

By summing the powers of 2 for each digit

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

What does each digit in a binary number represent?

A

A power of 2, starting from 0

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

Convert the binary number 10010110 to decimal.

A

150

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

What is the sum of the values of positions with 1 in the binary number 10010110?

A

128 + 16 + 4 + 2

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

How are decimal numbers converted to binary?

A

By repeatedly dividing by 2 and noting remainders

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

Convert the decimal number 167 to binary.

A

10100111

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

What is the first step in converting 167 to binary?

A

Subtract the highest power of 2 possible

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

What is the binary representation of 167?

A

10100111

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

How can you verify the conversion from binary to decimal?

A

By adding up the decimal values corresponding to the 1s in the binary representation

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

True or False: In binary, 1 indicates absence and 0 indicates presence.

A

False

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

Fill in the blank: To ensure accuracy in conversion, check the result by _____ the conversion process.

A

reversing

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

What is the decimal equivalent of the binary number 10100111?

A

167

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