计算机专业英语试题1

合集下载

计算机专业英语_考试题目

计算机专业英语_考试题目

----------------------------精品word 文档 值得下载 值得拥有---------------------------------------------- 一、词汇(一)Translate the following words or expressions into Chinese.1.Central Processing Unit 中央处理单元2.relational database 关系数据库 3.software crisis 软件危机 4.feasibility analysis 可行性分析5.electronic commerce 电子商务6.reference element 参考元素9.object-oriented language 面向对象的语言13.assembly language 汇编语言14.standardize 使标准化17.embedded system 嵌入式系统----------------------------精品word 文档 值得下载 值得拥有----------------------------------------------20.gray scale 灰度 (二) Fill in the blanks with the corresponding English abbreviations. (根据汉语写出相应的英语缩写。

)1.随机存储器 RAM2.广域网 WAN3.超文本标记语言 HTML4.文件传输协议 FTP5.液晶显示器 LCD6.结构化查询语言SQL7.磁盘操作系统 DOS8.电子公告板系统 BBS(三) Translate the following English abbreviations into Chinese. (根据英语缩写写出相应的中文意思。

)1.USB 通用串行总线 3.AI 人工智能4.HDD 硬盘驱动器5.DNS 域名服务器6.IE 网页浏览器8.PPP 点对点通信协议 9.SMTP 简单邮件传输协议10.WWW 万维网二、 匹配1、portability J A 、半兼容的2、ROM D B 、客户服务器模式3、carrier signal G C 、数据库管理信息系统4、protocol F D 、只读存储器5、CSS H E 、综合业务数字网6、proxy server N F 、协议7、computer aided design S G 、载波信号8、semi-compatible A H 、层次式样表9、SCSI O I、性能影响10、URL(uniform resource locator) M J、可移植性11、performance hit I K、超文本传输协议12、CP/M R L、局域网13、ISP T M、统一资源定位器14、CLI(Command Language Interpreter)Q N、代理服务器15、hypertext document P O、小型计算机系统接口16、LAN L P、超文本文档17、database management system C Q、命令语言解释程序18、HTTP K R、微机控制程序19、ISDN E S、计算机辅助设计20、client server B T、网络服务提供者三、英文解释(此题仅供参考)In this section, there are 15 sentences which are the English words explanation. You are required to read it carefully, then choose the proper word corresponding with the explanation。

英文版计算机试题及答案

英文版计算机试题及答案

英文版计算机试题及答案Section 1: Multiple Choice Questions (MCQs)1. Which of the following is NOT a programming language?a) Javab) HTMLc) Pythond) SQLAnswer: b) HTML2. What does CPU stand for?a) Central Processing Unitb) Computer Processing Unitc) Control Processing Unitd) Central Program UnitAnswer: a) Central Processing Unit3. Which of the following is NOT an input device?a) Keyboardb) Mousec) Printerd) ScannerAnswer: c) Printer4. What does RAM stand for?a) Read-Only Memoryb) Random Access Memoryc) Recordable Audio Mediad) Runtime Activity MonitorAnswer: b) Random Access Memory5. Which of the following is NOT a type of computer network?a) LAN (Local Area Network)b) WAN (Wide Area Network)c) MAN (Metropolitan Area Network)d) CAN (Campus Area Network)Answer: d) CAN (Campus Area Network)Section 2: Short Answer Questions1. Define the term "algorithm."Answer: An algorithm is a step-by-step procedure or set of rules for solving a specific problem or completing a specific task.2. What is object-oriented programming (OOP)?Answer: Object-oriented programming is a programming paradigm that organizes code into objects, which are instances of classes. It emphasizes the concept of objects and their interactions to solve complex problems.3. Explain the difference between static and dynamic memory allocation.Answer: Static memory allocation is performed at compile-time, where memory is allocated for variables and objects before the program execution starts. Dynamic memory allocation, on the other hand, is performed at runtime using functions like malloc() or new(). It allows for the allocation and deallocation of memory during program execution.4. What is the purpose of an operating system?Answer: The operating system is responsible for managing computer hardware and software resources, providing an interface between the user and the computer, and ensuring that various programs and applications can run smoothly. It also provides file management, process management, and memory management.5. Name three programming paradigms.Answer: Three programming paradigms are procedural programming, object-oriented programming, and functional programming.Section 3: Coding Questions1. Write a Java program to find the factorial of a given number.```javaimport java.util.Scanner;public class Factorial {public static void main(String[] args) {Scanner input = new Scanner(System.in);System.out.print("Enter a number: ");int number = input.nextInt();int factorial = 1;for (int i = 1; i <= number; i++) {factorial *= i;}System.out.println("The factorial of " + number + " is " + factorial); }}```2. Write a Python program to check if a number is prime or not.```pythondef is_prime(number):if number < 2:return Falsefor i in range(2, int(number/2)+1):if number % i == 0:return Falsereturn Truenumber = int(input("Enter a number: "))if is_prime(number):print(number, "is prime.")else:print(number, "is not prime.")```3. Write a C program to reverse a given string. ```c#include <stdio.h>#include <string.h>void reverse_string(char* str) {int length = strlen(str);for (int i = 0; i < length/2; i++) {char temp = str[i];str[i] = str[length - i - 1];str[length - i - 1] = temp;}}int main() {char str[100];printf("Enter a string: ");gets(str);reverse_string(str);printf("Reversed string: %s", str);return 0;}```Note: The code provided above is just examples for the coding questions. Please ensure to compile and test the programs before using them in production.Conclusion:In this article, we discussed multiple-choice questions, short answer questions, and coding questions related to computer science and programming. These questions cover various aspects of computer knowledge and can be used for self-assessment or preparation for exams or interviews.。

