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

计算机专业英语试题及答案(A卷)

计算机专业英语试题及答案(A卷)
计算机专业英语试题及答案(A卷)

湖北职业技术学院2008-2009学年度第一学期期末考核试

考核课程: 《计算机专业英语》 考试类型: 理论 考试方式: 闭卷笔试 学生所在院系: 信息技术学院 年 级: 2007 级 试 卷: A

姓名: 班级: 学号:

Ⅰ. Translate the following phrases into English(将下列短语翻译成英语)(10%)

1. 软件工程 ( )

2. 算术逻辑运算 ( )

3. 机器码 ( )

4. 帮助菜单 ( )

5. 图形技术 ( )

6. 中间件 (

)

7. 电子商务 ( )

8. 办公自动化 ( )

9. 计算机病毒( )

10. 可执行文件( )

column with those similar in meaning in the right column(将左列的词汇与右列相应的汉语匹配)(10%)

1. memory unit a. 半导体存储器

2. intelligence b. 机制

3. semiconductor memory c. 存储单元

4. data definition language d. 数据定义语言

5. mechanism e. 通信

6. machine language f. 机器语言

7. communication g. 智能

8. element distance h. 桌面操作系统

9. desktop operating system i. 输入/输出设备

10.input/output device j.像素距离

1. () 6. ()

2. () 7. ()

3. () 8. ()

4. () 9. ()

5. () 10.()

Ⅲ. Fill in the blanks with the corresponding English abbreviations.(根据汉语写出相应的英语缩写) (10%)

1. 只读存储器 _________ 6. 超文本标记语言_________

2. 中央处理器_________ 7. 计算机辅助设计_________

3. 基本输入输出系统_________ 8. 万维网联盟_________

4. 信息技术_________ 9. 图形用户界面_________

5. 万维网_________ 10. 兆赫_________

Ⅳ. For each of the following blanks, four choices are given. Choose the most appropriate one (从下面给出的四个选项中选择最恰当的答案)(15%)

1. The basic units of a computer system are as follows: _________

A. CPU, memory and disk

B. CPU, input and output unit

C. CPU, memory and I/O system

D. CPU, memory and ALU

2. A mouse is a small device that a computer user pushes across a desk surface in order to point to a place on a _________ and to select one or more action to take from that position.

A. desktop

B. display

C. console

D. platform

3. The control unit fetches _________ from memory and decodes them.

A. data

B. information

C. results

D. instructions

4. When power is removed, information in the semiconductor memory is

________.

A. reliable

B. lost

C. manipulated

D. remain

5. Please find the item that is not belong to the DBA _________.

A. storage structure and access method definition

B. schema definition

C. integrity constrain specification

D. DDL

6. Each_________ is a unit of both atomicity and consistency.

A. transaction

B. database

C. storage structure

D. schema details

7. A characteristic of operating system is _________.

A. resource management

B. memory management

C. error recovery

D. all the above

8. Assembly-language instructions are a series of _________.

A. 0s and 1s

B. abstract codes

C. machine codes

D. words

9. Software engineering is some certain _______.

A. programs

B. methods

C. products

D. managements

10. An advantage of a ring network is that it needs less _________ .

A. computer

B. network

C. cable

D. information

11. An ISP supplies a _________ that you can dial from your computer to log on the internet server.

A. public key

B. private key

C. service number

D. help file

12. To open Internet Explorer, just click Start, point to _________ , and then click Internet Explorer.

A. Programs

B. View

C. Layout

D. Control Panel

13. E-commerce do business through _________.

A. face-to-face meeting

B. computer

C. wire-photo

D. Internet and EDI

14. Every transaction in electronic commerce includes information flow, commercial flow, _______ and material flow.

A. data flow

B. currency flow

C. merchandise flow

D.

15. The _________ hidden in the infected system does not break out immediately; instead, it needs certain time or some condition before it breaks out.

A. file

B. data

C. software

D. virus

(一) Fill in the blanks with suitable words or expressions from the list given below, and change the form where necessary (从下面所列词语中选择合适的词语, 以其适当的形式填空)(5%)

high-level language assembly language written

machine language notation

A programming language, designed to facilitate the communication between human and computers, is a __________________ for describing computation in readable form. There are 3 levels of programming languages, they are __________________, which can be run directly by computer; __________________and______________. There are different high-level programming languages. Fortunately, most of them have many kinds of construct in common and vary only in the way that these must be__________________ . Therefore, first thing to be decided about a task is to choose which programming language is best suited for the job.

