Basic Operations

Video of this week’s lecture - Part 1 , Part 2

Last year’s lecture - https://web.microsoftstream.com/video/50f10a58-d7fa-4a81-acda-834f83863ff8

Basic Operations

Lets start by looking at some of the most basic functionality of computers - storing and manipulating numbers. How are numbers stored? How is basic arithmetic carried out?

  1. Binary Recap
    • Base 2 Notation
    • Addition
    • Base 16 Notation
  2. Storing Integers
    • Unsigned Integers
    • Signed Integers
  3. Storing Floating Point Numbers