作者ccpz (OoOoOo)
看板TransCSI
标题Re: [问题] 三题填充题
时间Wed Mar 12 07:46:38 2008
※ 引述《axax (辣吹)》之铭言:
: 填充
: 1.An octal digit converted to binary is composed of _ bits.
8 进位一个字可以表示 0~7,7(10)=111 所以最多要 3 个 bits
: 2.If a memeory has 2^32 words, and the word size is 2bytes, then a data bus
: with _ wires is needed.
一共有 2^32/2=2^31 word, 一个 word 要用一个数字定址,因此位址范围是 0~2^31
而一条线可以传送一个 bit,所以需要 31 条线
: 3.Transform the fraction 0.4 into a binary of 6 bits:_.
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.113.242.140