计算机专业英语测试题及答案_第1页
计算机专业英语测试题及答案_第2页
计算机专业英语测试题及答案_第3页
计算机专业英语测试题及答案_第4页
计算机专业英语测试题及答案_第5页
已阅读5页,还剩5页未读 继续免费阅读

下载本文档

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

文档简介

1、计算机专业英语测试题一、 词汇测试题(每小题1分,共20分)(一)Translate the following words and expressions into Chinese (共10分,每题1分)1 Cyber cafe 2 microcomputer 3 ROM 4 Object-oriented programming 5 utility program 6 system specification 7 database administrator 8modulator-demodulator 9 client/server model 10spreadsheet program

2、 (二)Translate the following terms or phrases from Chinese into English (共10分,每题1分)1中央处理器 2广域网 3超级计算机 4电子商务 5计算机安全 6计算机文化 7网站 8域名 9数据库管理系统 10软件工程 二、 完型填空题(每空1分,共20分)Fill in each of the blanks with one of the words given in the list following each paragraph, making changes if necessary:1. Computer har

3、dware is the involved in the of a computer and consists of the that can be physically handled. The function of these components is typically divided into three main categories: , , and . Components in these categories connect to , specifically, the computers central unit (CPU), the electronic that p

4、rovides the computational ability and control of the computer, via wires or circuitry called bus. microprocessors component processing function output equipment input circuitry storage 2. In the relational model, data is organized in two-dimensional called . There is no or structure imposed on the d

5、ata. The tables or relations are, however, related to each other. The database management system (RDBMS) the data so that its external is a of relation or tables. This does not mean that data is stored as tables: the physical of the data is independent of the way in which the is logically organized.

6、 hierarchical set organize relational relation data storage view network table 三、 英译汉题(每题10分,共20分)Translate the following passage from English into Chinese:1. The field of computer science has grown rapidly since the 1950s due to the increase in their use. Computer programs have undergone many chang

7、es during this time in response to user need and advances in technology. Newer ideas in computing such as parallel computing, distributed computing, and artificial intelligence, have radically altered the traditional concepts that once determined program form and function. In parallel computing part

8、s of a problem are worked on simultaneously by different processors, and this speed up the solution of the problem. Another type of parallel computing called distributed computing use CPUs from many interconnected computers to solve problems. Research into artificial intelligence (AI) has led to sev

9、eral other new styles of programming. 2. High-level languages are commonly classified as procedure-oriented, functional, objected-oriented, logic languages. The most common high-level languages today are procedure-oriented languages. In these languages, one or more related blocks of statements that

10、perform some complete function are grouped together into a program module, or procedure, and given a name such as “procedure A”. If the same sequence of operations is needed elsewhere in the program, a simple statement can be used to refer back to the procedure. In essence, a procedure is just a min

11、i-program. A large program can be constructed by grouping together procedures that perform different tasks.四、 汉译英题(20分)最著名的互联网例子是因特网。因特网起源于20世纪60年代初的研究项目。其目标是发展一种能将各种计算机网络连接起来,使它们运行时能够成为一个不因局部灾难而崩溃的互联系统。最初的大多数工作是由美国政府通过国防部高级研究计划局(Defense Advanced Research Projects Agency)发起的。随着岁月的推移,因特网的开发从一个国防项目转变成

12、一个学术研究项目。如今,它在很大程度上是一个商业项目,连接着全世界的广域网、城域网和局域网,涉及数百万台计算机。五写作题(20分)下面是一篇论文的引言,请根据引言写出该论文的摘要,不超过200个单词。The following paragraphs construct the introduction of a paper. Please write an abstract according to the introduction for the paper, the number of words in the abstract should be less than 200 words:

13、 A New Parallel Algorithm for EZWWith the fast development of Internet technology and multimedia technology, digital communication technology has brought us much convenience and efficiency. But because the amount of multimedia especially image data is very big and its transmitting speed is very limi

14、ted, the transmission of multimedia has become the bottleneck of the further application of these technologies. The economical and technological condition also shows that this problem can not be solved just by hardware technology. Hence, it is necessary to apply data compression technology to reduce

15、 the amount of multimedia data and improve its transmitting speed, in order to make digital communication technology be applied more widely and to bring society more efficiency Image compression technology originates from Shannons information theory in 1940s. Under this theoretical frame, several lo

