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.

计算机是指可以通过计算机编程自动执行算术或逻辑运算的机器。现代计算机能够遵循被称为程序的通用操作集。

  1. sequence [ˈsiːkwəns] 序列;顺序;、
  2. 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.

这些程序使计算机能够执行极其广泛的任务。
“完整”的计算机包括硬件、操作系统和外围设备,它们可以满足计算机系统所需的”全部”操作。该计算机可以称为一个计算机系统。

  1. 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.

传统上,现代计算机至少包括一个处理元件(通常是中央处理单元)和某种形式的存储器。
处理元件执行算术和逻辑运算,并且排序和控制单元可以响应存储的信息来改变操作的顺序。

  1. Convention [kənˈvenʃn] 习俗;常规;惯例;
  2. 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.

外围设备包括输入设备(键盘、鼠标等)、输出设备(监视器屏幕、打印机等)。
外围设备允许从外部源获得信息,并且使操作结果得以保存和访问。

  1. retrieve [rɪˈtriːv] 检索;取回;
  2. 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)、主板、显示器、电源、电缆、键盘、打印机和”鼠标”输入设备都是硬件。

  1. tangible [ˈtændʒəbl] 有形的;实际的;真实的
  2. circuits [ˈsɜːrkɪts] 电路
  3. 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)。这些部件通过总线互连,总线通常由电线组成。这些部件中的每一个都是数千到数万亿的小电路,可以通过电子开关关闭或打开。

  1. buses 总线
  2. 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″。
电路布置在逻辑门中,这样一个或多个电路可以控制一个或多个其他电路的状态。

  1. 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.

译文:输入设备的一些示例是:计算机键盘、数码相机、数码视频、图形输入板、图像扫描仪、麦克风、鼠标、触摸屏。

  1. 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.

译文:控制单元(通常称为控制系统或中央控制器)管理计算机的各种组件;它读取并解释(解码)程序指令,将它们转换为激活计算机其他部分的控制信号。

  1. 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共有的关键组件是程序计数器,它是一个特殊的存储单元(寄存器)用于跟踪存储器中下一条指令的读取位置。

  1. 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支持的算术运算集可以限于加法和减法,或者可以包括乘法、除法、三角函数(例如正弦,余弦等)以及平方根。

  1. 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不区分不同类型的信息,因此软件负责解释内存中信息的意义,但对存储器来说,这些信息只不过是一系列数字。

  1. with equal ease 同样轻松
  2. 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。

  1. 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.

译文:为了存储更大的数字,可以使用几个连续的字节(通常是两个、四个或八个)。当需要负数时,它们通常以二进制补码表示。只要能表示为数字,计算机就能将任何类型的信息存储在存储器中。

  1. consecutive [kənˈsekjətɪv] 连续的;连续不断的
  2. 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通常用于存储计算机的初始启动指令。

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

  1. 计算机硬件 Computer hardware
  2. 操作系统 operating system
  3. 外设 peripheral devices
  4. 微处理器 microprocessor
  5. 寄存器 registers
  6. 算数的 Arithmetic
  7. 逻辑的 logic
  8. 集成电路 integrated circuit
  9. 控制器 controller
  10. 声卡 sound card
  11. 显卡 Graphics card
  12. 主板 motherboard
  13. 打印机 printer
  14. 多处理器 multiprocessor
  15. 多核 multi-core
  16. CPU central processing unit
  17. 显示器 displays
  18. 电源 power supplies
  19. 扬声器 PC speaker
  20. ALU Arithmetic Logical Unit 算术逻辑部件运算器
  21. 加减乘除 addition subtraction multiplication division
  22. RAM random-access memory
  23. ROM read-only memory
  24. supercomputers mainframe computers 超级计算机 大型计算机 large and powerful machines

关注公众号【靠谱杨的挨踢生活】回复【专业英语】负fei获取相关PPT资料(计算机专业英语,机械工业出版社。1,2,3,4,5,10,12章)​

Unit 1 Computer hardware【石家庄铁道大学-专业英语课 】

Original: https://www.cnblogs.com/rainbow-1/p/16663185.html
Author: 靠谱杨
Title: Unit 1 Computer hardware【石家庄铁道大学-专业英语课 】

原创文章受到原创版权保护。转载请注明出处:https://www.johngo689.com/612391/

转载文章受原作者版权保护。转载请注明原作者出处!

(0)

