Intro

Objectives

  1. Be able to add and multiply together two unsigned binary numbers.
  2. Convert between signed binary and decimal.
  3. Represent positive and negative numbers in two’s complement and specify the range of n bits.
  4. Perform subtraction using two’s complement.
  5. Understand how numbers with a fractional part can be represented in binary.
  6. Use fixed point binary form to represent a real number in a given number of bits.

Resources

Videos

Slides

Worksheet

Homework