概论 关键词new_第1页
概论 关键词new_第2页
概论 关键词new_第3页
概论 关键词new_第4页
概论 关键词new_第5页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、Key Terms in Computer Science IlluminatedChapter 1 the big pictureAbstraction 抽象Computing System 计算系统Computer hardware 计算机硬件 Computer software计算机软件Central Processing Unit中央处理器 Memory 存储器 Main Memory 主存/内存 Secondary/Auxiliary memory辅助存储器Disk drive磁盘驱动器 Magnetic Disk磁盘Hard disk硬磁盘Floppy disk软磁盘Periphe

2、ral device外围设备 Terminal 终端Keyboards 键盘Monitors显示器 magnetic tape drives 磁带机 Card reader 卡片阅读器 Punched card 穿孔卡Line printer行打印机Circuit boards电路板 chips 芯片Microchips 微芯片Wires 导线Integrated Circuits (ICs) 集成电路Transistors晶体管Vacuum tubes 真空管Magnetic cores 磁芯 Magnetic Drum 磁鼓Large-scale Integration (LSI) 大规模

3、集成 Very Large-scale Integration(VLSI) 超大规模集成Representation 表示GUI (Graphic User Interface) 图形用户界面Microcomputer 微型计算机Personal Computer(PC)个人计算机Compatible machines 兼容机Workstations 工作站File Server 文件服务器RISC (Reduced Instruction Set Computer) 精简指令集计算机 CISC (Complex Instruction Set Computer) 复杂指令集计算机Parall

4、el computing 并行计算Parallel architecture 并行体系结构SIMD (Single-Instruction Multiple-Data-stream) 单指令流多数据流)MIMD (Multiple-Instruction Multiple-Data-stream) 多指令流多数据流Embedded system 嵌入式系统Operating System (OS) 操作系统 Time sharing 分时Time slice 时间片Utility program 实用程序Spreadsheets 电子表单 Word processors 字处理程序 Datab

5、ase management systems 数据库管理系统BASIC(Beginners All-Purpose Symbolic Instruction Code)初学者多功能符号指令代码Turing machine 图灵机Information LayerChapter 2 Binary Value and Number Systemsbinary digit 二进制数字positional notation 位置记数法 place value 位值base 基数 Base 10, Decimal 十进制 Base 2, Binary 二进制 Base 8, Octal, 八进制 Bas

6、e 16, Hexadecimal 十六进制number 数值,数 integer 整数 natural number 自然数 negative number 负数 rational number 有理数bit (b小写) 位,比特 Byte (b大写) 字节 word 字 word length字长KB/MB/GB(Kilobyte/Megabyte/Gigabyte)千字节/兆字节,百万字节/十亿字节Chapter 3 Data RepresentationAnalog data 模拟数据 Digital data 数字数据 Digitize 数字化 Pulse Code Modulati

7、on (PCM) 脉冲编码调制 Multimedia 多媒体 Bandwidth 带宽Compression ratio 压缩比/率Data compression 数据压缩Compression 压缩 decompression 解压缩Lossless compression 无损压缩 Lossy compressions有损压缩 numeric data 数值数据 Radix point小数点 Overflow 溢出Signed-magnitude representation 符号数值表示法 Complement 补码 floating-point 浮点 Exponent 指数Manti

8、ssa尾数Text 文本 Character set字符集 ASCII (American Standard Code for Information Interchange) 美国标准信息交换代码Unicode 统一码/万国码/单一码Encoding 编码 decoding 解码 Keyword encoding Run-length encoding 行程编码 Huffman encoding 哈夫曼编码 Audio 音频 Sound wave 声波 Sampling 采样 Sampling Rate采样率 Bit Rates 比特率Picture (Image/photograph) 图

9、像 Graphic 图形 Resolution分辨率/解像度 PIXELS (PICTure Element)像素 Color Depth 颜色的深度 TrueColor 真彩色 Raster-graphics/bitmaps 光栅图/位图 Vector graphics 矢量图/向量图Video视频Codec编解码器 = Compressor编码器 / DECompressor 解码器Redundancy冗余 Temporal compression 时间压缩 Spatial compression 空间压缩The Hardware LayerChapter 4 Gates and Circ

