作者avogau ( 假 装)
看板TransCSI
标题Re: [问题] 计概一些问题
时间Mon Jan 26 17:50:26 2009
※ 引述《JustMyLuck (我的幸运)》之铭言:
: ※ [本文转录自 Grad-ProbAsk 看板]
: 作者: JustMyLuck (我的幸运) 看板: Grad-ProbAsk
: 标题: [理工] 计概一些问题
: 时间: Tue Jan 20 15:48:05 2009
: 1.Suppose a computer using fully associative cache has 216 words of main memory
: and a cache of 64 blocks, where each cache block contains 32 words. How many
: blocks of main memory are there?
: (A) 2^9
: (B) 2^10
: (C) 2^11
: (D) 2^12
: 请问这题是c吗? 2^6 * 2^5=2^11
Memory: 2^16 words
1个block : 32 words
所以 2^16 / 32 = 2^11
: 2.Suppose a disk has the following characteristics: 4 surfaces, 1024 tracks
: per surface, 128 sectors per track,512bytes/sector, track-to-track seek time
: of 5 milliseconds, rotational speed of 5000RPM. What is the access time?
: (A) 10ms
: (B) 11ms
: (C) 12ms
: (D) 14ms
: 容量 4表面*1024轨*128磁区*512=256Mb
: 找寻=5ms
: 平均旋转 1/5000*60/2=0.006=6ms
: 6+5=11ms
: 我这样算对吗@@?
应该没有错
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 114.45.52.180
1F:推 JustMyLuck:又是你回答谢谢您 ^^ 01/27 17:34