Unit 1 Computer hardware【石家庄铁道大学-专业英语课程复习资料】
Unit 1 Computer hardware
1、Introduction of computer
A computer is a machine that can be instructed to carry out sequences of arithmetic or logical operations automatically via computer programming. Modern computers have the ability to follow generalized sets of operations, called programs.
计算机是指可以通过计算机编程自动执行算术或逻辑运算的机器。现代计算机能够遵循被称为程序的通用操作集。
- sequence [ˈsiːkwəns] 序列;顺序;、
- arithmetic [əˈrɪθmətɪk]
These programs enable computers to perform an extremely wide range of tasks. A “complete” computer including the hardware, the operating system, and peripheral equipment required and used for “full” operation can be referred to as a computer system.
这些程序使计算机能够执行极其广泛的任务。
“完整”的计算机包括硬件、操作系统和外围设备,它们可以满足计算机系统所需的“全部”操作。该计算机可以称为一个计算机系统。
- peripheral [pəˈrɪfərəl] 外围设备;周边设备
This term may as well be used for a group of computers that are connected and work together, in particular a computer network or computer cluster.
该术语也可以用于连接在一起的一组计算机,特别是计算机网络或计算机集群。
Conventionally, a modern computer consists of at least one processing element, typically a central processing unit (CPU), and some form of memory. The processing element carries out arithmetic and logical operations, and a sequencing and control unit can change the order of operations in response to stored information.
传统上,现代计算机至少包括一个处理元件(通常是中央处理单元)和某种形式的存储器。
处理元件执行算术和逻辑运算,并且排序和控制单元可以响应存储的信息来改变操作的顺序。
- Convention [kənˈvenʃn] 习俗;常规;惯例;
- in response to 作为回应;响应;回答;对…有反应
Peripheral devices include input devices (keyboards, mouse, etc.), output devices (monitor screens, printers, etc.). Peripheral devices allow information to be retrieved from an external source and they enable the result of operations to be saved and retrieved.
外围设备包括输入设备(键盘、鼠标等)、输出设备(监视器屏幕、打印机等)。
外围设备允许从外部源获得信息,并且使操作结果得以保存和访问。
- retrieve [rɪˈtriːv] 检索;取回;
- external [ɪkˈstɜːrnl]
2、Computer Hardware
The term hardware covers all of those parts of a computer that are tangible physical objects. circuits, computer chips, graphic cards, sound cards, memory (RAM), motherboards, displays, power supplies, cables, keyboards, printers and mouse are all hardware.
术语“硬件”涵盖计算机中全部有形物理部件。
电路、计算机芯片、图形卡、声卡、存储器(RAM)、主板、显示器、电源、电缆、键盘、打印机和“鼠标”输入设备都是硬件。
- tangible [ˈtændʒəbl] 有形的;实际的;真实的
- circuits [ˈsɜːrkɪts] 电路
- cable [ˈkeɪbl] 电缆
A general purpose computer has four main components: the arithmetic and logic unit (ALU), the control unit, the memory, and the input and output devices (collectively termed I/O). These parts are interconnected by buses, often made of groups of wires. Inside each of these parts are thousands to trillions of small electrical circuits which can be turned off or on by means of an electronic switch.
译文:通用计算机具有四个主要部件:算术逻辑单元(ALU)、控制单元、存储器以及输入和输出设备(统称为I / O)。这些部件通过总线互连,总线通常由电线组成。这些部件中的每一个都是数千到数万亿的小电路,可以通过电子开关关闭或打开。
- buses 总线
- circuits [ˈsɜːrkɪts] 电路
Each circuit represents a bit (binary digit) of information so that when the circuit is on it represents a “1”,and when off it represents a “0”. The circuits are arranged in logic gates so that one or more of the circuits may control the state of one or more of the other circuits.
译文:每个电路表示一位(二进制数字)信息,所以当电路接通时它表示“1”,而当断开时它表示“0”。
电路布置在逻辑门中,这样一个或多个电路可以控制一个或多个其他电路的状态。
- digit 数字
2.1、Input devices
When unprocessed data is sent to the computer with the help of input devices, the data is processed and sent to output devices. The input devices may be hand-operated or automated. The act of processing is mainly regulated by the CPU.
译文:输入设备将未处理的数据发送到计算机时,数据将被处理并发送到输出设备。
输入设备既可以手动操作,也可以自动操作。处理行为主要由CPU控制。
Some examples of input devices are computer keyboard, digital camera, digital video, graphics tablet, image scanner, microphone, mouse, touch screen.
译文:输入设备的一些示例是:计算机键盘、数码相机、数码视频、图形输入板、图像扫描仪、麦克风、鼠标、触摸屏。
- tablet [ˈtæblət] 板子 药片;
2.2、Output devices
The means through which computer gives output are known as output devices. Some examples of output devices are computer monitor, printer, PC speaker, sound card, video card.
译文:计算机提供输出的设备称为输出设备。
输出设备的示例有计算机监视器、打印机、PC扬声器、声卡、视频卡。
2.3、Control unit
The control unit (often called a control system or central controller) manages the computer's various components; it reads and interprets (decodes) the program instructions, transforming them into control signals that activate other parts of the computer.
译文:控制单元(通常称为控制系统或中央控制器)管理计算机的各种组件;它读取并解释(解码)程序指令,将它们转换为激活计算机其他部分的控制信号。
- interprets [ɪnˈtɜːrprəts]
A key component common to all CPUs is the program counter, a special memory cell (a register) that keeps track of which location in memory the next instruction is to be read from.
译文:所有CPU共有的关键组件是程序计数器,它是一个特殊的存储单元(寄存器)用于跟踪存储器中下一条指令的读取位置。
- register [ˈredʒɪstər]
2.4、CPU and ALU
The control unit, ALU, and registers are collectively known as a central processing unit (CPU). Early CPUs were composed of many separate components but since the mid-1970s CPUs have typically been constructed on a single integrated circuit called a microprocessor.
译文:控制单元,ALU和寄存器统称为中央处理器(CPU)。
早期的CPU由许多独立的组件组成,但自20世纪70年代中期以来,CPU通常构建在称为微处理器的单个集成电路上。
The ALU is capable of performing two classes of operations: arithmetic and logic. The set of arithmetic operations that a particular ALU supports may be limited to addition and subtraction, or might include multiplication, division, trigonometric functions such as sine, cosine, etc., and square roots.
译文:ALU能够执行两类操作:算术和逻辑。
特定ALU支持的算术运算集可以限于加法和减法,或者可以包括乘法、除法、三角函数(例如正弦,余弦等)以及平方根。
- trigonometry [ˌtrɪɡəˈnɑːmətri] 三角学
2.5、Memory
A computer's memory can be viewed as a list of cells into which numbers can be placed or read. Each cell has a numbered “address” and can store a single number. The information stored in memory may represent practically anything.
译文:计算机的存储器可被视为能够放置或读取数字的单元组。每个单元格都有一个编号“地址”,可以存储一个数字。存储在存储器中的信息实际上可以代表任何东西。
Letters, numbers, even computer instructions can be placed into memory with equal ease. Since the CPU does not differentiate between different types of information, it is the software's responsibility to give significance to what the memory sees as nothing but a series of numbers.
译文:字母、数字甚至计算机指令都可以同样轻松地放入存储器中。由于CPU不区分不同类型的信息,因此软件负责解释内存中信息的意义,但对存储器来说,这些信息只不过是一系列数字。
- with equal ease 同样轻松
- differentiate [ˌdɪfəˈrenʃieɪt] 区分;区别;辨别
In almost all modern computers, each memory cell is set up to store binary numbers in groups of eight bits (called a byte). Each byte is able to represent 256 different numbers (28=256); either from 0 to 255 or -128 to +127.
译文:在几乎所有现代计算机中,每个存储器单元被设置为以八位组(称为字节)存储二进制数。每个字节能够代表256个不同的数字(28 = 256);从0到255或-128到+127。
- minus [ˈmaɪnəs] 负号 零下 减去
To store larger numbers, several consecutive bytes may be used (typically, two, four or eight). When negative numbers are required, they are usually stored in two's complement notation. A computer can store any kind of information in memory if it can be represented numerically.
译文:为了存储更大的数字,可以使用几个连续的字节(通常是两个、四个或八个)。当需要负数时,它们通常以二进制补码表示。只要能表示为数字,计算机就能将任何类型的信息存储在存储器中。
- consecutive [kənˈsekjətɪv] 连续的;连续不断的
- two's complement notation 二进制补码 【补足;符号】
The CPU contains a special set of memory cells called registers that can be read and written to much more rapidly than the main memory area. There are typically between two and one hundred registers depending on the type of CPU.
译文:CPU包含一组称为寄存器的特殊存储器单元,在此读取和写入速度比在主存储器更快。根据CPU的类型,通常有两到一百个寄存器。
Computer main memory comes in two principal varieties:
random-access memory (RAM).
read-only memory (ROM).
译文:计算机主存有两种主要类型:
随机存取存储器或RAM
只读存储器或ROM
RAM can be read and written to anytime the CPU commands it, but ROM is preloaded with data and software that never changes, therefore the CPU can only read from it. ROM is typically used to store the computer's initial start-up instructions.
译文:CPU可以在任何时候读取和写入RAM,但因为ROM预装了永不改变的数据和软件,所以CPU只能读取它。ROM通常用于存储计算机的初始启动指令。
2.6、Multiprocessing
Some computers are designed to distribute their work across several CPUs in a multiprocessing configuration, a technique once employed only in large and powerful machines such as supercomputers, mainframe computers and servers. Multiprocessor and multi-core (multiple CPUs on a single integrated circuit) personal and laptop computers are now widely available.
译文:一些计算机被设计为具有多处理配置,它能将其工作分布在多个CPU上,这种技术曾经只用于超级计算机、大型计算机和服务器等功能强大的机器。多处理器和多核(单个集成电路上的多个CPU)个人和便携式计算机现在广泛使用。
3、Unite 1 Exercise
- 计算机硬件 Computer hardware
- 操作系统 operating system
- 外设 peripheral devices
- 微处理器 microprocessor
- 寄存器 registers
- 算数的 Arithmetic
- 逻辑的 logic
- 集成电路 integrated circuit
- 控制器 controller
- 声卡 sound card
- 显卡 Graphics card
- 主板 motherboard
- 打印机 printer
- 多处理器 multiprocessor
- 多核 multi-core
- CPU central processing unit
- 显示器 displays
- 电源 power supplies
- 扬声器 PC speaker
- ALU Arithmetic Logical Unit 算术逻辑部件运算器
- 加减乘除 addition subtraction multiplication division
- RAM random-access memory
- ROM read-only memory
- supercomputers mainframe computers 超级计算机 大型计算机 large and powerful machines
关注公众号【靠谱杨阅读人生】回复【专业英语】负fei获取相关PPT资料(计算机专业英语,机械工业出版社。1,2,3,4,5,10,12章)

