计算机英语实用教程Unit 10

合集下载

计算机专业英语及翻译Unit 10

计算机专业英语及翻译Unit 10

Unit 10 Program DesignText 1 Computer LanguagesComputer languages have undergone dramatic evolution since the first electronic computers were built. Early on, programmers worked with the most primitive computer instructions—machine language. These instructions were represented by long strings of ones and zeroes. Soon, assembly language was invented. It maps machine instructions to human-readable mnemonics, such as ADD and MOV.In time, higher-level languages evolved, such as PASCAL, BASIC, COBOL, C, C++, and JA V A. These languages let people work with something approximating words and sentences, such as Let I = 100. These instructions were translated back into machine language by interpreters and compilers. An interpreter translates a program as it reads it, turning the program instructions, or code, directly into actions. A compiler translates the code into an intermediary form. This step is called compiling, and produces an object file. The compiler then invokes a linker, which turns the object file into an executable program.Because interpreters read the code as it is written and execute the code on the spot, interpreters are easy for the programmer to work with. Compilers, however, introduce the extra steps of compiling and linking the code, which is inconvenient. Because the time-consuming task of translating the source code into machine language has already been accomplished, compilers produce a program that is very fast each time it is run.The problems programmers are asked to solve have been changing. Today's programs use sophisticated "user-friendly interfaces," involving multiple windows, menus, and dialog boxes. The programs written to support this new approach are far more complex than those written just ten years ago. Generally, as programming requirements have changed, both languages and the techniques used for writing programs have evolved.参考译文计算机语言自从第一批电子计算机诞生以来,计算机语言已经发生了戏剧性的变化。

计算机专业英语教程(第四版)习题答案

计算机专业英语教程(第四版)习题答案

计算机专业英语教程(第四版)习题答案计算机专业英语教程(第四版)习题答案计算机专业英语(第四版)课后习题答案Unit 1 [Ex 1] Fb5E2RGbCAP [Ex 2] 1. input, storage, processing, and output 2. power; speed; 1. F 2. T 3. T 4. F 5. T 6. T 7. T 8. T 9. T 10.memoryp1EanqFDPw 3. central processing unit memoryDXDiTa9E3d 5. keyboard; [Ex 3] B. A. central processing unit; 1. F 2. D 2. monitor 3. G 4. C 5. B main memory; 6. A 7. E monitorRTCrpUDGiT 8. H5PCzVD7HxA 4. internal; primary;1. user3. data4. keyboard5. data processingjLBHrnAILg6. information [Ex 4] instructions7. computer8. memory 3. manipulates 4.1. input device2. screen, screen 5. retrievexHAQX74J0X 8. Function6. code7. hard copy[Ex. 5] 新处理器开始IT 技术的新时代New Processors Open New Era of IT Technologies Last week, Intel introduced to the public in Russia and other CIS countries a family of processors Intel Xeon E5-2600. They are more powerful and reliable and, importantly, are very economical in terms of energy consumption. Their1 / 30presence opens a new era in the field of IT technologies and means that the cloud technology is getting closer.LDAYtRyKfEThese processors are primarily designed for servers, data centers (DPC) and supercomputers. The emergence of this class of devices is not accidental. According to the regional director of Intel in Russia and other CIS states Dmitri Konash who spoke at the event, the market of IT-technology is developing so rapidly that, according to forecasts, by 2015 there will be 15 billion devices connected to the Internet, and over 3 billion of active users.Zzz6ZB2Ltk 上周,英特尔公司向俄罗斯和其它独联体国家的公众推出了英特尔Xeon E5-2600 系列处理器,它们更加强大可靠,尤其是在能量消耗方面更加经济实惠。

精品课件-IT专业英语-UNIT10

精品课件-IT专业英语-UNIT10
Application case of LAN
ห้องสมุดไป่ตู้
UNIT 10 Computer Network
K ey P oints
Understanding the fundamental concepts of computer network Mastering the several main network technology Understanding the concepts of different kinds of network Understanding the OSI model
UNIT 10 Computer Network
Computer networking cabling (wired Ethernet as defined by IEEE 802.3) consists of 4 pairs of copper cabling that can be utilized for both voice and data transmission. The use of two wires twisted together helps to reduce crosstalk and electromagnetic induction. The transmission speed ranges from 2 million bits per second to 10 billion bits per second. Twisted pair cabling comes in two forms: unshielded twisted pair (UTP) and shielded twisted-pair (STP). Each form comes in several category ratings, designed for use in various scenarios.

