-
-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
25 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
## Questions and Exercises {.unlisted .unnumbered} | ||
|
||
1. Describe pipelining, out-of-order and speculative execution. | ||
2. How register renaming helps to speed up execution? | ||
2. How does register renaming help to speed up execution? | ||
3. Describe spatial and temporal locality. | ||
4. What is the size of the cache line in majority of modern processors? | ||
5. Name components that constitue the CPU frontend and backend? | ||
4. What is the size of the cache line in the majority of modern processors? | ||
5. Name the components that constitue the CPU frontend and backend? | ||
6. What is the organization of the 4-level page table? What is a page fault? | ||
7. What is the default page size in x86 and ARM architectures? | ||
8. What role does TLB (Translation Lookaside Buffer) play? | ||
8. What role does the TLB (Translation Lookaside Buffer) play? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.