数个不太确定的选项 , 提出来讨论
[NCTU 101 MATH 2]
已知的定理:
乘上一个可逆矩阵 可视为 乘上一堆基本矩阵的连续乘积
问题:
如果乘上一个不是full rank的矩阵 , 有观念上的意义吗 ?
[NCTU 101 OS]
3(c) T
preemptive kernel design connot prevent the critical-section problem from
occurring in the kernel.
-能够被抢夺才是race condition会发生的主因 , 特别强调kernel有什么原因吗?
4(a) F
compaction,shuffling the memory content at the load time, is a solution of
external fragmentation
-compaction需要dynamic binding,所以应该要execution time才会做到压缩的动作
4(c) F
To reduce the overhead of page replacement , we can use a modify bit
(or dirty bit) and select modified pages as victims first.
-要改成reference bit ? modify bit 是在一群可以被换的人选中 , 比较好的选择?
18(a) F
The responses from Domain Name Server(DNS) can be trusted.
-字面上很可疑 , 可是不知道怎么否定... , 感觉是有心的恶意攻击者如果要
仿照DNS的封包格式丢假讯息给你就可能会是假的 , 阿这样问题就变成怎么判断真假
= =....自己矛盾
[103 Archi]
13(a) F
If a disk manufacture quotes MTTF as 90years , it means the manufacturer
claims that each disk produced by that manufacturer can operate normally
for 90years in average.
-这段叙述我觉得只是把MTTF的定义反过来讲 , 不晓得他错误是什么?
MTTF我的理解是 disk的平均损毁时间 , 也就是说平均使用多久会故障
反过来不就是平均能用多久吗 ? 还是我的想法上有逻辑错误 ?