Prerequisites for operating systems and compiler design

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
Bipolarity
Messages
773
Reaction score
2
What would be the prerequisites for an operating systems course or for a compiler course? I am well-versed in C programming and digital circuit design but have very little knowledge of computer architecture. Would I be recommended to go through a text on comp arch before starting a text on OS/compiler design? Opinions?

Thanks!

BiP
 
Physics news on Phys.org
You might try checking out a few university web sites to see what they list for prerequisites. For example, this one:

http://www.cse.sc.edu/class
 
For compilers: my university requires data structures and (our introduction to) computer architecture. Computational theory also gets used (automata, properties of grammars).
 
Yeah, a programming class and the data structures class were my prerequisites for those classes.