|
|
|
|
|
by mackwic
4709 days ago
|
|
As I understand CS, it deals a lot with Data structure construction and management. In my school, we began with high-level functional languages and it's only after 3 years of programming than we discovered low level programming and could write a Kernel. Can you explain how a RISC assembly language can help you learn CS ? |
|
My CS course (in the late 90s) kind of went the other way. One of the earliest courses was one that taught how a cpu operates -- what a register is, what the accumulator is, etc. There was no actually programming, just working through the steps of what the computer does to perform a given operation. After that there were a number of directions to go in.