文档库 最新最全的文档下载
当前位置:文档库 › 计算机英语 期末

计算机英语 期末

计算机英语 期末
计算机英语 期末

Chapter 1 Computer Science in English

I. Fill in the following blanks.

1. _________ is designed to accomplish real-world tasks in fields.

2. An 8-bit signed integer can have any value between ____ and

3. ____ controls the computer and enables it to run the hardware and applications software.

4. A computer system consists of ____ and ____ .

5. List four types of computers: ___ , ___ , ___ and ____ .

II. True or False.

1. The software system is the physical equipment that you can see and touch.

2. Typically, a data value is set to zero to represent FALSE and 1 value for TRUE.

3. In the earliest general-purpose computer, most input and output media were magnetic disks.

4. Supercomputers are largest, fastest, and most expensive computer available.

5. A computer system consists of hardware system and software system.

III. Matching terms.

(a) integrated circuit (IC) (b) CPU (c) bit (d) ASCII

1._______ The processing unit is at the heart of a computer.

2._______ A unit of information conveyed by a single binary digit.

3._______A complete electronic circuit that packages transistors and other electronic components on a small silicon chip.

4._______ A system for encoding characters as binary digits.

IV. Translating Terms.

(1) coding techniques

(2) application software

(3) floating point data

(4) timesharing

(5) storage capacities

VII. Choose the best one of the four answers given to fill in each blank.

This chapter introduces digital computer, data types, the evolution of computers, and types of computers. 1 is known to all, it’s hard to find a field in 2 computers are not being used. Digital computer, also called electronic computer or computer, is a digital system that 3 various computational tasks. Digital computers use the 4 number system, which has two digits: 0 and 1. By using various coding 5 , groups of bits can be made to represent not only binary numbers 6 other discrete symbols, such as decimal digits or letters of the alphabet.

A computer system consists of hardware system and software system. Programs tell the hardware what to do. 7 software is designed to accomplish real-world tasks in fields such as accounting, entertainment, and engineering. Computers are usually 8 into four broad categories: microcomputers, minicomputers, mainframe computers, and supercomputers. It’s hard to give a 9 definition to each type because computer speeds and storage 10 change rapidly.

1. A. As B. It C. As it D. That

2. A. what B. which C. where D. when

3. A. performs B. carries C. makes D. integrates

4. A. decimal B. binary C. Arabian D. American

5. A. technique B. technology

C. techniques

D. technologies

6. A. instead of B. rather than

C. but also

D. as well

7. A. Application B. System C. Word D. Excel

8. A. put B. made C. conducted D. classified

9. A. precious B. progress C. proceeding D. precise

10. A. capacities B. capable C. capabilities D. capacity

VIII. Translate the following into English.

1. By using various coding techniques, groups of bits can be made to represent not only binary numbers but also other discrete symbols.

2. System software includes not only the complex programs used by technicians to create application software in the first place but also the organizational programs needed to start up the computer and govern its use of other programs.

3. Data are numbers and other binary-code information that are operated on to achieve required computational results.

4. Rather than arithmetically or logically manipulating characters, a computer may concatenate strings of characters, replace some characters with others, or otherwise manipulate character strings.

5. Software applications like word processing, electronic spreadsheets, database management programs, painting and drawing programs, desktop publishing, and so forth became commercially available, giving more people reasons to use a computer.

Chapter 2 Computer Science in English

I. Fill in the following blanks.

1. The computer hardware consists of three major parts which are the CPU, the memory subsystem, and _______.

2. There are two major types of memory: Random Access Memory (RAM) and _____.

3. The cache memory in personal computers is constructed from_______.

4. _______provides a method for transferring information between internal storage and external I/O devices.

5. Data transfer between the central computer and I/O devices may be handled in a variety of modes. These modes are programmed I/O, _______, and direct memory access (DMA).

II. True or False.

1. The data bus always receives data from the CPU, and the CPU never reads the data bus.

2. Main memory holds whatever programs and data are available for immediate use by the CPU.

3. Dynamic RAM does not have to be refreshed.

4. Dot-matrix printer work by squirting tiny droplets of liquid ink at the paper.

5. The auxiliary memory is very small, relatively expensive, and has very high access speed.