Unit 1 Computer hardware【石家庄铁道大学-专业英语课程复习资料】的更多相关文章
- 世界名校网络课程大盘点,美国大学CS专业十三大研究方向,世界50所知名大学提供开放课程
世界名校网络课程大盘点 加州大学伯克利分校http://webcast.berkeley.edu/ 加州大学伯克利分校与斯坦福大学. 麻省理工学院等一同被誉为美国工程科技界的学术 领袖,其常年位居 ...
- Computer Hardware
Computer Hardware Para 1 Computer hardware can be divides into four categories: input hardware, stor ...
- “石家庄铁道大学软件工程系学生学籍管理系统2019版”java小程序制作分享
首先附上完整代码: import java.util.Scanner; public class SocreInformation { public SocreInformation(){}; pub ...
- Java 石家庄铁道大学软件工程系 学生学籍管理系统 2019 版
本系统的作用是简单实现一些学生成绩管理操作:录入,修改,绩点计算,以及系统退出等. 首先建一个主函数实现界面的实现,然后建一个数据类用来定义存放数据.之后建立一个工具类,用来实现所有要进行的操作.首先 ...
- 对石家庄铁道大学网站首页进行UI分析
对石家庄铁道大学网站首页进行UI界面分析首先,铁道大学的网页首页分为图文热点,学校新闻,校内公告,媒体看铁大,学术咨询等等模块.通过分析这些模块,可以看出,学校网站首页针对的使用对象有很多,包括学校领 ...
- java web石家庄铁道大学课程管理系统
package kecheng Kc.java package kecheng; public class Kc { private int id; private String classname; ...
- webpack入门(一)webpack的动机 ---前端专业英语
记得某次考试,出国N年老师出的卷子全是英语,坑的英语不好的我们不要不要的.幸亏上了专业英语课.最重要的是专业英语对于我们很重要,比如webpack,一堆博客都是几小时入门,如何会用webpack,当你 ...
- 针对石家庄铁道大学官网首页的UI分析
身为一名光荣的铁大铮铮学子,我对铁大的网站首页非常的情有独钟,下面我就石家庄铁道大学的官网首页进行UI分析: 1.在首页最醒目的地方赫然写着石家庄铁道大学七个大字,让人一眼就豁然开朗. 2.网站有EN ...
- 石家庄铁道大学网站首页UI分析
今天的软件工程王老师讲了UI的设计,以前狭隘的认为只有移动设备上的界面叫UI,百度一下才发现UI其实有这么多含义:UI即User Interface的简称.泛指用户的操作界面,UI设计主要指界面的样式 ...
- 对石家庄铁道大学网站UI的分析
作为我们团队的PM,老师对我们提出了一些额外的要求,所以我发表这篇博客来谈一下对石家庄铁道大学网站UI的分析. 首先,PM 对项目所有功能的把握, 特别是UI.最差的UI, 体现了 ...
随机推荐
- Lucene介绍与使用
Lucene介绍与使用 原文链接:https://blog.csdn.net/weixin_42633131/article/details/82873731 不选择使用Lucene的6大原因? 原文 ...
- 【Azure Developer】use @azure/arm-monitor sdk 遇见 ManagedIdentityCredential authentication failed.(status code 500)
问题描述 在使用 @azure/arm-monitor sdk 创建 MonitorClient对象时候,遇见错误 ManagedIdentityCredential authentication f ...
- 【Azure 应用服务】Function App / App Service 连接 Blob 报错
问题描述 因 Blob 启用了防火墙功能,但是当把App Service 或 Function App的出站IP地址都加入到Blob的白名单中,为什么访问还是403错误呢? 问题解答 Azure St ...
- 【Azure 事件中心】Event Hub 消费端出现 Timeout Exception,errorContext中 LINK_CREDIT为0的解释
问题描述 在使用Event Hub SDK消费数据过程中,出现大量的Timeout Exception,详细消息为: com.microsoft.azure.eventhubs.TimeoutExce ...
- 【Azure Fabric Service】怎样关闭 Azure Service Fabric?
问题描述 怎样关闭Azure Service Fabric服务呢?在Azure门户上没有找到 Stop 按钮. 问题回答 Azure Service Fabric 默认是无法停止的,可以删除. 虽然可 ...
- 手把手教你python数据处理项目——探索ebay汽车销售数据
探索Ebay汽车销售数据 一.实验目的 1. 熟悉清理数据的流程: 2. 分析Ebay二手车销售数据: 3. 了解jupyter notebook为pandas提供的一些独特特性. 二.实验开发环 ...
- 图数据库实操:用 Nebula Graph 破解成语版 Wordle 谜底
本文首发于 Nebula Graph Community 公众号 春节期间如果有小伙伴玩过 Wordle 这个火爆社交媒体的猜词游戏,可能对成语版本的汉兜有所耳闻.在玩汉兜过程中,我发现用 Nebul ...
- spark conf、config配置项总结
1.structured-streaming的state 配置项总结 Config Name Description Default Value spark.sql.streaming.stateSt ...
- [Linux] 无显示器 无键盘 网线直连传输文件
有显示器可以操作 这种情况下要简单的多,基本思想是,网线直连之后让其中一方当作网关,分配好ip地址,比如说192.168.8.1,网关也是192.168.8.1即可,如果要填写子网掩码就写255.25 ...
- Java对象引用和内存管理的细节
在Java中,当局部变量(比如方法参数)的作用域结束时,这个局部变量的引用确实不再存在,但这并不意味着它引用的对象会被销毁.对象的销毁是由Java的垃圾回收器(Garbage Collector, G ...