Hacker News new | ask | show | jobs
by hellbanner 3291 days ago
NAND refers to NAND gates right -- does this course start from Hardware?
3 comments

> NAND refers to NAND gates right -- does this course start from Hardware?

NAND does refer to NAND gates. no the course doesn't start from hardware. a (java based) simulator is used to simulate the most fundamental building block.

and then things go from there.

take a look at the following: http://www.nand2tetris.org/ for more information.

Pretty sure that's part of the first course (https://www.coursera.org/learn/build-a-computer), and this one starts above the hardware.
the hardware is simulated, but you do actually start from NAND gates to build primitive logic gates, then forward to a half adder, full adder, ALU, CPU and ram memory