版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、 湖北职业技术学院2008-2009学年度第一学期期末考核试卷考核课程: 计算机专业英语 考试类型: 理论 考试方式: 闭卷笔试 学生所在院系: 信息技术学院 年 级: 2007 级 试 卷: a 姓名: 班级: 学号: 题号一二三四五六总分得分得分阅卷人. translate the following phrases into english(将下列短语翻译成英语)(10%) 1. 软件工程 ( )2. 算术逻辑运算 ( )3. 机器码 ( )4. 帮助菜单 ( )5. 图形技术 ( ) 6. 中间件 ( )7. 电子商务 ( )8. 办公自动化 ( )9. 计算机病毒 ( )10. 可执
2、行文件 ( ) 得分阅卷人 . match the following words and expressions in the left 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
3、 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
4、. 超文本标记语言_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,
5、 input and output unitc. cpu, memory and i/o system d. cpu, memory and alu2. 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. displayc. console d. platform3. the
6、control unit fetches _ from memory and decodes them. a. data b. informationc. results d. instructions4. when power is removed, information in the semiconductor memory is _. a. reliable b. lost c. manipulated d. remain5. please find the item that is not belong to the dba _. a. storage structure and a
7、ccess method definition b. schema definitionc. integrity constrain specification d. ddl6. each_ is a unit of both atomicity and consistency. a. transaction b. databasec. storage structure d. schema details7. a characteristic of operating system is _. a. resource management b. memory managementc. err
8、or recovery d. all the above8. assembly-language instructions are a series of _. a. 0s and 1s b. abstract codesc. machine codes d. words9. software engineering is some certain _.a. programs b. methodsc. products d. managements10. an advantage of a ring network is that it needs less _ .a. computer b.
9、 networkc. cable d. information11. an isp supplies a _ that you can dial from your computer to log on the internet server. a. public key b. private keyc. service number d. help file12. to open internet explorer, just click start, point to _ , and then click internet explorer. a. programs b. viewc. l
10、ayout d. control panel13. e-commerce do business through _.a. face-to-face meeting b. computerc. wire-photo d. internet and edi14. every transaction in electronic commerce includes information flow, commercial flow, _ and material flow.a. data flow b. currency flowc. merchandise flow d. file flow15.
11、 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. datac. software d. virus得分阅卷人. reading comprehension(阅读理解)(35%)(一) fill in the blanks with suitable words or expressions from the list given below, a
12、nd change the form where necessary (从下面所列词语中选择合适的词语, 以其适当的形式填空)(5%) high-level language assembly language writtenmachine language notationa programming language, designed to facilitate the communication between human and computers, is a _ for describing computation in readable form. there are 3 leve
13、ls 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 ta
14、sk is to choose which programming language is best suited for the job.passage athe 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
15、 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 addit
16、ion 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 cp
17、us of all sizes.every processor comes with a unique set of operations such as add, store, or load that represent the processors 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 langu
18、age 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 def
19、ine 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
20、 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 amou
21、nt 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 i
22、t 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
23、 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
24、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 bin or
25、der 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
26、 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
27、 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 writi
28、ng 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
29、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 finishe
30、d. (三) choose the best answer according to the passage b.(根据上文的内容选择正确的答案)(10%)1if you want to solve the computational problem with a computer, you should learn how to_.a. calculate b. program c. add d. subtract2. computer programming is the process of planning and creating a sequence of _ for a comp
31、uter to follow. a. steps b. process c. lines d. graphics3. the term coder is used to describe _.a. machine b. computer c. keyboard d. person4. in order to solve a computational problem, you can let a person or a _to do it.a. machine b. computer c. keyboard d. mouse5. which of the following is not th
32、e stage of programming? _.a. write a program.b. debug the program.c. print the program.d. compile the program.passage ca 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,
33、 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 get
34、ting 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 att
35、aches 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 ty
36、pe 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 powe
37、rful 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 automati
38、on to defend the installed programs.(四) choose the best answer according to the passage c(根据上文的内容选择正确的答案)(10%)1a computer virus is a computer program that is created to make and spread _of itself.a. programs b. virus c. copies d. files2worm spread itself except by_. .a. network b. e-mail c. program
39、d. hardware3antivirus program can scan and_ virus. a. clean b. produce c. replicate d. make 4trojan horses_ .aquickly replicate itself and gradually attach to files, programs or the hard drive.binfect the computer without even having to click open email attachment or any program.callow hackers to ta
40、ke control over a particular system or to steal very important data.davoid the virus to attack computer.5according 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得分阅卷人. translation.翻译(20%)(一) tra
41、nslate 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 resul
42、t 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.4some applications, such as word, allow for several windows in a special mode called mdi in which you can open multiple documents
43、 within the same application.(二) translate 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 mag
44、netic 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
45、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学年度第一学期期末考核试卷参考答案及评分标准考核课程: 计算机英语 考试类型: 理论 考试方式: 闭卷笔试 学生所在院系: 信息技术学院 年 级:
46、2007 试 卷: a 执笔人: 要求:明确标注每小题或每步骤得分点. translate the following phrases into english(将下列短语翻译成英语)(10%) ( 本题共10分, 每小题1分)1. software engineering2. arithmetic logical operations3. machine code4. help menu5. graphics technology6. middleware 7. e-commerce8. office automation9. computer virus10. executable fil
47、e. 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.(根据汉语写出相应的英
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 提供演出剧院设施行业市场调研分析报告
- 保暖袜产业规划专项研究报告
- 电路原理-2023春季学习通超星期末考试答案章节答案2024年
- 公共英语2外教社王守仁版学习通超星期末考试答案章节答案2024年
- 提供证券市场信息行业市场调研分析报告
- 伏特计市场需求与消费特点分析
- 兽医用药市场发展预测和趋势分析
- 多学科合作儿科能力建设方案
- 印刷的漫画书产业运行及前景预测报告
- 印刷机用盘纸产业规划专项研究报告
- 1000字作文稿纸模板(完美修正版)
- 中学学生操行等级评定表
- 钢结构施工安全技术交底
- 新时代女大学生修养智慧树知到课后章节答案2023年下枣庄学院
- 项目复盘工作报告PPT模板
- 食谱编制-食谱编制案例分析(食品营养与配餐课件)
- 《融合新闻创作》教学课件-项目三-短视频新闻创作
- 患者安全目标与核心护理制度课件
- 句子成分及句子基本结构(共32张PPT)
- 幼儿教育学基础(第二版)中职PPT完整全套教学课件
- 医疗安全管理与医疗风险防范培训课件
评论
0/150
提交评论