Passage A

The hardware of a digital computer system is divided into four functional sections. The block diagram of Fig.2-4 shows the four basic units of simplified computer: the input unit, central processing unit, memory unit, and output unit.

Each section has a special function in terms of overall computer operation.

Fig.2-4 A Digital Computer

The central processing unit (CPU) is the heart of the computer system. It is responsible for performing all arithmetic operations and logic decisions initiated by the program. In addition to arithmetic and logic functions, the CPU controls overall system operation. There are two main sections found in the CPU of a typical personal computer system: the arithmetic-logic section and the control section. But these two sections are not unique to personal computer. They are found in CPUs of all sizes.

Every processor comes with a unique set of operations such as ADD, STORE, or LOAD that represent the processor’s instruction set. Computer designers are fond of calling their computer machines, so the instruction set is sometimes referred to as machine instruction and the binary language in which they are written is called machine language.

The memory unit of the computer is used to store information such as numbers, names, and addresses. By “store”, we mean that memory has the ability to hold this information for processing or for outputting for later time. The programs that define how the computer is to process data also reside in memory.

In computer system, memory is divided into two different sections, known as main storage and auxiliary storage. They are also sometimes called internal memory and external memory respectively. External memory is used for long term storage of information that is not in use. For instance, it holds programs, files of data, and files of information. In most computers, this part of memory employs storage on magnetic media such as magnetic tapes, magnetic disks, and magnetic drums. This is because they have the ability to store large amount of data. Internal memory is a smaller segment of memory used to temporary storage of programs, data, and information. For instance, when a program is to be executed, its instructions are first brought from external memory into internal memory together

with the files of data and information that it will affect. After this, the program is executed and its files updated while they are held in internal memory. When the processing defined by the program is completed, the updated files are returned to external memory. Here the program and files are retained for use at later time. (二) Tell whether the following statements are true(T) or false(F) according to

the passage A(根据上文的内容判断下列句子的正误) (10%)

1. The four basic units of simplified computer: the input unit, central processing unit, memory unit, and output unit. ( )

2. The CPU is responsible for performing some arithmetic operations and logic decisions. ( )

3. “ADD AX, BX” is an instruction of machine language. ( )

4. Main storage and auxiliary storage are sometimes called internal memory and external memory respectively. ( )

5. The binary language which they are written in machine instruction is called machine language. ( )

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%)

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 stage 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 Business Week, 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 C(根据上文的内容选择正确的答案)(10%)

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 attach 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 Business Week, 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

(一)T ranslate the following sentences into Chinese(将下列句子翻译成汉语)

(12%)

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.

(二)T ranslate the following paragraph into Chinese.(将下段文章翻译成汉语)

(8%)

Input Devices. Computer systems use many devices for input purpose. Some Input Devices allow direct human/machine communication, while some first require data to be recorded on an input medium such as magnetic material. Devices that read data magnetically recorded on specially coated plastic tapes or flexible or floppy plastic disks are popular. The keyboard of a workstation connected directly to or online to a computer is an example of a direct input device. Additional direct input devices include the mouse, input pen, touch screen, and microphone. Regardless of the type of device used, all are components for interpretation and communication between people and computer systems.

命题教师游彦教研室主任签字

【第页共页】

湖北职业技术学院2008-2009学年度第一学期期末考核试卷

参考答案及评分标准

考核课程:计算机英语考试类型:理论考试方式:闭卷笔试学生所在院系:信息技术学院年级:2007 试卷:A

执笔人:

要求:明确标注每小题或每步骤得分点

Ⅰ. Translate the following phrases into English(将下列短语翻译成英语)(10%)

( 本题共10分, 每小题1分)

1. software engineering

2. Arithmetic Logical operations

3. machine code

4. Help menu

5. graphics technology

6. middleware

7. E-commerce

8. office automation

9. computer virus

10. executable file

Ⅱ. Match the following words and expressions in the left column with those similar in meaning in the right column(将左列的词汇与右列相应的汉语匹配)(10%)

( 本题共10分, 每小题1分)

1. ( c ) 6. ( f )

2. ( g ) 7. ( e )

3. ( a ) 8. ( j )

4. ( d ) 9. ( h )

5. ( b ) 10.( i )

Ⅲ. Fill in the blanks with the corresponding English abbreviations.(根据汉语写出相应的英语缩写) (10%)

