计算机专业英语句子
- 格式:pdf
- 大小:27.18 KB
- 文档页数:4
Unit 7 The Fundamentals of ComputerSoftwareText 1 Data StructureA data structure is a data type. Its values are composed of component elements that are related by some structure.Since a data structure is a data type, it has a set of operations on its values. In addition, there may be operations that act on its component elements. The operations of a structured data type might not only act on the values of the data type, they might also act on component elements of the data structure.The data type’s arrays and record s are native to many programming languages. By using the pointer data type and dynamic memory allocation, many programming languages also provide the facilities for constructing linked structures. The first two higher-level abstract data types are stacks and queues. They are extremely important to computing.A stack is a data type. Its major attributes are the way the insertion and deletion of its elements. The only element that can be deleted or removed is the one that was inserted most recently. Such a structure is said to have a last-in/first-out (LIFO) behavior.Queues are familiar to us. The line of people waiting for service at a bank is an example of queues. The main feature of queues is that they follow a first-come/first-served rule. In queues, the earliest element inserted is the first served. In social settings, the rule appeals to our sense of equality and fairness.There are many applications of the first-in/first-out (FIFO) protocol of queues in computing. For example, the line of I/O requests waiting for access to a disk drive might be a queue. The line of computing jobs waiting to be run on a computer system might also be a queue.参考译文数据结构数据结构是一种数据类型,其值是由通过某种结构相互关联的组成元素所构成的。
办公室英语计算机水平口语句子(2)2.实用对话Computer Knowledge计算机知识Interviewer: Do you have any experience working with a computer?面试官:你有使用电脑的工作经验吗?Eric: Yes, I have been a data entry operator for three years.埃瑞克:有,我做了三年的数据录入员。
Interviewer: What kind of software can you use?面试官:你会使用哪些软件程序?Eric: I have working knowledge of Windows and DOS.Actually. I'm quite familiar with both Java and C++Programming Languages.埃瑞克:我有Windows和DOS这两种操作系统的应用知识。
事实上,我非常熟悉Java和C++编程语言。
Interviewer: Do you have any other computer qualifications?面试官:你还有其他计算机方面的资历吗?Eric: Yes. I have an NCRE certificate. Rank 2.埃瑞克:有,我有全国计算机等级考试二级证书。
Interviewer: Do you know how to use a PC to process the management information?面试官:你知道怎么使用计算机处理有关管理方面的信息吗?Eric: I'm sorry to say I'm not familiar with processingmanagement information, but I'm sure I could learn quite quickly. It can't be too difficult, and I've got a quick mind. I can handle any problem you give me.埃瑞克:很遗憾地说我对处理管理信息不太熟悉,不过我相信我很快就能学会。
英语翻译成汉语:1、In 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 computer.If you want to solve the computational problem with a computer, you should learn how to program.The task of developing programs for the soultion 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 otherwise.So programming is breaking a task down into small steps.译:为解决计算问题,其解决方案必须被指定在一个计算步骤的序列,每一个可能由一个人或一个数字计算机。
如果你想解决计算问题的计算机,你应该学会如何计划。
制定发展任务的计划称为编程。
计算机编程的过程中规划和创建一个序列的计算机执行步骤。
一般来说,这个过程将帮助我们解决一个问题,是太冗长的或难以解决的方式。
计算机科学与技术专业英语Computer Science and Technology Major计算机科学与技术专业(jìsuànjī kēxué yǔ jìshù zhuānyè) - Computer Science and Technology Major计算机科学与技术(Computer Science and Technology)是计算机科学与技术学科的核心专业,主要培养学生具有计算机科学与技术专业的基本理论、基本知识和基本技能,能够在计算机科学与技术领域从事应用与开发、设计与实施、管理与服务等工作。
Computer Science and Technology is a core major in the field of computer science and technology. It mainly focuses on cultivating students with basic theories, knowledge, and skills in computer science and technology. Graduates will be able to engage in application development, design and implementation, management, and service in the field of computer science and technology.专业课程(zhuānyè kèchéng) - Major Courses计算机科学与技术专业的课程包括但不限于以下方面:The courses of the Computer Science and Technology major include but are not limited to the following aspects:1.基础课程(basic courses):- 计算机组成原理(Computer Organization and Architecture)- 数据结构与算法(Data Structures and Algorithms)- 操作系统(Operating Systems)- 离散数学(Discrete Mathematics)- 编译原理(Compiler Design)- 计算机网络(Computer Networks)2.核心课程(core courses):- 计算机图形学(Computer Graphics)- 数据库系统(Database Systems)- 人工智能(Artificial Intelligence)- 计算机安全(Computer Security)- 软件工程(Software Engineering)- 分布式系统(Distributed Systems)3.专业选修课程(major elective courses):- 数据挖掘(Data Mining)- 机器学习(Machine Learning)- 物联网技术(Internet of Things)- 云计算(Cloud Computing)- 嵌入式系统(Embedded Systems)就业方向(jiùyè fāngxiàng) - Career Paths计算机科学与技术专业的毕业生在以下领域有广泛的就业机会: Graduates of the Computer Science and Technology major have extensive job opportunities in the following fields:- 软件开发(Software Development)- 网络安全(Network Security)- 数据分析(Data Analysis)- 人工智能与机器学习(Artificial Intelligence and Machine Learning)- 云计算与大数据(Cloud Computing and Big Data)- 嵌入式系统开发(Embedded System Development)- 网站设计与开发(Website Design and Development)- IT管理与咨询(IT Management and Consulting)以上是关于计算机科学与技术专业的简单介绍。
比较题1.SRAM and DRAM*RAM is short for random access memory.@Static RAM(SRAM) keeps data in the main memory,without frequent refreshing,for as long as power is supplied to the cicuit. SRAM is very fast but it is much more expensive than DRAM and takes more space than DRAM. Dynamic RAM(DRAM) is the most often used RAM in today's computer.DRAM can hold its data if it is refreshed by special logic called the refresh circuit.It is much cheaper and take much less space than DRAM.2.System software and Application software*What is software?Collection of programs is called software .*What is computer softwar?It is defined as the instructions and associated data , stored in electronic format , that direct the computer to accomplish task.*what is the shareware ?Shareware is copyrighted software marketed under a “try before you buy” policy.@Systemsoftware is the stuff that make your computer work.The application software is generally the computer programs which are used for the purpose of performing special tasks using a computer,it trains the PC‟s brain for higher cognitive functions rather than just keeping the PC alive and connected to the other.*Examples about Application Software:(1)Accounting software(2)Collaboratire software(3)Compilers and Interpreters(4)Computers Games(5)Database(6)Educational software(7)E-mailN and W ANLAN:A LAN is a high-speed data network that covers a relatively small geographic area .It typically connects workstations, personal computer, printers, servers, and other devices.W AN:A W AN connect multiple geopgraphically nearby LANs to one another over great geographic distances. The speed available on a W AN waries depending on the cost of the connections and may be low. W ANs opeate using routers , which can “choose ” the most appropriate path for data to take to reacha network node.4.What's the difference between Software Engneering & System Engneering ?@System Engineernig is concerned with all aspects of computer based systems developmentincluding hardware ,software and process engineering.Software Engineering is part of this more general process.5.CRT & LCD@CRT: Calhoole ray lube displays had a standarditool form factor owing to the required shape of heavriy vacuum tubeLCD;Liquid cryslal Displays have a new seirse of style.Free from the bulky shap of CRT,today's flat panel vendors are letting their imaginations run free with monitors that are colourd and shaped to match a design concept.*Advantage of LCD monitor①LCD monitor consume less power②Do not produce electromagnetic radiation as CTRs do③Are right and slim in size④Do not flickers like CRT’s⑤Full viewable size6.Synchronous & Asynchronous@S:you need two separated cables with every clock pulse one data bit is transfermed.A:transmission clock and data are tranfermed with only one cable.7.RISC & CISC@CISC:Complex Instruction Set ComputerIt is microprocessor designIt is used to transulations are complex to machine understand;It is need large memory area;It is very slow in processRISC:Reduced Instruction Set ComputerIt is advanced microprocessor designIt is reduced the complex Set of CISCIt is need minimem-storageIt is very fast to compare with CISC8.Switch & Router@9.Windows OS and Unix OS@Windows OS:Be easily understood.Unix OS:The UNIX OS was desiged to let a number of programmers access the computer at the same time and share its resources.10.Multitasking & Multiuser@Multitasking:Many computers do just one thing at a time ,as anyone who uses a PC laptop can attest. Try logging onto your company …s network while opening your browser and while opening a word processing program .Chances are the processor will freeze for a few seconds while it sorts out the multiple instructions. Multiuser:The same design which permits multitasking permits multiple users to use the computer .The computer can take the commands of a number of users –determined by the design of the computer – to run programs , access files , and print documents at the same time.11.Multitasking & Parallel processing@Multitasking:A single CPU excutes several programs at onceParallel processing:More than one CPU excutes a single program12.3GPL & 4GPL@3GPL:A 3GPL was no longer a need to work in symbolics.Instead,a pogrammer could use a programming language what resembled more to the natural languages.4GPL :A fourth generation programming language is a programming language designed with a specific purpose in mind such as the development of commercial business software.Y ou can use to build an application without the third generation progamming language.13.Paraller processing and Compilier interpreter@14.switch RL and swich GPL@pare OSI with TCP/IPSimilarities :(1)both have layers(2)both have application layers(3)both have comparable transport and Network layers(4)packet ---switched technology is assumed(5)networking professional need to know both modelsdifferences :(1)TCP/IP combines presentation and session layer functions into its application layer.(2)TCP/IP combines the OSI data link and physical layers into one layer(3)TCP/IP simpler because it has few layers(4)OSI complex because it has multiple layers(5)TCP/IP have 4 layers , but OSI have 7 layerspilers and Interpreters@Compiler:A compiler is a computer program that translate a computer program written in one computer language into a program written in another computer language.Interpreter:An interpreter is a computer program that excutes other programs.简答题1.Field in AI①Games playing:programming computers to play games such as chess and checkers.②Expert system:programming computers to make decisions I real –life situations.③Natual language:programming computers to understand natural human language.④Neural networks:systems that simulate intelligence by attemping to reproduce the types of physical connections that occur in animal brains.⑤Robotics:programming computers to see and hear and react to other sensory stimuli .2.Write sth about Quanty Computing?@It was proposed in 1970‟s.It is based on quantum physics,b y taking advantages of certain quantum physics properties of atom or nuclei that allow them to work together as quantum bits or qubits to be the computer processor and memory . 3.Nano technologyIt is a field of science atoms is meant to control individual atoms and molecules to create computer chips and other devices that are thousand of times smaller them current technologies permit.4.Explain Register & it's type?@Only register can be directly indexed for input or output of an instruction, as defined by the instruction set.Types:Data register: Used to stored integer numbersAddress register: Hold memory addresses and are used to access memory General purpose register: It store data and addressFloating point register: Used to stored floating point numbers.Constant register : It hold read only values zero or one.Vector register : It hold single instruction and multiple data(SIMD).Special purpose register: It stored internal CPU data like stack pointer or processor status wordsInstruction register: the instruction currently being executed by the processer is stored here.5.10 lines about Data W arehouse & Data marts?@Data warehouse:Data warehouses are computer based information systems that are home for "secondhand"data that originated from either another application or from an external system or source.W arehouse optimize database query and reporting tools because of their ability to analyze data.They are a way for managers and decision makers to extract information quickly and easily in order to answer questions about their business.Data marts:It are smaller than data warehouse and genera lly contain information from a single department of a business or organization.The current trend in data warehousing is to develop a data warehouse with sevral smaller related data mats for specific kinds of queries and reports.6.Multimedia@Multimedia as the name suggests is an integration of various medium of communication which include text,graphics,animation,audio,still omages and motion video in a way that provides the user with a high level of control and interaction.Multimedia can be defined as any contains three or more of the following elements:text,still images,animation,sound,video and/or hypertext navigation.7.TCP/IP@TCP and IP were developed by Department of Defence of USA research project to connect a number of different networks designed by different vendors into a network of networks.It delivered a few basic services that everyone needs like file transfer,electronic mail,remote logon across a very large number of client and sever systems.TCP/IP is composed of layers:IP-is reponsible for moving packet of data from node to node.TCP-is responsible for verifying the correct delivery of data from client to server. Sockets-is a name given to the package of sunroutines that provide access to TCP/IP on most systems.8.What's bus and it's type?A bus is an important subsystem in computer architecture which transfers data or power between computer components inside a computer or butween computers.There are two types of bus:parallel bus and serial bus.Something about I/O Bus?9.Something about I/O System instructions?@There are four I/O buses in the modern PC architecture and each of them has several functions.They may lead to internal and external ports or they lead to other controlling buses,The four buses are:ISAPCI-which is the newer high speed multifunction I/O bus.AGP-which is only used for graphices adapter.USB-which is the new low speed I/O bus to replaces ISA.11.What's Internet?@Internet is consists of computers and router they obey the rules which is definited in the network. It allows users to communicate with their friends,to send message to the internet to shall the message.12.Basic Principles of 4GL includes?@(1)The Principle of Minimum W ork(2)The Principle of MInimum Skill(3)The Principle of avoiding alien syntax and mnemonics(4)The Principle of Minimum Time(5)The Principle of Minimum errors(6)The Principle of Minimum Maintenance(7)The Principle of Minimum Results13.Something about SQL?@SQL is short for`Structured Query Languages,which comprises one of the fundamental building blocks of modern database architecture.SQL defines the methods used to create and manipulate relational database on all major platforms.14.Parallel Bus and Serial Bus?Parallel Bus,which carries data words across multiple wires.Serial Bus,which carries data in bit-serial form.15.Features of Unix?@(1)Multitasking capability(2)Multiuser capability(3)Portability(4)UNIX programs(5)Library of applications software16.Something about 5th Generation Computers?@Fifth generation computing devices are based on artificial intelligence.AI includes the following fields:(1)games playing(2)expert systems:programming computers to make decisions in real-life situations(3)natural language:programming computers to understand natural human languages(4)neural netwoks(5)robotics17.What is an Internetwok?@An internetwork is a collection of individual networks,connected by intermediate networking devices.that functions as a single large network.Internetworking refers to the industy,products,and procedures that meet the challenge of creating and administering internetworks.18.ISO and OSI@ISO stands for International Standardization Organization and OSI System Interconnect Reference Model.The ISO/OSI is one of the most important systems architectures for talking about commucations.ISO/OSI is divided into seven layers,the pupose of each layer is to offer certain services to the higher layers.(画7层图)7 layers:(1)physical layer --- transmitting individual bits from one node to the next(2)data link layer --- data representation(3)network layer --- end to end communication(4)transport layer --- provide services from internet layer to application layer(5)session layer --- communication between hosts(6)presentation(7)application layer --- provide some applicationwork : interconnection between 2 or more computerpurpose of network :(1)sharing the file and applications(2)sharing hardware deviceskinds of network :(1)UK JANET (Joint Academic Network)(2)Europe EARN (European Academic Research Network)(3)USA ARPA net (Advanced Research Projects Agency Network )Application of network:(1)resource sharinghardware (computer resource , disks , prints )software (application software )(2)information sharingeasy accessibility from anywheresearch capability(3)communicationEmail , Message broadcast.Types of network :(1)LAN (Local Area Network) network in small geographical area(2)MAN (Metropolitan Area Network) network in a city(3)W AN (Wide Area Network) spread geographical20.URLS@URL stands for uniform resource locatorA URL is the address of document on the computer简写:(1) IC --- Integrated Circuit(2) PC --- Personal Computer(3) CPU ---Central Processing Unit(4) VDU --- Visual Display Unit(5) PCI --- Peripheral Component Interconnect(6) USB ---Universal Serial Bus(7) GUI --- Graphical User Interface(8) OSI --- Open System Interconnection(9) ISO --- International Standard Organization(10) HTTP --- Hypertext Markup Language(11) TCP --- Transfer Control Protocol / Internet Protocol(12) DNS --- Domain Name System(13) FTP --- File Transfer Protocol(14) UDP --- User Datagram Protocol(15) ARP --- Address Resolution Protoco。
Unit Four Software Engineering 软件过程Text A Software processes软件过程A software process is a set of activities that leads to the production of a software product.一个软件过程是一组引发软件产品生产的活动。
These activities may involve the development of software from scratch in a standard programming language like Java or C.这些活动刻画了软件使用像Java或C这样的标准编程语言从头开始的一步步的开发过程。
Increasingly, however,new software is developed by extending and modifying existing systems and by configuring and integrating off-the-shelf software or system components.然而,现在越来越多的软件是通过在旧软件基础上修改或通过配置和集成现成软件或系统组件而形成。
Software processes are complex and, like all intellectual and creative processes, rely on people making decisions and judgements.软件过程是复杂的,像所有智力过程一样,它依赖于人的判断。
Because of the need for judgement and creativity, attempts to automate software processes have met with limited success.因而需要判断和创造力,软件过程自动化的尝试只获得了有限的成功。
ict行业的基础英语ICT(信息与通信技术)是指利用电脑等技术设备进行信息的处理、存储、传输和应用的领域。
在ICT行业中使用英语进行交流是非常重要的。
本文将介绍在ICT行业中常用的基础英语词汇、短语和句子。
1. Hardware(硬件):指电脑、服务器、网络设备等物理设备。
- Our company recently upgraded its hardware to improve performance.(我们公司最近升级了硬件,以提高性能。
)2. Software(软件):指应用程序和操作系统等电脑程序。
- I need to install the latest software update on my computer.(我需要在我的电脑上安装最新的软件更新。
)3. Database(数据库):指存储和组织数据的集合。
- The database contains valuable customer information.(数据库中包含着有价值的客户信息。
)4. Network(网络):指多台计算机通过电缆、光纤等连接起来,互相传送数据的系统。
- The network connection seems to be slow today.(今天的网络连接似乎很慢。
)5. Server(服务器):指为客户端提供服务的计算机或软件。
- We need to upgrade our server to handle the increased traffic.(我们需要升级服务器以处理增加的流量。
)6. Firewall(防火墙):指用于保护计算机网络免受未经授权的访问和攻击的设备或软件。
- The company's firewall provides strong protection against cyber attacks.(公司的防火墙提供了强力的保护措施,防止网络攻击。
1. Bad file name or command. 错误的文件名或命令。2. Abort, Retry, Ignore? 中止,重试或取消?3. Please read the following license agreement. 请认真阅读下列授权协议书。4. It is recommended you exit all the other applications before continuing with this installation.建议安装前先关闭其他所有的应用程序。
5. Press OK to continue installation of this software. 请单击【OK】按钮继续安装。6. Press F1 for Help. 按F1键请求帮助。7. Restart your computer and finish setup. 重启你的计算机,完成安装。8. Write protected disk in drive. 磁盘写保护。9. Are you sure you want to continue [Y/N]? 确认继续吗?(是按Y/不是按N键)10. Not enough memory. 内存不足。11. Set the front of your monitor to face the east if possible. 如果可能,请把您的显示器的面板朝东。
12. When cleaning the outside of your monitor and picture tube, use a damp cloth or a cloth with a recommended detergent, please. 要清洁显示器的外表和显像管,请用湿布或蘸有推荐洗涤剂的布。
13. Connect the power cord for your monitor to the power port on the back of the monitor. 把你的显示器的电源线连接到显示器背面的电源端口。
14. Plug the power cord for the monitor into a nearby outlet. 把显示器的电源线插在附近的一个插座上。
15. Connect the end of the signal cable to your computer’s video port. 把信号电缆连接到计算机的视频口上。
16. If you are using a Macintosh computer, connect the cable to a Macintosh adapter, and set the pins on your adapter. 如果你使用的是Macintosh计算机,则把电缆连接Macintosh适配器。
17. Turn on your computer and monitor. 打开你的计算机和显示器。18. If your monitor can display image, installation is completed. 如果显示器可以显示出图像,那么安装就完成了。19. If the product you have purchased does not include a CD-based manual, please visit thefollowing URL to download user’s guide and driver installation file. 如果你购买的产品没有CD光盘形式的使用手册,请访问以下网址下载用户手册和驱动程序安装文件。
20. The higher the refreshing rate is, the better the resolution becomes. However, this can be limited by the capacity of system. 刷新率越高,清晰度越高。但是,它有可能受限于系统的容量。
21. Recommended rate: 85Hz (at least 75 Hz). 建议刷新率:85Hz(最小75Hz)。22. An inappropriate refreshing rate may fatigue your eyes. 刷新率不合适,会使眼睛疲劳。
23. The best resolution may differ from the size of monitor. 最佳分辨率可以因显示器尺寸而有所不同。
24. The main function of a processor is to interpret and carry out instructions. 处理器的主要作用就是解释和执行指令。
25. Every processor has a set of operations such as ADD, STORE and LOAD. 每个处理器都有诸如ADD、STORE和LOAD之类的操作码。
26. The keyboard is full of buttons, with which we can input data or program into the computer. 键盘上布满了按键,我们可以通过它向计算机中输入数据和程序。
27. Control menu: It is standard in all windows, but its appearance will be changed if you have opened a particular window. The menu contains a group of window commands. 控制菜单:它在所有的窗口中都是标准的,但如果你打开一个特殊的窗口时,它的外观却很可能要改变。它是包括一组窗口命令的菜单。
28. Title menu: It indicates which program you are currently working in. When a window is active, its color will become blue. 标题菜单:它表明你当前正工作在哪一个程序。当一个窗口处于激活状态时,它的颜色将变蓝。
29. When a window is maximized, the restore button replaces its maximize button. You can revert the window to its original size by clicking on this button once again. 当一个窗口已被最大化,还原按钮就会取代最大化按钮。再一次单击这个按钮,你就能把窗口恢复成它原来的大小。
30. Minimize button: When you click on it, the window disappears and appears as a button on the taskbar. 最小化按钮:当你单击它时,这个窗口将消失并以一个按钮的方式出现在任务栏上。31. Close button: Selecting this button when you want to close a document or exit a program. 关闭按钮:当你想要关闭一个文件或退出一个程序时,你可以选择这个按钮。
32. Menu bar: Click on a menu item to display the menu and its commands. 菜单栏:单击一个菜单名称后将会显示出整个菜单和它的命令。
33. Tool bar: Clicking on a button will invoke a specific command. 工具栏:单击一个按钮将会启动一个特殊的命令。
34. Scroll bar: When the information is not entirely displayed in the frame, vertical and horizontal scroll bars appear. Drag either scroll bar to side the information into view. 滚动条:当信息没有在框架中完全显示出来的时候,就会出现竖直的和水平的滚动条。拖动其中任一个都将使信息进入视线。
35. Status bar: It provides information regarding the current status. 状态栏:它提供一些有关当前状态的信息。
36. The Central Processing Unit (CPU) is the heart of the computer system. The size of the CPU is becoming smaller and smaller, but it’s speed and capacity is increasing tremendously. 中央处理器(CPU)是计算机系统的心脏。它的尺寸变得愈睐愈小,但它速度和容量却大副的增长。
37. The CPU has two main parts: (1)the control unit and (2) the arithmetic / logic unit. 中央处理器有两个主要部分:(1)控制单元,(2)算术逻辑单元。
38. The control unit does not execute instructions itself, it tells other parts of the computer system what to do. 控制单元它本身并不执行任何指令,它告诉计算机系统其他部分各干什么。
39. The ALU performs all the arithmetic and logical functions. ALU 执行所有算术和逻辑功能。
40. Before an instruction is executed, it is first retrieved from main memory and pout into a register. The function of the register is to temporarily store data and instructions. 一个指令执行前,首先将其从主内存中取出并放如寄存器内。寄存器的功能就是暂时存储数据和指令。