Top "Computer-architecture" questions

The hardware microarchitecture (x86, x86_64, ARM, ...) of a CPU or microcontroller.

Working through an example of Amdahl's Law with respect to percentage speedup

I am reading through "Computer Architechture: A Quantitative Approach 5th ed" and am trying to grasp Amdahl's law, when it …

performance math computer-science computer-architecture parallelism-amdahl
two way set associative cache referencing using lru

I am trying to understand how caching works. I am working on a problem to better understand this concept: Given …

caching computer-science computer-architecture lru
Understanding stalls and branch delay slots

I am taking a course on Computer Architecture. I found this website from another University which has notes and videos …

computer-architecture pipelining branch-prediction