计算机专业英语教程课件-Unit 10 Compilers Principles

计算机专业英语教程课件-Unit 10 Compilers Principles
❖ multithreaded:adj.多线程 的
New Words and Phrases
❖ nontrivial:非平凡的 ❖ optimization:n.最佳化;
最优化
❖ overemphasize:v.过分强 调
❖ parallel:adj.平行的 ❖ prevalence:n.流行,普遍 ❖ prioritize:v.给…优先处理 ❖ rearrange:v.重新排列
Unit 10
Compilers’ Principles
New Words and Phrases
❖ automatically:adv.自动地 ❖ compiler:n.自动编码器;
编辑人 ❖ complex:adj.复杂的;n.
合成物 ❖ compilation:n.聚集;编辑
物 ❖ dynamically:adj.有力的;
❖ misnomer:n.误称;用词 不当
❖ magnitude:n.广大,重要 性
❖ multicore:adj.多心的;多 核的
❖ mathematical:adj.数学上 的,精确的
❖ matrix:n.模型,矩阵
❖ minimize:v.使减到最少
❖ multiple:adj.多样的;复 合的
有一个好的了解后才能开始,而且要有全
The optimization must be correct, th preserve the meaning of the
compiled program,
面的实验和评估来验证我们的直觉。编译
The optimization must improve the performance of manyprogra
❖ simultaneously:adv.同时 发生地

《计算机专业英语》课件第10章

《计算机专业英语》课件第10章

UNIT 10
TEXT Embedded System
An embedded system is a computer system designed for specific control functions within a larger system, often with real-time computing constraints. It is embedded as part of a complete device often including hardware and mechanical parts. By contrast, a general-purpose computer, such as a personal computer (PC), is designed to be flexible and to meet a wide range of end-user needs. Embedded systems control many devices in common use today.
UNIT 10
3. The program instructions written for embedded systems are referred to as firmware, and are stored in readonly memory or Flash memory chips. They run with limited computer hardware resources: little memory, small or nonexistent keyboard or screen.
UNIT 10
The integration of microcontrollers has further increased the applications for which embedded systems are used into areas where traditionally a computer would not have been considered. A general purpose and comparatively low-cost microcontroller may often be programmed to fulfill the same role as a large number of separate components. Although in this context an embedded system is usually more complex than a traditional solution, most of the complexity is contained within the microcontroller itself.

计算机英语章节知识点unit10

计算机英语章节知识点unit10

Unit Ten1networks have been split between wide area networks (WANs)and local area networks (LANs)between---- and :常用于difference, divide choose 和spilt 等词之后I asked him whether there was much difference between British and European law .我问他是否英国法律和欧洲法律有明显的不同。

2.A WAN is a network connected over long-distance telephone lines.Over :穿过,越过,翻到-----另一边Electricity cables stretch over the fields . 电缆穿过了田野。

3.It is now possible to connect up LANs remotely over telephone links so that they look as a single LAN.It 是形式主语,真正的主语是动词不定式connect upSo that : 以便(表示目的)connect up:连接。

Connect up the cells of a battery .联接电池组的各个电池。

4 at least : at any lowest estimate or figure .至少。

It will cost at least five pounds .3 a device that lets the computer talk to the network在make ,let ,have ,see, hear ,watch ,notice ,feel, 等动词后的复合宾语,不定式都不带to,I often hear them sing this song .5 The name TCP/IP refers to a suite of data communication protocols.a suite of: suit [swi:t] 作名词。

计算机英语实用教程课后题参考答案

计算机英语实用教程课后题参考答案

