Taught by Dr. Steven La Fleur @ https://computerscience.emory.edu/people/index.html


Introduction

Summary of CS255 in one picture ⬇

https://math.hws.edu/javanotes-swing/c1/s1.html

https://math.hws.edu/javanotes-swing/c1/s1.html

This course was about the achritecture of computers (where and how data are stored) and how data & programs interact with a CPU. We made programs with C and ARM Assembly language.

We learned how computers interpret user written codes. Specifically, we learned how C language codes are translated into 0s and 1s and how those bits are handled by the CPU to execute the code.

Following the notes below provides a rough idea of how codes written in english is interpreted as electrical signals that machines can understand.


Steps to Understand Machine Level Architecture:

1. Number System for Computers

To understand computers, we must first understand the language of computers: 0s and 1s

Bits & Bytes in Memory

Binary Number System

Hexadecimal Number System

Floating Point Numbers