- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
嵌入式系统 中学 地科 复习资料
简述计算机系统的硬件构成及工作原理。
A computer often have a processor, memory,and often several forms of input and output. The processor is the hardware that executes the computer programs. The computer also has memory, often several different types in one system. The memory is used to store programs while the processor is running them, as well as store the data that the programs are manipulating.
⑴计算机硬件由五个基本部分组成:运算器、控制器、存储器、输入设备和输出设备。
⑵计算机内部采用二进制来表示程序和数据。?
⑶采用“存储程序”的方式,将程序和数据放入同一个存储器中(内存储器),计算机能够自动高速地从存储器中取出指令加以执行。
首先,把表示计算步骤的程序和计算中需要的原始数据,在控制器输入命令的控制下,通过输入设备送入计算机的存储器存储。其次当计算开始时,在取指令作用下把程序指令逐条送入控制器。控制器对指令进行译码,并根据指令的操作要求向存储器和运算器发出存储、取数命令和运算命令,经过运算器计算并把结果存放在存储器内。在控制器的取数和输出命令作用下,通过输出设备输出计算结果。
Describe the procedure of interrupt.
When an interrupt occurs, the usual procedure is for the processor to save its state by pushing its registers and program counter onto the stack.
The processor then loads an interrupt vector into the program counter. The interrupt vector is the address at which an interrupt service routine (ISR) lies. Thus, loading the vector into the program counter causes the processor to begin execution of the ISR, performing whatever service the interrupting device required.
The last instruction of an ISR is always a Return from Interrupt instruction. This causes the processor to reload its saved state (registers and program counter) from the stack and resume its original program.
What is the advantages of RISC?
RISC processors have a number of distinguishing characteristics. They have large register sets, thereby reducing the number of times the processor must access main memory.
RISC processors have fast instruction execution, and this also reduces the size and power consumption of the processing unit.
RISC processors also often have pipelined instruction execution. This means that while one instruction is being executed, the next instruction in the sequence is being decoded, while the third one is being fetched.
RISC processors are becoming widely used, particularl
您可能关注的文档
- 山东教师资格普话水平等级测试第一套.doc
- 山东济南章丘市生局事业单位历年真题及解析.doc
- 山东省2011高三历史模拟试题汇编与解析 专题一古代中国经济的基本结构与特点 人民版必修2.doc
- 山东省2012高三数学 第三章《导数及其应用》单元测试 文 新人教B版选修1-1.doc
- 山东省2013高一暑假作业(二)历史.doc
- 山东省2013高考历史单元测试41 第一单元 第一次世界大战 新人教版选修3.doc
- 山东省临清四所中骨干教师联合制作生物 必修二第一章第2节《孟德尔的豌豆杂交实验二》导学案二.doc
- 山东省临清四所中骨干教师联合制作生物必修三第四章第3节《群落的结构》导学案.doc
- 山东省乐陵市第中学高中英语必修五:book 5 module 6 知识点练习.doc
- 山东省威海市二高中语文《兰亭集序》导学案 新人教版必修3.doc
文档评论(0)