16、ssless encoding schemes have been developed, such as Run-length encoding, Huffman encoding, Arithmetic encoding, Dictionary encoding, etc. But the compression ratios of these lossless schemes are still very low, they can not meet most requirements of image storage and transmission. Hence, many peopl

17、e have widely studied lossy compression schemes, they have tried to increase compression ratio through removing the redundant information and details not sensitive to vision. In this respect, KL Transform, Discrete Cosine Transform (DCT) and other transforms have been developed early or late. But th

18、ese techniques have their own drawbacks. For example, these techniques frequently cause artifacts, such as the blocking effect in JPEG. On the other hand, since 1990s,many new transmitting media represented by Internet have set new demand on the browsing and transmission of images, such as requiring

19、 embedded code stream and multiresolution code stream. This requires image compression algorithms to provide flexibly hierarchical coding structure for image quality and resolution and so on. But such flexibility can not be provided by DCT encoding scheme. In the late 1980s,the development of wavele

20、t theory provided efficient tools for multiresolutional signal processing, and wavelet transform provided found basis for various hierarchical image encoding. The research of wavelet image compression has also shown that many characteristics such as multiresolution, multi-quality control and embedde

21、d code stream required in modern applications all coincide with the hierarchical structure of wavelet image encoding. At greater compression ratio,the reconstruction quality of wavelet image compression is much better than that of DCT. Hence,in the new still image compression standard JPEG2000, wave

22、let image encoding is adopted as a key algorithm 4.In the domain of wavelet still image encoding, Embedded Image Coding Using Zerotrees of Wavelet Coefficients (EZW) is one of the most efficient techniques 3,5. Although EZW is a better encoding technique, its encoding speed is very limited, because

23、the wavelet coefficients are numerous and the coefficient structure is very complex 2.Hence, it is necessary to use parallel computer systems to speedup the computation of encoding 1.This paper just introduces a high efficient parallel EZW implemented on a PRAM-CREW model. The computational complexi

24、ty of the proposed algorithm is obviously lower than that of sequential EZW and many other existed parallel EZWs. 答案一、 词汇测试题(每小题1分,共20分)(一)1.网吧 2.微型计算机 3.只读存储器 4.面向对象编程 5.实用程序6.系统规格说明 7.数据库管理员 8.调制解调器 9.客户/服务器模式 10.电子数据表程序 (二)1.central processing unit 2. Wide Area Networks (WANs)3.supercomputer 4.el

25、ectronic commerce pute security6. cyber culture 7. Web site 8. domain name 9.database management system 10. software engineering 二、 完型填空题(每空1分,共20分)1、 equipment function components control input output storage microprocessors processing circuitry 2、 tables relations hierarchical network relational o

26、rganizes view set storage data 三、 英译汉题(每题10分,共20分)1、由于计算机使用的增加,自20世纪50年代以来,计算机科学领域发展迅猛。作为对用户需求和技术进步的响应,计算机程序在这一时期经历了许多变化。计算领域的新思想,如并行计算、分布式计算和人工智能,从根本上改变了一度决定程序形式与功能的传统概念。在并行计算中,一个问题的组成部分由不同的处理器同时处理,这样就加快了问题的解决速度。一种称为分布式计算的并行计算,使用多个互连计算机的中央处理器来解决问题。人工智能研究已经带了来其他几种新的编程风格。2. 高级语言通常分为面向过程的语言、函数式的语言、面向对

27、象的语言或逻辑语言。如今最常用的高级语言是面向过程的语言。在这些语言中,一个或多个相关的执行某种完整功能的语句块被组织成一个程序模块或过程,并被给予诸如“procedure A”这样的名字。如果程序中别的地方需要同一个过程,就可以用一个简单的语句来调用该过程。实质上, 一个过程就是一个小小的程序。可以将执行不同任务的过程组合起来构成一个大程序。四、汉译英题(20分)The most notable example of an internet is the Internet ,which originated from research projects going back to the e

28、arly 1960s. The goal was to develop the ability to link a variety of computer networks so that they could function as a connected system that would not be disrupted by local disasters. Most of this original work was sponsored by the U.S. government through the Defense Advanced Research Projects Agency (DARPA). Over the years, the development of the Internet shifted from a defense project to an academic research project, and today it is largely a commercial undertaking that links a worldwide combination of WANs, MANs, and LANs involving millions of computers.五写作题(20分)下面

温馨提示

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

评论

0/150

提交评论