|
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.
The key topics for this lesson are:
- Introduction to Number Systems
- Review Decimal
- Octal
- Hexadecimal
- Binary
- Short Cuts Between Binary, Octal, Hexadecimal
- How this Relates to Computers and Overflow Errors
|