III. Matching terms.

(A) ALU (B) RAM (C) E2PROM (D) DMA

1.________ an electrically erasable PROM

2.________ A transfer mode that can be improved is the transfer of data between memory and I/O devices.

3.________ The unit which performs most arithmetic and logical operations

4.________ Memory that is erased when the computer is turned off.

IV. Translating Terms.

1. system buses

2. virtual memory

3. computer architecture

4. instruction set

5. direct memory access

VII. Choose the best one of the four answers given to fill in each blank.

A computer system 1 of hardware system and software system. The hardware of the computer is usually divided into three major parts or three 2 subsystems: the CPU, the memory subsystem, and the I/O 3 . The CPU is made up of three major parts, Register Set, the 4 logic unit, or ALU, and Control Unit. It performs many operations and controls computer. Memory is also known as 5 memory or main memory, which is cataloged into two major types of memory: Random Access Memory (RAM) and Read Only Memory (ROM). It refers to the 6 in the computer that hold whatever programs and data are available 7 immediate use by the CPU, along with the program’s data. Computer systems include special hardware 8 between the CPU and peripherals to supervise and synchronize all input and output transfers. These components are called 9 units because they interface between the processor bus and the peripheral device. The I/O subsystem allows the CPU to 10 with input and output devices.

1. A. consists B. makes up C. constitutes D. comprise

2. A. premier B. primary C. preliminary D. elementary

3. A. system B. machine C. subsystem D. device

4. A. mathematic B. authorative C. arithmetic D. authoritative

5. A.external B.exterior C. Interior D. internal

6. A. circuits B. wires C. lines D. hardware

7. A.by B. for C. with D. in

8. A.software B. setting C. listing D. components

9. A. singular B.dual C. interface D. compact

10. A.handle B. interact C. respond D. link

VIII. Translate the following into English.

1. By asserting these internal and external control signals in the proper sequence, the control unit causes the CPU and the rest of the computer to perform the operation needed to correctly process instructions.

2. In a computer with virtual memory, less-used parts of programs are shifted from RAM to a hard disk and are moved back only when needed.

3. A technique used to compensate for the mismatch in operating speeds is to employ an extremely fast, small cache between the CPU and main memory whose access time is close to processor logic clock cycle time.

4. The data transfer rate of peripherals is usually slower than the transfer rate of the CPU, and consequently, a synchronization mechanism may be needed.

5. In some computers the interrupt vector is an address that points to a location in memory where the beginning address of the I/O service routine is stored.

Chapter 3 Computer System Architecture

I. Fill in the following blanks.

1. It is characteristic of ________ that several computations can be in process in distinct segments at the same time.

2. ___________ is made possible by associating a register with each segment in the pipeline.

3. The vector instruction includes the initial address of the operands, _______, and the operation to be performed.

4.______ processors have fewer and simpler instructions than _______ processors.

5. The sequence of instructions read from memory constitutes an______.The operations performed on the data in the processor constitutes a_________.

II. True or False.

1. Shift registers operate in serial fashion all the bits of the word at a time.

2. RISC processors have larger instruction sets that often include some particularly complex instructions.

3. SIMD represents an organization that includes many processing units under the supervision of

a common control unit.

4. Parallel processing is established by distributing the data among the multiple functional units.

5. RISC is a complex instruction set computer.

III. Matching terms.

(a) SISD (b) SIMD (c) MISD (d) MIMD

1._______ multiple instruction stream, single data stream

2._______ single instruction stream, multiple data stream

3._______ multiple instruction stream, multiple data stream

4._______ single instruction stream, single data stream

IV. Translating Terms.

1. parallel processing

2. pipeline processing

3. vector processing

4. scalar processor

5. backward compatibility

VII. Choose the best one of the four answers given to fill in each blank.

In computer engineering, computer architecture is the ___1___ design and fundamental operational structure of a computer system. It is a ___2___ and functional description of requirements, especially speeds and interconnections, and design implementations for the various parts of a computer ____3___ largely on the way by which the central processing unit (CPU) performs internally and accesses addresses in memory. Computer system architecture ___4___ the design of the four ___5___: parallel processing, pipelining, vector processing and RISC. Parallel processing system is used to provide simultaneous data-processing tasks for the purpose of increasing the ___6__ speed of a computer systemand is able to perform ___7___

