计算机组成原理概述

计算机概述

计算机的基本组成:

存储器:     实现记忆功能的部件用来存放计算程序及参与运算的各种数据

运算器:     负责数据的算术运算和逻辑运算即数据的加工处理

控制器:     负责对程序规定的控制信息进行分析,控制并协调输入,输出操作或内存访问

输入设备:    实现计算程序和原始数据的输入

输出设备:    实现计算结果输出

组成的联系:

图一

图二

常用名词

Bit

The bit is a basic unit of information(信息的基本单元) in computing and digital communications. A bit can have only one of two values(只有两种状态), and may therefore be physically implemented with a two-state device. These values are most commonly represented as either a 0or1. The term bitis a portmanteau of binary digit.

Byte

字节(英语:Byte),通常用作计算机信息计量单位,不分数据类型。一个字节代表八个比特(英语:Bit)。它也是程序设计语言里不可缺少的基本数据类型——整数。

Device driver(驱动程序)

In computing, a device driver (commonly referred to as a driver) is a computer program(电脑程序) that operates or controls(操作或控制) a particular type of device that is attached to a computer. A driver provides a software interface(提供了接口) to hardware devices, enabling operating systems and other computer programs to access hardware functions without needing to know(不必知道) precise details of the hardware being used.

JPEG/JPG     GIF     PNG

JPEG/JPG:

JPEGis a commonly used method of lossy compression(有损压缩) for digital images, particularly for those images produced by digital photography. The degree of compression can be adjusted, allowing a selectable tradeoff between storage size and image quality. JPEG typically achieves 10:1 compression with little perceptible loss(人眼可觉察到的损失) in image quality.

The term "JPEG" is an acronym(缩写) for the Joint Photographic Experts Group, which created the standard.

JPEG/JFIF supports a maximum image size of 65,535×65,535 pixels. JPG supports 16.7 million colors and is the preferred format for photographs.

JPG and JPEG stand both for an image format proposed and supported by the Joint Photographic Experts Group. The two terms have the same meaning and are interchangeable.(两者实质一样,主要是为了兼容windows之前的版本)

GIF:

The Graphics Interchange Format is a bitmap image format(位图格式).

If an image has large areas with flat or single tones colors, then GIF is the format of choice. Think logos, icons, banners, and cartoons which are all preferably GIF images. The GIF format supports 256 colors (i.e. an 8-bit color palette). As they use only 256 colors(颜色少), they make for compact images and consume less bandwidth.

GIF images are compressed using the Lempel–Ziv–Welch (LZW) lossless data compression(无损压缩) technique to reduce the file size without degrading the visual quality.

支持动图

PNG:

Portable Network Graphics is a raster graphics file format that supports lossless data compression(无损压缩). PNG was created as an improved, non-patented replacement(替代) for Graphics Interchange Format (GIF), and is the most used lossless image compression format on the Internet

Like GIF, the PNG format supports 8-bit color butalso extends it to 24-bits, thus giving you more color ranges to work with like in a JPEG file. PNG files do not support animation. PNG files are also lossless files retaining color information when they are compressed. Richer images will lead to larger file sizes.

RAM  ROM

ROM

Read-only memory (ROM只读内存存储器) is a type of non-volatile memory used in computers and other electronic devices. Data stored in ROM can only be modified slowly, with difficulty, or not at all, so it is mainly used to store firmware(software that is closely tied to specific hardware and unlikely to need frequent updates) or application software in plug-in cartridges.

RAM(随机存取存储器)

Random-access memory (RAM) is a form of computer data storage. A random-access memory device allows data items to be accessed (read or written) in almost the same amount of time irrespective of the physical location of data inside the memory.

There is one major difference between a ROM and a RAM chip. A ROM chip is non-volatile storage and does not require a constant source of power(不需要持续的电源) to retain information stored on it. When power is lost or turned off, a ROM chip will keep the information stored on it. In contrast, a RAM chip is volatile andrequires a constant source of power to retain information. When power is lost or turned off, a RAM chip will lose the information stored on it.

Other differences between a ROM and a RAM chip include:

A ROM chip is used primarily in the start up(启动阶段) process of a computer, whereas a RAM chip is used in the normal operations of a computer after starting up and loading the operating system.

Writing data to a ROM chip is a slow process, whereas writing data to a RAM chip is a faster process.

A RAM chip can store multiple gigabytes (GB) of data, up to 16 GB or more per chip. A ROM chip typically stores only several megabytes (MB) of data, up to 4 MB or more per chip.

programming language(编程语言)

A programming language is a formal computer language or constructed language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs to control the behavior of a machine or to express algorithms.

网络方面

ASCII

ASCII abbreviated from American Standard Code for Information Interchange, is a character encoding standard (the Internet Assigned Numbers Authority (IANA) prefers the name US-ASCII[2]). ASCII codes represent text in computers, telecommunications equipment, and other devices. Most modern character-encoding schemes are based on ASCII, although they support many additional characters.

UTF-8

UTF-8 is a character encoding capable of encoding all possible characters, or code points, defined by Unicode and originally designed by Ken Thompson and Rob Pike.

The encoding is variable-length and uses 8-bit code units. It was designed for backward compatibility with ASCII and to avoid the complications of endiannessand byte order marks in the alternative UTF-16 and UTF-32 encodings. The name is derived from: Unicode (or Universal Coded Character Set) TransformationFormat – 8-bit.

