Courses & Projects by Rob Marano

Notes for Week 2

← back to syllabus ← back to notes

Topics

  1. Recap: Stored Program Concept, and the history of computer architecture and modern advancements
  2. The alphabet, vocabulary, grammar of computers
    1. 1s and 0s as the alphabet
    2. compute and memory instructions as the vocabulary
    3. implementation of compute and memory instructions as the grammar
  3. Introducing the instructions of a computer delivered by the architecture
    1. Operations of the computer hardware
    2. Operands of the computer hardware
    3. Signed and unsigned numbers
    4. Representing instructions in the computer
    5. Logical operations

Topics Deep Dive

Instructions: The Language of the Computer

Operations of the Computer Hardware

Every computer must be able to perform arithmetic. The MIPS instruction set includes:

Operands of the Computer Hardware

Signed and Unsigned Numbers

Representing Instructions in the Computer

Logical Operations

← back to syllabus ← back to notes