ch06第六章计算机专业论文文体.ppt

上传人:xin****828 文档编号:6339672 上传时间:2020-02-23 格式:PPT 页数:32 大小:294.05KB
返回 下载 相关 举报
ch06第六章计算机专业论文文体.ppt_第1页
第1页 / 共32页
ch06第六章计算机专业论文文体.ppt_第2页
第2页 / 共32页
ch06第六章计算机专业论文文体.ppt_第3页
第3页 / 共32页
点击查看更多>>
资源描述
第六章计算机专业论文文体 本章重点 计算机系统 数据结构 操作系统 数据库 多媒体技术 计算机网络 计算机病毒 计算机网络安全 虚拟现实 6 1计算机系统 ComputerSystem NewWordsandExpressions powerful pau ful a 功能很强的tool tu l n 工具personal p s n l a 个人的basically beisik li adv 基本上consistof由 组成additional di nl a 另外的expand ik sp nd vt 扩充 扩大meet needs满足 的需要particular p tikjul a 特别的 特定的CPU CentralProcessingUnit 中央处理机memory mem ri n 主存 内存RAM RandomAccessMemory 随机存取存储器ROM Read onlyMemory 只读存储器FDD floppydiskdrive 软盘驱动器 FDD HDD harddiskdrive 硬 磁盘驱动器 HDD NewWordsandExpressions CD ROM CompactDiscROM 只读光盘keyboard ki b d n 键盘mouse maus n 鼠标器powersupply电源turnoff关闭 和 以及entire in tai a 整个的typical tipik l a 典型的beenteredinto 被 打入beconnectedto 被 连接到comfortable k mf t bl a 舒适的position p zi n n 位置independently indi pend ntli adv 独立地select si lekt vt 选择 NewWordsandExpressions issue i u vt 发出command k m nd n 命令response ri sp ns n 响应popular p pjul a 常见的 众所周知的generate d en reit vt 产生matrix meitriks printer点阵打印机instruct in str kt vt 指挥 指示 指导beloadedinto 被 装入turnon打开OS operatingsystem 操作系统 Notes Yournewcomputerisapowerfultooldesignedtohandleallyourbusinessandpersonalneeds 本句中 designedto 是由过去分词引导的定语 用于修释tool 可译为 被 设计用于 该定语部分实际上是定语从句 whichisdesignedtohandleallyourbusinessandpersonalneeds 的简略表示形式 做到表达精练 ThebasicPersonalComputerconsistsofasystemunit keyboard monitor diskettedrive harddiskdrive mouseandprinter andotheroptionstoexpandyoursystemtomeetyourparticularneeds 句中 toexpandyoursystemtomeetyourparticularneeds 是由表示目的的不定式短语作后置定语 用来修饰名词option 能用不定式作定语的名词很多 如decision effort intention opportunity reason wish等 Thisisagoodopportunitytoexchangeexperience 这将是一个很好的交流经验的机会 othersareamoreeyepleasinggreen 注意are的主语是复数others 而 a 用于表示某一种类的意思 Softwareisasetofprograms whichtellthecomputerwhattodo 本句中 由which引导的是非限制性定语从句 Non RestrictiveAttributiveClauses 用于补充说明programs 非限制性定语从句修饰物时用 which 而在修饰人时用 who whom或whose 6 2数据结构DataandStructure DataTypesandDataStructuresTypicalDataStructures StacksandQueues NewWordsandExpressions essence esns n 基本 本质attempt tempt vt 尝试 企图distinguish dis ti gwi vt 区别 辨别identifiable ai dentifai bl a 可以确认的 可识别的native neitiv a 本地的facility f siliti n 便利 设备abstraction bstr k n n 摘要 概要 抽象stack st k n 堆栈queue kju n 队列behavior bi heivj n 举止 行为simplicity sim plisiti n 简单belie bi lai vt 掩饰arithmetic ri m tik n 算术contrary k ntr ri adv 相反地a 相反的 逆的 Notes qualitiescommonto 表示 所共有的特性 essence指 本质 要素 精华 此句由两个复合句构成 都以that引导 第一个that引导表语从句 第二个that引导结果状语从句 that此处又代表qualities it代表agroup belie原意为 误解 此处转译为 不影响 built 采用过去分词短语作定语 修饰stacks waitingfor 采用现在分词短语作定语 修饰requests thelineof 意指请求的队列 为句中主语 6 3操作系统 OperatingSystemSingleprogramMultiprogrammingMultiprocessingVirtualMachine NewWordsandExpressions classify kl sifai vt 分类multiprogramming m lti pr ugr mi n 多道程序设计multiprocessing m lti pr usesi n 多重处理multitasking m lti t ski n 多任务处理multiprocessor m lti p uses n 多处理器 BasicTechnicalWordsandExpressions Applicationsoftware Programsthattellacomputerhowtoproduceinformation contrastwithsystemsoftware 应用软件 告诉计算机如何生成信息的程序 与系统软件相反 Systemsoftware Alltheprogramsincludingtheoperatingsystemthatarerelatedtocontrollingtheoperationsofthecomputerequipment classifiedintothreemajorcategories operatingsystems utilities andlanguagetranslators 系统软件 包括操作系统在内的所有与控制计算机设备的操作有关的程序 系统软件可分为三大类 操作系统 实用程序和语言翻译程序 Operatingsystem oneormoreprogramsthatmanagetheoperationsofacomputer andfunctionasaninterfacebetweentheuser theapplicationprograms andthecomputerequipment 操作系统 管理计算机操作 用作用户 应用程序以及计算机设备之间接口的一个或多个程序 BasicTechnicalWordsandExpressions Utilities programsthatprovidecommonlyneededtaskssuchasfilebackups sorting andediting 实用程序 提供完成常用任务如文件备份 排序 编辑等的程序 Languagetranslators special purposesystemssoftwareprogramsthatareusedtoconverttheprogramminginstructionswrittenbyprogrammersintothemachineinstructionsthatacomputercanunderstand 语言翻译程序 用于把程序员编写的程序指令转换为计算机能理解的机器指令的特殊用途的系统软件程序 Booting theprocessofloadinganoperatingsystemintomainmemory 引导 把操作系统装入主存储器的过程 SingleprogramOperatingsystems allowonlyasingleusertorunasingleprogramatonetime单程序操作系统 只允许一个用户在同一时间运行一个程序的操作系统 MultiprogrammingOperatingsystems allowmorethanoneprogramtoberunatthesametime alsocalledmultitaskingoperatingsystems 多道程序操作系统 允许同时运行多个程序的操作系统 也称为多任务操作系统 Buffers areasofmainmemoryusedtostoredatathathasbeenreadoriswaitingtobesenttoanoutputdevice 缓冲区 主存储器中用于存放已被读取或正在等待送往输出设备的数据的区域 Devicedrivers programsusedbytheoperatingsystemtocontrolinputandoutputdevices 设备驱动程序 被操作系统用来控制输入和输出设备的程序 6 4数据库 DataBase ABetterWaytoManageandOrganizeDataWhatIsaDatabase WhyUseaDatabase NewWordsandExpressions maintain mein tein vt 维持traditional tr di n l a 传统的independent indi pend nt a 独立的redundant ri d nd nt a 冗余的concentrated k ns ntreitid a 集中的 浓缩的summarize s m raiz vt 总结duplicate dju plikeit vt 复制 复写 BasicTechnicalWordsandExpressions Datamanagement storingdatainsuchawaythattheycanbemaintainedeasilyandcanberetrievedwhenneeded 数据管理 用一种易于维护 需要时即可检索到的方法存储数据 File acollectionofrelatedrecords 文件 相关记录的集合 Record acollectionofrelatedfields Forexample allthefieldsrelatedtoanemployee spaywouldconstitutethatemployee spayrollrecord allthefieldsrelatedtoastudent sacademicperformancewouldconstitutethatstudent sacademichistoryrecord 记录 一些相关字段的集合 例如 与某个雇员工资情况有关的所有字段将构成该雇员的工资单记录 与一个学生在校表现有关的所有字段将构成该学生在校的历史记录 Field aspecificitemofinformation suchasanameorSocialSecuritynumber inarecordofadatabasefile 字段 信息中的一个具体元素 例如 数据库文件中一个记录中的人名或身份证号等 Sequentialfileorganization afileorganizationprocessinwhichrecordsarestoredoneaftertheother normallyinascendingordescendingorder 顺序文件组织 一种文件中记录按照递增或递减顺序进行文件组织的方法 BasicTechnicalWordsandExpressions Indexedfileorganization recordsarestoredondiskinanindexedfileinascendingordescendingsequencebasedonakeyfield Anindexisusedtoretrieverecords 索引文件组织 记录是通过一个基于关键字段的速增或递减顺序的索引文件存储到磁盘上的 索引被用来检索记录 Directfileorganization fileorganizationthatusesthekeyvalueofarecordtodeterminethelocationonthediskwheretherecordisorwillbestored Alsocalledrelativefileorganization 直接文件组织 用记录的关键值决定该记录在磁盘上或将被存放到磁盘上的位置的文件组织方法 也称为相对文件组织 Database acollectionofdatathatisorganizedinmultiplerelatedfiles 数据库 被组织在多个相关文件中的数据的集合 6 5多媒体Multimedia NewWordsandExpressionsencyclopedia ensaikl u pi di n 百科全书correspond k ris p nd vt 相应 相当advertise dv taiz vt 为做广告text tekst n 正文 文本animate nimeit vt 直观显示 动画制作utilize ju tilaiz vt 利用implication impli kei n n 内含 暗示encompass in k mp s vt 包含rudimentary ru di ment ri a 初步的 NewWordsandExpressions accommodate k m deit vt 容纳simulation simju lei n n 模拟footage futid n 长度simultaneous sim l teini s a 同步的proliferation pr u lif rei n n 扩大retrieve ri tri v vt 检索hook huk vt 链接peruse p ru z vt 细读highlighted hailaitid a 加亮的 高光的almanac lm n k n 年鉴screenplay skri nplei n 电影剧本biography bai gr fi n 传记 6 6计算机网络 ComputerNetworksNetworksLocalAreaNetworks LANs WideAreaNetworks WANs NetworkConfiguration StarNetwork RingNetwork NewWordsandExpressions misplace mis pleis vt 放错地方terminal t min l n 终端geographic d i gr fik a 地理的sophisticated s fistikeitid a 复杂的 久经世故的multidrop m ltidr p a 多分支的 多点 网络 occasion kei n n 场合 机会gateway geitwei n 网关occasionally kei n li adv 有时候 偶尔 BasicTechnicalWordsandExpressions Network indatacommunications acollectionofterminals computers andotherequipmentthatusecommunicationschannelstosharedata information hardware andsoftware 网络 在数据通信中 使用通信信道共享数据 信息 硬件及软件的终端 计算机和其它设备的集合 Localareanetwork LAN acommunicationsnetworkthatisprivatelyownedandcoversalimitedgeographicareasuchasanoffice abuilding oragroupofbuildings 局域网 专有的覆盖有限地域 如一个办公室 一个建筑物或一群建筑物 的通信网络 Wideareanetwork WAN acommunicationsnetworkthatcoversalargegeographicarea andusetelephoneline microwaves satellites oracombinationofcommunicationschannels 广域网 覆盖较大地域 使用电话线 微波 卫星或其组合的通信信道的通信网络 BasicTechnicalWordsandExpressions Starnetwork acommunicationsnetworkthatcontainsacentralcomputerandoneormoreterminalsorcomputersconnectedtoit formingastar 星型网络 包括一台中心计算机和一台或多台连接到该中心计算机上形成星状结构的终端或计算机的通信网络 Busnetwork acommunicationsnetworkinwhichallthedevicesareconnectedtoandshareasinglecable 总线型网络 所有设备都连接到一根公共电缆上的通信网络 Ringnetwork acommunicationsnetworkthathasaseriesofcomputersconnectedtoeachotherinaring 环型网络 通过一个环将一系列计算机连接起来的一种通信网络 Gateway acombinationofhardwareandsoftwarethatallowsusersononenetworktoaccesstheresourcesonadifferenttypeofnetwork 网关 允许一个网络上的用户访问另一个不同类型网络上的资源的硬件及软件的集合 Bridge acombinationofhardwareandsoftwarethatisusedtoconnectsimilarnetworks 网桥 用来连接类似网络的硬件和软件的集合 Hostcomputer inadatacommunicationssystem amaincomputerthatisconnectedtoseveraldevices suchasterminalsorpersonalcomputers 主计算机 在一个数据通信系统中 连接到各种设备 如终端或个人计算机 上的主机 ComputerNetworks NetworkConfigurationStarNetworkBusNetworkRingNetworkConnectingNetworks 6 7计算机病毒 NewWordsandExpressionssurreptitiously s r p ti sli adv 秘密地infect in fekt vt 传染 感染parasite p r sait n 寄生虫legitimate li d itim t a 合法的 合理的relevant reliv nt a 有关的 相应的presence prez ns n 存在 到场disguise dis gaiz vt 伪装encrypt in kript vt 加密 NewWordsandExpressions interrupt int r pt vt 中断propulsion pr p l n n 推进 推进力malicious m li s a 恶毒的corruption k r p n n 腐败 损坏infiltration infil trei n n 渗透pirate pai r t vt 盗版involve in v lv vt 包括contingency k n tind nsi n 偶然 可能性hygiene haid i n n 卫生 卫生学 6 8计算机网络安全 NewWordsandExpressionshuge hju d a 极大的 无限的flaw fl n 缺陷vital vait l a 重要的 重大的witness witnis vt 见证 表明overwhelming uv hwelmi n 压倒性的technique tek ni k n 技术 技巧 方法generic d i nerik a 一般的 普通的confidential k nfi den l a 机密的 秘密的intentionally in ten li ad 故意地 有意地propagate pr p geit vt 传播 宣传distribution distri bju n n 分发 发行rumor ru m n 谣传parasitic p r sitik a 寄生的audit dit vt 审计recovery ri k v ri vt 恢复 6 9计算机虚拟现实 NewWordsandExpressionsterminology t mi n l d i n 术语coin k in vt 铸造artificial ti fi l a 人造的 假的cyberspace saib speis n 电脑空间immersive im siv a 浸入的 陷入的commercially k m li ad 商用地 商业地binocular bi n kjul a 两眼并用的stereoscopic steri sk pik a 有立体感的operational p rei nl a 操作的 运作的illusion i lu n n 幻想ongoing ng ui a 正在进行的 NewWordsandExpressions syntax sint ks n 语法ultimately ltim tli ad 最后 终于evolve i v lv vt 使 发展 使 进展reshape ri eip vt 改造 再成形landscape l ndskeip n 风景shipwreck iprek n 海难 遇难archaeological ki l d ik l a 考古学的excavation eksk vei n n 挖掘 出土文物sculpture sk lpt n 雕刻molecular m lekjul a 分子的auditorium di t ri m n 会堂 礼堂acoustics ku stiks n 声学expose ik sp uz vt 揭露
展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 图纸专区 > 课件教案


copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!