( 本题共10分, 每小题1分)

1. ROM 6. HTML

2. CPU 7. CAD

3. BIOS 8. W3C

4. IT 9. GUI

5. WWW 10. MHz

Ⅳ. For each of the following blanks, four choices are given. Choose the most appropriate one (从下面给出的四个选项中选择最恰当的答案)(15%)

( 本题共15分, 每小题1分)

1. C

2. B

3. D

4. B

5. D

6. A

7. A

8. B

9. B 10. C 11. C 12. A 13.D 14. B 15. D

Ⅴ. Reading comprehension(阅读理解)(35%)

(一) Fill in the blanks with suitable words or expressions from the list given below, and change the form where necessary (从下面所列词语中选择合适的词语, 以其适当的形式填空)(5%)

( 本题共5分, 每空1分)

notation machine language assembly language high-level language written (3空和4空答案可互换)

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

( 本题共10分, 每小题2分)

1. ( T )

2. ( F )

3. ( F )

4. ( T )

5. ( T )

(三) Choose the best answer according to the passage B.(根据上文的内容选择正确的答案)(10%)

( 本题共10分, 每小题2分)

1. B

2. A

3. D

4. B

5. C

(四) Choose the best answer according to the passage C(根据上文的内容选择正确的答案)(10%)

( 本题共10分, 每小题2分)

1. C

2. A

3. A

4. C

5. B

Ⅵ. Translation.翻译(20%)

(一) Translate the following sentences into Chinese(将下列句子翻译成汉语)

(12%)

( 本题共12分, 每小题3分)

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

码,测试和维护。

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

3. EDI指的是两个公司之间通过私有网络使用特定、结构化的格式电子交换商

业信息。

4.一些应用软件,例如Word,允许几个窗口同时在一个叫做MDI的模式下

存在,你能够在一个软件中打开多个文档。

(二) Translate the following paragraph into Chinese.(将下段文章翻译成汉语)(8%)

( 本题共8分)

输入设备: 计算机系统使用多种输入设备, 其中有些输入设备直接进入人—机通信, 另一些则首先要求把数据记录在诸如磁性材料那样的输入介质上。常用的是读取以磁化方式记录在专门涂敷的塑料带或软盘上的数据的输入设备。与计算机的工作站直接连接或在线连接的键盘就是一种直接输入设备,此外还有鼠标器、输入笔、触摸屏和话筒等。不管使用哪种设备,所有这些都是人与计算机系统之间进行解释和通信的部件。

教研室主任签字

【第12 页共12 页】

计算机专业英语第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,

计算机专业英语第3章在线测试

A B C D The data, when they are not encrypted, are called A B C D A virus is a A B C D Many viruses go resident in the memory like a ( ). A B C D Now, about ( ) different viruses account for all the viruses that actually spread in t A B C D

C、attack phase D、create phase 2、( ) maybe a certain cause that some viruses infect upon. A、a day B、a time C、an external event on your PC D、a counter within the virus 3、Many viruses do harmful things such as ( ). A、deleting files B、simulating typos C、slowing your PC down D、changing random data on your disk 4、If a virus simply reproduce and have no cause for an attack phase, but it will still ( ) without your permission. A、stealing storage B、pilfer CPU cycles C、del_ete files D、play music 5、Some viruses, with no attack phase, often damage the programs or disks they infect bec ause they ( ). A、have bugs in them B、contain poor quality code C、steal storage D、show messages on your screen 第三题、判断题(每题1分,5道题共5分)

计算机专业英语期末考试考卷A卷答案

2014年上半学期计算机专业英语 期末考试试卷(A卷)答案 一、选择题 Ⅰ. 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 abbreviatio ns.(根据汉语写出相应的英语缩写。) (共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 1 0. b Ⅱ. Comprehension(阅读理解) (一)

Fill in the blanks with suitable words or expressions from the lis t 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) accord ing 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分)

计算机专业英语听力试卷

Part I Listen to the audio for each question. Determine which lecture the audio came from and write the letter that corresponds to the answer on the space provide below. Each answer may be used more than once. Each question will be repeated twice before continuing to the next question. This entire section will be repeated twice. (2 point per question, 20 points total) A. Creation of the Computer B. Nerds C. How the Internet works D. Pirates of Silicon Valley 1. _______ 6. _______ 2. _______ 7. _______ 3. _______ 8. _______ 4. _______ 9. _______ 5. _______ 10. _______ Part II Listen to both statements I and II for each question. Determine which statement is related to the concept stated in the question. Choose the SINGLE correct answer in the space provided. Each answer may be used more than once. Each question will be repeated twice before continuing to the next question. This entire section will be repeated twice. (2 point per question, 20 points total) A. I only B. II only C. Both I and II D. None of the above

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

