using signals or information represented by a quantity that is continuously variable.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
what is a binary digit?
A
the smallest unit of data is represented in a computer.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
what is an overflow error?
A
this condition occurs when a calculation produces a result that is greater than the computer can deal with or store, when this happens the microprocessor is informed that an error has occurred.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
What is an integer?
A
a whole number
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
What is the MSB (most significant bit)?
A
the bit with the highest value ina multiple bit binary number.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
what is binary shift?
A
an operation done on all the bits of a binary value in which they are moved by a specific number of places to either left or right.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
What is arithmetic shift?
A
used for signed binary numbers, when performing a right shift, the bits at the left are replaced by copies of the most significant bit.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
what is hexadecimal?
A
a base -16 number system. There are 16 digits and the place value increase in powers of 16.