Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwwpche/ICS_handouts
Handouts of labs from ICS (CMU 15213 equivalance)
https://github.com/pwwpche/ICS_handouts
Last synced: about 2 months ago
JSON representation
Handouts of labs from ICS (CMU 15213 equivalance)
- Host: GitHub
- URL: https://github.com/pwwpche/ICS_handouts
- Owner: pwwpche
- Created: 2013-12-21T03:08:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-29T11:57:22.000Z (about 11 years ago)
- Last Synced: 2024-08-01T21:42:22.827Z (5 months ago)
- Language: C
- Homepage:
- Size: 1.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-se - pwwpche-2012
README
ICS_handouts
============Handouts of ICS_se12, based on CSAPP:2e
Introduction to Comupter Systems
This is an introductory course for computer systems. The course content includes representation of integer and floating point, machine-level instructions, relationship with assembly code and high-level programming language, virtual memory and program optimization.
It is a prerequisite for most up-level system courses including processor architecture, memory hierarchy (main memory, cache), peripheral devices, exceptions and processes, linker and loader and concurrent programming.
The participation of this course involve four forms of activity: attending the lectures, homework, lab assignments, and exams.