文档库 最新最全的文档下载
当前位置:文档库 › 计算机专业英语试题及答案

计算机专业英语试题及答案

计算机专业英语试题及答案
计算机专业英语试题及答案

计算机专业英语试题

Ⅰ. Vocabulary(词汇)(30分)

(一).Translate the following words and expressions into Chinese(写出下列词组的汉语。)(共10分,每题1分)

1. operating system

2.requirements analysis

3. network security

4. data structure

5.decision support system

6.relational database

7.software crisis

8. computer virus

9.email attachment

10.central processing unit ( CPU )

(二).Fill in the blanks with the corresponding English abbreviations.(根据汉语写出相应的英语缩写。) (共10分,每题1分)

1.数据库管理系统 2.传输控制协议

3.多文档界面 4.面向对象编程

5.只读存储器 6.数字视频光盘

7.计算机辅助设计 8.结构化查询语言

9.通用串行总线 10.企业之间的电子商务交易方式

(三)Match the following words and expressions in the left column with those similar in meaning in the right column.(将左列的词汇与右列相应的汉语匹配。)(10分,每空1分)

1. multimedia a. 字处理器

2. software life cycle b. 交换机

3. structured programming c. 多媒体

4. functional testing d. 局域网

5. word processor e. 结构化程序设计

6. code windows f. 软件生命周期

7. firewall g. 功能测试

8. LAN h. 代码窗口

9. hacker i. 黑客 10. switch j.

防火墙

1. 6. 2. 7. 3. 8. 4. 9. 5. 10.

Ⅱ. Comprehension(阅读理解)

(一)Fill in the blanks with suitable words or expressions from the list given below, and

change the form where necessary. (从下面方框中选择合适的词或表达,以其适当的形式

填空。)(10分, 每空2分)

Software Engineering, which means the application of engineering to software, is a method to develop, operate and ________ software. That is, the development of software is on a systematic, _________, quantitive basis. Before starting the development of software, you have to systematically approach the problem. You have to understand the _________ (what the software is supposed to do), carry out the design, do the _________, carry out a rigorous testing and if the software is as per the requirements, release the software to the customer. Subsequently, if the customer wants some changes--refinements or enhancements then the software has to be _________.

Passage A

The central processing unit (CPU) is the heart of the computer systems. Among other things, its configuration determines whether a computer is fast or slow in relation to other computers. The CPU is the most complex computer system component, responsible for directing most of the computer system activities based on the instructions provided. As one computer generation has evolved to the next, the physical size of the CPU has often become smaller and smaller, while its speed and capacity have increased tremendously. Indeed, these changes have resulted in microcomputers that are small enough to fit on your desk or your lap.

The CPU comprises the control unit and the arithmetic / logic unit (ALU).

( )

The control unit is responsible for directing and coordinating most of the computer systems activities. It determines the movement of electronic signals between main memory and the arithmetic/logic unit, as well as the control signals between the CPU and input/output devices.

The ALU performs all the arithmetic and logical (comparison) functions — that is, it adds, subtracts, multiplies, divides, and does comparisons. These comparisons, which are basically “less than”, “greater than”, and “equal to”, can be combined into several common expressions, such as “greater than or equal to”. The objective of most instructions that use comparisons is to determine which instruction should be executed next.

(二)Tell whether the following statements are true(T) or false(F) according to the passage

A.(根据上文的内容判断下列句子的正误)(10分,每题2分)

1.With the development of computer, the physical size of the CPU has often become bigger and

bigger. ( )

2.The movement of electronic signals between main memory and the ALU as well as the

control signal between the CPU and input /output devices are controlled by the control unit of the CPU. ( )

3.The CPU comprises the control unit and memory. ( )

4.The control unit performs all the arithmetic and logical (comparison) functions

5. The central processing unit (CPU) is the heart of the computer systems. ( )

Passage B

