CS 270
CS 270 Documentation

Recitation R1: Number Representation, Bitwise Operations, Hex, and Base Conversion


About the Recitation

This recitation will give you some experience working with bits, signed and unsigned integers, bitwise operations and converting numbers between different bases.

What to turn in

You will get credit for this recitation by completing the Recitation 1 Quiz in Canvas.

Resources

  1. The Chapter 2 lecture slides will be helpfull for the first few questions.
  2. The questions related to converting numbers between different bases can be answered by reading through the Number Conversions and Number Systems and Radix Conversion papers.