Chapter 2--math & Computing Flashcards

0
Q

Integer?

A

0, a positive integer, or a negative integer

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

Natural number?

A

0 and any positive integer

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

Rational number?

A

Integer, or the quotient of 2 integers, excluding division by 0

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

What does bit stand for?

A

Binary digit

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

What is the word length of a computer?

A

The number of bits in a word. Bits, bytes, and words

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

What was an IBM 650?

A

A computer with a bi-quinary readout with seven lights

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

Ten’s complement?

A

10 to the power of the number of digits used in a signed-magnitude system. -3=10^3 - 3=997

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

What does the leftmost digit in signed-magnitude representation of binary determine?

A

Whether the number is positive or negative. 1 is negative, 0 is positive

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

How do you calculate the two’s complement?

A

Invert the bits and add 1 to the new number

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

Halves and quarters position?

A

Digits to the right of the radix point in binary

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

How do you represent a real value in a computer?

A

Store the value as an integer, and include information about the location of the radix.

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

What 3 properties make up a real value?

A

Sign, mantissa, and exponent (which gives location of radix)

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

What is the size of a “full word”?

A

4 bytes, which is 32 bits. I byte=8 bits

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