搜档网
当前位置:搜档网 › 计算机专业英语复习题

计算机专业英语复习题

计算机专业英语复习题
计算机专业英语复习题

一、英译中

1、P C 个人电脑

2、I S O 国际标准组织

3、i n s t r u c t i o n 指令

4、r e g i s t e r 寄存器

5、h i e r a r c h i c a l m e m o r y 存储器层次结构

6、c a c h e 高速缓存

7、R A M 随机存储器

8、a t o m i c d a t a t y p e 原子数据类型 9、s t a c k 栈 10、s p o o l i n g s y s t e m 假脱机系统

11、i n d e x e d a l l o c a t i o n 索引式分配 12、p r o t o c o l 协议 13、i n h e r i t a n c e 继承性

14、c l i e n t /s e r v e r 客户端15、m a i n t e n a n c e 维护 16、W A N 广域网

17、h y p e r l i n k 超链接 18、m u l t i m e d i a 多媒体19、t o p o l o g y 拓扑 20、m a p 映射

21、h u b 集线器 22、U R L 统一资源定位地址23、D T E 数据终端 24、e x p e r t s y s t e m

专家系统25、v i r u s 病毒 26、m a i n f r a m e 主机27、o p e r a n d 操作数 28、A L U 算术逻

辑单元29、F I F O 先进先出 30、p r o c e d u r e 过程31、p o l y m o r p h i s m 多态性

32、M I S 管理信息系统33、S Q L 结构化查询语言 34、d a t a -d r i v e n d e s i g n

数据驱动设计35、p a c k e t 包,分组 36、t w i s t e d p a i r 双交线

37、t o k e n 令牌 38、b r o w s e r 浏览器39 s e a r c h e n g i n e 搜索引擎 40、P O P 邮局协议

41、e l e c t r o n i c c o m m e r c e 电子商务 42、i n t e r f a c e 接口43、f r a m e 帧

44、I O C S 输入输出控制系统45、t e r m i n a l 终端46、o b j e c t -o r i e n t e d 面向对象

47、A P I 应用程序接口48、l i f e c y c l e 生存周期49、G U I 图形用户接口

50、i n t e r o p e r a b i l i t y

二 中译英

1、数据库 d a t a b a s e

2、程序 p r o g r a m

3、队列 q u e u e

4、数据隐藏

5、开放系统互联o p e n s y s t e m i n t e r c o n n e c t

6、总线 b u s

7、局域L a n A r e a N e t w o r k

8、类 c l a s s

9、下载 d o w n l o a d 10、知识库 k o w n l e d g e b a s e

11、输入设备 i n p u t d e v i c e s

12、高级语言h i g h -l e v e l l a n g u a g e 13、只读存储器 R O M 14、结构化数据类型 s t r u c t u r e d d a t a t y p e

15、多用户 m u l t i u s e r

16、脱机 o f f l i n e

17、实时系统 r e a l -t i m e s y s e t e m

18、文件 f i l e 19、操作系统 o p e r a t i n g

s y s t e m

20、软件工程

S o f t w a r e e n g i n e e r i n g

三、选择题(多选、单选)

1、A __A__ is a fast and accurate symbol manipulating system.

A 、computer

B 、tape

C 、device

D 、calculation

2、The heart of a computer system is _B___

A 、input/output

B 、CPU

C 、storage

D 、memory

3、The popular output devices used for personal computer are __D__

A 、scanner

B 、mouse

C 、keyboard

D 、display screen and desktop printers

4、The attributes of the stack are _B___

A. FIFO

B. LIFO

C. LILO

D. HPIFO

5、Which is not included in C++ __C__.

A. encapsulation

B. inheritance

C. data encryption

D. polymorphism

6、An MIS can be _D___

A. defined as a network of file-based

B. developed in an organization only

C. not integrated with manual

D. used to support decision making

7、We can _ABCD___ through the Internet

A. get free software

B. take long distance collaborations

C. send e-mail

D. retrieve files

四、判断题

1、\/ CPUs of all size have primary storage , arithmetic logic , and the control section.

2、×The possible symbols in the binary numbering system are 0 to 9.