In order to solve a computational problem, its solution must be specified in terms of a sequence of computational steps, each of which may be performed by a human or a digital computer . If you want to solve the computational problem with a computer, you should learn how to program. The task of developing programs for the solution of computational problems is referred to as programming. Computer programming is the process of planning and creating a sequence of steps for a computer to follow. In general, this process will help us resolve a problem, which is either too tedious or difficult to work out otherwise . So programming is breaking a task down into small steps.

Programming is sometimes contrasted with coding. Coding generally refers to the writing of programs for given program specification, while programming includes the task of preparing the program specification as well as that of writing the program. The text of a program is sometimes referred to as code, and lines of program text are referred to as lines of code, especially in the case of machine-language programs. The term coder is used to describe a person engaged exclusively in implementing program specifications prepared by others.

What's actually involved in programming - the actual process of writing programs? Here's a quick overview of the process:

· Write a program.

· Compile the program.

· Run the program.

· Debug the program.

· Repeat the whole process until the program is finished.

(三)、choose the best answer according to the passage B.(根据上文的内容选择正确的答案。(10分,每题2分)

1.If you want to solve the computational problem with a computer, you should learn how

to .

A. calculate

B. program

C. add

D. subtract

2. Computer programming is the process of planning and creating a sequence of for

a computer to follow.

A. steps

B. process

C. lines

D. graphics

3. The term coder is used to describe .

A. machine

B. computer

C. keyboard

D. person

4. In order to solve a computational problem, you can let a person or a to do it.

A. machine

B. computer

C. keyboard

D. mouse

5. Which of the following is not the stages of programming?

A. Write a program.

B. Debug the program.

C. Print the program.

D. Compile the program.

Passage C

A computer virus is a computer program that is created to make and spread copies of itself. The program may however also be designed to have other effects on the systems it infects, ranging from the annoying to the disastrous.

Virus attacks are growing rapidly these days. According to BusinessWeek, the 76,404 attacks reported in the first half of 2003 nearly match previous year's total number. As new antivirus tools are more powerful than before, the virus writers are getting a lot smarter with newer and creative ways to attack network systems. Let's first examine some common virus types: Basic Virus - a piece of software code that is developed to attack computers and network systems via email or Internet connections. It quickly replicates itself and gradually attaches to files, programs or the hard drive.

Trojan Horses -This is a program that doesn't replicate when entering a system but can be effectively used to open 'back doors.' Trojan Horses allow hackers to take control over a particular system or to steal very important data.

Worm - this type of virus is able to spread itself automatically over the network from one computer to the next. During a worm attack, users' computers get infected without even having to click open email attachment or any program, etc.

Since it is very difficult to avoid the virus, your best defense is a powerful antivirus program. In order to fight with such viruses, the software vendors should focus on making their products more robust. This may ask for a trade-off between user-friendliness and security. In specific cases it may require line-by-line inspection, code retooling and even systems automation to defend the installed programs.

(四)、choose the best answer according to the passage B.(根据上文的内容选择正确的答案。10分,每题2分)

1.A computer virus is a computer program that is created to make and spread of itself. A.programs B.virus C. copies D.files

2.Worm spread itself except by .

A.network B.E-mail C.program D.hardware

3.Antivirus program can scan and virus.

A.clean B.produce C.replicate D.make

4.Trojan Horses .

A.quickly replicate itself and gradually attache to files, programs or the hard drive. B.infect the computer without even having to click open email attachment or any program. C.allow hackers to take control over a particular system or to steal very important data. D.avoid the virus to attack computer.

5.According to BusinessWeek, the attacks reported in the first half of 2003 nearly match previous year's total number.

A. 86,404 B. 76,404 C.56,354 D.34,876

Ⅲ.Translation.翻译(30分)

(一) Translate the following sentences into Chinese.(将下列句子翻译成汉语。)(共20分,每题5分)

1. For developing a software product, the development process is divided into 5 stages: Requirements Analysis & Specification, Design, Coding, Testing,and Maintenance.

2. Functional testing tests whether the output is the expected result with the valid input.

3. EDI refers to the electronic exchange of business information between two companies using a specific and structured format over private networks.

4.Some applications, such as Word, allow for several windows in a special mode called MDI in which you can open multiple documents within the same application.

(二) Translate the following paragraph into Chinese.(将下段文章翻译成汉语。)(共10分)

A high-level language is an artificial language with which we can write various instructions. This is possible not because computer processors are now so technologically advanced that they can …understand? these languages. You should translate from programming languages into machine language which can be understood by the computer processors. Compilers can accomplish this task. This does mean that a high-level language program is not directly executable: it must be compiled to produce processor program, which is executable.

计算机专业英语试题2答案

Ⅰ. Vocabulary(词汇)(30分)

(一).Translate the following words and expressions into Chinese(写出下列词组的汉语。)( 共10分,每题1分)

1.操作系统

2.需求分析

3.网络安全

4.数据结构

5.决策支持系统

6.关系数据库

7.软件危机

8.计算机病毒

9.邮件附件

10.中央处理器(单元)

(二).Fill in the blanks with the corresponding English abbreviations.(根据汉语写出相应的英语缩写。) (共10分,每题1分)

1.DBMS 2.TCP 3.MDI 4.OOP 5.ROM

6.VCD 7.CAD 8.SQL 9.USB 10.B2B

(三)Match the following words and expressions in the left column with those similar in meaning in the right column.(将左列的词汇与右列相应的汉语匹配。)(10分,每空1分)

1. c 6. h

2. f 7. j

3. e 8. d

4. g 9. i

5. a 10. b

Ⅱ. Comprehension(阅读理解)

(一)Fill in the blanks with suitable words or expressions from the list given below, and

( ) change the form where necessary. (从下面方框中选择合适的词或表达,以其适当的形式填空。)(10分, 每空2分)

maintain disciplined requirements coding modified

(二)Tell whether the following statements are true(T) or false(F) according to the passage A.(根据上文的内容判断下列句子的正误)(10分,每题2分)

1.F 2.T 3.F 4.T 5.F

(三)、choose the best answer according to the passage B.(根据上文的内容选择正确的答案。(10分,每题2分)

1.B 2.A 3.D 4.B 5.C

(四) Choose the best answer according to Passage C.(根据上文的内容选择正确的答案。10分,每题2分)

1.C 2. D 3. A 4. C 5. B

Ⅲ.Translation.翻译(30分)

(一) Translate the following sentences into Chinese.(将下列句子翻译成汉语。)(共20分,每题5分)

1.开发一个软件产品,开发过程分为五个步骤:需求分析和说明,设计,写代码,测试和维护。

2.功能测试检验的是用有效的输入是否能够得到所期望的输出。+

3. EDI指的是两个公司之间通过私有网络使用特定、结构化的格式电子交换商业信息。4.一些应用软件,例如Word,允许几个窗口同时在一个叫做MDI的模式下存在,你能够在一个软件中打开多个文档。

(二) Translate the following paragraph into Chinese.(将下段文章翻译成汉语。)(共10分)

高级语言是一种人造语言,使用它我们可以写不同的指令。这成为可能不是因为计算机处理器如今是如此的技术先进以至于它们可以理解这些语言。你需要将这些语言翻译成计算机处理器能够理解的机器语言。编译器能够完成这项工作。这就意味着高级语言程序不是直接可执行的:它必须被编译生成处理器程序,这些程序是可执行的

计算机英语期末考试试题

计算机英语期末考试试题 I. 单选题. (1*20) 1.A computer system includes both _________ and software. A.cable B.memories C.CPU D.hardware 2.The heart of the computer is _________ A.CPU B.BUS C.CAI D.DIV 3.Which is not input device used with microcomputers ? A.Keyboard B.Printer C.touch screen D.Mouse 4.Basically , a computer consists of four components : Central Processing Unit , _________, Input Device and Output Device. A.Memory B.Keyboard C.Monitor D.The Control Unit 5.A _________ is a small , hand-held object that is pushed around a desktop to move the cursor or pointer on the screen or to select choices from menu displayed on screen. A.keyboard B.mouse C.monitor D.printer 6.Which is "删除" in Chinese ? A.shift B.Control C.Insert D.Delete 7.__________ refers to the parts of the computer that you can see and touch. A. Software B. Hardware C. Hardship D. Instruction 8._________ is used to communicate with another computer over telephone lines A. keyboard B .modem C. printer D. Mouse 9.__________is a device that enables the computer to handle sounds. A. network card B. video card C. sound card D. Monitor 10. The display screen is the most common device used to show you what the computer is doing. A. input B. printing C. output D. electronic 11._________ is a word processing tool that helps you to create quality documents. A. Word 2003 B. Outlook 2003 C. Access 2003 D. Excel 2003 12.The first generation of computer lasted from _________ to 1958. A.1965 B.1946 C.1947 D.1970 13._________ is the application of the computer and communications technology to improve the productivity of office workers. A.CAI B.AI C.OA D.CAM 14._________ is a software system based on graphics, which can run under MS-DOS. A.Office B.Mouse C.OS D.Microsoft Windows 15.Generally software can be divided into two types: software system and _________ system. A.hardware B.DOS C.application D.Windows 16.The _________ is the part of the computer where programs and data are stored. A.Input Device B.Memory C.CPU D.CU 17. refers to data storage equipment that allows the stored data to be accessed randomly rather than just in sequence. A.Random Access Memory B.Magnetic tapes C.Disks D.ROM 18.Word processing , of course, relies on perhaps the most basic computer _________ : the keyboard. A.output device B.input device C.storage D.CPU 19._________ refers to any machine capable of representing information from a

计算机专业英语第4次作业

计算机专业英语第4次作业 1.Windows gives you more control over the__A___ your work. A:operation B:way C:energy D:power 2.Tea or coffee ? Which is your___A___? A:preference B:confusion C:puzzle D:mixture 3.Programs that can destroy another computer's programs are called__D_. A:games B:computer languages C:bugs D:viruses 4.You were _C___ to us by our associates. A:told B:suggest C:recommended D:informed 5.You should be able to tell the meaning of this word from its ___C____. A:company B:conclusion C:context D:communication 6.___B___ refers to the parts of the computer that you can see and touch. A:Software

B:Hardware C:Hardship D:Instruction 7.___C______that, I could do it much better. A:If I do B:If I were do C:Were I to do D:Were I do 8.A network is a group of computers linked by communication lines . 正确 9.Most RAM is temporary, losing its contents when the computer's power is turned off. 正确 10.A program is a series of instruction that guides a computer through a process. 正确 11.写出下列术语的英文或中文意思。 1 message encryption 参考答案: 1 信息加密(术) 2 客户机-服务器结构 2 client-server architecture 3 关系数据库 3 relational database 4 microwave radio 4 微波无线电 5 digital television 5 数字电视 12:[论述题]12.阅读下列短文,从A、B、C、D四个选项中,选出最佳选项。 For every man in the Civil War who died in battle, two or three men died of disease. Doctors of that time knew very little about causes of sickness or ways of preventing it. Thousands of men in poor health became soldiers. Hundreds of others had never had childhood diseases. Many of these soldiers could not withstand the epidemics of measles, mumps, and whooping cough that went through the camps. Army life was hard. Soldiers got few fruits or vegetables. There was no milk unless they happened to find a cow. Neither their clothes nor their shelters protected the troops from rain, snow, and cold. Sickness and disease were spread by insects, rats, and impure drinking water. Often the men drank straight from muddy streams. Gunshot wounds were serious, as in any war,

计算机专业英语教程(第四版)习题答案解析

计算机专业英语(第四版)课后习题答案 Unit 1 [Ex 1] 1. F 2. T 3. T 4. F 5. T 6. T 7. T 8. T 9. T 10. F [Ex 2] 1. input, storage, processing, and output 2. power; speed; memory 3. central processing unit 4. internal; primary; memory 5. keyboard; central processing unit; main memory; monitor [Ex 3] A. 1. F 2. D 3. G 4. C 5. B 6. A 7. E 8. H B. 1. user 2. monitor 3. data 4. keyboard 5. data processing 6. information 7. computer 8. memory [Ex 4] 1. input device 2. screen, screen 3. manipulates 4. instructions 5. retrieve 6. code 7. hard copy 8. Function [Ex. 5] 新处理器开始IT技术的新时代 New Processors Open New Era of IT Technologies Last week, Intel introduced to the public in Russia and other CIS countries a family of processors Intel Xeon E5-2600. They are more powerful and reliable and, importantly, are very economical in terms of energy consumption. Their presence opens a new era in the field of IT technologies and means that the cloud technology is getting closer. These processors are primarily designed for servers, data centers (DPC) and supercomputers. The emergence of this class of devices is not accidental. According to the regional director of Intel in Russia and other CIS states Dmitri Konash who spoke at the event, the market of IT-technology is developing so rapidly that, according to forecasts, by 2015 there will be 15 billion devices connected to the Internet, and over 3 billion of active users. 上周,英特尔公司向俄罗斯和其它独联体国家的公众推出了英特尔Xeon E5-2600系列处理器,它们更加强大可靠,尤其是在能量消耗方面更加经济实惠。它们的问世意味着IT技术领域开始了一个新时代,标志着云技术距离我们越来越近。 这些处理器主要是为服务器、数字处理中心和超级计算机设计的。这种处理器的出现并非偶然。根据英特尔公司俄罗斯和其他独联体地区负责人Dmitri Konash就此事发表的看法,IT技术市场的发展速度极快,根据预测,到2015年与英特网连接的设施将有150亿,用户超过30亿。 [Ex 6] 1. T 2. T 3. F 4. F 5. T 6. F 7. T 8. F Unit 2 [Ex 1] 1. T 2. F 3. T 4. F 5. T 6. T 7. T 8. F [Ex 2] 1. sizes, shapes, processing capabilities

计算机专业英语复习题完整版

计算机专业英语复习题标准化管理处编码[BBX968T-XBB8968-NNJ668-MM9N]

1.home page 主页 2.graphical user interface (GUI) 图形用户界面 3.artificial intelligence 人工智能 4.carbon copy 打字副本 5.field 字段 6.software suite 软件套装 7.desktop operating system 桌面操作系统 https://www.wendangku.net/doc/7a18554238.html,ser printer 激光打印机 9.machine language 机器语言 10.relational database 关系数据库 11.menu bar 菜单栏 12.secondary storage 辅助存储器;二级存储器 13.system software 系统软件 二、 1.内存 memory 2.输入设备 input device 3.扬声器 speaker

4.局域网 local-area network 5.传输控制协议 transmission control protocol 6.集成电路 integrated circuits 7.上下文敏感 context sensitive 8.微处理器 microprocessor 9.只读存储器 Read-only memory 10.触摸屏 touch screen 11.像素 pixel 12.多媒体 multimedia 13.自动换行 word wrap 三

_________.

A、people B、OS C、keyboards D、procedures E、software ( abc ) 2、For microcomputer, there are three basic system units: ____________ . A、Desktop system units B、Notebook system units C、Personal digital assistant system units D、Arithmetic-logic units ( a ) 3、Language translators convert programming statements into__________. A、machine languages B、UNIX C、service programs D、operating systems ( b ) 4、The ____________is a list of commands or options from which you can choose. A、icon B、menu C、window D、pointer ( a ) 5、Database management systems are comprised of tables that are made of rows called __________ and columns called __________ . A、fields, records B、ranges, sheets C、records, fields D、 records, ranges ( abcd )6、The four main computer operations are _________.

计算机专业英语试题1

计算机专业英语试题1 Ⅰ. Vocabulary(词汇,30分) (一).Translate the following words and expressions into Chinese(写出下列词组的汉语。10分,每题1分) 1. hard disk 2.operating system 3.electronic spreadsheet 4.management information system 5.electronic commerce 6.data structure 7.software engineering 8.computer virus 9. machine language 10.management information system (二).Fill in the blanks with the corresponding English abbreviations.(根据汉语写出相应的英语缩写。10分,每题1分) 1.电子数据交换 2.传输控制协议 3.计算机辅助设计 4.计算机辅助设计 5.通用串行总线 6.面向对象编程 7.集成开发环境 8.结构化查询语言 9.局域网 10.企业之间的电子商务交易方式 (三)Match the following words and expressions in the left column with those similar in meaning in the right column.(将左列的词汇与右列相应的汉语匹配。10分,每空1分) 1. RAM(random access memory) a. 视频 2. high-level language b. 随机存储器. 3. project window c. 高级语言 4. functional testing d. 应用软件 5. multimedia e. 工程窗口 6. hacker f. 系统软件 7. memory g. 功能测试

计算机专业英语作业及答案

计算机专业英语作业答案(供参考) 计算机专业英语作业1 第1-3章作业一.( 词汇) (一).(写出下列词组的汉语。) 1.()中央处理器 2 标题栏 3.操作系统4.个人计算机 5.菜单栏6.桌面排版 7.电子表格8.硬盘 9.数据库10.光标 (二)..(根据汉语写出相应的英语缩写。) 1.随机存储器2.只读存储器 3.传输控制协议P 4.数字视频光盘5.通用串行总线6.计算机辅助设计7.计算机辅助制造8.中央处理器 (三)..(根据汉语写出相应的英语。) 1.键盘2.鼠标3.扫描仪 4.打印机5.输入6.输出 7.显示器8.存储器9.数据库 10.操作系统11.应用软件 12.字处理器13.网络浏览器 二.(T) (F).(判断正误。) 1., . (√)

2.'s . (√) 3.: . (√) 4. a 2000 . (×) 5.( ) a . (√) 6. , a . (√) 7. , ’s . (×) 8. ’t . (×) 9. . (×) 10. . (×). 三..(将左列的词汇与右列相应的汉语匹配。) (一). 1. () a. 操作系统 2. b. 输入. 3. ( ) c. 只读存储器 4. ( ) d. 应用软件 5. e. 中央处理器 6. f. 系统软件 7. g. 硬件 8. h. 随机存储器 9. i. 内存 10. j. 输出 1.e 6. j 2.g 7.a 3.h 8. d 4.c 9. f 5.b 10. i (二) . 1. a

2. b a 3. c 4 d a 0 1 5. e a 6. f 7. g 8. h a 9. i a 1.d 6. a 2.g 7.f 3.h 8. c 4.b 9. e 5.i 四., . (从下面方框中选择合适的词或表达,以其适当的形式填空。) 1. () . , a . , . , , . , . 2. , , . , a a a , a , a , a . , , . a , , a . , 1-2-3 . a , a ( ) . 3.

计算机英语试题

计算机英语试题 一、词汇(选择一个最合适的词汇,将对应的英文字母填入空格内。每题1分,共10分) 1、____ refers to the parts of the computer that you can see and touch. A. Software B. Hardware C. Hardship D. Instruction 2、primary memory which is stored on chips located ____. A. on the motherboard B. outside C. inside the processor D. on the CPU 3、The display screen is the most common ____ device used to show you what the computer is doing. A. input B. printing C. output D. electronic 4、Windows gives you more control over the ____ you work. A. operation B. way C. energy D. power 5、The most important program on any computer is ____. A. Operating System B. Virus C. software D. Office 2000 6、There are ____ separate products that form the Windows 2000。 A. only one B. two C. three D. four 7、C might best be ____ as a 'medium-level language'. A. developed B. decoded C. programmed D. described 8、Anti-Virus protects your computer from viruses by ____ your computer's memory and disk devices. A. deleting B. changing C. scanning D. replacing 9、Multimedia will become increasingly ____ throughout every aspect of our lives. A. pass B. precise C. permit D. pervasive 10、Communication through the Internet, the____ performs the reverse function. A. A station controller (STACO) B. DTE C. Data communications equipment (DCE) D. CRT 二、语法——单项选择题(每小题1.5分,共15分) 1、The girl I saw ____ brown hair and blue eyes. A. had she B. she had C. her

计算机专业英语作业(1).

计算机专业英语作业(1 一、Translate the following sentences into English or Chinese. 1.计算机 2.多媒体 3.硬件 4.软件 5.输入设备 6.存储器 7.外部设备8.处理器 9.鼠标10.语音识别 11.扫描仪12.寄存器 13.Arithmetic and logic unit 14.Binary form 15.Control unit 16.Instruction cycle 17.Execution cycle 18.Central processing unit 19.Universal serial bus 20.Universal parallel bus 二、For each of the following blanks, four choices are given. Choose the most appropriate one. 1.A personal computer keyboard includes . a.a typewriter layout and a set of arrow keys

b.a numeric keypad C.a Set of function keys d.a11 of above 2.A display is a device that is used to display . a.numbers letters b.special characters c. graphic information d.all of above 3.system software includes and . a.operating system and application software b.operating system and programming language c.special—purpose programs and application software d.OS and special—purpose programs https://www.wendangku.net/doc/7a18554238.html,rmation flows from a computer into a peripheral device as . a.output b.memory c.a program d.input 5.programs are known collectively as .

计算机专业英语教程(第四版)习题答案

计算机专业英语教程(第四版)习题答案
计算机专业英语(第四版)课后习题答案 Unit 1 [Ex 1] Fb5E2RGbCAP [Ex 2] 1. input, storage, processing, and output 2. power; speed; 1. F 2. T 3. T 4. F 5. T 6. T 7. T 8. T 9. T 10.
memoryp1EanqFDPw 3. central processing unit memoryDXDiTa9E3d 5. keyboard; [Ex 3] B. A. central processing unit; 1. F 2. D 2. monitor 3. G 4. C 5. B main memory; 6. A 7. E monitorRTCrpUDGiT 8. H5PCzVD7HxA 4. internal; primary;
1. user
3. data
4. keyboard
5. data processingjLBHrnAILg
6. information [Ex 4] instructions
7. computer
8. memory 3. manipulates 4.
1. input device 2. screen, screen 5. retrievexHAQX74J0X 8. Function
6. code 7. hard copy
[Ex. 5] 新处理器开始 IT 技术的新时代 New Processors Open New Era of IT Technologies Last week, Intel introduced to the public in Russia and other CIS countries a family of processors Intel Xeon E5-2600. They are more powerful and reliable and, importantly, are very economical in terms of energy consumption. Their
1 / 30

计算机专业英语复习题

1.判断题 ()1. Operating system first appeared during the third computer generation. ()2. Unlike the other buses, the address bus always receives data from the CPU; the CPU never reads the address bus. ()3. The main operations of set algebra are complementation, union and intersection. ()4. If an empty stack is popped, we say the stack overflows, which is normally an error. ()5. The CPU can be shared in a sequential manner only. ()6. Freeware is free software with no restriction. ()7. When writing data to memory, the CPU first outputs the data onto the data bus, then outputs the address onto the address bus. ()8.The FORTRAN programming language was developed during the first computer generation. ()9.A stack is a dynamic set that obeys the FIFO property. ()10.Two popular strategies for resource allocation are static allocation and dynamic allocation. ()11.The CPU can be shared in a sequential manner only. ()12. A program written in the assembly language of one microprocessor can run on a computer that has a different microprocessor. ()13. Object-oriented programming(OOP) is a programming language model organized around “objects” rather than “actions” and data rather than logic. ()14. FORTRAN is a particularly good language for processing numerical data, but it does not lend itself very well to organizing large programs. ()15. C++ and Smalltalk are two of the more popular object-oriented programming language. 2.词汇 Vacuum tube 真空管general purpose 通用transistor 晶体管 :大规模集成电路)Large Scale Integrated Circuit(LSI. VLSI(Very Large Scale Integrated Circuit):超大规模集成电路 Mainframe 大型机medium-sized computer 中型机minicomputer 小型机 Microcomputer 小型机 machine language 机器语言assembly language 汇编语言high-level language 高级语言Multiprogramming 多道程序设计virtual memory 虚拟存储time-share 分时 Batch system 批处理系统interactive system 交互式系统 Instruction cycle 指令周期 Address bus, data bus, control bus Internal register内部寄存器external register 外部寄存器flag register标志寄存器 Instruction register 指令寄存器program counter程序计数器combinatorial logic组合逻辑Control signal 控制信号instruction code指令代码instruction pipeline指令流水线Bidirectional 双向的unidirectional 单向的 ALU(Arithmetic Logic Unit) 算术逻辑单元

计算机专业英语作业

计算机专业英语作业: 1、请将视频“什么是电脑硬件”中所述内容用英文表示。 For most people, computers are becoming a part of real life, the film will help you konw how it works. Their interior looks very complicated, but if the decomposition of parts, you will see a simple side of computers , This is《computer hardware in Plaining English 》,you see them, they are coming all shapes and sizes,but its work in some ways. In fact, if you can see their internals of computers, You will find that they all have the basic parts,the haddwares,do large part of the works in the computers.to explan,let’s look at some things you know ,like a house.what a great thing in the house is you have full space to put all the iterms.in fact ,many houses have basements.The basement is a good place to store debris.Basement, the more you can store.The same principle applies to computers.We need not boxes and bicycles, but photos, music, documents and https://www.wendangku.net/doc/7a18554238.html,plete this task in the computer hard drive rather than in the basement, a computer hard drive, holds all your files will be used later, like basements, like the larger hard drive, the more things you can store. Basement is not perfect, going to the basement to take the things you need to spend much time, maybe put a cupboard on the ground floor can help you solve this problem, you can quickly get the items you want, although the cabinet can not put too many items, at least you do not always go to the basement, in the computer too, The computer can not quickly access to the data stored in the hard disk, because the computer go a long way to gain access to the hard disk data. In the computer memory (RAM) is like a cupboard, RAM's full name is called [random access memory], which allows the computer to access data more quickly and, of course, it also means that the operation of RAM to make your computer faster , but this cupboard (RAM) has a drawback, the memory will be cleared of stored data When every time you restart, of course, to make the house a variety of household appliances can operate at the appropriate time, you must have an Explorer to help you manage these appliances, if the weather is too hot , you maybe need to open the air conditioner to adjust the temperature, when it is dark, you need to turn on the lights. Computers, too, must have a bit Explorer to ensure that all other parts are functioning properly, the Explorer is the processor (CPU), small size of the processor, like a computer exclusive (in charge), it will send and receive information and to assist the software to complete the work. The faster the processor, the faster execution speed of the computer would be, so, let us revisit. Hard drive, like a basement, it can store the information you need. Memory, like a cupboard, which can increase data access speed. Processor, like the Field Explorer, always able to complete the work that we deliver, but also to ensure the normal operation of the various parts. Next time, when you use the computer, think about plain English in the host computer's computer hardware what happened, the various parts of computer hardware complement each other, to help you do all the things I Common Craft's Lee LeFever, "Computer hardware of Plaining English "The film recorded by me, if you need a higher quality video, or need to use the authorization of the film, please contact me https://www.wendangku.net/doc/7a18554238.html, website. 2、请将以下英文翻译为中文。

相关文档
相关文档 最新文档