下載本文檔
版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、計算機專業(yè)英語試題一)translate the following words and expressions into chinese(寫出下列詞組的漢語。)(共10分,每題2分)1 operating system2 hard disk 3 management information system 4 relational database 5 menu bar (二)fill in the blanks with the corresponding english abbreviations.(根據(jù)漢語寫出相應的英語縮寫。) (共10分,每題1分)1只讀存儲器 _ 2廣域網(wǎng) 3傳輸控
2、制協(xié)議 _ 4文件傳送輸協(xié)議 5通用串行總線_ (三)match the following words and expressions in the left column with those similar in meaning in the right column.(將左列的詞匯與右列相應的漢語匹配。)(20分,每空2分)1. application softwarea.音頻2. machine languageb.應用軟件3. structured programmingc.機器語言4. functional testingd.軟件測試5. memorye.結構化程序設計6. re
3、lational database f.內存7. firewall g.功能測試8. software testingh.關系數(shù)據(jù)庫9. hackeri.黑客10. audioj.防火墻1 2 3 4 5 6 7 8 9 10 ( ). comprehension(閱讀理解)(一)fill in the blanks with suitable words or expressions from the list given below, and change the form where necessary. (從下面方框中選擇合適的詞或表達,以其適當?shù)男问教羁?。?15分, 每空3分) t
4、oolbar ruler title barmenu bar incorporate intomicrosoft word xp is the current window version of word, and documents created in word xp can be easily _ excel, power point and access files. in the interface of word, the _ displays the name of the current application and name of the current document;
5、 the _lists the names of the menus available; the _gives the user quick access to frequently used editing functions; the _enables the user to change left and right margin. passage aduring initial days of computing, software was largely developed by small groups of people. when this software was to b
6、e maintained by another set of people, it used to be a nightmarish experience. when large commercial projects were to be handled, it used to be an almost impossible task to keep the time and budget under control, and projects used to get delayed and many projects were abandoned halfway. there was no
7、 systematic procedure for the software development; everything was done on ad hoc basis. this ad hoc approach led to the software crisis.over the last few decades there has been a tremendous growth in information technology and its impact on everyday life. complex software systems have become critic
8、al to the operation of many systems in areas such as banking, communications, manufacturing, power generation, and transportation. progress in computer science and accumulated experience with industrial production of software have led to the emergence of software engineering as a separate discipline
9、. the software engineering discipline has been defined as the application of systematic, disciplined, quantifiable approaches to the development, operation, and maintenance of software. that is, the application of engineering to software .the computer science discipline concerns with developing larg
10、e applications. software engineering covers not only the technical aspects of building software systems, but also management issues, such as directing programming teams, scheduling, and budgeting.for developing a software product, the development process is divided into different stages. a convenien
11、t way of splitting the whole process is to divide the development into the following five stages:requirements analysis & specification: define the system requirements in detaildesign: specify system architecture and modules in detailcoding: produce source codetesting: deal with unit testing and syst
12、em testingmaintenance: fix bugs, enhance features and adapt across platforms.(二)tell whether the following statements are true(t) or false(f) according to the passage a.(根據(jù)上文的內容判斷下列句子的正誤)(15分,每題3分)1. during initial days of the development of software, everything was done in discipline. ( ) 2. the de
13、finition of software engineering is the application of systematic, disciplined, quantifiable approaches to the development, operation, and maintenance of software. ( ) 3. for developing a software product, you need design, coding and testing. ( )4. software engineering is the application of engineer
14、ing to software . ( )5. software engineering only covers the technical aspects of building software systems. ( )passage bin order to solve a computational problem, its solution must be specified in terms of a sequence of computational steps, each of which may be performed by a human or a digital com
15、puter . if you want to solve the computational problem with a computer, you should learn how to program. the task of developing programs for the solution of computational problems is referred to as programming. computer programming is the process of planning and creating a sequence of steps for a co
16、mputer to follow. in general, this process will help us resolve a problem, which is either too tedious or difficult to work out otherwise . so programming is breaking a task down into small steps.programming is sometimes contrasted with coding. coding generally refers to the writing of programs for
17、given program specification, while programming includes the task of preparing the program specification as well as that of writing the program. the text of a program is sometimes referred to as code, and lines of program text are referred to as lines of code, especially in the case of machine-langua
18、ge programs. the term coder is used to describe a person engaged exclusively in implementing program specifications prepared by others. whats actually involved in programming - the actual process of writing programs? heres a quick overview of the process: write a program. compile the program. run th
19、e program. debug the program. repeat the whole process until the program is finished. (三)、choose the best answer according to the passage b.(根據(jù)上文的內容選擇正確的答案。(15分,每題3分)1if you want to solve the computational problem with a computer, you should learn how to .a. calculate b. program c. add d. subtract2.
20、 computer programming is the process of planning and creating a sequence of for a computer 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
21、do it.a. machine b. computer c. keyboard d. mouse5. which of the following is not the stages of programming?a. write a program.b. debug the program.c. print the program.d. compile the program.passage c the internet, then known as arpanet, was brought online in 1969, which initially connected four ma
22、jor computers at universities in the southwestern us . the early internet was used by computer experts , engineers, scientists, and librarians. there was nothing friendly about it. there were no home or office personal computers in those days, and anyone who used it, whether a computer professional
23、or an engineer or scientist or librarian, had to learn to use a very complex system. the internet matured in the 1970s as a result of the tcp/ip architecture. as the commands for e-mail, ftp , and telnet were standardized, it became a lot easier for non-technical people to learn to use the nets. it
24、was not easy by today s standards by any means, but it did open up use of the internet to many more people in universities in particular. other departments besides the libraries, computer, physics, and engineering departments found ways to make good use of the nets - to communicate with colleagues a
25、round the world and to share files and resources. in 1991, the first really friendly interface to the internet was developed at the university of minnesota. the university wanted to develop a simple menu system to access files and information on campus through their local network. since the internet
26、 was initially funded by the government, it was originally limited to research, education, and government uses. commercial uses were prohibited unless they directly served the goals of research and education. this policy continued until the early 1990s, when independent commercial networks began to
27、grow.(四) choose the best answer according to passage c.( 根據(jù)上文的內容選擇正確的答案。15分,每題3分)1. how many computers were connected to the initial internet in 1969 ?a. ten b. four c. twenty d. three2. only could use the early internet. a. computer experts, engineers, scientists, and librarians b. any experts, engineers, scientists, and librarians c. computer experts, engineers, sc
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 西方復習測試卷含答案
- 2025至2031年中國PVC/PE復合硬片行業(yè)投資前景及策略咨詢研究報告
- 2024至2030年中國遙控山地賽車數(shù)據(jù)監(jiān)測研究報告
- 2024至2030年中國牛肉豆酥數(shù)據(jù)監(jiān)測研究報告
- 2024至2030年中國無級調速分散機數(shù)據(jù)監(jiān)測研究報告
- 2024年中國鋼索荷締機市場調查研究報告
- 2024年中國奶酪威化餅市場調查研究報告
- 第03單元 生命活動的調節(jié)單元測試(B卷·提升能力)(原卷版)
- 專業(yè)舞蹈教練教學責任免除書
- 智能種植管理系統(tǒng)設計與實現(xiàn)
- 2024-2025學年七年級上學期語文期末考前押題卷(統(tǒng)編版2024+含答案)
- 土建定額培訓課件
- ISO 56001-2024《創(chuàng)新管理體系-要求》專業(yè)解讀與應用實踐指導材料之13:“6策劃-6.2創(chuàng)新目標及其實現(xiàn)的策劃”(雷澤佳編制-2025B0)
- 二年級上冊《語文園地八》日積月累
- 2024年保護環(huán)境的建議書范文(33篇)
- 2024年中國PVC鞋底料市場調查研究報告
- 退休人員公益活動合作合同
- 四年級數(shù)學(四則混合運算帶括號)計算題專項練習與答案
- 急診創(chuàng)傷疼痛護理
- 2022年期貨從業(yè)資格《期貨基礎知識》考試題庫(含典型題)
- 浙江省湖州市2023-2024學年高二上學期期末調研測試數(shù)學試題 含解析
評論
0/150
提交評論