- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
计算机体系机构与组成原理习题选讲1
CHAPTER 2COMPUTER EVOLUTION ANDPERFORMANCE Problem:What is a stored program computer? Answer: In a stored program computer, programs are represented in a form suitable for storing in memory alongside the data. The computer gets its instructions by reading them from memory, and a program can be set or altered by setting the values of a portion of memory. Problem:Using IAS instruction, implement C(I)=A(I)+B(I),where I=1,2,…1000 Answer: This program is developed in [HAYE98]. The vectors A, B, and C are each stored in 1,000 contiguous locations in memory, beginning at locations 1001, 2001, and 3001, respectively. The program begins with the left half of location 3. A counting variable N is set to 999 and decremented after each step until it reaches –1. Thus, the vectors are processed from high location to low location. the vectors are processed from high location to low location. Problem:In Model 65 and Model 75 in IBM 360, addresses are interleaved in two independent memory module, what is the purpose? Answer: The purpose is to increase performance. When an address is presented to a memory module, there is some time delay before the read or write operation can be performed. While this is happening, an address can be presented to the other module. For a series of requests for successive words, the aximum rate is Doubled. 现代计算机内部一般采用二进制形式。我国历史上的 即反映了二进制逻辑的思想,它最早记录在 上,距今已有 千年。 八卦图、论衡、二 算筹、周髀算经、一 算筹、几章算术、一 八卦图、周易、三 在CPU中跟踪指令后继地址的寄存器是 。 主存地址寄存器 程序计数器 指令寄存器 状态标志寄存器 集成电路的发展,依次经历了 , , , 等几个阶段。 SSI, LSI, MSI, VLSI VLSI, LSI, MSI, SSI SSI, MSI, VLSI, LSI SSI, MSI, LSI, VLSI 中央处理器CPU是指 。 控制器和运算器 运算器 控制器 控制器、运算器和主存储器 微程序存放在 。 控制存储器 内存储器 指令寄存器 高速缓存 一个完整的计算机系统包括 。 主机、键盘、显示器 计算机及其外部设备 系统软件与应用软件 计算机的硬件系统和软件系统 计算机硬件能够直接识别的语言是 。 自然语言 高级语言 机器语言 汇编语言 从设计者的角度看,硬件与软件之间的界面是 。 指令系统 语言处理程序 操作系统 输入输出系统 计算机性能的统计方式常用算术平均、 和 三种计算方式。 峰值 基准测试 补充:基准测试即bench
文档评论(0)