3、\/ It is a major problem for the operating system to map the logical file concept onto physical storage devices such as magnetic tape or disk .

4、\/ Assembler-level languages uses mnemonics to represent instructions.

5、×Only users need to view the internet as a network.

五、回答下列问题

1、How many components are used to build a computer ? List them Answer:fourcomponent,Input devices,Output devices,Main memory, Central processing unit.

2、Describe the classification of computers according to its physical size Answer:microcomputer , minicomputer ,mainframe, supercomputer.

3、Which two parts make up an instruction ? Please describe their functions.

Answer:operations and operands.operations specify the function to be peformed and operands represent the data to be operated on.

4、List four operations belong to Arithmetic operations .

Answer:adding, subtracting,multiplying,and dividing.

5、List two kinds of magnetic storage.

Answer: magnetic tap,magnetic disk.

6、What principle should be followed in stack operations ? Answer: LIFO,last in first out

7、What is the main feature of queues ?

Answer:FIFO,first in first out.

8、Give some examples of using queues

Answer: the line of input /output (I/O)request waiting for access to a disk driver in a multiuser time-sharing system might be a queue,and

the line of computing jobs waiting to be run on a computer system might also be a queue.

9、What is IOCS ?

Answer: input/output control system.

10、List five functions of operating systems

Answer:job management,resource management,

control of I/O operations ,error recovery,memory management

11、What are two essential ingredients of data structure ?

Answer:it must have component elements and it must have structure, the rules for relating or fitting the elemens together.

12、What is source program and what is object program ?

Answer: source program is a program of instructions written by a programmer in an assembly language. Object program is a source program has been converted into machine code by an assembler.

13、Point out four features of object-oriented programming. Answer: Encapsulation, data hiding, inheritance, and polymorphism.

14、Give a definition to the DBMS?

Answer: the system software package that handles the difficult tasks associated with creating , accessing, and maintaining database records is called a database management system, that is DBMS.

15、What is client and what is server ?

Answer: client is the object which request services, and the server is

the object which offer services.

16、Which activities does the life cycle paradigm encompass ? Answer:system engineering and analysis, software requirements analysis,design, coding ,testing ,maintenance.

17、Which three basic types do WANs have ?

Answer: circuit switched networks, leased line networks, packet switching network.

18、What characters does FTP have, comparing with ones of transfer files using E-mail.

Answer: it allows users to send or receive arbitrarily large files of programs or data.

19、Is it true that a LAN can offer much higher data transmission rates than a public data network provides ? Why ?

Answer: yes , because is linked by hardware.

六、翻译

?1、Although the capacity of their storage locations can vary, every computer stores numbers, letters, and other characters in a coded

form. Every character in storage is represented by a string of 0s

and 1s - the only digitals found in the binary numbering system.

Let's see how it's possible to use just two digits to represent any

character. Most computers use a coded version of true binary to

represent decimal numbers. Although many coding schemes have

been developed over the years, the most popular of these use a binary

coded decimal (BCD) approach. With BCD, it's possible to convert each decimal number into its binary equivalent rather than convert

the entire decimal value into a pure binary form. Since 8 and 9

require 4 bits, all decimal digits are presented in BCD by 4 bits.

译文:尽管电脑存储数字,字母和符号的编码形式不同。在二进制系统中每个字符都只用0和1两个数字表示。现在,让我们看看如何仅用这两个数字表示其他任何字符。大多数电脑都是用二进制编码代替十进制。即使编码方案已经发展了很多年,当下最普遍的编码仍是二进制BCD码。使用BCD码,是将每一个十进制数转换成等价的二进制数,而不是全部的十进制值转换成二进制。由于8和9需要4位二进制,所以所有的十进制数都用4位BCD码表示。

2、Software engineering has not been able to keep up with the speed of

advancements and increases in computing power . Most programmer in this day and age still use techniques that are little more advanced than the programming techniques applied by the first programmers. This is why we face the software crisis: software becomes increasingly

expensive, is of insufficient quality, is hard to estimate and schedule , and is almost impossible to manage . Some software projects have been judged impossible – beyond the scope of today’s software engineering technology . While no key technique that promises to solve the software crisis is on the horizon , it is the new technology of “object-oriented programming ” that is viewed as a possible step toward significantly advancing software technology .

