Show Menu
Cheatography

Computer Organization and Design Cheat Sheet (DRAFT) by

My takeaways from Computer Organization and Design RISC-V

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Make the common case fast

Making the common case fast will tend to enhance perfor­mance better than optimizing the rare case.
 

Response Time

Also called execution time. The total time required for the computer to complete a task, including disk accesses, memory accesses, I/O activi­ties, operating system overhead, CPU execution time, and so on.
 

Throughput

Also called bandwidth. Another measure of perfor­mance, it is the number of tasks completed per unit of time.