第一篇:计算机病毒学期末考试复习要点
计算机病毒学复习大纲
“黑色星期五”在逢13号的星期五发作。中国的“上海一号”在每年3月、6月及9月的13日发作。CHI病毒:v1.2版本的发作日期是每年的4月26日,v1.3版本是每年的6月26号,v1.4版本是每月的26日。Happytime(欢乐时光)病毒发作的条件是月份与日期之和等于13。“求职信”病毒在单月的6日和13日发作。(P3)
根据寄生的数据存储方式计算机病毒可划分为三种类型:引导区型、文件型、混合型。(P7)
宏病毒是一种寄存于文档或模板的宏中的计算机病毒。宏病毒一般用Visual Basic编写,是寄存在Microsoft Office文档上的宏代码。(P12)
PE文件:Protable Executable File Format(可移植的执行体)。最有名的PE格式的病毒是CIH病毒。(P31)
VxD:虚拟设备驱动程序(P32)。
木马系统软件一般由:木马配置程序、控制程序和木马程序(服务器程序)3部分组成。(P53)
大多数特洛伊木马包括包括客户端和服务器端两个部分。
DDoS:分布式拒绝服务攻击。
“灰鸽子”是国内一款著名木马病毒。(P57)
蠕虫病毒通常由两部分组成:一个主程序和一个引导程序。(P64)
蠕虫病毒与普通病毒的区别:一般的病毒是寄生的,可以通过其指令的执行,将自己的指令代码写到其他程序体内,而被感染的文件就被称为“宿主”。蠕虫一般不采取利用PE格式插入文件的方法,而是通过复制自身在Internet环境下进行传播。病毒的传染能力主要是针对计算机内的文件系统而言,而蠕虫病毒的感染目标是Internet内的所有计算机。(P65)
几种典型的蠕虫病毒:“尼姆达”(nimda)病毒、“震荡波”病毒、“红色代码”病毒、“SCO炸弹”病毒、“斯文”病毒、“熊猫烧香”病毒。(P66)
“震荡波”病毒利用Windows的LSASS中存在一个缓冲区溢出漏洞进行攻击,监听TCP5554端口。(P66)
“冲击波”病毒利用了微软的RPC漏洞进行传播,它也是一种典型的蠕虫病毒。(P92)
1.从蠕虫程序的功能来看,不是它们的基本功能模块的是___B_____
A.目标定位模块B.通信模块C.攻击模块D.信息搜集模块
2.___B______是目前网络蠕虫的最佳扫描策略。
A.顺序扫描B.路由扫描C.随机扫描D.分治扫描
3.下列_____B______计算机病毒不是蠕虫病毒。
A.“尼姆达”B.CIHC.“红色代码”D.“冲击波”
4.和普通病毒相比,蠕虫的最重要的特点是__________。
A.蠕虫可以传播的更为广泛
B.和没有生命的病毒相比,蠕虫是一种有繁殖能力的小虫子
C.蠕虫的比病毒更经常删除注册表键值和更改系统文件
D.蠕虫更有可能损害被感染的系统
5.蠕虫的定义中强调了自身副本的____A______,这也是区分蠕虫和病毒的重要因素。(P110)
A.完整性和独立性B.传染性和寄生性
C.独立性和攻击性D.隐藏性和衍生性
WSH是Windows Scripting Host的缩写,含义为:“Windows脚本宿主”。它内嵌于Windows操作系统中的脚本语言工作环境,主要负责脚本的解释和执行。(P112)
Happytime病毒的发作日期是“月+日”=13,第一次发作是2001年5月8日。(P118)
IM是英文Instant Message的缩写,可以翻译成“即时通信”。主流即时通信软件有:ICQ、MSN、腾讯QQ等。(P125)
网络钓鱼(Phishing)一词是Fishing和Phone的结合体。(P134)
“流氓软件”的概念:(P139)。“飘雪”(piaoxue.com或feixue.com)是典型的流氓软件。
恶意代码生存技术:反跟踪技术、加密技术、模糊变换技术、自动生产技术。恶意代码常见攻击技术:进程注入技术、三线程技术、端口复用技术、超级
管理技术、断口反向连接技术、缓冲区溢出攻击技术。
隐藏技术分为本地隐藏和网络隐藏。
模糊变换技术有:指令替换技术、指令压缩技术、指令扩展技术、伪指令技术、重编译技术。
本地隐藏:文件隐藏(定制文件名)、进程隐藏(附着或替换系统进程,修改进程列表程序,修改命令行参数)、网络连接隐藏(端口复用)、编译器隐藏(恶意代码自带编译器)、Rootkit隐藏(用户模式/内核模式)。
网络隐藏分为:通信内容隐藏(加密)和传输通道隐藏(存储隐藏通道+时间隐藏通道)。
存储隐藏通道:一个进程能够直接或间接访问某个存储空间,而该存储空间又能能另一个进程访问;
时间隐藏通道:一个进程对系统性能产生的影响可以被另一个进程观察到并且可以利用一个时间基准进行测量。(以防有误,具体参考老师给的PPT)
寡型病毒的定义:这些病毒体内有多种加密算法,但是在每次产生新的副本时,仅使用其中一种,有些算法被使用的几率很小,以至于不完整分析该病毒,将无法彻底防御该病毒。(P150)
多态变形病毒:通常是指在自我复制的过程中,能够大幅度改变自身代码变现形式、存储形式的计算机病毒。(P151)
静态分析一般纯粹利用反汇编工具,对计算机病毒二进制代码进行反汇编,并通过阅读这些汇编指令来了解该病毒的真正意图。
动态分析则会引入商用虚拟机、测试器等辅助软件,对计算机病毒代码进行调试跟踪,充分了解计算机病毒执行时的状态,最终明确该病毒的真正意图。(P154)
入口点隐蔽技术:EPO:entry-point obscuring(P157)
计算机病毒的传统检测方法:特征码检测法、校验和检测法、感染实验法(P169)
启发式代码扫描技术中的几个关键问题如下:
(1)、代码数据库的建立
(2)、病毒特征权值的设定
(3)、权值阙值的设置(P172)
(重点)虚拟机技术:(P174)
反病毒软件由应用程序、反病毒引擎和病毒库三部分组成。
引擎的主要功能是:对应用程序转入的扫描对象进行格式分析和病毒扫描,并将扫描的中间结果和最终结果通过应用程序回调借口返回给应用程序,根据应用程序的返回结果进行相应的处理。引擎本身还负责病毒库的加载、管理、升级、遍历和卸载。(P182)
1989年7月,中国公安部计算机管理监察局监察处病毒研究小组编制出了中国最早的杀毒软件——Kill(版本6.0)。(P190)
诺顿杀毒软件——赛门铁克公司(P196)
(这是自己对照肯本和老师上课讲的整理出来的,如有什么问题还请大家见谅啊!希望能给大家的复习有所帮助)
第二篇:计算机网络技术复习要点
1、如果主机的IP地址为25.36.8.6,子网掩码为255.255.0.0,那么该主机所属的网络(包括子网)为
•A)25.36.8.0B)25.36.0.0
•C)25.0.0.0D)0.0.0.02、一台主机的IP地址为202.93.121.68子网掩码为255.255.255.0。如果该主机需要向子网掩码为255.255.255.0的202.94.121.0网络进行直接广播,那么它应使用的目的IP地址为.3、下列选项中,合法的IP地址是()
• A、210.4.233B、202.38.64.4
• C、101.3.305.77D、115,123,20,2454、下列无效的IP地址是()
• A、61.168.0.1B、128.168.9.2
•C、202.131.128.1D、168.201.256.85、IP地址202.102.14.141的网络号是,其子网掩码是255.255.255.06、某主机的IP地址为138.45.58.62,子网掩码为255.255.0.0,则该主机的网络号为(),主机号是()
A、138.45.58B、138.45
C、58.62D、627、IP地址10.10.13.15/24表示该主机所在网络的网络号部分为()
A、10.10.0B、10.10.13
C、10.13.15D、10.0.08、IP地址172.16.200.78,子网掩码是255.255.255.0,网络号是
9、IP地址158.18.68.78,子网掩码是255.255.240.0,网络号是
10、IP地址172.16.206.16,子网掩码是255.255.192.0,网络号是
11、把网络168.102.48.0划分为多个子网(子网掩码是255.255.255.192),则各子网的主机总数是()
12、一台IP地址为:10.110.9.113/21 主机在启动时发出的广播IP是?
A.10.110.9.255 B.10.110.15.255
C.10.110.255.255 D.10.255.255.25513、设有下面4条路由:172.18.129.0/
24、172.18.130.0/
24、172.18.132.0/24和172.18.133.0/24,如果进 行路由汇聚,能覆盖这4条路由的地址是。()
•A)172.18.128.0/21 B)172.18.128.0/22
•C)172.18.130.0/22 D)72.18.132.0/2314、.设有下面4条路由:10.1.193.0/
24、10.1.194.0/
24、10.1.196.0/24和10.1.198.0/24,如果进行路由汇聚,覆盖这4条路由的地址是()
•A)10.1.192.0/21 B)110.1.192.0/22 C)10.1.200.0/22 D)10.1.224.0/2015、已知地址块中的一个地址是 140.120.84.24 /20.试求这个地址中的最小地址是(),最大地址是(),掩码是(),地址块中共有()个地址,相当于()个C类地址。
第三篇:2013级《电子技术》期末考试复习要点
云阳职教中心电子技术部
2013级《电子技术》期末考试复习要点
根据学生的实际情况和教学情况,期末考试内容为现行教材的第八章到第十一章。范围包括教材上出现的内容、教材每一章后面的学习小结、学习评价(作业题),期中考试试卷,不考设计类的题目。
题型主要有:填空题,单项选择题,判断题,作图与应用题,综合题。
重点内容
一、理解数字电路中1、0的含义;
二、二-十进制表示方法及数制转换,8421BCD编码;
三、基本门电路的逻辑表达式、真值表、电路符号;
四、逻辑代数的基本定律;
五、逻辑函数的表达方法。
六、数码管的类型、所加电平和正确显示;
七、会分析简单逻辑电路图写函数表达式;
八、集成逻辑门电路的基本常识;
九、了解常用的组合逻辑电路;
十、基本R S触发器的功能;
十一、了解常用的时序逻辑电路。
第四篇:SQL Server期末考试复习要点
SQL Server期末考试复习要点
第1章,关系数据库的基本原理。理解数据库系统的基本概念,掌握关系数据模型,重点掌握E-R模型的应用,了解关系运算,掌握关系完整性规则,理解关系的规范化。
1.掌握并理解数据、数据库、数据库管理系统的概念,数据库系统的构成和特点;
2.掌握现实世界 ——信息世界——机器世界的“三个世界、两次抽象、两个模型”抽象过程。
3.掌握与概念模型相关的实体、属性、联系等概念,能熟练应用E-R概念和方法解释1:1,1:n,n:m并能举例说明和绘制E-R图。
4.掌握关系数据模型的概念,如关系(表)的组成、特征,相关名词术语:元祖(记录),属性(列,字段)、属性值,键、主键,外键、主表、从表。
5.三种基本(专门)的关系运算:投影、选择、连接。
6.关系的三个完整性规则:实体完整性、参照完整性、域(用户自定义)完整性。
7.了解关系规范化方法。
第2章,SQL Server2005基础。了解SQL Server2005的特性。了解SQL Server2005产品家族的概况。了解SQL Server2005工具和实用程序概况。
8.SQL Server2005的五个版本情况。简易版、工作组版只有32位,后面三个版本都有32位和64位之别。
9.掌握SQL Server Management Studio的功能、组成。
10.重点掌握查询分析器界面组成及使用T-SQL语句查询的操作过程,代码、结果、信息等几个相关窗口和按钮。
11.了解文档和教程的组织方式、使用方法。
12.掌握服务器的启动、停止、关闭等操作方法。
第3章,数据库的创建与管理。掌握SQL Server2005数据库的基本知识。重点掌握创建数据库的相关知识和方法。掌握管理数据库(包括查看数据库信息、备份与还原
数据库,分离与附加数据库的相关知识和方法)。
13.熟悉数据库的文件和文件组的概念。
14.熟练掌握数据库两种创建方法中涉及的概念、术语。
15.熟练掌握数据库修改语句中几个子句的功能。
16.掌握CREATE DATABASE,DROP DATABASE,ALTER DATABASE命令的作用。
17.掌握数据库备份的方式、策略(包括它们的内涵)和备份设备的概念。
18.掌握数据库还原的基本概念。
19.掌握数据库分离的概念和方法。
20.掌握数据库附加的概念和方法。
第4章,数据表的创建与管理。重点掌握数据表创建与管理的相关知识和操作方法。
21.了解表的类型。
22.掌握几种常用的数据类型,如整数型、字符型、日期型、位类型。
23.掌握列的几个属性。
24.熟练掌握表的约束的概念,并能熟练应用。
25.掌握创建表和修改表的方法,以及修改表的要求。
26.熟练掌握表中数据的管理方法,包括熟练应用插入、删除、更新的概念和命令。
27.表的删除,包括有参照关系的表。
28.查看表信息的方法,重点掌握sp_help等几个常用系统存储过程。
第5章,数据查询。掌握Select语句的基本语法格式。掌握简单查询、连接查询、子查询的相关知识。重点掌握简单查询语句的应用。掌握内连接查询和子查询的应用。
29.熟练掌握和应用查询语句,包括Select,from 等各子句的功能、语法格式、使用方法。熟练根据要求使用T-SQL语句进行查询,熟练掌握阅读、理解查询语句功能的方法。
30.重点掌握简单查询和内连接查询,掌握子查询。
31.熟练运用聚合函数。
第6章,视图与索引。重点掌握视图的基本知识。掌握视图的创建和使用方法。理解索引的相关知识。
32.重点掌握视图的概念。掌握视图的创建方法、查看方法和使用方法。
33.了解聚集索引、非聚集索引。
第7章,规则与默认值。理解规则与默认值的基本知识。掌握规则和默认值的创建、使用方法。
34.掌握规则、默认值的概念。
35.掌握规则的创建、绑定、解绑、删除的方法。
第8章,T-SQL编程。掌握T-SQL基础知识。重点掌握T-SQL的流程控制语句的应用。
36.掌握标识符、常量、变量、函数、运算符、表达式。
37.掌握T-SQL编程方法。
第9章,存储过程与触发器。掌握存储过程的相关概念,重点掌握存储过程的应用设计和使用。掌握触发器的基本知识。重点掌握触发器的应用设计和管理。
38.掌握存储过程的概念,包括编写和执行方法。
39.掌握触发器的类型、触发事件等基本知识。
40.掌握事务回滚的概念和语句。
41.重点掌握DML触发器的创建,能熟练编写触发器程序。
第10章,了解SQL Server2005中安全管理的相关知识。重点理解登录验证、登录模式、数据库用户等概念。
考试简介题型及分数比例
考试时间120分钟、笔试、闭卷。满分100分。
填空题 共30分,每小题1.5分
单选题 共10分,每小题1分
问答题 共20分,每小题10分
简答题 共30分,每小题6分
编程题 共10分,每小题10分
填空题、单选题主要考察对基本知识的掌握、对概念的理解和运用,也包括基本T-SQL语句如创建、修改、删除语句,还包括这些语句的子句功能。
问答题主要考察对知识、方法的掌握和运用,如概念模型建模的E-R方法、SQL Server2005中数据库和数据表建立、查询数据的方法(使用查询分析器)等。
简答题主要考察T-SQL查询语句的运用,包括写语句和阅读理解语句。主要包括简单查询、两表的内连接查询、子查询。
编程题主要考察编程方法和技能的掌握情况,编写DML触发器、存储器程序的技能。
重点考察对基本知识、基本技能的了解、理解和掌握情况,对于高难度、搞复杂性、应用很少的纯理论,如关系运算的数学方法、范式理论、外连接操作、用除法器实现的表的级联操作、角色和权限的分配管理、代理服务、报表服务等一般不要求。
考题综合难度不超出教材例题、习题。
考题范围不超出教材学习范围。
第五篇:复习要点--计算机专业英语11级
3.缩写词扩展(10分)(10个)
RAM(random access memory)ISP Internet Service Provider
URL Uniform/Universal Resource LocatorFTPFile Transfer Protocol
DSL(Digital Subscriber Line数字用户专线)DBMS
NIC网卡(Network Interface CardAGPAccelerated Graphics Port(加速图形接口)OMROpticalMarkReaderVRMLVirtual Reality Modeling Language)即虚拟现实建模语言NOSNITROUS OXIDE SYSTEM,即氮气加速系统CPU中央处理器(CPU,英语:Central Processing Unit),ALU 算术逻辑单元(Arithmetic-Logic Unit
RFID射频识别(英文:Radio Frequency IDentification
GUI图形用户界面(Graphical User Interface
RSI Relative Strength Index
USBUniversal Serial Bus
CRT阴极射线管(Cathode Ray Tube
4.英译汉(28分)
Chapter
1Software, as we mentioned, is another name for programs.Programs are the instructions that tell the computer how to process data into the form you want.In most cases, the words software and programs are interchangeable.There are two major kinds of software: system software and application software.You can think of application software as the kind you use.Think of system software as the kind the computer uses.P
4软件,正如我们所提到的,它的另外一个名字叫程序。程序是告诉计算机如何按照你的想法处理数据的一系列指令集。在大多数情况下,软件和程序是可以互换。主要有两个不同种类的软件:系统软件和应用程序软件。你可以认为应用软件是你使用的那类,系统软件就是给电脑使用的那类。
Careers in IT.One of the most important decisions of your life is to decide upon your life’s work or career.Perhaps you are planning to be a writer, an artist, or an engineer.Or you might become a professional in information technology.Each of the following chapters highlights a specific career in information technology.This feature provides job descriptions, projected employment demands, educational requirements, current salary ranges, and advancement opportunities.P6
职业生涯。人生最重要的决定之一就是决定你一生的工作或职业。也许你正计划成为一个作家,艺术家,或工程师。或者你可以成为一个专业的信息技术。以下章节突出特定的职业信息技术。这个特性提供了职位描述,预计就业需求,教育需求,目前的薪水范围,和进步的机会。
Experts agree that we as a society must be careful about the potential of technology to negatively impact our personal privacy and security.Additionally, we need to be aware of potential physical and mental health risks associated with using technology.Finally, we need to be aware of negative effects on our environment caused by the manufacture of computerrelated products.P17
专家认为,我们作为一个社会必须注意技术的潜在负面影响我们的个人隐私和安全。另外,我们需要知道潜在的生理和心理的健康风险与使用技术有关。最后,我们需要意识到造成的负面影响我们的环境电脑相关产品的制造。
Chapter
2It is easy to get the Internet and the Web confused,(troubled, chaotic, puzzled困惑的;混乱的;糊涂的)but they are not the same things.The Internet is the actual physical network.It is made up of wires, cables, and satellites.Being connected to this network is often described as being online.The inernet connected millions of computers and resources throughout the world.The Web is a multimedia interface to resources available on the Internet.Every day over a billion users from nearly every country in the world use the Internet and the Web.P30
很容易让互联网和Web困惑,但是它们不是相同的东西。互联网是实际的物理网络。它是由电线、电缆和卫星。被连接到这个网络通常被描述为在线。网络连接世界各地数以百万计的电脑和资源。网络是一个多媒体接口可用资源在互联网上。每天从世界上几乎每一个国家超过十亿个用户使用互联网和网络。
As previously mentioned, communication is the most popular Internet activity, and its impact cannot be overestimated.At a personal level, friends and family can stay in contact with one another even when separated by thousands of miles.At a business level, electronic communication has become a standard, and many time preferred, way to stay in touch with suppliers, employees, and customers.P3
3正如前面提到的,沟通是最受欢迎的互联网活动,其影响不可估量的。在个人层面上,朋友和家人可以彼此保持联系,即使相隔数千英里。在业务层面,电子通信已成为一个标准,和许多时间优先,与供应商保持联系,雇员和顾客。
In an attempt to control spam, anti-spam laws have been added to our legal system.For example, the recently enacted CAN-SPAM Act(反垃圾邮件法)requires that every marketing-related e-mail provide an opt-out(选择退出)option.When the option is selected, the recipient’s e-mail address is to be removed from future mailing lists.Failure to do so results in heavy fines.This approach, however, has had minimal impact since over 50 percent of all spam originates from servers outside the United States.A more effective approach has been the development and use of spam blockers.These programs use a variety of different approaches to identify and eliminate spam.P3
5为了控制垃圾邮件,反垃圾邮件法已经被添加到我们的法律体系。例如,最近颁布了-spam法(反垃圾邮件法)要求每一个市场营销的相关邮件,提供一个退出(选择退出)的选择。选项被选中时,收件人的电子邮件地址从未来的邮件列表。如果不这样做,就会导致高额罚款。这种方法,然而,一直以来最小的影响超过50%的垃圾邮件都来自美国以外的服务器。一个更有效的方法是垃圾邮件拦截器的开发和使用。这些程序使用各种不同的方法来识别和消除垃圾邮件。
Chapter 3
①Word processors provide a variety of features to make entering, editing, and formatting documents easy.One of the most basic features for entering text is word wrap.This feature automatically moves the insertion point to the next line once the current line is full.As you type, the words wrap around to the next line.P66
字处理器提供的各种特性输入,编辑和格式化文档容易。最基本的特性之一,用于输入文本自动换行。此功能自动插入点移动到下一行一次当前行已经满了。当你输入下一行的文字环绕。
②Spreadsheet programs organize, analyze, and graph numeric data such as budgets and financial reports.Once used exclusively by accountants, spreadsheets are widely used by nearly every profession.Marketing professionals analyze sales trends.Financial analysts evaluate and graph stock market trends.Students and teachers record grades and calculate grade point averages.P 69
电子表格程序组织、分析和图表数值型数据,如预算和财务报告。曾经由会计师、独家电子表格到几乎每一个行业被广泛使用。市场营销专业人士分析销售趋势。金融分析师评估股票市场趋势和图。老师和学生成绩记录和计算平均分。
③An integrated package is a single program that provides the functionality of a word processor, spreadsheet, database manager, and more.The primary disadvantage of an integrated package is that the capabilities of each function(such as word processing)are not as extensive as in the individual programs(such as Microsoft Word).The primary advantages are cost and simplicity.The cost of an integrated package is much less than the cost of the individual powerful, professional-grade application programs discussed thus far in this chapter.P79
一个完整的包是一个程序,它提供了一个字处理器的功能,电子表格,数据库管理器等等。一个集成方案的主要缺点是,每个函数的功能(如文字处理)不一样广泛的个人项目(比如Microsoft word)。的主要优势是成本和简单。一个集成方案的成本远远低于成本的个人强大,专业应用程序到目前为止在本章中讨论。
Chapter
4One of the most common types of graphic files is bitmap.Bitmap images, also known as raster images, use thousands of dots or pixels to represent images.Each dot has a specific location, color, and shade.One limitation of bitmap images, however, is that when they are expanded, the images can become pixilated, or jagged on the edges.P9
5最常见的一种类型的位图图形文件。位图图像,也称为光栅图像,使用成千上万的点或像素来表示图像。每个点都有一个特定的位置、颜色和阴影。然而,位图图像的一个限制是,当他们正在扩大,图像会变得调皮捣蛋的,或锯齿状边缘。
Vector is another common type of graphic file.While bitmap images use pixels to represent images, vector images, also known as vector illustrations, use geometric shapes or objects.These objects are created by connecting lines and curves.Because these objects can be defined by mathematical equations, they can be rapidly and easily resized, colored, textured, and manipulated.An image is a combination of several objects.Illustration programs, also known as drawing programs, are used to create and edit vector images.P96
向量是另一个常见的图形文件。位图图像使用像素来表示图像,矢量图像,也被称为矢量插图,用几何图形或物体。这些对象是由直线和曲线连接。因为这些对象可以定义的数学方程,它们可以快速、轻松地调整大小,颜色,纹理和操纵。一个图像结合了对象。说明项目,也称为绘图程序,用于创建和编辑矢量图像。
Effective multimedia presentations incorporate user participation or interactivity.Interactivity allows the user to choose the information to view, to control the pace and flow of information, and to respond to items and receive feedback.When experiencing an interactive multimedia presentation, users customize the presentation to their needs.P10
1有效的多媒体演示文稿包含用户参与或交互性。交互性允许用户选择查看的信息,控制速度和信息的流动,和应对项目和接收反馈。当经历一个交互式多媒体演示、用户自定义演示他们的需求。
Chapter
5①Starting or restarting a computer is called booting the system.There are two ways to boot a computer: a warm boot and a cold boot.A warm boot occurs when the computer is already on and you restart it without turning off the power.A warm boot can be accomplished in several ways.P12
3启动或重新启动计算机称为引导系统。有两种方法可以引导计算机:一个温暖的引导和冷启动。热启动发生在电脑已经和你没有关掉电源重新启动它。温暖的靴子可以在几个方面来完成。
②Most operating system store data and programs in a system of files and folders.Unlike the traditional filing cabinet , computer files and folders are stored on a secondary storage device such as your hard disk.Files are used to store data and programs.Related files are stored within a folder, and for organizational purpose, a folder can contain other folders.P12
4大多数操作系统存储数据和程序的系统文件和文件夹。与传统的文件柜,电脑文件和文件夹存储在二级存储设备,如硬盘。文件用于存储数据和程序。相关的文件存储在一个文件夹,组织的目的,一个文件夹可以包含其他文件夹。
③Disk defragmenter is a utility program that locates and eliminates unnecessary fragments and rearranges files and unused disk space to optimize operations.P13
1磁盘碎片整理程序是一个定位和消除不必要的碎片和实用程序将文件和未使用的磁盘空间优化操作。
Chapter 6
Our voices create analog, or continuous, signals that vary represent different tones, pitches, and volume.Computers, however, can recognize only digital electronic signals.Before any processing can occur within the system unit, a conversion must occur from what we understand to what the system unit can electronically process.P15
2我们的声音创造模拟,或连续,信号不同代表不同的音调,音高和体积。然而,计算机只能识别数字电子信号。在系统单元能够进行任何处理之前,我们理解的转换必须发生的系统单元可以电子化过程。
Sockets provide a connection point for small specialized electronic parts called chips.Chips consist of tiny circuit boards etched onto squares of sandlike material called silicon.These circuit boards can be smaller than the tip of your finger.P154
套接字提供一个连接点为小型专业电子零件称为芯片。芯片是由微小的电路板上的方块sandlike材料称为硅。这些电路板可以小于你的手指。
Plug and Play is a set of hardware and software standards developed by Intel, Microsoft, and others.It is an effort by hardware and software vendors to create operating systems, processing units, and expansion boards, as well as other devices, that are able to configure themselves.Ideally, to install a new expansion board, all you have to do is insert the board and turn on the computer.P160
即插即用硬件和软件标准的是一组由英特尔、微软、和其他人。它是由硬件和软件供应商的努力创建操作系统,处理单元,和扩展板,以及其他设备,能够配置本身。理想情况下,安装一个新的扩展板,所有你需要做的就是在剪贴薄中放入董事会和打开电脑。
Chapter 7
①A mouse controls a pointer that is displayed on the monitor.The mouse pointer usually appears in the shape of an arrow.It frequently changes shape, however, depending on the application.A mouse can have one, two, or more buttons, which are used to select command options and to control the pointer on the monitor.Some mice have a wheel button that can be rotated to scroll through information that is displayed on the monitor.P18
4鼠标控制指针显示在监视器上。鼠标指针通常出现在一个箭头的形状。它经常改变形状,然而,这取决于应用程序。鼠标可以有一个、两个或更多的按钮,用来选择命令选项,控制显示器上的指针。一些老鼠轮按钮,可以旋转滚动信息显示在监视器上。
②A light pen is a light-sensitive penlike device.The light pen is placed against the monitor.This closes a photoelectric circuit and identifies the spot for entering or modifying data.P185
发光笔是一种对光敏感的笔状装置。发光笔垂直放置于显示器上。这样做可以闭合光电电路,并可以识别输入或修改数据的点。
③Radio frequency card readers are not as common but more convenient because they do not require the card to actually make contact with the reader.The card has a small RFID(radio frequency identification)microchip that contains the user’s encoded information.Whenever the card is passed within a few inches of the card reader, the user’s information is read.P187
射频读卡器不常见但更方便,因为他们不需要卡实际接触读者。卡有一个小的RFID(射频识别)芯片,其中包含用户的编码信息。每当卡传递几英寸的读卡器,读取用户的信息。
5.汉译英(4-5)20分
Chapter 1
Almost all of today’s computer systems add an additional part to the information system.This part, called connectivity, allows computers to connect and to share information.今天几乎所有的计算机系统添加一个额外的部分信息系统。这部分称为连接,允许电脑连接和共享信息。
Chapter 2
While there are numerous advantages to e-commerce, there are disadvantages as well.Some of these disadvantages include the inability to provide immediate delivery of goods, the inability to “try on” prospective purchases, and question relating to the security of online payments.P43
电子商务虽然有许多优点,也有缺点。这些缺点包括不能提供货物立即交货,不能“试穿”未来的购买,和在线支付的安全相关的问题。
Chapter 3
Spreadsheet programs typically provide a variety of different types of functions, including financial, mathematical, statistical, and logical functions.Some of these functions are presented in Figure 3-7.电子制表软件通常提供会提供多种多样不同类型的函数,包括金融的,数学的,统计的以及逻辑的函数。
Chapter 4
There are numerous Web image galleries.(See Figure 4-6.)Some of these sites offer free images and clip art while others charge a fee.P96
有很多Web图片画廊。(见图4-6。)这些网站提供免费的一些图片和剪辑艺术而其他人收取费用。
Chapter 5
Microsoft’s Windows is by far the most popular microcomputer operating system today with over 90 percent of the market.P125
微软的Windows是迄今为止最受欢迎的今天微机操作系统拥有超过90%的市场份额。Chapter 7
A joystick is the most popular input device for computer games.you control game actions by varying the pressure, speed, and direction of the joystick.P185
操纵杆输入设备是最受欢迎的电脑游戏。你控制游戏行为通过改变压力,速度和方向操纵杆。
6.名词解释,用英语解释单词的含义。(?分4-5个)12分
1.connectivityP18
2.protocolsP32
3.databaseP74
4.master slideP77
5.vector imagesP96
6.graphical mapP111
7.device driversP122
8.control unitP155
9.clarityP192
10.wormsP287
11.morphingP104