译文:软件工程的发展已经跟不上电脑能力的进步和增加。目前大部分编码员使用的编码技术跟第一代编码员使用的没进步多少。这就是我们面临的软件危机:软件变得越来越贵,然而质量却不足,这是很难估计和评价的,而且也几乎不可能控制。一些软件甚至不可能评判—因为它远远超越了当今的软件工程技术范围。虽然就目前来看,没

有一个关键的技术能承诺可以解决软件危机,但是“面向对象编程”新技术被看作是可能解决这一问题踏出的重要一步。

计算机英语期末考试试题

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

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

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

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

计算机专业英语试题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. 功能测试

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

计算机专业英语复习题标准化管理处编码[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.sodocs.net/doc/6b7944162.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 _________.

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

计算机英语试题

计算机英语试题 一、词汇(选择一个最合适的词汇,将对应的英文字母填入空格内。每题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

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

计算机专业英语教程(第四版)习题答案
计算机专业英语(第四版)课后习题答案 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.(√)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 超文本传

计算机专业英语习题+答案

习题+答案 2.1 Write T or F to each stateme nt T6. An asynchronous device is a clocked device. T7. A latch is an asynchronous device, because it functions at arbitrary times. T8. The repetiti on of clock pulse can vary from very low rate to very high rate. T9. A synchronous device changes its state only on the arrival of a clock pulse. F10. A clock in put may occur at any time. T11. The clock pulses are used to synchronize all operations of the shift register. T13. A uni direct ional shift register is capable of shift ing in one direct ion only. F14. I n a shift-left register the serial in put determ ines what goes into the leftmost position during the shift register. F15. To provide parallel tran sfer capability some additi onal in put and output lines should be provided to the shift register. Choose the best an swer for each of the follow ing 1. How can the output of a logic gate be en ergized? C A By cha nging its in puts. B By rema ining its in puts un cha nged. C By meet ing the specific in put con diti on. D By givi ng a pulse. 3. A NAND gate con sists of D . A an OR gate followed by an in verter B an AND gate followed by an in verter C an AN D gate followed by an OR gate D an in verter followed by an AND gate 4. Un der what con diti on is the output of a two-i nput XOR gate logic-high? B A Its in puts are simulta neously at the same logic level. B Its in puts are simulta neously at opposite logic levels. C Its in puts are logic-low. D its in puts are simulta neously logic-high. 2.2 Write T or F for each stateme nt T 1. The CPU uses the in put and output un its to com muni cate with the outside world. F2. Main memory is sometimes called exter nal memory. F3. After execution the program and the related files of data and files of information will be retained in the main memory for later use. F4. Personal computers have not the features of the larger system.. T5. Large systems offer higher process ing speeds for user and retur n more data tha n PCs.

《计算机专业英语》期末考试试卷

2014年下学期《计算机专业英语》期中考试试卷 班级:_________ 姓名:________ 学号:________ 计分:________ I. 根据图片把方框里的单词或词组填入对应的空格。(14分) 1. __________________ 2. _________________ 3. __________________ 4. _________________ 5. __________________ 6. _________________ 7. __________________ II. 中英文配对:将中文前的字母填入其对应的英文前的空格里。(20分) _____ 1. input device a. 闪盘 _____ 2. RAM b. 只读光盘 _____ 3. floppy disk c. 芯片 _____ 4. memory bank d. 移动硬盘 _____ 5. output device e. 输入设备 _____ 6. flash disk f. 随机存储器 _____ 7. chip g. 软盘 _____ 8. mobile hard disk h. 输出设备 _____ 9. motherboard i. 内存条 _____ 10. CD-ROM j. 主板 III. 阅读理解: A Mary: Hello, PC Support Center. This is Mary. What can I do for you? Customer: Hello. this is Chen Lin. I’m calling because I have some questions about my disk. Mary: Hi, Chen Lin. You can tell me one by one. Customer: I’m afraid I’ll run out of disk space. What shall I do? Mary: OK, running out of hard disk space is no big deal. You can just start moving old junks off to the CDs or you can just add a second hard disk. monitor mouse speaker printer system unit

相关主题