data processing to achieve faster execution time. A pipeline is a set of data processing elements connected in series, so that the output of one element is the input of the next one. The elements of a pipeline are often ___8___ in parallel or in time-sliced fashion. A vector processor, is a CPU design that is able to run mathematical operations on multiple data elements simultaneously. Computers with vector processing capabilities are in demand in 9___ applications. RISC processors have fewer and __10___ instructions than CISC processors. As a result, their control units are less complex and easier to design.

1. A. lastest B. conceptual C. ideal D. simple

2. A. plan B. design C. blueprint D. concept

3. A. relying B. depending C. attaching D. focusing

4. A. refers B. speaks C. involves D. interacts

5. A. ingredients B. types C. kinds D. lists

6. A. computational B. computer C. computation D. computing

7. A. current B. compound C. concurrent D. massive

8. A. displayed B. carried C. accomplished D. executed

9. A. special B. specialized C. specific D. especial

10. A. simple B. simplifying C. singular D. simpler

VIII. Translate the following into English.

1. The purpose of parallel processing is to speed up the computer processing capability and increase its throughput, that is, the amount of processing that can be accomplished during a given interval of time.

2. It is characteristic of pipelines that several computations can be in process in distinct segments at the same time.

3. To achieve the required level of high performance it is necessary to utilize the fastest and most reliable hardware and apply innovative procedures from vector and parallel processing techniques.

4. In general, the greater the number of instructions in an instruction set, the larger the propagation delay is within the CPU.

5. Although CISC processors are more complex, this complexity does not necessarily increase development costs.

Chapter 4 Algorithms and Data Structure

I. Fill in the following blanks.

1. Each primitive consists of two parts: ________and ________.

2. A________is a notational system in which ideas can be expressed informally during the algorithm development process.

3. The ________is refer to the computational time required by an algorithm.

4. We define the worst case running time of an algorithm to be the _______ running time of that algorithm over all possible inputs of size n.

5. A ______ is one of the most fundamental data structures used to store a collection of data items.

II. True or False.

1. A number of different algorithms can exist for solving a computational problem, and each of these algorithms could have a same running time complexity.

2. The divide-and-conquer algorithm is a bottom-up technique that usually begins by solving the smallest subproblems, the dynamic programming solves problems in a top-down fashion.

3. An important property of arrays is that their size and shape are constant.

4. If all of the elements stored in a list are of the same type, then the list is said to be heterogeneous. However, if different types of elements are stored in the list, then the list is said to be homogeneous.

5. A queue is a dynamic set that obeys the LIFO property.

IV. Translating Terms.

1. parallel algorithm

2. exhaustive search

3. dynamic programming

4. doubly-linked list

5. two-dimensional array

VII. Choose the best one of the four answers given to fill in each blank.

Algorithms are essential to the way computers process information, because a computer program is 1 an algorithm that tells the computer what specific 2 to perform in certain order in order to carry out a specified task, such as calculating employees’paychecks or printing students’report cards. Thus, an algorithm can be considered to be 3 sequence of operations that can be performed by a turning-complete system. In fact, a data structure is a way of 4 data in a computer so that it can be used efficiently. Often a carefully 5 data structure will allow the 6 efficient algorithm to be used. The choice of the data structure often begins from the choice of an 7 data type. A well-designed data structure allows a variety of critical operations to be performed, using as few resources, both execution time and memory space, as possible. Data structures are implemented by a 8 language as data types and the references and operations they provide. Moreover, different kinds of data structures are 9 to different kinds of applications, and some are highly specialized to certain tasks. For example, B-trees are particularly well-suited for implementation of databases, 10 networks of machines rely on routing tables to function.

1. A. essentially B. essential C. partially D. mainly

2. A. methods B. steps C. plans D. exercises

3. A. some B. a C. the D. any

4. A. receiving B. storing C. input D. output

5. A. chosen B. made C. programmed D. picked

6. A. very B. most C. more D. less

7. A. abstract B.concrete C. special D. certain

8. A. basic B. running C. programming D. advanced

