forked from PKUanonym/REKCARC-TSC-UHT
-
Notifications
You must be signed in to change notification settings - Fork 0
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
4 changed files
with
47 additions
and
1 deletion.
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
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 +1,10 @@ | ||
# Tips | ||
|
||
https://github.com/Harry-Chen/java-programming-homework | ||
|
||
## 2021 Summer | ||
|
||
无考试,只能 JAVA ,去找一些陈年旧轮子。(x | ||
|
||
https://github.com/Co1lin/iLearn-app | ||
|
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Exam | ||
|
||
## 2022 Spring | ||
|
||
考前: | ||
|
||
「大家休息吧 感觉我的考题不需要加班加点去学习. 题目难度和分数不成正比,没有任何文字游戏,没有记忆题目。只要上课听讲,不用复习. 」 by 🌕D.S. WANG | ||
|
||
考试:(基本没有怪题) | ||
|
||
一、判断题(30 × 1') | ||
|
||
(各种细碎的知识点,比如 cache 一章中的。) | ||
|
||
(感觉绝大部分都是对的。) | ||
|
||
二、单选题(25 × 1') | ||
|
||
(各种细碎的知识点,比如 cache 一章中的。也有计算。) | ||
|
||
三、填空题 | ||
|
||
(好像都是计算) | ||
|
||
四、解答题: | ||
|
||
1. Cache :物理地址中各段长度计算;比较两段程序的命中率 | ||
|
||
2. Tomasulo + ROB 填表:执行起始时间、终止时间、读存储器时间、写 CDB 时间、 commit 时间 | ||
|
||
3. 分支预测, 2 位饱和计数器;给一段程序(高级语言 + 汇编),计算缺失次数。 | ||
|
||
4. 指令系统设计 | ||
|
||
(1)平均最短操作码 | ||
|
||
(2)4 条“寄存器-寄存器”型, 3 条“寄存器-存储器”型……(类似“那道”填空题) |