大家都在看

  • cube.js 即将使用cube store 替换redis

    随着发着cube store 的能力已经很强大了,官方目前计划使用cube store 替换redis cube.js 内存查询参考 官方对于redis 的说明 官方觉得redis…

    Linux 2023年5月28日
    0120
  • FusionCompute制作Linux虚拟机模板

    创建虚拟机 创建虚拟机下一步这里实验就创建红帽7.4选择存储磁盘精简创建先在存储上传红帽镜像挂载镜像VNC登录安装安装完成配置yum源安装bzip*(因为最小化安装没有bzip程序…

    Linux 2023年6月8日
    0129
  • DNS

    DNS是域名系统(Domain Name System),简单来说就是平时上网输入的URL,如 www.baidu.com 就是域名,而DNS就是将这个域名解析成IP地址,如 ww…

    Linux 2023年6月7日
    075
  • Mac Mini 安装Ubuntu20.04 KVM

    在一台 Mac Mini mid 2011上安装Ubuntu20.04并配置KVM环境, 过程也适用于其他版本的Mac主机. I5 2415, 内存8G*2, 硬盘 SSD 500…

    Linux 2023年5月27日
    099
  • vnc复制粘贴与禁止

    1.ubuntu服务器中安装了vncserver,启动服务。在另外一台机器上访问服务器,可以在服务器终端中执行vncconfig -nowin&(或者vncconfig&a…

    Linux 2023年6月13日
    084
  • 二、Java分布式(第二章)—-Demo

    这一章简单搭建一个分布式服务: 1、Dubbo简介:Dubbo 是一个分布式服务框架,是阿里巴巴开源项目。 Dubbo 致力于提供高性能和透明化的RPC远程服务调用方案,以及SOA…

    Linux 2023年6月7日
    0109
  • 运维故障收集-考勤机无法连接考勤机网关系统故障验证流程

    博客园 :当前访问的博文已被密码保护 请输入阅读密码: Original: https://www.cnblogs.com/linuxshare/p/16474967.htmlAu…

    Linux 2023年6月6日
    087
  • 当前硬件版本不支持设备“nvme”。 vmx 未能启动虚拟机 2022-06-30T06:44:04.446Z In(05)+

    由于系统发生了dwm.exe内存泄露问题,为了处理就更新了一下系统,再 我打开VMware的时候运行不了虚拟机 再此记录一下: 发生此问题是硬件兼容性问题,解决办法: 根据VMMw…

    Linux 2023年6月8日
    0249
  • 普通 Docker 与 Kubernetes 对比

    Docker提供基本容器管理 API 和容器镜像文件格式Kubernetes 管理运行容器的(物理或虚拟)主机群集,如果 Docker 是 OCP 的”内核&#8221…

    Linux 2023年6月6日
    087
  • 【pycharm】Cannot find reference ‘XXX‘ in ‘__init__.py‘ 解决办法

    Cannot find reference ‘XXX’ in ‘init.py’ 解决办法 File -> Editor -&…

    Linux 2023年6月8日
    0105
  • 多态

    一.相关定义 1-1 多态 多态是同一个行为具有多个不同表现形式或形态的能力。同一个形参类型为基类的接口,使用不同的子类的实例可以执行不同操作。 1-2 绑定 绑定:将一个方法调用…

    Linux 2023年6月8日
    074
  • vue3中iview框架初始值赋值问题

    问题:今天有个小伙伴说我们前端有个页面异常奇怪,没有显示数据。 开发小伙伴进行查询之后(非专业前端),明明进行了绑定,页面死活无法渲染,归属于灵异事件了,对于这种灵异事件,我总会想…

    Linux 2023年6月7日
    084
  • 计算机辅助数据绘图(matlabpythonjs)

    1. matlab绘图 官方说明:https://ww2.mathworks.cn/help/matlab/creating_plots/types-of-matlab-plots…

    Linux 2023年6月14日
    0114
  • 整理一些Windows桌面运维常用的命令,并且整合成脚本

    github地址:alittlemc/toy 名字叫toy吧,没有啥技术含量,帮不了大忙,但是可以作为在一旁递工具的小弟,还是可减少自己一定的工作量的,毕竟有一些太长的命令也不是很…

    Linux 2023年6月6日
    098
  • linux下利用inode删除文件

    由于 linux下中文编码和在Windows中的中文编码可能不同,在一定的条件下,linux的文件夹可能会存在乱码的情况就算一些乱七八糟的字符。如问号的文件名,这样的文件使用rm …

    Linux 2023年6月6日
    0100
  • zabbix部署

    zabbix zabbix zabbix介绍 zabbix特点 zabbix部署 zabbix介绍 zabbix是一个基于WEB界面的提供分布式系统监视以及网络监视功能的企业级的开…

    Linux 2023年6月13日
    0126
亲爱的 Coder【最近整理,可免费获取】👉 最新必读书单  | 👏 面试题下载  | 🌎 免费的AI知识星球