课后参考答案unit 1〖Ex. 1〗根据课文内‎容,回答以下问‎题:1) It is prima‎r ily respo‎n sibl‎e for execu‎t ing instr‎u ctio‎n s.2) Throu‎g h the monit‎o r.3) All proce‎s sors‎,memor‎y modul‎e s, plug-in cards‎, daugh‎t erbo‎a rds, or perip‎h eral‎devic‎e s can be plugg‎e d in those‎socke‎t s.4) The binar‎y syste‎m is used.5) Throu‎g h cleve‎r forma‎t ting‎.6) They are simil‎a r to each other‎. ROM only canno‎t be alter‎e d and does not lose its conte ‎n t s when power‎is remov‎e d.7) “Mouse‎s”8) Flopp‎y disks‎can be remov‎e d from their‎drive‎s and hard disks‎can’t.9) Becau‎s e it is faste‎r than many types‎of paral‎l el port.10) I/O Port.〖Ex. 2〗根据下面的‎英文解释,写出相应的‎英文词汇(使用学过的‎单词、词组或缩略‎语)〖Ex. 3〗把下列句子‎翻译为中文‎:1)绝大部分计‎算机上键盘‎是主要的文‎本输入设备‎。

2)最常见的鼠‎标器顶部有‎两个按钮,左按钮是用‎得最多的。

3)Win 95 和其它操作‎系统让用户‎可以调节鼠‎标器的灵敏‎度。

4)有些系统向‎用户提供几‎种不同的光‎标显示方式‎供选择。

大学实用计算机英语教程第2版翻译机工版10_中文-1-1

大学实用计算机英语教程第2版翻译机工版10_中文-1-1

第10单元计算机安全与隐私第一部分听力和对话对话:使用杀毒软件(Sophie的电脑不幸感染了恶意的电子邮件附件。

现在,她正努力寻找一些措施,用来有效地治疗和保护她的计算机不受病毒感染。

)Mark:我认为杀毒软件在上网时是一个主要的措施。

Henry:是的。

我同意。

杀毒软件是这样一种实用程序软件,它能够寻找并去除病毒、木马、蠕虫和恶意软件。

它适用于所有类型的计算机和数据存储设备,包括智能手机、平板电脑、个人计算机、闪存、服务器、PC机和Mac机。

Sophie:你能否推荐任何有信誉的杀毒软件让我使用?Mark:没问题。

流行的杀毒软件包括Norton AntiVirus、Kapspersky Anti-Virus、F-Secure Anti-Virus、Windows Defender和Avast等。

Sophie:杀毒软件如何起作用?Henry:现代的杀毒软件在幕后运行,并且企图识别存在于设备内的作为下载、电子邮件、附件或网页的恶意软件。

查找恶意软件的过程有时称为扫描或实现病毒扫描。

要识别恶意软件,杀毒软件可以查找病毒特征值或实现启发式分析。

Sophie:当查到恶意软件后会怎样呢?Mark:当杀毒软件查到恶意软件后,它可以试图去除感染,将这个文件放到隔离区,或仅仅是删除这个文件。

Mark:尽管偶尔查不到,但是杀毒软件和其他的安全软件模块能够不断地删去感染设备的恶意软件。

要点是使用安全软件,但是进行额外的预防措施也很重要,如定期备份数据,并且避开靠不住的软件销售商店。

Sophie:我如何保证我的杀毒软件正在运行?Mark:杀毒软件往往是我们习以为常的数字生活的一部分。

我们假定它已安装并执行它的工作。

Henry:但是杀毒软件可能无意中被禁用。

它的配置可以被通过设法潜入设备的恶意软件所改变。

在试用或订阅到期后,杀毒软件会失效。

保证杀毒软件正确地执行也许需要用户定期的介入。

Mark:而且许多杀毒产品在任务栏或通告区会显示一个图标。

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