原文:http://www.cnblogs.com/oneplace/p/5770583.html

计算机原理名词,计算机组成原理 常用名词解释相关推荐

  1. 计算机原理较好的教材,《高等学校计算机专业教材精选·计算机原理:计算机组成原理》低价购书_教材教辅考试_孔网...

    <高等学校计算机专业教材精选·计算机原理:计算机组成原理>的内容包括计算机中的数据表示.基本的运算方法与运算器的构成.中央处理器的指令系统.寻址方式及控制器.流水线等计算机基础知识.此外, ...

  2. 超流水线计算机原理,6计算机组成原理第6章流水线原理.ppt

    文档介绍: 第6章流水线原理及其§1重叠方式通常提高指令执行速度的途径有如下三种:提高处理机的工作主频.采用更好的算法和设计更好的功能部件.多条指令并行执行,称为指令级并行技术.狼畜痔隶嘿拾冈候裸腺绘 ...

  3. 计算机原理概述,计算机组成原理-概述

    2020-05-16 计算机起源可以参考 -- <计算机与人脑>- 是美国科学家约翰·冯·诺依曼创作的电子计算机学著作,1958年首次出版. 什么是计算机? 计算机(computer)俗称 ...

  4. 计算机原理课堂,计算机原理课堂测验题集.ppt

    计算机原理课堂测验题集.ppt (31页) 本资源提供全文预览,点击全文预览即可全文预览,如果喜欢文档就下载吧,查找使用更方便哦! 19.9 积分 <计算机组成原理>课堂测验题(1)F1○ ...

  5. 计算机原理 doc,计算机原理资料.doc

    PAGE \* MERGEFORMAT10 计算机原理考试题库一.选择题1.电子计算机的算术/逻辑单元.控制单元及主存储器合称为C.A.CPU B.ALU C.主机 D.UP2.用以指定待执行指令所在 ...

  6. 计算机原理 英文版,计算机原理介绍英文版.doc

    计算机原理介绍英文版 Importing TrafficOverview This lesson demonstrates the traffic import capabilities of Mod ...

  7. 自考计算机原理,自考计算机原理考点.doc

    第1章 计算机系统概论 电子计算机是一种能够自动.高速.精确地对各种信息进行处理和存储的电子设备,从总体上可以分为两大类:电子模拟计算机和电子数字计算机. 1.1 计算机发展简史 [填空]计算机最初是 ...

  8. 计算机原理 doc,计算机原理作业.doc

    PAGE PAGE 1 计算机原理作业 单项选择题 1.指令JMP?FAR?PTR?DONE属于 A.段内转移直接寻址 B.段内转移间接寻址 C.段间转移直接寻址 D.段间转移间接寻址 2.下列叙述正 ...

  9. 计算机原理阅读,计算机原理试题.pdf

    计算机原理课程学位考试试题(参考答案见题后) 一.选择题 1.电子计算机的算术/逻辑单元.控制单元及主存储器合称为 C . A .CPU B .ALU C.主机 D .UP 2 .用以指定待执行指令所 ...

  10. 复旦计算机原理,复旦计算机春季期末考试试题A.doc

    复旦计算机春季期末考试试题A 复旦大学计算机科学技术学院 <计算机原理>期末考试试卷 A卷 共 13页 课程代码:INFO130054.01-02 _考试形式:开卷 2010年6月 (本试 ...

最新文章

  1. 2018.10.22-dtoi1443奶牛逃亡(cowrun)
  2. AUTOCAD自学教程一
  3. 岗位推荐 | 京东AI研究院招聘计算机视觉算法实习生
  4. gearhost php,Gearhost 免费主机的申请
  5. Android客户端与服务器交互方式-小结
  6. ehcache使用_Mybatis整合(Redis、Ehcache)实现二级缓存,恕我直言,你不会
  7. OSTimeGet()--获取当前时间
  8. C++新特性探究(三):=default、=delete
  9. Xcode7.1模拟器卡顿问题以及解决方案
  10. 如何修改默认字体_Excel技巧:怎么修改默认字体为宋体
  11. RS485通信协议温湿度传感器探头
  12. Unity UGUI坐标转换
  13. kail 安装小企鹅输入法
  14. 深入理解深度学习——Item Embedding
  15. DAP数据分析平台可视化组件开发
  16. 网络/运维工程面试题汇总二
  17. android7.0 8.1 9.0 10.0 去掉屏幕锁屏(屏幕默认锁屏方式改成无)
  18. 【中科院】分子生物学-朱玉贤第四版-笔记-第7-8讲 翻译
  19. erp系统的服务器如何配置,erp系统云服务器怎么配置
  20. IAR因版本不兼容打不开工程文件解决(Broken options、ICC8051、XLINK)

热门文章

  1. 中国浓咖啡行业市场供需与战略研究报告
  2. 电商平台-会员积分系统的设计与架构
  3. Hugo博客双线部署
  4. 领域、子域、核心域、通用域、支撑域
  5. 2020-05-26
  6. 一键生成App图标所有尺寸的三个酷站分享
  7. 十款超高人气FTP客户端软件横评(一)
  8. 杭州电子科技大学ACM-1096
  9. 团体力学理论(1944)--轉
  10. fatal error C1083:/fatal error C1010: 错误处理