10、uitsTransistor 三极管/晶体管/半导体 Gate 门 Semiconductor 半导体 Conductor 导体 Insulator 绝缘体Circuit电路,门电路Integrated circuit集成电路Combinational circuit 组合逻辑电路Sequential circuit 时序逻辑电路Adder加法器Full Adder 全加器Half Adder半加器 Multiplexer 多路选择器Boolean algebra布尔代数Logic Diagram逻辑图Truth Table真值表Circuit Equivalence 等值电路Chapter

11、5 Computing ComponentsComputer Systems Organization 计算机系统组成/计算机组成原理 Von Neumann Architecture 冯诺依曼体系结构Processor/CPU处理器Control Unit控制单元Arithmetic/Logic Unit算术/逻辑单元Primary Memory主存Secondary Memory 辅存Input/Output输入/输出bus总线Register 寄存器op code 操作码Operand操作数Instruction cycle or processing cycle指令周期Fetch th

12、e next instruction取指令Decode the instruction翻译指令Get data if needed取数据Execute the instruction执行指令Cell单元Physical Address 物理地址RAM = Random Access Memory 随机访问存储器ROM = Read Only Memory 只读存储器Sequence access顺序访问Platter盘片Capacity容量Synchronous同步Pipelining流水线The Operating System LayerChapter 10Operating System

13、 (Os) 操作系统 Process 进程Pcb (Process Control Block)进程控制块Process Management 进程管理Cpu Scheduling Cpu调度 First-Come, First-Served (Fcfs) 先来先服务Shortest Job Next (Sjn) 最短作业/进程优先 Round Robin 轮转/循环调度Turnaround Time周转时间Average Turnaround Time 平均周转时间 Memory Management 内存管理Address Binding 地址绑定Single Contiguous 单一连

14、续分配Partition Approach 分区 Fixed Partition 固定分区分配Dynamic Partition 动态分区分配Physical Address 物理地址(绝对地址) Logical Address 逻辑地址(相对地址)Paging分页Frames 块Fixed-Pages 固定页面 Pmt (Page Map Table)页表First Fit 首次适应算法Best Fit 最佳适应算法Worst Fit 最坏适应算法 Multiprogramming 多道程序设计Batch Processing批处理Timesharing分时Real-Time System实

15、时The Communication LayerChapter 15 Networking 联网 Client/Server (C/S) 客户/服务器Browser/Server (B/S) 浏览器/服务器Local-area network (LAN) 局域网 Wide-area network (WAN) 广域网Network topology 网络拓扑结构 Ring/Star/Bus topology令牌环/星形/总线拓扑结构Ethernet 以太网 Internet 因特网 internet 互连网 Broadband 宽带Gateway 网关Router路由器 Repeater 中继

16、器 Packet switching 包交换Internet Service Provider(ISP)因特网服务提供商Modem (from modulator-demodulator) 调制解调器 Cable Modem有线调制解调器DSL (Digital Subscriber Line)数字用户线 ADSL(Asymmetric Digital Subscriber Line)非对称数字用户线Download 下载 Upload 上传Protocol 协议TCP/IP (Transmission Control Protocol /Internet Protocol) 传输控制协议/网

17、际协议ICMP (Internet Control Message Protocol) 网间控制报文协议UDP (User Datagram Protocol) 用户数据报协议 FTP (File Transfer Protocol) 文件传输协议Telnet远程登录port 端口SMTP (Simple Mail Transfer Protocol) 简单邮件传送协议IMAP (Internet Message Access Protocol Internet) Internet消息访问协议/交互邮件访问协议MIME(Multipurpose Internet Mail Extensions

18、) 多用途网络邮件扩展HTTP (Hyper Text Transfer Protocol) 超文本传输协议HTML (Hyper Text Make-up Languages) 超文本标记语言HTTPS (Hyper Text Transfer Protocol Secure安全超文本传输协议Firewall 防火墙Hostname主机名IP AddressIP地址DNS(Domain name system) 域名服务器Chapter 16World Wide Web (WWW, 3W) 万维网URL (Uniform Resource Locator) 统一资源定位符Search engine 搜索引擎Instant messaging 即时通信Metalanguage 元语言Web log Web日志Tag 标签Link 链接Hyperlink 超链接Attribute 属性cookies存储在本地计算机上的用户访问网络的一

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论