An excellent course provided by phenomenal professors! Everything is broken down into simple, easily understandable portions, and leaves you with a clear idea how to proceed to solve a given problem.
This was so much fun, so satisfying and I learned a lot. I'm a software engineer. We do so much work in high-level languages that it's great to be reminded how computing machinery gets the job done.
автор: Andrew M
•Having now taken a number of different courses across both on Coursera and elsewhere, I can honestly say that this course is perhaps the best one I've taken -- it's comprehensive without being overly tedious, and the fact that the assignments are projects, rather than quizzes or exams, was both more engaging and helped me better understand (and appreciate) the material.
автор: Yugesh P
•The course is self-contained as advertised. The forum moderators are prompt and excellent at providing help. The projects were sufficiently challenging without being intimidating. Professors Nisan and Shocken deliver the knowledge in a very lucid manner. Overall a very nice course to take if you're interested in how a computer works by building one from the ground up.
автор: David E
•This class taught me things I was curious about for years, such as how lower levels of the computer work. It was so gratifying to make gates myself out of NAND and eventually build an ALU (hard project), then the CPU (really hard, but so satisfying!). Building the assembler was something that seemed always hard, but completed it in just a few hours. +1 for unittest!
автор: PRIYA S
•I learned a lot from this course. The journey of building a computer and an assembler using bottom-up approach was very exciting. Especially Project 4,5 and 6 kept me engaged with the course and most exciting part was building a computer and an assembler. I loved this course. Thank you, Noam and Shimon. Both of you are imparting quality education in the true sense.
автор: Greg M
•Great glass! The assignments were well designed and a lot of effort was put in to making sure students could understand what they were supposed to do. I've found that good assignments are were most other courses are very lacking. Having good assignments is what really motivates me to finish a class, and it's what helps me verify I've actually learned something.
автор: Sayed H
•Exceptionally well-designed course. Taught me how to build a computer and assembler from the first principle and amazingly, I didn't have any outstanding questions at the end of the course. Everything made sense. This is an excellent course for understanding the basics of the inner workings of a computer without being too bogged down into engineering details.
автор: Oleksandr Z
•TL; DR - this course is brilliant.
***
When I started this course, it was so intriguing to see so many 5-star reviews. I could not find any flaws in the course. The material is dense and interesting. The course is fully polished, even shining.
Dear Professor Shocken, Professor Nisan, thank You so much. This course is absolute brilliant.
@NAnd2Tetris_Part_2
0; JMP
автор: Saksham G
•Excellent course!! All the course materials and discussions forums were extremely helpful. All the tools and project files provided with the course worked without any difficulties. Also, it was a very shallow learning curve to get used to the new tools and hack language. Thanks Noam and Shimon for making such wonderful course. I am looking forward to part 2.
автор: Ndimangwa F N
•I have never taken such a practical session like this. It was a challenge especially on the middle weeks , however I made it. I recommended for any one , needs to understand how the computer works, and increase the system design skills, this is the course to take. I recommended to take a full version (non-audit version) to enjoy the full power of the course
автор: sabyasachi m
•This is the greatest course I ever came across. Together along with part 2 it connects all dots and goes beyond abstractions to show how a computer works. It is the best course that can teach an electronics or electrical engineer how the HWs and SWs interact in a machine. It indeed goes from building an nand gate to a fully functional primitive application.
автор: Andrew J
•This is hands down one of the best courses I have ever done. It tears down the layers of abstraction between your programs and your computer's hardware. It's a project centred course meaning you get to build very cool things every week.
I'm blown away that I just finished building a computer that can play pong... it has a display and keyboard inputs!
автор: Travis B
•This was an amazing learning experience that I enjoyed so much. I expanded my knowledge of computer science especially regarding logic gate construction, hardware descriptor language (HDL), and how to build a simple assembler. I would highly recommend this course to anyone who wants a better understanding of how computers work at the machine level.
автор: Robert F
•Excellent course. I'm a seasoned high-level programmer, but I'd never taken any hardware courses before. Now I better understand when the hardware engineers are talking about different chips and when one chip doesn't have enough pins to control a certain peripheral, etc. Really looking forward to the next part to connect everything I work with.
автор: John J
•Very comprehensive! Well worth the hard work!
I already had a vague idea about assemblers and machine code but I now understand how machine code actually controls the hardware in a CPU.
The other mystery solved for me is how basic logic gates can be combined into ever more complex structures which are then combined into a CPU and a computer.
автор: Vinicius S
•It was a great course. It fulfilled its role in demystifying the internal parts of a computer. It was a excellent idea to present Digital Circuits through a Hardware Description Language (HDL). It was rewarding to get in touch with Assembly language in the processes of "building" the CPU as well as while coding the Assembler. Thank you!
автор: Sung W K
•I had so much fun following the course and I actually feel I've learned a lot.
Not only the course videos are helpful and easy to follow but also the "perspective units" were also very interesting that I watched all the videos.
I definitely will move on to part 2 of this course and I am 100% sure that I will get all I want in part 2 also.
автор: Apostolis P
•Excellent course. Not one to take lightly as it involves plenty of hard work in order to understand the new concepts it introduces and complete the assignments. Ideal for self-learners who wish to take their skills to the next level. It has done a great deal de-mystifying how computers work on a very low level. Definitely recommended.
автор: Pranjal K
•This is one of the best courses that I have come across. I had always wanted to learn computer science in a continuous fashion . I wanted to know how all the different subjects come together to make a computer. This course was a boon for me. It showed me how to connect the dots among various subjects. Iam looking forward to part 2 now.
автор: Saurabh G
•Has been a great course addressing a lot of basic questions. Very well-structured.
However, I do feel that more light could have been shed upon how the instructions in 0's and 1's in the text file (here the .hack files) are actually given to a computer. Perhaps it could be addressed in one of the QA sessions at the end of each module.
автор: Daniele A
•The course is one of the best courses in my life. But it was very difficult to understand. I'm a graphic designer and recently started studying computer science. If you dont' have any bases this will be a bloodbath. at least that's how it was for me. But every effort is worth because You will understand how to computer works really.
автор: Matthew J
•I learned much of this material in college 20 years ago, but back then it was only book knowledge and never tied to anything practical. Doing this course has given me a much deeper understanding of how the bits and bytes of my program are handled at the lowest level. I'm looking forward to taking the second course in the series.
автор: Fabian d A G
•This is absolutely the best course on Coursera and by far the most unique. The instructors are engaging and clear with what they teach, the quality of the lectures are superb and the amount of supplementary material and resources made available are vast. I wish the instructors would create more courses. On to Part 2 of the course!
автор: Vishnu A
•This course was amazing. Despite being a computer science student, I had no real intuition as to how the different computer abstractions worked or how the simple AND,OR gates did everything the a computer could do. I've just finished the firsst part and am already amazed at how much I've learned. I look forward to the next part!
автор: Robert A
•This is an excellent course that is very well-designed to include all the essential details and exclude the inessential ones. I recommend it very highly, especially to those who have some form of technical education, but may never have learned these topics in computer design that are needed to really get from logic gate to CPU.
автор: Mark V M
•This was a fantastic course. I'd bought the textbook a few years ago after reading about it on HackerNews, but never had the motivation to work through it until I discovered this class on Coursera. I feel like I now have a much better grasp of what's going on inside of a computer, after having programmed for over thirty years!