9. A. comforted B. suited C. compared D. hooked

10. A. therefore B. with C. when D. while

VIII. Translate the following into English.

1. In short, communication problems arise when the language used for an algorithm's representation is not precisely defined or when information is not given in adequate detail.

2. Another common algorithmic structure involves that the need to continue executing a statement or sequence of statements as long as some condition remains true.

3. In many algorithms, running time will vary not only for inputs of different sizes, but also for different inputs of the same size.

4. Thus, dynamic programming is a bottom-up technique that usually begins by solving the smallest subproblems, saving these results, and then reusing them to solve larger and larger subproblems until the solution to the original problem is obtained.

Chapter 5 Programming and Languages

I. Fill in the following blanks.

1. In programming, the documentation is classified _______, ______ and ________.

2. A _________is a list of instructions or statements for directing the computer to perform a required data-processing task.

3. The lowest level of programming languages is _______.

4. Very-high-level languages are often called _________.

5.________allow questions or commands to be framed in a more conversational way or in alternative forms.

II. True or False.

1. The computer hardware recognizes only assembly language instruction.

2. A program written in the assembly language of one microprocessor can run on a computer that has a different microprocessor.

3. Assembly languages are platform-independent, but high-level languages are not platform -independent.

4. The 4GLs are also called nonprocedural languages.

5. Each assembly language instruction corresponds to one unique machine code instruction. IV. Translating Terms.

1. derived class

2. Inheritance

3. markup languages

4. Hyperlinks

5. Java virtual machine

VII. Choose the best one of the four answers given to fill in each blank.

A total computer system includes both hardware system and software system. Hardware consists of the 1 components and all associated equipment. Software refers to the programs that are 2 for the computer. It is possible to be familiar with various 3 of computer software without being concerned with details of how the computer hardware operates.A programming language is a language used to write computer programs, which involve

a computer 4 some kind of computation or algorithm and possibly control over

5 devices such as printers, robots, and so on. Programming languages differ from

6 languages in that natural languages are only used for interaction between people, while programming languages also allow humans to communicate

7 to machines. Some programming languages are used by one device

8 control another. A prominent 9

of programming languages is to provide instructions to a computer. Thousands of different programming languages have been 10 , and new languages are created every year.

1. A. mental B. possible C.essential D. physical

2. A. design B. spoken C. written D. made

3. A. parts B. kinds C.types D. aspects

4. A.performed B. to perform C. performing D. performs

5. A.intenal B. external C. inside D. outside

6. A. natural B. Human C. computer D. artificial

7. A.orders B. instructions C. codes D. calls

8. A. to B. for C. with D. over

9. A. show B. research C. purpose D. study

10. A. creating B. created C. to create D. creation

VIII. Translate the following into English.

1. Documentation is needed for everyone who will be involved with the program——users, operators, and programmers.

2. Rather, programs written in a high-level language or assembly language are converted to machine language, which is then executed by the computer.

3. The corresponding programs set forth precise procedures, or series of instructions, and the programmer has to follow a proper order of actions to solve a problem.

4. 4GLs may not entirely replace third-generation languages because they are usually focused on specific tasks and hence offer fewer options.

5. Inheritance is the means by which objects of a class can access member variables and functions contained in a previously defined class, without having to restate those definitions.

Chapter 6 Operating Systems

I. Fill in the following blanks.

1. The portion of an operating system that defines the interface between the operating system and its users is often called the .

2. An operating system’s kernel consists of the file management, _______, I/O management, and the scheduler.

3. _______ contains all the information that is required by the operating system to manage the process, including its current state, resources allocated to it, priority and other relevant data.

4. A _____process is waiting for the completion of some event, such as an I/O operation.

5. There are three general approaches to dealing with deadlock: ______, ______ and .

II. True or False.

1. A blocked process is one that is not currently executing but that is ready to be executed as soon as the operating system dispatches it.

2. Semaphores are used for signaling among processes and can be used readily to enforce a mutual-exclusion discipline.

3. A consumable resource is one that is not depleted or destroyed by use, such as an I/O channel or a region of memory.

4. Windows 3.x are support for longer filenames and Plug and Play.

