Lesson A21
Next: Introduction To...Lesson Overview: Knowing how the computer stores information will give you an understanding of some of the common computational errors such as over-flow, round-off and, under-flow errors. This lesson is a very light introduction to number systems and their relationship to Computer Science.
A number base with only two digits.
A number base with ten digits.
A number base with sixteen digits.
A number base with eight digits.
When a value is placed into a data type without enough bits to handle the value's size.
An error which affects the precision of decimal numbers.
When a value is placed into a data type that cannot handle numbers as small as the value.