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)

大家都在看

  • Gumbel_Softmax 概要

    解决argmax不可导,无法进行反向传播的问题 出现的原因: argmax(x,y)不可导的根本原因是其向量空间不是光滑的,有尖锐的点和面;而是某些任务中,argmax会被插入到反…

    Linux 2023年6月7日
    0114
  • FinalShell—一体化服务器管理软件(SSH客户端)

    下面附上一些截图和官方连接: 官网:http://www.hostbuf.com/ FinalShell是一体化的的服务器,网络管理软件,不仅是ssh客户端,还是功能强大的开发,运…

    Linux 2023年5月28日
    086
  • SpringBoot-Mybatis

    SpringBoot 整合 Mybatis SpringBoot-Mybatis 10.1 导入 MyBatis 所需要的依赖 org.mybatis.spring.boot my…

    Linux 2023年6月14日
    095
  • GCC编译C:C++的四个过程

    从源码到可执行程序,经历四个过程: 预处理、编译、汇编和链接,前三步由使用编译器来完成、链接由链接来完成。 编译器将编译工作主要分为预处理,编译和汇编三部 连接器的工作是把各个独立…

    Linux 2023年6月13日
    075
  • [随记]-linux侦听端口的4种方法

    侦听 192.168.0.1 服务器上的 10086 端口是否打开 1. telnet telnet是windows 内置的功能,当然 linux 也有。用法: tenlet 19…

    Linux 2023年6月6日
    0110
  • map_set使用说明

    map_set使用说明 map的底层结构大致是一个哈希表,set的底层结构大致是一个红黑树 不代表全部! set #include"map_set.h" //s…

    Linux 2023年6月13日
    097
  • redis主从同步收到以下参数影响

    repl-ping-slave-period主从心跳ping的时间间隔。默认10 repl-timeout 从节点超时时间。默认60 repl-backlog-size 主节点保存…

    Linux 2023年5月28日
    074
  • 使用Python的列表推导式计算笛卡儿积

    笛卡儿积:笛卡儿积是一个列表, 列表里的元素是由输入的可迭代类型的元素对构 成的元组,因此笛卡儿积列表的长度等于输入变量的长度的乘积, 如下图: 如果你需要一个列表,列表里是 3 …

    Linux 2023年6月6日
    090
  • Linux 0.11源码阅读笔记-文件IO流程

    文件IO流程 用户进程read、write在高速缓冲块上读写数据,高速缓冲块和块设备交换数据。 何时将磁盘块数据读取到缓冲块? [En] when will the disk bl…

    Linux 2023年5月27日
    091
  • 部署office在线预览服务器(Office Web Apps Server)

    引言为方便在web端方便的使用office。 简介 Office Online Server (OOS,下文简写为OOS ) 提供基于浏览器的 Word、PowerPoint、Ex…

    Linux 2023年6月14日
    0133
  • Windows10公钥远程连接Linux服务器

    前言 一、环境准备 二、使用步骤 – 1.服务器安装并配置OpenSSH 2. 本地生成密钥 3. 服务器ssh添加密钥 三 总结 前言 使用公钥远程登陆Linux十分…

    Linux 2023年6月7日
    0103
  • vim使用心得

    /etc/vimrc 系统整体的vim设定值 ~/.vimrc 用户自己的vim设定值 (此文件的批注为单个双引号) 目前我只设定了: set nu “显示行号 Ori…

    Linux 2023年6月6日
    091
  • Makefile调试和内核定时器的使用

    这周水一篇博客,先把量搞上去。 Makefile简明教程 常用函数 条件函数 $(if condition,then-part[,else-part]) 编写驱动的Makefile…

    Linux 2023年6月7日
    0133
  • shell之常用的一些命令2

    前言 自我感觉学习shell要常用man,–help这样挺方便去写的,光靠熟练远远不够的 bash;gutter:false;</p> <h1>!/bin…

    Linux 2023年6月8日
    086
  • 分布式系统中数据存储方案实践

    数据膨胀的时候,必然放大细节。 一、背景简介 在项目研发的过程中,对于数据存储能力的依赖无处不在,项目初期,相比系统层面的组件选型与框架设计,由于数据体量不大,在存储管理方面通常容…

    Linux 2023年6月14日
    089
  • 【河北科技大学数据结构课设】校园导航问题

    文档到我的资源下载 点击这里进入我的资源下载 1. 简单介绍 2. 代码 #include #include #include using namespace std; /*测试使…

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