2. Representing and Manipulating Information Flashcards
1
Q
How information is represented in modern computers?
A
Information is represented as 2-value signals, named binary digits or bits.
2
Q
Which are the most important representations of numbers in computers?
A
There are three:
- Unsigned: representing integers greater than or equal to 0.
- Two’s-complement: representing signed integers.
- Floating-point: base-two version of scientific notation for representing real numbers.
3
Q
Which important observation about the representation of floating-point numbers can’t be forgotten?
A
Floating-point arithmetic is not associative, due to the finite precision of the representation.