Does anyone know if part 2 is a new Coursera offering then? I looked through the FAQ and didn't see any mention of that, only that that part 1 and 2 are stand alone courses.
Build a Modern Computer from First Principles: Nand to Tetris Part II
11–20 of 37 posts
Re: Build a Modern Computer from First Principles: Nand to Tetris Part II
#12Is it built with discrete logic or an FPGA?
Re: Build a Modern Computer from First Principles: Nand to Tetris Part II
#13Does anyone know if part 2 is a new Coursera offering then? I looked through the FAQ and didn't see any mention of that, only that that part 1 and 2 are stand alone courses.
Part 2 didn't exist when I worked through the book and watched the Part 1 lectures a couple years ago, so presumably this is new. The big question is: do they actually take you all the way to Tetris? Surely it is their duty to deliver on the best course title of all time! The book, btw, is a masterpiece for anyone unfamiliar with the material it covers—particularly for programmers like me who are comfortable with the…
In Part II, when they introduce the java like programming language, the assignment is to write a game. One can write whatever game they wish. Tetris is one possibility. I myself wrote Tetris so I know it is possible, and it is possible to implement using the architecture developed in the class. However, not everyone is forced to implement Tetris at that point. They have the freedom to choose other classic games, or even new games if they wish.
After this assignment comes both the full compiler and the implementation of the operating system.
Re: Build a Modern Computer from First Principles: Nand to Tetris Part II
#14Re: Build a Modern Computer from First Principles: Nand to Tetris Part II
#15Re: Build a Modern Computer from First Principles: Nand to Tetris Part II
#16Does anyone know if part 2 is a new Coursera offering then? I looked through the FAQ and didn't see any mention of that, only that that part 1 and 2 are stand alone courses.
Part 2 didn't exist when I worked through the book and watched the Part 1 lectures a couple years ago, so presumably this is new. The big question is: do they actually take you all the way to Tetris? Surely it is their duty to deliver on the best course title of all time! The book, btw, is a masterpiece for anyone unfamiliar with the material it covers—particularly for programmers like me who are comfortable with the…
Thanks for the confirmaton, I didn't remember seeing this either.
"The book, btw, is a masterpiece ..."
Agreed. The paper back is a nice format and reasonably priced for a technical book as well:
https://www.amazon.com/Elements-Computing-Systems-Building-P...
Re: Build a Modern Computer from First Principles: Nand to Tetris Part II
#17Re: Build a Modern Computer from First Principles: Nand to Tetris Part II
#18NAND refers to NAND gates right -- does this course start from Hardware?