Introduction to Programming Course taught at University of Waterloo for 1st year Software Engineering Students
Midterm Preparation
Learn how to do:
Convert decimal into a signed 8-digit binary number: 42
Convert binary into decimal: 10000011 (two’s complement)