题号
得分得分阅卷人一二三四五六总分
一、 Give out the full names for the following abbreviations (写出以下缩写词的全称)(15%)
WAN__________________________________________________
HTTP__________________________________________________
NT____________________________________________________
CEO__________________________________________________
DBMS________________________________________________
ISP___________________________________________________
XML__________________________________________________
BIOS_________________________________________________
IT____________________________________________________
WWW_______________________________________________
得分阅卷人
二、 Match the following words and expressions in the left
column with  those similar  in meaning in the right  column (将左列的词汇与右列相应的汉语般配)(10%)
1. output devices    a. 操作系统
2。 silicon    b. 扩展储存器
3。 expanded memory    c. 硅
4。 database administrator    d. 输出设施
5。 operating system e。汇编语言
6。 assembly language    f. 数据库管理员
7. gateway g。数字图像办理
8. laser technology h.  网关
9。 digital image processing i。制造过程
10。manufacturing process j.  激光技术
comparisons1.  ()    6. ()
2 。()7 。 ( )
3.  ()8. ()
1
4 。 ( )9 。()
5 。()10. ()
得分阅卷人
三、 Translate the following phrases into English (将以下短语翻译
成英语)(10%)
1. 高速打印机( )
2. 随机存取储存器()
3. 软件靠谱性()
4。面向服务的( )
5。光盘驱动器( )
得分阅卷人
四、For each of the following blanks , four choices are given. Choose
the most appropriate one ( 从下边给出的四个选项中选择最适合的答案)(30 %)
1. Most system boards have two kinds of power connectors: _________。
A 。 AT and ISA styles
B 。 ATX and ISA styles
C。 AT and EISA styles    D. AT and ATX styles
2。 A processor is composed of two functional units, they are。
A 。 an arithmetic/logic unit and a storage unit
B. a control unit and some registers
C. a control unit and an arithmetic/logic unit
D。 some registers an arithmetic/logic unit
3。 _________ is a storage location inside the processor。
A. A register
B. ALU
C。 Control D。 Memory
4. A periodic refresh is needed to restore the information for the _________ .
A. SRAM
B. DRAM
C. EPROM
D. EEPROM
5。 The raw data are stored on the disk using the。
A 。 data dictionary    B. file system
C。 DBMS    D. DBA
6。 The _______ serves as an interface between hardware and software。
2
A. system B。 application program
C。 operating system D。 control unit
7.Most operating system have a standard set of _________ to handle the processing of all input and output instructions.
A. spreadsheet
B. control instructions
C。 I/O operation D。 data table
8._________ uses commands that are easier for programmers to understand than are machine language commands.
A 。 Assembly language    B. High — level language
C. C language
D. C++ language
9. When a _________ is used, all the devices in the network are connected to a single cable.
A. bus network B。 ring network
C。 star network    D. network
10。 Two common applications of LANs are _________ resource sharing and information resource sharing。
A 。 software
B 。 computer
C. network
D. hardware
11.With Internet Explorer and an Internet connection , you can search for and view information on the _________ 。
A. Active Desktop
B. Programs
C。 Phone Dialer    D. World Wide Web
12. Videodisc and laser technology provide the ability to_________
A. cost more B。 create some education files
C。 enhance other forms of education    D. store large amounts of data
13。 _________ refers to the process of a two dimensional picture by a digital computer 。
A 。 Pattern recognition B。 Image compression
C。 Digital image processing D。  Image data file format
14. “Multimedia" means that _________.
A. it can play music.B。 it can show a graph。
C。 it can rotate a three—dimensional model.
D。 it can do all above at the same time.
15. Many companies use _________ to train their employees。
A 。 technology
B 。 entertainment
C. multimedia applications D。 animation
3
得分阅卷人
五。 To identify the following to be True or False according
to computer knowledge (依据计算机知识鉴别是非题 )
(10%)
1。 A register is a storage location inside the processor.() 2。 A system board is a heart of a computer。() 3。 The Memory addresses are expressed as binary numbers。()
4. Metadata means data about data.()
5. Without an operating system, we could not execute a user program(.)
6。 A high-level language can be designed to only process scientific calculation。
()7。 For information about using Internet Explorer, click the Help menu in Internet Explorer。()
8. The development of videodisc is useful for distance education.()
9. There are three general types of compression.()10。 Multimedia is not only a product, but also a technology.()
得分阅卷人
六。 Reading comprehension( 阅读理解 )(25%)
(一) Fill in the blanks with suitable words or expressions from the list given below, and change the form where necessary (从下边所列词语中
选择适合的词语,以其适合的形式填空)(10%)
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
4
The central processing unit(CUP) is the heart of the computer systems. Among other things, its configuration determines whether a computer is fast or slow in relation to other computers。 The CP
U is the most complex computer system component, responsible for directing most of the computer system activities based on the instructions provided. As one computer generation has evolved to the next, the physical size of the CPU has often become smaller and smaller, which its speed and capacity have increased tremendously. Indeed, these changes have resulted in micro—Computers that are small enough to fit on your desk and your lap. The CPU comprise the control unit and the arithmetic/logic unit (ALU).
The control unit is responsible for directing and coordinating most of the computer systems activities。 It determines the movement of electronic signals between main memory and the arithmetic/logic unit , as well as the control signals between the CPU and input/output devices.
The ALU performs all the arithmetic and logical(comparison) functions-that is,it adds, subtracts, multiplies, divides, and does comparison. These comparisons, which are basically “less than",“greater than”, and “equal to”, can be combined into several common expressions , such as “greater than or equal to”。 The objective of most instructions that use comparisons is to determine which instruction should be executed next。
(二 ) Tell whether the following statements are true ( T ) or false(F) according
to the passage A(依据上文的内容判断以下句子的正误 )
1。 With the development of computer, the physical size of the CPU has often become bigger and bigger.()
2. The movement of electronic signals between main memory and the ALU as well as the control signal between the CPU and input/output devices are controlled by
the control unit of the CPU.()
3. The CPU comprises the control unit and memory。()
4. The control unit performs all the arithmetic and logical functions。()
5. The central processing unit (CPU )  is the heart of the computer systems.()
要求 : 明确标明每题或每步骤得分点
一 . Give out the full names for the following abbreviations(写出以下缩写词
的全称 )(15 %)
( 此题共 15 分,每题 1。5 分)
WAN : Wide Area Network
HTTP : Hypertext Transport Protocol
NT : Net Technology
CEO: Chief Executive Officer
DBMS : Database Management Systems
5

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。