Genuine Computer Architecture: Designing the Organization and Hardware to Meet Goals and Functional Requirements.

真正的计算机体系结构:设计组织和硬件以满足目标和功能要求

The implementation of a computer has two components: organization and hardware.term organization includes the high-level aspects of a computer's design, such as the memory system, the memory interconnect, and the design of the internal processor or CPU (central unit—where arithmetic, logic, branching, and data transfer are implemented). The term microarchitecture is also used instead of organization. For example, two with the same instruction set architectures but different organizations are the AMD Opteron and the Intel Core i7. Both proæssors implement the x86 instruction set, but they have very different pipeline and cache organizations.

计算机的实现有两个组成部分:组织和硬件。

术语“组织”包括计算机设计的高级方面,例如内存系统,内存互连以及内部处理器或CPU(中央单元 - 其中实现了算术,逻辑,分支和数据传输)的设计。

术语“微体系结构”也用于代替组织。

相同的指令集架构可有不同的组织,例如AMD皓龙和英特尔酷睿i7。两个处理器都实现了 x86 指令集,但它们具有非常不同的流水线和缓存组织。

The switch to multiple processors per microprocessor led to the term core to also be used for processor. Instead of saying multiprocessor microprocessor, the term multicore has caught on. Given that virtually all chips have multiple processors, the term central processing unit, or CPU, is fading in popularity. Hardware refers to the specifics of a computer, including the detailed logic design and the packaging technology of the computer. Often a line of computers contains computers with identical instruction set architectures and nearly identical organizations, but they differ in the detailed hardware implementation. For example, the Intel Core i7 and the Intel Xeon 7560 are nearly identical but Offer different clock rates and different memory systems, making the Xeon 7560 more effective for server computers.

每个微处理器切换到多个处理器导致术语“内核“也用于处理器。与其说多处理器微处理器,不如说多核这个术语已经流行起来。鉴于几乎所有芯片都有多个处理器,术语”中央处理单元“或”CPU“正在逐渐普及。硬件是指计算机的细节,包括计算机的详细逻辑设计和封装技术。

通常,一系列计算机包含具有相同指令集体系结构和几乎相同组织的计算机,但它们在详细的硬件实现方面有所不同。

例如,英特尔酷睿 i7 和英特尔至强 7560 几乎完全相同,但提供不同的时钟速率和不同的内存系统,使至强 7560 对服务器计算机更有效。

最新文章

  1. java.lang.UnsupportedOperationException: Can't convert to dimension: type=0x12
  2. dojo/dom-construct.toDom方法学习笔记
  3. Nutch源码阅读进程2---Generate
  4. 帝国备份王(Empirebak) \class\functions.php、\class\combakfun.php GETSHELL vul
  5. 在VS2012中编译WinXP兼容的程序
  6. droidbox官网
  7. 【Unity Shaders】学习笔记——SurfaceShader(九)Cubemap
  8. POJ 2386 Lake Counting
  9. VPN介绍--虚拟网络
  10. pygame学习资料
  11. SublimeText3常用快捷键和优秀插件(转载)
  12. EditText 双击才能获取点击事件
  13. 转:Ant使用指南
  14. GitHub如何删除一个仓库
  15. Selenium:三种等待方式
  16. Python 零基础 快速入门 趣味教程 (咪博士 海龟绘图 turtle) 7. 条件循环
  17. [转]TCP滑动窗口详解
  18. 转载人家写的CURSOR
  19. C#+Aspose.Cells 导出Excel及设置样式 (Webform/Winform)
  20. python 读写压缩文件

热门文章

  1. selenium grid4.0+分布式的部署配置(hub/node方式)
  2. 读后笔记 -- Java核心技术(第11版 卷 II ) Chapter1 Java 8 的流库
  3. unity GetComponent在android端获取对象错误
  4. 时间函数strtotime的强大
  5. windows环境下部署项目
  6. K8S实现不同节点POD获取不同IP
  7. JavaScript逗号运算符的用法
  8. java技术系列(三) 多线程之并行处理和同步
  9. css选择器 权重的叠加
  10. Java 18-方法 认识方法与方法定义