Unit 10 Applications【教学目的】○ Learn about the English terms of Applications: boot,click,notebook,ASP,backup,CD-R,CD-RW and etc.○ Improve the students’ ability to understand the long and difficult sentences in the text.○ Master the key language poi nts and grammatical structures in the text.○ consolidate the technical terms and important professional phrases by doing exercises. 【教学重点难点】○Important technical terms:boot(启动),click(点击),notebook(笔记本电脑),ASP(动态服务器主页),backup (备份),CD-R(可写光盘),CD-RW(可改写光盘),DVD(数字化视频光盘),clipboard (剪贴板),compression(压缩),default setting(默认设置),icon(图标),password(密码),virus(病毒),MPEG (运动图像专家组),OCR(光学字符识别软件),extension(扩展名),cookie(小甜饼),applet(小Java程序),DSL (数字用户线路)○ Difficult sentences:1. Usually used as a marketing term to describe a Web site that is or is intended to be the first place people see when using the Web.2. A computer on the same network as an infected computer or that uses an infected disk (even a floppy) or that downloads and runs an infected program can itself become infected.3. Note also that different platforms have different general levels of resistance; UNIX machines are almost immune, Win ’95 / ’98 / ME is quite vulnerable, and most others lie somewhere in between.4. MPEGA family of multimedia standards developed by the Motion Picture Experts Group, commonly used to refer to audio or visual files saved with MPEG compression schemes.5. EncryptionA process that turns files into gobbledegook so that they cannot be read, other than by programs containing the appropriate password-protected encryption software.6. Applets differ from full-fledged Java applications in that they are not allowed to access certain resources on the local computer, such as files and serial devices (modems, printers, etc.), and are prohibited from communicating with most other computers across a network.7. A common configuration of DSL allows downloads at speeds of up to 1.544 megabits (not megabytes) per second, and uploads at speeds of 128 kilobits per second. This arrangement is called ADSL: Asymmetric Digital Subscriber Line.○ Review the important points of essential Englishwill表示“通常会……”by defaulthave uses for ……【教学步骤】Step OneRead and explain Text A to the students and ask the students to keep in mind the following professional terms:boot(启动):Starting up an OS is booting it.click(点击):To press a mouse button.notebook(笔记本电脑):A notebook is a small laptop with similar price, performance, and battery life.ASP(动态服务器主页):Active Server Pagesbackup(备份):To make a second copy of a file as a safety measure.CD-R(可写光盘):Compact DiskCD-RW(可改写光盘):Compact Disc Re-Writable formatDVD(数字化视频光盘):Digital Video Diskclipboard(剪贴板):A section of a co mputer’s memory where you can temporarily copy chunks of text, data, graphics, or pictures.compression(压缩):A technique to reduce the size of a file in order to make it more manageable and quicker to download.default setting(默认设置):The computer or software settings made by the manufacturer. icon(图标):A small picture displayed on-screen to identify a command or file.password(密码):A code used to gain access (login) to a locked system.virus(病毒):A virus is a program that will seek to duplicate itself in memory and on disks, but in a subtle way that will not immediately be noticed.MPEG (运动图像专家组):Motion Picture Experts GroupOCR(光学字符识别软件):Optical Character Recognition.CSS(层次式样表):Cascading style sheetsextensions(扩展名):Files are identified by a three -letter or -number code, called an extension. cookie(小甜饼):A cookie is a small file that a web page on another machine writes to your personal machine’s disk to store various bits of information.applet(小Java程序):A small Java program that can be embedded in an HTML page.DSL (数字用户线路):Digital Subscriber LineStep TwoHelp the students to analyze the following long difficult sentences:ually used as a marketing term to describe a Web site that is or is intended to be the firstplace people see when using the Web.本句解释portal。

portal原义:a large and often highly decorated entrance to a building “一幢建筑高大而带有装饰的入口处”,到了网络,其意思是:a site that the owner positions as an entrance to other sites on the internet被译作“门户网站”。

used as a marketing term“用作推销术语”;to describe a Web site that is or is intended to be the first place people see when using the Web.“把网站描述成访问网络时的首站”,全句的参考译文可以是:“portal为门户网站,通常为销售术语,描述一个网站是或打算成为人们上网时最先到的地方”。

告诫学生不要与portable(便携的)混淆,两者非同根词,毫无意思相连。

2. A computer on the same network as an infected computer or that uses an infected disk (even a floppy) or that downloads and runs an infected program can itself become infected.本句讲了一台计算机遇到三种情况自己就会感染病毒,主干句子为A computer can itself become infected。

相关文档
最新文档