5. UNIX is a multi-user, multitasking operating system with built-in networking capability.

IV. Translating Terms.

1. graphical user interface (GUI)

2. process control block

3. mutual exclusion

4. Semaphores

5. concurrent processes

VII. Choose the best one of the four answers given to fill in each blank.

An operating system is the software component of a computer system that is responsible 1 the management and coordination of activities and the 2 of the resources of the computer. The operating system (OS) acts as a host for application programs that are run on the machine. As a host, one of the purposes of an operating system is 3 the details of the operation of the hardware. This relieves application programs 4 having to manage these details and makes 5 easier to write applications. Almost all computers, including hand-held computers, desktop computers, supercomputers, and 6 modern video game consoles, use an operating system of some type.Operating systems offer a number of services to application programs and users. Applications access these services through application programming 7 (APIs) or system calls. By 8 these interfaces, the application can request a service from the operating system, pass parameters, and receive the results of the operation. Users may also 9 with the operating system by typing commands or using a graphical user interface (GUI).

Common contemporary operating systems include Windows XP, Mac OS X, Amiga OS, Linux and Solaris. Microsoft Windows has a significant majority of market 10 in the desktop and notebook computer markets.

1. A. in B. with C. over D. for

2. A. sharing B. using C. commanding D. controlling

3. A. handling B. to handle C. handle D. handled

4. A. to B. from C. since D. due

5. A. that B. which C. this D. it

6. A. more B. even C. great D. so

7. A. internet B. indications C. interfaces D. interchange

8. A. invoke B. to invoke C. invoking D. invoked

9. A. interacted B. interact C. interactive D. nteraction

10. A. part B. place C. strategy D. Share

VIII. Translate the following into English.

1. The majority of an installation’s utility software consists of programs for performing activities that are fundamental to computer installations yet not included in the operating system.

2. Modern shells perform this task by means of a graphical user interface (GUI) in which objects to be manipulated, such as files and programs, are represented pictorially on the monitor screen as icons.

3. The basic technique for a time-sharing system is to have multiple users simultaneously using the system through terminals, with the operating system interleaving the execution of each user program in a short burst, or quantum, of computation.

4. A real-time process or task is one that is executed in connection with some process or function

or set of events external to the computer system and that must meet one or more deadlines to interact effectively and correctly with the external environment.

5. Providing a similar interface to Windows 9x, it is a multitasking, multiprocessing operating system with built-in support for large networks of computers——that is, Windows NT is a multi-user system.

Chapter 7 Applications software

I. Fill in the following blanks.

1. ________ software allows you to create and edit documents.

2. ________ is a activity of moving quickly upward or downward through the text or other screen display.

3. The software which is the layer of software closest to the user is ________ .

4. Microsoft Excel and Lotus 1-2-3 are the principal ________ programs.

5. ________ is software that is used on a network and serves a group of users working together on the same project.

II. True or False.

1. Word processing and database management system are two most popular applications.

2. Electronic spreadsheet software enables you to perform “what-if ” calculations.

3. A worksheet is composed of fields, records, and files.

4. You can access the World Wide Web using multimedia authoring software.

5. OLE is used to collect information from the user and display helpful messages.

III. Matching the terms.

(A)Cell (B) Macro (C) Workflow software (D) Function (E) Integrated software

1._______ The feature that allows you to use a single keystroke, command, or toolbar button to automatically issue a predetermined series of commands.

2._______ The place where a row and a column intersect in the spreadsheet software.

3._______ The built-in formulas that perform common calculations in the spreadsheet software.

4._______ Software that can help workers understand and redesign the steps that make up a particular process.

5._______ Software that combine the features of several applications programs——such as word processing, spreadsheet, database, graphics, and communications——into one software package.

VII. Choose the best one of the four answers given to fill in each blank.

Application software is the software designed to help you solve problems specific to business or perform specific business tasks. It is a 1 of computer software that employs the capabilities of a computer directly and 2 to a task that the user wishes to perform. This should be 3 with system software which is involved in integrating a computer's various capabilities, but typically does not 4 apply them in the performance of tasks that benefit the user. The exact definition between system software 5 as operating systems and application software is not precise, however, and is occasionally subject 6 controversy. An application thus differs from an operating system which runs a computer, a utility which performs maintenance or general-purpose chores, and a programming language 7