计算机专业英语试题含答案

计算机专业英语试题含答案

1 6.计算机专业英语试题 2I . Vocabulary (词汇)(30 分)(一) .Tran slate the follow ing words and expressio ns into Chi nese (写出下列词组的 汉语。

)(共 10 分,每题 1 分)1. operati ng system _______________________________2. white box testi ng _______________________________3. hard disk ________________________________4. man ageme nt in formatio n system ______________________________5. electr onic commerce _______________________________6. relati onal database ________________________________7. software engin eeri ng ______________________________8. .software maintenance _________________________________9. menu bar10. network security(二) .Fill in the blanks with the corresponding English abbreviations. (根据汉语写出相应的 英语缩写。

)(共 10分,每题1分)2. _ 广域网4 .文件传送[输]协6 .面向对象编程8 .结构化查询语言10 .开放系统互(三) Match the following words and expressions in the left column with those similar in meaning in the right 1. applicati on software a. 音频2. mach ine Ian guage b. 应用软件3. structured program ming c. 机器语言4. functional test ing d. 软件测试5. memory e. 结构化程序设计6. relati onal database f. 内存7. firewall g. 功能测试8. software test ing h. 关系数据库9. hacker i. 黑客10. audio j. 防火墙column.(将左列的词汇与右列相应的汉语匹配。

计算机专业英语试题及答案

计算机专业英语试题及答案

8. LAN h.代码窗口计算机专业英语试题I . Vocabulary (词汇)(30 分)(一).Translate the following words and expressions into Chinese (写出下歹U 词组的 汉 语。

)(共10分,每题1分)1 . operati ng system ____________________________________ 2.requirements analysis ____________________ 3. n etwork security ________________________________ 4. data structure ___________________________ 5.decision support system ______________________ 6. relational database _________________________________ 7.software crisis ______________________________8. .computer virus _______________________________9.email attachment _____________________________10. central processing unit ( CPU )(二).Fill in the blanks with the corresponding English abbreviations.(根据汉语写出相应的 英语缩写。

)(共10分,每题1分) 1. _______________________________ 数据库管理系统 _________________________ 3. _______________________________ 多文档界面 _____________________________ 5 .只读存储器 ______________________ 7. _______________________________ 计算机辅助设 ___________________________9. _______________________________ 通用串行总线 (三)Match the followingwords and expressions in the left column with those similar in meaning in the right column.(将左列的词汇与右列相应的汉语匹配。

(完整word版)计算机专业英语试题

(完整word版)计算机专业英语试题

计算机专业英语试题I.V ocabulary(词汇)(30分)(一)Translate the following words and expressions into Chinese.(写出下列词组的汉语。

共10分,每题1分)1.Operating system____________2.white bOx testing__________3.hard disk_________4.management information system_______________5.electronic commerce___________________6.relational database__________________7.software engineering___________________8.software maintenance__________________9.menu bar______________10. network security___________________(二)Fill in the blank swith 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.(将左列的词汇与右列相应的汉语匹配。

计算机专业英语模拟试题1参考答案

计算机专业英语模拟试题1参考答案

计算机专业英语模拟试题1参考答案计算机专业英语模拟试题⼀参考答案⼀、词汇(选择⼀个最合适的词汇,将对应的英⽂字母填⼊空格内。

每题1分,共10分)1、B refers to the parts of the computer that you can see and touch.A. SoftwareB. HardwareC. HardshipD. Instruction2、primary memory which is stored on chips located A.A. on the motherboardB. outsideC. inside the processorD. on the CPU3、The display screen is the most common C device used to show you what the computer is doing.A. inputB. printingC. outputD. electronic4、Windows gives you more control over the A you work.A. operationB. wayC. energyD. power5、The most important program on any computer is A.A. Operating SystemB. VirusC. softwareD. Office 20006、There are D separate products that form the Windows 2000。

A. only oneB. twoC. threeA. developedB. decodedC. programmedD. described8、Anti-Virus protects your computer from viruses by C your computer's memory and disk devices.A. deletingB. changingC. scanningD. replacing9、Multimedia will become increasingly D throughout every aspect of our lives.A. passB. preciseC. permitD. pervasive10、Communication through the Internet, the C performs the reverse function.A. A station controller (STACO)B. DTEC. Data communications equipment (DCE)D. CRT⼆、语法——单项选择题(每⼩题1.5分,共15分)1、The girl I saw D brown hair and blue eyes.A. had sheB. she hadC. herD. had2、I didn't hear the phone last night, I D asleep.A. must beB. must have beenC. should beD. should have been3、He was glad to find the fire A brightly.A. burningB. burnedC. to bum4、Though D by what he said ,she didn't believe in him.A. attractingB. she attractedC. attractedD. have been attracted5、 D that ,I could do it much better.A. If I doB. If I were doC. Were I to doD. Were I do6、It was in this very place A I bought the laser printer.A. whereB. whenC. in whichD. that7、He is old enough to tell right C wrong.A. ofB. inC. fromD. to8、 A he did was quite wrong.A. WhatB. ThatC. IfD. Which9、 C , we missed our plane.A. The train being lateB. To be lateC. The train is being lateD. The train which is late10、I wish that I C the concert last night.A. couldB. have attendedC. could have attended三、多选(每⼩题2分,共20分)1、Windows 2000 is abda. new lease of Windows c. the same as Windows NTb. an inventive technology d. used for building a scalable network2、C++ is abc .a. object-oriented c. extended from Cb. procedure-oriented d. a superset of C3、Office automation is ad .a. the application of computer c. communications technologyb. the computer d. used to improve the productivity of people4、Microsoft Office Professional 2000 include abcd .a. Word 2000 c. Excel 2000b. PowerPoint 2000 d. Outlook 20005、Types of media include abd .a. text c. animationb. full-motion video d. audio6、Modem is c .a. a modulator c. a modulator/demodulatorb. a demodulator d. a data set7、The Internet is acd .a. as a common internet c. constrained by a set of IP suiteb. a specific kind of internet d. defined as the network of networks8、Viruses can delay their attack for abcd .a. daysb. weeksc. monthsd. years9、The attributes of the stack are b .a. FIFO c. queueb. LIFO d. built into their circuitry10、With an Internet connection you can get some of the basic services available are:abcda. E-mailb. Telnetc. FTP四、完形填空(选择⼀个最合适的答案,将对应的英⽂字母填⼊空格内。

7832计算机专业英语(一) 自考试卷

7832计算机专业英语(一) 自考试卷

7832计算机专业英语(一) 自考试卷I do not have emotions, but I will try my best to provide a comprehensive response to the prompt problem.The 7832 Computer English Major (I) Self-study Examination Paper is an important test that assesses the knowledge and skills of students in the field of computer science. The examination paper is designed to evaluate the student's ability to understand and apply the English language in the context of computer science. It is essential for students to prepare adequately for this examination to ensure that they achieve the desired results.The examination paper consists of various sections, including reading comprehension, vocabulary, grammar, and writing skills. The reading comprehension section is designed to assess the student's ability to understand and interpret technical texts related to computer science. The vocabulary section is aimed at evaluating the student's knowledge of technical terms and their ability to use them correctly in context. The grammar section is designed to assess the student's understanding of English grammar rules and their ability to apply them in writing. Finally, the writing skills section is aimed at evaluating the student's ability to express their ideas and thoughts in written English.To prepare for the examination paper, students should start by developing a study plan. This plan should include a schedule for studying and a list of topics to cover. Students should allocate sufficient time for each topic and ensure that they cover all the essential areas. Additionally, students should practice their reading and writing skills regularly to improve their comprehension and expression abilities.In addition to studying the course materials, students should also take advantage of other resources such as online tutorials, practice tests, and study groups. These resources can help students to reinforce their learning and improve their confidence in taking the examination. Moreover, students should seek feedback from their teachers and peers to identify areas that require improvement.In conclusion, the 7832 Computer English Major (I) Self-study Examination Paper is an important test that requires adequate preparation to achieve the desired results. Students should develop a study plan, practice regularly, andseek feedback from their teachers and peers to improve their chances of success. By following these steps, students can enhance their understanding and application of the English language in the context of computer science.。

(完整word)计算机专业英语试题及答案,推荐文档

(完整word)计算机专业英语试题及答案,推荐文档

计算机专业英语试题Ⅰ. Vocabulary(词汇)(30分)(一).Translate the following words and expressions into Chinese(写出下列词组的汉语。

)(共10分,每题1分)1. operating system2.requirements analysis3. network security4. data structure5.decision support system6.relational database7.software crisis8. computer virus9.email attachment10.central processing unit ( CPU )(二).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. multimedia a. 字处理器2. software life cycle b. 交换机3. structured programming c. 多媒体4. functional testing d. 局域网5. word processor e. 结构化程序设计6. code windows f. 软件生命周期7. firewall g. 功能测试8. LAN h. 代码窗口9. hacker i. 黑客 10. switch j.防火墙1. 6. 2. 7. 3. 8. 4. 9. 5. 10.Ⅱ. Comprehension(阅读理解)(一)Fill in the blanks with suitable words or expressions from the list given below, andchange the form where necessary. (从下面方框中选择合适的词或表达,以其适当的形式填空。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

计算机专业英语试题1Ⅰ. Vocabulary(词汇,30分)(一).Translate the following words and expressions into Chinese(写出下列词组的汉语。

10分,每题1分)1. hard disk2.operating system3.electronic spreadsheet4.management information system5.electronic commerce6.data structure7.software engineering8.computer virus9. machine language10.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. 功能测试8. application softwareh. 多媒体 9. system softwarei. 黑客 10.vedioj. 内存1. 6.2. 7.3. 8.4. 9.5. 10.Ⅱ. Comprehension(阅读理解,40分)(一)Fill in the blanks with suitable words or expressions from the list given below, andchange the form where necessary. (从下面方框中选择合适的词或表达,以其适当的形式填空。

15分, 每空3分)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 ADuring initial days of computing, software was largely developed by small groups of people. When this software was to be 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 almostimpossible task to keep the time and budget under control, and projects used to get delayed and many projects were abandoned halfway. There was no 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 critical 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. 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 large 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 convenient 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 system testingMaintenance: fix bugs, enhance features and adapt across platforms.(二)Tell whether the following statements are true(T) or false(F) according to the passageA.(根据上文的内容判断下列句子的正误。

15分,每题3分)1.During initial days of the development of software, everything was done in discipline. ( )2.The definition 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 engineering to software . ( )5. Software engineering only covers the technical aspects of building software systems. ( )Passage BA 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, ranging from the annoying to the disastrous.Virus attacks are growing rapidly these days. According to BusinessWeek, 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 getting 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 attaches 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 type 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 powerful 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 casesit may require line-by-line inspection, code retooling and even systems automation to defend the installed programs.(三)、choose the best answer according to the passage B.(根据上文的内容选择正确的答案。

相关文档
最新文档