teaching machines

CS 491 Meeting 7

Dear students, We are in the working phase of developing our games, so most of our time will be spent giving weekly progress reports. Here are some questions we will probably ask you: What’s the riskiest part left to investigate in your endeavor? What three or more specific things will you accomplish before we meet […]

CS 145 Midterm 1

See the PDF.

CS 145 Lecture 16 – Logic Cont’d Cont’d

Dear students, In the late 1800s, logician John Venn invented a diagram for showing ideas of logic. He writes: I began at once somewhat more steady work on the subjects and books which I should have to lecture on. I now first hit upon the diagrammatical device of representing propositions by inclusive and exclusive circles. […]

CS 352 Lecture 17 – Catchup

Dear students, Last week lots of good misunderstandings of memory came up. When misunderstandings appear, the right things are happening. Conflict surfaces in your brain, which is step 1 of learning. Step 2 is resolving that conflict. Today, then, I want to start by revisiting some ideas of how memory and pointers work in C […]

CS 352 Lecture 16 – Hack Assembly Cont’d

Dear students, Today we continue discuss low-level ideas of assembly language using Hack. We start with a little number I like to call What Does This Do. I will show some code, which you should read any mentally evaluate. After a few moments, we’ll discuss. WDTD #1 @R0 D=M @R1 M=D @R0 D=M @R1 M=D+M […]

CS 145 Lecture 15 – Logic Cont’d

Dear students, We’ve had an exam, which is mostly graded but not quite. I will hand them back in lab next Tuesday so that you have time to ask questions. Instead, we will carry on with our discussion of the logical operators. Let’s start with some Blackboxes: Blackbox #1 Blackbox #2 Blackbox #3 Then, let’s […]

CS 145 Lab 5 – Logical Operators

Welcome to lab 5! If you have checkpoints from the last to show your instructor or TA, do so immediately. No credit will be given if you have not already completed the work, nor will credit be given after the first 10 minutes of this lab. You must work with a partner that you have […]

CS 491 Meeting 6

Dear students, We are in the working phase of developing our games, so most of our time will be spent giving weekly progress reports. Here are some questions we will probably ask you: What’s the riskiest part left to investigate in your endeavor? What three or more specific things will you accomplish before we meet […]

CS 352 Homework 3 – Alumem – due before October 24

See the PDF.

CS 352 Lecture 15 – Hack Assembly

Dear students, Now that we have all the fundamental hardware components for our computer, let’s rise another layer of abstraction. We will discuss the machine code and assembly code, which are really just encodings of the inputs that will be fed to our hardware components. The Nand2Tetris computer has the following architecture: It supports three […]

1 5 6 7 8 9 13