which computer programs are created. 8 on the work for which it was designed, an application can manipulate text, numbers, graphics, or a combination of these elements. Some application packages offer 9 computing power by focusing on a single task, such as word processing; others, called 10 software, offer somewhat less power but include several applications, such as a word processor, a spreadsheet, and a database program.

1. A. Subclass B. class C. Kind D. type

2. A. Thorough B. Thoroughly C. Through D. although

3. A. Compared B. comparing C. contrasted D. contrasting

4. A. indirectly B. mainly C. directly D. necessarily

5. A. such B. so C. much D. in

6. A. to B. in C. with D. under

7. A. for B. with C. in D. on

8. A. Depend B. To depend C. Depended D. Depending

9. A. considerate B. consider C. consideration D. considerable

10. A. whole B. single C. integrated D. mass

VIII. Translate the following into English.

1. Application software is the software designed to help you solve problems specific to business or perform specific business tasks.

2. Although applications software packages differ in their use of specific commands and functions, most of them have some features in common.

3. Many applications software programs allow you to copy an item from one document and then paste it into another document or application, or copy an item and place the copy in another part of the same document.

4. The user can do all these manipulations on screen, in “wysiwyg”fashion, before printing out hardcopy.

5. It’s worth noting that word processing programs (and indeed most forms of applications software) come from the manufacturer with default settings.

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

计算机专业英语期末考试考卷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分)

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

计算机专业英语(第四版)课后习题答案 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

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

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

计算机专业英语期末考试试卷(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

计算机英语答案(第二版)刘艺 王春生(编)

练习答案 PART ONE Computer Basics Unit 1 My Computer Section A I.Fill in the blanks with the information given in the text: 1.Charles Babbage; Augusta Ada Byron 2.input; output 3.VLSI 4.workstations; mainframes 5.vacuum; transistors 6.instructions; software 7.digit; eight; byte 8.microminiaturization; chip II.Translate the following terms or phrases from English into Chinese and vice versa: 1.artificial intelligence 人工智能 2.paper-tape reader 纸空阅读机 3.optical computer 光学计算机 4.neural network 神经网络 5.instruction set 指令集 6.parallel processing 平行处理 7.difference engine 差分机 8.versatile logical element 通用逻辑器件 9.silicon substrate 硅基 10.vacuum tube 真空管(电子管) 11.t he storage and handling of data 数据的存储与处理 12.very large-scale integrated circuit 超大规模集成电路 13.central processing unit 中央处理器 14.personal computer 个人计算机 15.analogue computer 模拟计算机 16.digital computer 数字计算机 17.general-purpose computer 通用计算机 18.processor chip 处理器芯片 19.operating instructions 操作指令 20.input device 输入设备 III.Fill in each of the blanks with one of the words given in the following list, making changes if necessary: We can define a computer as a device that accepts input, processes data, stores data, and produces output. According to the mode of processing, computers are either analog or digital. They can be classified as mainframes, minicomputers, workstations, or microcomputers. All else (for example, the age of the machine) being equal, this categorization provides some indication of the computer’s speed, size, cost, and abilities.

计算机专业英语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/9a4398075.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 .

计算机英语期末考试试题

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

计算机专业英语教程参考答案

计算机专业英语练习参考答案 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.E 7.H 8.A B. https://www.wendangku.net/doc/9a4398075.html,er 2.monitor 3.data 4.keyboard 5.data processing 6. information https://www.wendangku.net/doc/9a4398075.html,puter 8.memory [Ex 4] 1.input device 2. screen, screen 3.manipulates 4.instructions 5.retrieve

6.code 7.hard copy 8.function/code/instruction [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. supercomputer, mainframe computer, minicomputers, microcomputers 3. mainframe computer 4.microcomputers, storage locations 5. portables, laptop computers/ notebook/palm-sized computer, desktop workstations 6.semiconductor 7. CPU, memory, storage, devices, processing, users 8. microprocessor ship [Ex 3] A. 1.C 2.A 3.H 4.I 5.E 6.F 7.G 8.B

计算机专业英语作业

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

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