Skip ActivitiesSkip Search Forums

Search Forums

Skip AdministrationSkip Course categories

Topic outline

 
 
1
Boolean Logic.
Beginning at the Nand level, we specify and build a set of elementary logic gates, multiplexors, and their multi-bit versions. In addition, we describe how chips can be built and tested using a simple version of HDL (Hardware Description Language) and the supplied Hardware Simulator.
Show only topic 1
2
Boolean Arithmetic.
Continuing with combinational logic, we specify and build a set of adders. half-adder, full-adder, and parallel adder. Next, we specify an Arithmetic Logic Unit (ALU) and describe its proposed implementation.
Show only topic 2
3
Sequential Logic.
Beginning with D-Flip-Flops, we build a ecursive hierarchy of memory systems: 1-bit register, multi-bit register, and a Random Access Memory (RAM). We also build a counter chip, which will later function as the computer's program counter.
Show only topic 3
4
Machine Language
To get a taste of low-level programming in machine language, and to get acquainted with the Hack computer platform.
Show only topic 4
5
Computer Architecture.
We specify a simple machine language, giving both its binary and symbolic instruction sets. Next, we guide the students through the process of integrating all the previously built chips into a unified architecture, capable of executing programs written in the specified language. We also specify how the architecture interacts with memory-mapped screen and keyboard devices. This completes the construction of the hardware platform.
Show only topic 5
6
Assembler.
Following an overview of the machine and assembly languages presented in the previous chapter, we specify an assembler. We expect the students to implement this assembler (as well as all the subsequent translators) in Java, but other object-oriented languages can also be used.
Show only topic 6
7
Virtual Machine (Arithmetic).
We discuss the virtues of a virtual machine approach, and specify a stack-based VM. Next, we guide the students through the process of writing a VM implementation, which will later serve as the backend of the compiler. Chapter 6 focuses on stack arithmetic, and chapter 7 on the procedure call stack.
Show only topic 7
8
Continue Virtual Machine (Control)
Show only topic 8
9
High Level Programming.
We present a simple, Java-like object-based language, called Jack. The students then write several simple Jack programs, e.g. games like Pong and Tetris. These programs are highly interactive and event-driven.
Show only topic 9
10
Compilation. We specify a Jack compiler, designed to translate a collection of Jack classes into VM code. Chapter 9 focuses on syntax analysis and chapter 10 on semantics and code generation.
Show only topic 10
11
Continue Compilation (Code Generation)
Show only topic 11
12
Operating System.
We use several programming examples to motivate the need for an operating system (OS). We then specify the API of a simple OS that includes math functions, string processing, input/output functionality, and memory management. The students then implement the OS in Jack.
Show only topic 12
This topic 13
Test
The test will take place at the last lesson of the semester.
The test will be 35% of your final grade, and must be passed (receive a grade of 55 or above).
The test material is from the lessons (chapters in the book) and the projects.
Show only topic 13
Skip Calendar

Calendar

Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
Today Sunday, 21 March 21 22 23 24 25 26 27
28 29 30 31    

Events Key

Skip Upcoming Events

Upcoming Events

There are no upcoming events
Skip CourseAdmin grades