计算机专业英语作业答案(供参考) 计算机专业英语作业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.

计算机专业英语

计算机专业英语文档编制序号:[KKIDT-LLE0828-LLETD298-POI08]

Chapter1 Competencies After you have read this chapter, you should be able to: 1. Explain the five parts of an information system: people, procedures, software, ?hardware, and data. 2. Distinguish between system software and application software. 3. Discuss the three kinds of system software programs. 4. Distinguish between basic and specialized application software. 5. Identify the four types of computers and the four types of microcomputers. 6. Describe the different types of computer hardware including the system unit, input, output, storage, and communication devices. 7. Define data and describe document, worksheet, database, and presentation files. 8. Explain computer connectivity, the wireless revolution, and the Internet. 第一章能力 当你阅读本章,你应该能够: 1。解释了信息系统的五个部分:人,程序,软件,

计算机专业英语期末考试试卷(A卷)答案

少工学结合创新教程....................... 计算机专业英语 2014年上半学期计算机专业英语 期末考试试卷(A卷)答案 一、选择题 I . Vocabulary(词汇)(30 分) (一).Tran slate the follow ing words and expressi ons into Chin ese( 汉语。)(共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 mea ning in the right colum n.(将左列的词汇与右列相应的汉语匹配。写出下列词组的 根据汉语)(10分,每空

1分) 1. c 6. h

1. 开发一个软件产品,开发过程分为五个步骤:需求分析和说明,设计,写代码,测试和维护。 2. 功能测试检验的是用有效的输入是否能够得到所期望的输出。+ 3. EDI指的是两个公司之间通过私有网络使用特定、结构化的格式电子交换商业信息。 4. 一些应用软件,例如Word,允许几个窗口同时在一个叫做MDI的模式下存在,你能够在 一个软件中打开多个文档。 (二)Tran slate the follow ing paragraph into Chi nese. (将下段文章翻译成汉语。)(共10分) 高级语言是一种人造语言,使用它我们可以写不同的指令。这成为可能不是因为计算机处理器如今是如此的技术先进以至于它们可以理解这些语言。你需要将这些语言翻译成计算机处理器能够理解的机器语言。编译器能够完成这项工作。这就意味着高级语言程序不是直接可项目1 3. e 8. d 4. g 9. i 5. a 10. b n . Comprehension(阅读理解) (一) Fill in the bla nks with suitable words or expressi ons from the list give n below ,and change the form where necessary. (从下面方框中选择合适的词或表达,以其适 当的形式填空。)(10分,每空2分) maintain discipli ned requireme nts codi ng modified (二)项目2 项目3 Tell whether the follow ing stateme nts are true(T) or false(F) accord ing to the passage A.(根据上文的内容判断下列句子的正误)(10分,每题2分)项目4 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 根据上文的内容选择正 (根据上文的内容选择正确的答 项目5 2. D 3. A 项目6 4. C 5. B 川.Translation. 翻译(30 分) (一)Tran slate the followi ng senten ces in to Chin ese. 20分,每题5分)(将下列句子翻译成汉 语。 ) (共 项目7 项目8 项目9 项目10

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

计算机专业英语模拟2 Ⅰ. Vocabulary(词汇,30分) (一).Translate the following words and expressions into Chinese.(写出下列词组的汉语,共10分,每题1分) 1. central processing unit(CPU)中央处理器 1. 2. operating system 操作系统 2. 3. electronic spreadsheet 电子表格 4. management information system 管理信息系统 5. electronic commerce 电子商务 6. database 数据库 7. software engineering 软件工程 8. software crisis 软件危机 9. network security 网络安全 10. computer virus 计算机病毒 (二).Fill in the blanks with the corresponding English abbreviations.(根据汉语写出相应的英语缩写,共10分,每题1分) 1.随机存储器RAM 2.局域网LAN 3.计算机辅助设计CAD 4.数字视频光盘DVD 5.通用串行总线USB 6.面向对象编程OOP 7.集成开发环境IDE 8.结构化查询语言SQL 9.多文档界面MDI 10.企业之间的电子商务交易方式B2B (三).Match the following words and expressions in the left column with those similar in meaning in the right column.(将左列的词汇与右列相应的汉语匹配,共10分,每空1分) 1. output b a. 视频 2. high-level language c b. 输出. 3. project window e c. 高级语言 4. black-box testing g d. 应用软件 5. multimedia h e. 工程窗口 6. WWW i f. 系统软件 7.field j g. 黑盒测试 8. application software d h. 多媒体

计算机专业英语作业(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/5d1528642.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 .

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

计算机专业英语教程Array第三版练习参考答案 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] 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 2. supercomputers, mainframe computers, minicomputers, microcomputers 3. mainframe computer 4. microcomputers, storage locations 5. protables, laptop computers/notebook/palm-sized computer. desktop workstations 6. semiconductor 7. CPU, memory, storage, devices, processing, users 8. microprocessor chip [Ex 3] A. 1. C 2. A 3. H 4. I 5. E 6. F 7. G 8. B B. 1. capacity 2. device 3. laptop computer 4. Portable computers 5. Silicon 6. semiconductor 7. workstation 8. voltage 9. RAM 10. ROM [Ex 4] 1. portable 2. access 3. main memory 4. sophisiticated programs 5. processing capability 6. instructions 7. computation 8. computer professional [Ex 5] 1. T 2. T 3. T 4. F 5. F 6. T 7. F 8. T 9. F 10. T 11. F 13. T 14. T Unit 3 [Ex 1] 1. T 2. F 3. T 4. T 5. T 6. T 7. F 8. F 9. T 11. T 12. F 13. F 14. T [Ex 2] 1. microprocessor 2. bus 3. register 4. control unit 5. processor 6. binary 7. arithmetic, logical 8. milliseconds, nanoseconds. 9. instruction 10. execution 11. megahertz 12. wordsize [Ex 3] A. 1. F 2. A 3. J 4. C 5. D 6. E 7. H 8. I 9. B 10. G B. 1. Storage 2. chip 3. registers 4. ALU 5. bus 6. control unit 7. machine language 8. binary system 9. bits 10. computer program [Ex 4] 1. configuration 2. converts 3. data buses 4. characters

济南大学计算机专业英语第一章答案

Homework of Chapter One 1. Chapter 1 Multiple Choice Select the best answer for each question below. When you are finished, check your answers by clicking the 'Check Answers' button at the bottom of the page. 1. People, procedures, software, hardware, and data are the five parts of a(n) competency system computer system information system software system 2. Procedures are typically documented in manuals written by computer specialists end users Microsoft service providers 3. Which of the following is an example of connectivity data hard disk

Internet power cord 4. Windows 7 is an example of a(n) application software browser operating system shareware 5. The most powerful type of computer. mainframe computers microcomputers minicomputers supercomputers 6. The system component that controls and manipulates data in order to produce information is called the keyboard microprocessor monitor mouse

计算机英语期末考试试题

计算机英语期末考试试题 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

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

计算机专业英语考试试题及答案 一、判断1.(√)The cpu and memory are located on a special circuit beard in the system unit called the montherbocrd2.(√)the main difference between a supercomputer and a mainframe is that supercomputers are designed to execute a few programs as quickly as possible,whereas mainframes are designedto handle many programs running at the same(but at a slower pace)3.(×)Being computer fluent means that you should be able to build a computer yourself.4.(√)Embedded computers are selfcontained computer devices that have therv own programming and do not receive input5.(√)Currently,the performance of tasks by robot is based on preprinted algorithms1.(×)A web browser is a special device that is installed in your computer that allows it to communicate with devices on a network2.(√)data can be a number a word a picture,or a sound3.(√)strictly defined,a computer is a data processing device4.(√)one of the benefits of becoming computer fluent is being a savvy computer user and consumer and knowing how to avoid viruses the programs that pose treats to computer security 。 5(√)trend-spotting programs,developed for business,have been used to predict criminal activity二.写出中文 1.virtual function虚拟函数2.pointer 指针3.cursor 光标4.package 包裹 5. Boot 引导,自举6 TCP/IP 传输攻之协议/互联网协议7 DNS 域名服务8.HTTP 超文本传

计算机专业英语作业

计算机专业英语作业: 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/5d1528642.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/5d1528642.html, website. 2、请将以下英文翻译为中文。

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