Course: Machine Structures Course Website: inst.eecs.berkeley.edu/~cs61c/fa14 This repository contains coursework from my 3rd CS class, where I learned the 6 great ideas in Computer Architecture
- Abstraction (Layers of Representation/Interpretaion(learned C programming language and MIPS Assembly language))
- Moore's Law
- Principle of Locality/Memory Hierarchy
- Parallelism
- Performance Measurement & Improvement
- Dependability via Redundancy Learned how to optimize code using parallelism techniques.