• CS 208.00 - Fall 2024

  • Schedule
  • Assignments
  • Resources
  • Samples
  • About

Lesson 7: Complementary Counting

30 September, 2024

Outline:

  1. Quiz #2
  2. Recap: byte ordering
    • integers
    • example: show_bytes.c
    • structs
  3. Number representations
    • review: unsigned integers
    • example: integers.c
    • signed integers
    • converting between signed and unsigned

Reading assignment (to be completed by the next class):

  • DiS Sec. 4.3: Signed Binary Integers
  • Reflections on Trusting Trust