计算机考试第一题英语,(计算机英语试题及答案.doc

news/2024/7/8 1:47:17

(计算机英语试题及答案

KEY TO COMPUTER ENGLISH TEST

PAPER ONE

(120 minutes)

Part One: Translate the following words from English into Chinese and vice versa. (10 points)

template(模板)algorithm(算法)

retrieve(检索)embed(把…嵌入)

firmware(固件)topology(拓扑结构)

metadata(元数据)surfer(网上冲浪者)

bandwidth(带宽)spreadsheet(电子数据表,电子表格)

调制解调器(modem)节点(node)

扫描仪(scanner)域(domain)

微芯片(microchip)网关(gateway)

工作站(workstation)(鼠标)点击(click)

虚拟的(virtual)端口(port)

Part Two: Translate the following phrases from English into Chinese and vice versa. (10 points)

源代码(source code)

数据库对象(database object)

硬件平台(hardware platform)

搜索引擎(search engine)

地址总线(address bus)

character set(字符集)

command-line interface(命令行界面)

entity relationship diagram(实体关系图)

public key cryptosystem(公钥密码系统)

root hub(根集线器)

Part Three: Write in full the following abbreviations and give their Chinese meaning. (10 points)

GUI(Graphical User Interface图形用户界面)

IP(Internet Protocol网际协议)

HTML(Hypertext Markup Language超文本标记语言)

BBS(Bulletin Board System公告板系统)

SQL(Structured Query Language结构化查询语言)

Part Four: Translate the following passage from English into Chinese. (20 points)

UNIX is a popular operating system among computer programmers and computer scientists. It is a very powerful operating system with three outstanding features. First, UNIX is a portable operating system that can be moved from one platform to another without many changes. The reason is that it is written mostly in the C language instead of a machine language for a specific system. Second, UNIX has a powerful set of utilities (commands) that can be combined in an executable file called a script to solve many problems that require programming in other operating systems. Third, it is device independent because it includes the device drivers in the operating system itself, which means that it can be easily configured to run any device. In summary, UNIX has every feature that a powerful operating system has. The only criticism heard often about UNIX is that its commands are short and esot


http://www.niftyadmin.cn/n/1999236.html

相关文章

Android中JNI的使用方法

from://http://www.cnblogs.com/bastard/archive/2012/05/19/2508913.html Android中JNI的使用方法 首先看一下Android平台的框架图:(网上盗用) 可以看到Android上层的Application和ApplicationFramework都是使用Java编写, 底层包…

使用模式集成UML视图

使用模式集成UML视图关键字:UML视图摘要 模式 在系统组合(合成)期间对养成重用可重复设计和 体系结构 配置的习惯很重要。本论文研究关于模式的知识,它也可用于系统分析检验系统模型的完整性。为了支持自动分析过程,该…

计算机磁盘在线分区,电脑硬盘如何分区

本文介绍的是用FDISK在DOS状态下分区, 这个对初学者来说比较难懂,实际上目前也不是用的太多,了解下就行了。我们还可以通过其他可视化的软件来对硬盘进行分区。总结了下, 分区的情况不外乎以下几种:1. 新电脑装系统时候进行分区这个主要在装新机器时候用,磁盘上的数…

13.强符号和弱符号

我们在编写代码的过程中经常会遇到一种叫做符号重复定义(Multiple Definition)的错误,这是因为在多个源文件中定义了名字相同的全局变量,并且都将它们初始化了。 例如,在 a.c 中定义了全局变量 global: int…

根号3136用计算机,根号1·100的平方根和立方根是多少

.算术平方根\x09立方根1\x091\x09 12\x091.414213562\x091.1224620483\x091.732050808\x091.2009369554\x092\x09 1.259921055\x092.236067977\x091.3076604866\x092.449489743\x091.3480061557\x092.645751311\x091.3830875548\x092.828427125\x091.4142135629\x093\x09 1.442…

RunTime运行时(一)

转自原文地址:http://blog.csdn.net/wzzvictory/article/details/8615569 作为一门动态编程语言,Objective-C 会尽可能的将编译和链接时要做的事情推迟到运行时。只要有可能,Objective-C 总是使用动态 的方式来解决问题。这意味着 Objective-C 语言不仅需…

武汉音乐学院计算机课,武汉音乐学院课程免修与自修管理规定(修订)

武汉音乐学院课程免修与自修管理规定(修订)武音教务〔2018〕15号为了鼓励学生自主学习,提高学习效率,实行人才培养目标,特制订本暂行规定。第一章 免 修第一条 学生通过学校组织的课程免修考试或在校期间参加相应的国家级考试,成绩…

delete this,dll导出类及如何写plugins

delete this,dll导出类及如何写plugins 1.为什么要使用delete this,以及如何使用。(1)考查这样的情况:有两个对象A,B需要访问同一个多态对象C。因为C一般是通过new 操作构造的,一定要自己释放,但是对象A,B都需要使用它&#xff0…