Data: Unit 12 Flashcards
1
Q
- What is binary?
A
- information represented by only two values.
2
Q
- What is analogue?
A
- using signals or information represented by a quantity that is continuously variable.
3
Q
- what is a binary digit?
A
- the smallest unit of data is represented in a computer.
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.
5
Q
- What is an integer?
A
- a whole number
6
Q
- What is the MSB (most significant bit)?
A
- the bit with the highest value ina multiple bit binary number.
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.
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.
9
Q
- what is hexadecimal?
A
- a base -16 number system. There are 16 digits and the place value increase in powers of 16.
10
Q
A