CIS-77 Home http://www.c-jump.com/CIS77/CIS77syllabus.htm

Bits, Numbers, and Binary Data Representation


  1. Chapter 2, Bits, Data Types, and Operations
  2. Bit is a code
  3. Data Types
  4. Integer data types - unsigned integers
  5. Signed Integers
  6. Signed Magnitude Data Types
  7. 1's complement integers
  8. 2's complement integers
  9. Computing 2's complement example
  10. Addition of two 2's complement integers
  11. Binary to Decimal Conversion
  12. Decimal to Binary Conversion
  13. Decimal to Binary Conversion Summary
  14. Negation
  15. Subtraction of two 2's complement integers
  16. Sign Extension
  17. Overflow Condition
  18. Logical Operations
  19. AND Operation
  20. OR Operation
  21. NOT operation
  22. Exclusive OR operation, XOR
  23. Binary Masks
  24. Floating point data type
  25. ASCII codes
  26. Hexadecimal Notation