欢迎来到冰豆网! | 帮助中心 分享价值,成长自我!
冰豆网
全部分类
  • IT计算机>
  • 经管营销>
  • 医药卫生>
  • 自然科学>
  • 农林牧渔>
  • 人文社科>
  • 工程科技>
  • PPT模板>
  • 求职职场>
  • 解决方案>
  • 总结汇报>
  • 党团工作>
  • ImageVerifierCode 换一换
    首页 冰豆网 > 资源分类 > DOCX文档下载
    分享到微信 分享到微博 分享到QQ空间

    计算机专业英语测试题及答案Word文档下载推荐.docx

    • 资源ID:18993118       资源大小:19.45KB        全文页数:6页
    • 资源格式: DOCX        下载积分:12金币
    快捷下载 游客一键下载
    账号登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录 QQ登录
    二维码
    微信扫一扫登录
    下载资源需要12金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

    加入VIP,免费下载
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    计算机专业英语测试题及答案Word文档下载推荐.docx

    1、5utility program 6system specification 7database administrator 8modulator-demodulator 9 client/server model 10spreadsheet program (二)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

    2、each of the blanks with one of the words given in the list following each paragraph, making changes if necessary:1. Computer hardware 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 categor

    3、ies: , , and . Components in these categories connect to , specifically, the computers central unit (CPU), the electronic that provides the computational ability and control of the computer, via wires or circuitry called bus. microprocessors component processing function output equipment input circu

    4、itry storage 2.In the relational model, data is organized in two-dimensional called . There is no or structure imposed on the data. 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

    5、not mean that data is stored as tables: the physical of the data is independent of the way in which the is logically organized. hierarchical set organize relational relation data storage view network table 三、英译汉题(每题10分,共20分)Translate the following passage from English into Chinese:1.The field of com

    6、puter science has grown rapidly since the 1950s due to the increase in their use. Computer programs have undergone many changes during this time in response to user need and advances in technology. Newer ideas in computing such as parallel computing, distributed computing, and artificial intelligenc

    7、e, have radically altered the traditional concepts that once determined program form and function. In parallel computing parts 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 compu

    8、ting use CPUs from many interconnected computers to solve problems. Research into artificial intelligence (AI) has led to several other new styles of programming. 2.High-level languages are commonly classified as procedure-oriented, functional, objected-oriented, logic languages. The most common hig

    9、h-level languages today are procedure-oriented languages. In these languages, one or more related blocks of statements that 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 el

    10、sewhere in the program, a simple statement can be used to refer back to the procedure. In essence, a procedure is just a mini-program. A large program can be constructed by grouping together procedures that perform different tasks.四、汉译英题(20分)最著名的互联网例子是因特网。因特网起源于20世纪60年代初的研究项目。其目标是发展一种能将各种计算机网络连接起来,使

    11、它们运行时能够成为一个不因局部灾难而崩溃的互联系统。最初的大多数工作是由美国政府通过国防部高级研究计划局(Defense Advanced Research Projects Agency)发起的。随着岁月的推移,因特网的开发从一个国防项目转变成一个学术研究项目。如今,它在很大程度上是一个商业项目,连接着全世界的广域网、城域网和局域网,涉及数百万台计算机。五写作题(20分)下面是一篇论文的引言,请根据引言写出该论文的摘要,不超过200个单词。The following paragraphs construct the introduction of a paper. Please write

    12、an abstract according to the introduction for the paper, the number of words in the abstract should be less than 200 words:A New Parallel Algorithm for EZWWith the fast development of Internet technology and multimedia technology, digital communication technology has brought us much convenience and

    13、efficiency. But because the amount of multimedia especially image data is very big and its transmitting speed is very limited, the transmission of multimedia has become the bottleneck of the further application of these technologies. The economical and technological condition also shows that this pr

    14、oblem can not be solved just by hardware technology. Hence, it is necessary to apply data compression technology to reduce 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 I

    15、mage compression technology originates from Shannons information theory in 1940s. Under this theoretical frame, several lossless encoding schemes have been developed, such as Run-length encoding, Huffman encoding, Arithmetic encoding, Dictionary encoding, etc. But the compression ratios of these los

    16、sless schemes are still very low, they can not meet most requirements of image storage and transmission. Hence, many people 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

    17、this respect, KL Transform, Discrete Cosine Transform (DCT) and other transforms have been developed early or late. But these 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 tr

    18、ansmitting media represented by Internet have set new demand on the browsing and transmission of images, such as requiring embedded code stream and multiresolution code stream. This requires image compression algorithms to provide flexibly hierarchical coding structure for image quality and resoluti

    19、on and so on. But such flexibility can not be provided by DCT encoding scheme. In the late 1980s,the development of wavelet theory provided efficient tools for multiresolutional signal processing, and wavelet transform provided found basis for various hierarchical image encoding. The research of wav

    20、elet image compression has also shown that many characteristics such as multiresolution, multi-quality control and embedded code stream required in modern applications all coincide with the hierarchical structure of wavelet image encoding. At greater compression ratio,the reconstruction quality of w

    21、avelet image compression is much better than that of DCT. Hence,in the new still image compression standard JPEG2000, wavelet 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 th

    22、e most efficient techniques 3,5. Although EZW is a better encoding technique, its encoding speed is very limited, because 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 encodi

    23、ng 1.This paper just introduces a high efficient parallel EZW implemented on a PRAM-CREW model. The computational complexity of the proposed algorithm is obviously lower than that of sequential EZW and many other existed parallel EZWs. 答案(一)1.网吧 2.微型计算机 3.只读存储器 4.面向对象编程 5.实用程序6.系统规格说明 7.数据库管理员 8.调制解

    24、调器 9.客户/服务器模式 10.电子数据表程序 (二)1.central processing unit 2. Wide Area Networks (WANs)3.supercomputer 4.electronic commerce pute security6. cyber culture 7. Web site 8. domain name 9.database management system 10. software engineering 1、 equipment function components control input output storage micropr

    25、ocessors processing circuitry 2、 tables relations hierarchical network relational organizes view set storage data1、由于计算机使用的增加,自20世纪50年代以来,计算机科学领域发展迅猛。作为对用户需求和技术进步的响应,计算机程序在这一时期经历了许多变化。计算领域的新思想,如并行计算、分布式计算和人工智能,从根本上改变了一度决定程序形式与功能的传统概念。在并行计算中,一个问题的组成部分由不同的处理器同时处理,这样就加快了问题的解决速度。一种称为分布式计算的并行计算,使用多个互连计算机

    26、的中央处理器来解决问题。人工智能研究已经带了来其他几种新的编程风格。2. 高级语言通常分为面向过程的语言、函数式的语言、面向对象的语言或逻辑语言。如今最常用的高级语言是面向过程的语言。在这些语言中,一个或多个相关的执行某种完整功能的语句块被组织成一个程序模块或过程,并被给予诸如“procedure A”这样的名字。如果程序中别的地方需要同一个过程,就可以用一个简单的语句来调用该过程。实质上, 一个过程就是一个小小的程序。可以将执行不同任务的过程组合起来构成一个大程序。The most notable example of an internet is the Internet ,which o

    27、riginated from research projects going back to the early 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

    28、 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 millio

    29、ns of computers.Abstract Digital communication technology has brought us much convenience and efficience,but because the amount of multimedia especially image data is very big and the transmitting speed of multimedia data is very limited, the further application of digital communication technology h

    30、as been bottlenecked by the transmission of multimedia data.So it is urgent to develop data compression techniques,and a series of such techniques have been developed.Among these techniques, EZW is one of the best techniques.But its computational complexity is still very expensive.Although some para

    31、llel EZWs have been developed,due to their illogical and uneven data partitioning,the potential of parallelism in EZW has not been adequately tapped.Hence, it is necessary to improve these parallel EZWs.This paper just proposes a new and efficient parallel EZW, its computational complexity is lower than that of many other existed parallel EZWs.


    注意事项

    本文(计算机专业英语测试题及答案Word文档下载推荐.docx)为本站会员主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

    copyright@ 2008-2022 冰点文档网站版权所有

    经营许可证编号:鄂ICP备2022015515号-1

    收起
    展开