《计算机专业英语》电子教案第9章.ppt
《《计算机专业英语》电子教案第9章.ppt》由会员分享,可在线阅读,更多相关《《计算机专业英语》电子教案第9章.ppt(33页珍藏版)》请在三一办公上搜索。
1、计算机专业英语,9-1,Computer English,Chapter 9 The World Wide Web,9-2,理解万维网(World Wide Web)的工作原理;能够描述Internet和万维网的特征及其服务;了解学术论文写作的有关知识。,Requirements:,9-3,The invention of the Web brought an extraordinary expansion of digital services to millions of amateur computer users,including color text and pages,forma
2、tted text,pictures,animations,video,and sound.In short,the Web makes nearly all the rich elements of human expression needed to establish a commercial marketplace available to nontechnical computer users worldwide.,万维网的发明带来了为数以百万计的业余计算机使用者提供的数字化服务的非常扩展,包括彩色文本和网页、格式化文本、图片、动画、视频和声音。简而言之,万维网使建立商业化市场必需的
3、人类表达方式的几乎所有丰富要素对非技术计算机使用者成为可能。,9-4,New Words&Expressionsanimation n.动画browse v.n.浏览Hypertext n.超文本protocol n.草案,协议extension n.扩展名supplant vt.排挤掉,代替browser n 浏览器surf vi.作冲浪运动,vt.在.冲浪extension n.扩展名supplant vt.排挤掉,代替browser n 浏览器surf vi.作冲浪运动,vt.在.冲浪Netscape 美国Netscape公司,以开发Internet浏览器闻名,Abbreviations
4、GML(Generalized Markup Language)通用置标语言SGML(Standard Generalized Markup Language)标准通用置标语言XML(Extensible Markup Language)可扩展链接标示语言SSL(Security Socket Layer)加密套接字协议层FTP(File Transfer Protocol)文件传输协议PDA(personal digital assistant)个人数字助理,9-5,9.1 HYPERTEXT,Web pages can be accessed through the Internet be
5、cause the Web browser software operating your PC can request Web pages stored on an Internet host server using the HTTP protocol.Hypertext is a way of formatting pages with embedded links that connect documents to one another,and that also link pages to other objects such as sound,video,or animation
6、 files.When you click on a graphic and a video clip plays,you have clicked on a hyperlink.,因为操作个人计算机的网络浏览器软件能使用HTTP协议对储存在因特网主机服务器上的一个网页发出请求,所以能通过因特网访问万维网网页。超文本是使用嵌入式链接形成格式化网页的一种方法,这些链接将文档彼此联结,而且将网页链接到其他对象如声音、视频或动画文件。当你点击一个图形和一个视频剪辑播放按钮的时候,你在点击一个超链接。,9-6,HTTP is the first set of letters at the start
7、of every Web address,followed by the domain name.The domain name specifies the organizations server computer that is housing the document.Most companies have a domain name that is the same as or closely related to their official corporate name.The directory path and document name are two more pieces
8、 of information within the Web address that help the browser track down the requested page.Together,the address is called a Uniform Resource Locator,or URL.When typed into a browser,a URL tells it exactly where to look for the information.,HTTP是每个网址的第一个字母组合,位于网址的起始位置,紧跟着它的是域名。域名指定组织的服务器计算机,而文件收藏于服务器
9、计算机之上。大多数公司有一个与其官方公司名字相同或接近的域名。目录路径和文件名在网址中是出现较多的两个信息,它帮助浏览器捕捉被请求的网页。同时,网址叫做统一资源定位符,或URL。当把网址键入一个浏览器内时,URL准确分辨到哪里找寻数据。,9.1 HYPERTEXT,9-7,Although the most common Web page formatting language is HTML,the concept behind document formatting actually had its roots in the 1960s with the development of Ge
10、neralized Markup Language(GML).,虽然最常见的网页格式化语言是HTML,实际上文档格式的概念早在20世纪60年代随着通用置标语言(GML)的发展就形成了。,9.2 HYPERTEXT,9-8,SGML.In 1986,the International Standards Organization adopted a variation of GML called Standard Generalized Markup Language,or SGML.The purpose of SGML was to help very large organizations
11、 format and categorize large collections of documents.The advantage of SGML is that it can run independent of any software program but,unfortunately,it is extremely complicated and difficult to learn.Probably for this reason,it has not been widely adopted.,SGML(标准通用置标语言)。在1986年,国际标准组织正式通过了GML的一种变体叫做
12、标准通用置标语言,或SGML。SGML的目标是帮助特大型组织对大量文档格式化并归类。SGML的优点是它能独立于任何软件程序运行,但不幸的是,它极端复杂和难学。或许因为这个理由,它没有被广泛地采用。,9.2 HYPERTEXT,9-9,HTML.HTML(HyperText Markup Language)is a GML that is relatively easy to use.HTML provides Web page designers with a fixed set of markup“tags”that are used to format a Web page.When th
13、ese tags are inserted into a Web page,they are read by the browser and interpreted into a page display.You can see the source HTML code for any Web page by simply clicking on the“Page Source”command found in all browsers.,HTML(超文本链接标示语言)。HTML是相对容易使用的一种GML。HTML为网页设计者提供一组固定的标示“标签”用于格式化网页。当这些标签被插入一个网页之
14、中时,他们被浏览器阅读并翻译为网页显示。你可以看见任何网页的HTML源代码,只需点击一下所有浏览器中都能找到的 网页源文件指令。,9.2 HYPERTEXT,9-10,HTML functions to define the structure and style of a document,including the headings,graphic positioning,tables,and text formatting.5 Since its introduction,the two major browsersNetscapes Navigator and Microsofts I
15、nternet Explorerhave continuously added features to HTML to enable programmers to further refine their page layouts.Unfortunately,many of the enhancements only work in one companys browser,and this development threatens the attainment of a universal computing platform.,HTML的功能是定义文件的结构和风格,包括标题、图形定位、表
16、格和本文格式。从HTML引入以来,两个主要的浏览器Netscape(网景公司)的Navigator和Microsoft(微软公司)的Internet Explorer不断地把特征加入HTML之中,使程序员能够进一步改进他们的页设计。不幸的是,许多功能的加强只有在一个公司的浏览器中起作用,而且这种发展威胁到通用计算机平台的实现。,9.2 HYPERTEXT,9-11,HTML Web pages can be created with any text editor,such as Notepad or Wordpad,using Microsoft Word(simply save the W
17、ord document as a Web page)or any one of several Web page editors.,HTML网页可以使用微软的Word或几种网页编辑器中任何一种通过本文编辑器生成,例如Notepad(记事本)或 Wordpad(写字本)(只需把Word文件保存为一个网页)。,9.2 HYPERTEXT,9-12,XML.Extensible Markup Language(XML)takes Web document formatting a giant leap forward.XML is a new markup language specificati
18、on developed by the W3C(the World Wide Web Consortium).XML is a markup language like HTML,but it has very different purposes.Whereas the purpose of HTML is to control the“look and feel”and display of data on the Web page,XML is designed to describe data and information.,XML(可扩展标示语言)。XML使网络文件格式化发生了一次
19、巨大的飞跃。XML是由万维网联合会开发的一种新型置标语言规范。XML是像HTML一样的一种置标语言,但是它又有非常不同的目的。XML是用于描述数据和信息,而HTML的目的是控制表现与感觉 并将数据在网页上显示。,9.2 HYPERTEXT,9-13,For instance,if you want to send a patients medical recordincluding diagnosis,personal identity,medical history information,and any doctors notesfrom a database in Boston to a
20、 hospital in New York over the Web,it would be impossible using HTML.However,with XML,these rich documents(database records)for patients could be easily sent over the Web and displayed.,比如,如果你想要把一个病人的病历卡包括诊断、个人身份、病史信息和任何医生笔记通过网络从一个在波士顿的数据库发送到位于纽约的一所医院,使用HTML是不可能的。然而,使用XML,这些有关病人的富文件(数据库记录)可以容易通过网络发送
21、并显示。,9.2 HYPERTEXT,9-14,XML is“extensible,”which means the tags used to describe and display data are defined by the user,whereas in HTML the tags are limited and predefined.XML can also transform information into new formats,such as by importing information from a database and displaying it as a ta
22、ble.With XML,information can be analyzed and displayed selectively,making it a more powerful alternative to HTML.This means that business firms,or entire industries,can describe all of their invoices,accounts payable,payroll records,and financial information using a Web-compatible markup language.On
23、ce described,these business documents can be stored on intranet Web servers and shared throughout the corporation.,XML是 可扩展的,意味着用于描述并显示数据的标签被使用者定义,而在HTML中标签是有限制的,而且是预先定义的。XML也能把信息转变成新的格式,例如从一个数据库输入信息并显示为一张表格。使用XML,数据能被有选择性地分析且显示,使它成为比HTML更有力的可选方案。这意味着商业公司,或整个行业,全部能使用与网络兼容的置标语言通过发票、可支付帐户、薪资记录和财政信息来描述
24、。一旦完成描述,这些商业文件可以被储存在内联网网络服务器上并在整个公司共享。,9.2 HYPERTEXT,9-15,XML is not yet a replacement for HTML.Currently,XML is fully supported only by Microsofts Internet Explorer 5,and is not supported by Netscape(although this may change).Whether XML eventually supplants HTML as the standard Web formatting spec
25、ification depends a lot on whether it is supported by future Web browsers.Currently,XML and HTML work side by side on the same Web pages.HTML is used to define how information should be formatted,and XML is being used to describe the data itself.,XML仍然不能替换HTML。当前,只有微软的Internet Explorer 5完全支持XML,而Net
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机专业英语 计算机专业 英语 电子 教案

链接地址:https://www.31ppt.com/p-5051807.html