导航: 老古网老古论坛XMOS公共讨论区XMOS开源项目区单片机程序设计嵌入式系统广告区域
→初学者:有几个解不了的问题,请大虾帮忙

* 19017: 初学者:有几个解不了的问题,请大虾帮忙

   nicsoft 
nicsoft发表的帖子 

 初学者:有几个解不了的问题,请大虾帮忙
这是我们做的作业,请大虾帮忙解答一下。谢谢!!
1.Many CPUs have a special bus cycle type for interrupt acknowledge.Why?

2.If all the gates in Fig.3-19 have a propagation delay of 10 nsec, and all 
other delays can be ignored, what is the earliest time a circuit using this 
design can be sure of having a valid output bit?

3.The ALU of Fig.3-20 is capable of doing 8-bit 2’s complement additions. Is 
it also capable of doing 2’s complement subtraction? If so, explain how. If 
not modify it to be able to do subtractions.

4.The 4x3 memory of Fig.3-29 uses 22 AND gates and three OR gates. If the 
circuit were to be expanded to 256x8, how many of each would be needed?

先谢谢各位了!!

发表时间:2003年2月17日21:09:00

  
回复该帖

本主题共有 9 帖,分页:>>>>>该主题的所有内容[9]条

 *树形目录 只列出部分跟帖的标题以及简单的摘要信息 该主题的部分跟帖如下:

  19030.[详细]先查查字典,若有问题再提问.作业需要自己完成,问题可以讨论.否则你如何弄懂计算机?..
摘要:......(无内容)
- [a12345678][1056次] 2003年2月18日

  19051.[详细]参考
摘要:1.很多CPU,都具有一个专门的总线周期,用来对(外设)发出的中断信号作出应答(响应),为 什么? 2.在Fig.3-19中,如果全部(逻辑)门的总传输延时为10纳秒(nS),并且忽略其它所有的延 迟,那么最初......(334字)
- [Kuang-chingTsui][1383次] 2003年2月18日

  19059.[详细]第1条应改为
摘要:第1条应改为: 很多CPU都有一个专门的总线周期用来检测(外设发来的)中断请求信号。......(42字)
- [Kuang-chingTsui][1183次] 2003年2月18日

[上一篇帖子]:硬件:万用编程器各位网友:科海电子的编程器好不好,有谁买了.
[下一篇帖子]:格雷码查表法转换可能比较容易,但是25位的格雷码要列出表去查,光表占用多少字节,实现起来 不