14级计算机导论期末复习题(填)
《计算机导论》期末考试试题
《计算机导论》期末考试试题一、填空题(每空1分,共20分):1.计算机系统分为______和______两大部分。
2.计算机中常用的字符编码有______和EBCDIC码。
3.一个比特(bit)由____个二进制位组成,一个字节由____个二进制位组成,每个ASCII码由____个字节表示。
4.二叉树的每个结点至少包括三个域:_____、_____和_____。
5.堆栈是指用作数据暂存的一组寄存器或一片存储区,它的工作方式称为______。
6.用编译方法在计算机上执行用高级语言编写的程序,可分为两个阶段: _____和_____。
7.根据模型的设计方法不同,数据库系统可分为______、______和______。
8.将___________、输入设备和输出设备统称为计算机的外部设备,简称外设。
9.提高计算机系统处理速度的一个重要措施是增加处理的并行性,其途径是采用______、______和______等三种方法。
10.BASIC语言的赋值语句中,赋值号的左边必须是一个_____,而不应该是常量、函数或表达式。
二、判断题(每题1.5分,共15分):1.一般将微型计算机的硬件系统分为主机与外设两大部分。
()2.目前计算机中的运算器中不只有加法器,还有减法器。
()3.门电路用来寄存参与运算的二进制数,而触发器用来实现二进制数的算术运算和逻辑运算。
()4.并行性是指在同一时刻或在同一时间间隔内完成两种或两种以上性质相同或不同的工作,只要在时间上互相重叠都存在并行性。
()5.计算机的硬、软件之间有固定不变的分界面。
()6.如果编译过程是多遍的,则其工作过程中除第一遍外,前一遍的工作结果将作为后一遍的输入信息。
()7.任何操作系统都必须设法预防死锁的发生,而当死锁一旦发生,必须能够检测到死锁并设法解除死锁。
()8.通常,文件系统允许一个逻辑记录占用几个物理块,但不允许一个物理块内存放多个逻辑记录。
()9.目前计算机中有加法器和减法器。
计算机导论期末考试试卷及参考答案2
学年学期期末考试试卷课程《计算机导论》考试时间:120分钟班级姓名学号一、填空题(将正确答案填在横线上,每空1分,共10分)1.计算机系统由和两大部分组成。
2.在计算机内部,数采用进制表示。
3.按照计算机系统的工作方式,操作系统分为批处理系统、分时系统和三大类。
4.数据模型有、、关系模型和面向对象模型四类。
5. 根据网络覆盖的范围,可以将网络划分为、和广域网。
6. 现在的计算机是基于模型。
7.计算机键盘的主要作用是。
二、选择题(下面每小题只有唯一正确的一个答案,请将正确答案的代码填在下面相应的答题卡内。
每小题2分,共40分)1.一台计算机从外观上看一般由( )、鼠标、键盘和主机组成。
A. 存储器B. 显示器C. 运算器D. 硬盘2.第一代计算机使用的逻辑元件是( )。
A. 晶体管B. 电子管C. 集成电路D. 超大规模集成电路3.下列( )不是计算机的特点。
A. 运算速度快B. 自动运行C. 存储量小D. 精确度高4.在计算机内部,数采用( )表示。
A. 二进制B. 八进制C. 十进制D. 十六进制5.下面( )不是线性结构。
A. 线性表B. 数组C. 栈D. 图6.队列的特点是( )。
A.先进先出 B. 先进后出 C. 后进先出 D. 后进后出7.一个栈的入栈序列是a,b,c,d,e,则栈不可能的输出序列是( )。
A. edcbaB. decbaC. dceabD. abcde 8.计算机的软件系统可分为系统软件和( )。
A. 服务软件B. 通信软件C. 应用软件D.维护软件9.下面( )是系统软件。
A.操作系统 B. Excel表格处理软件C. 网上银行系统D. 以上全部答案都是10.计算机唯一可以识别和执行的语言是( )。
A. 高级语言B. 汇编语言C. 机器语言D. 非过程语言11.实时系统的主要特点有实时性和( )。
A. 快速性B. 可靠性C. 共享性D. 分时性12.下面( )是进程的状态之间正确的转换。
计算机导论填空题题库
基础知识部分填空1.迄今为止,我们所使用的计算机都是基于__________ 的原理进行工作的,这是1945 年美国数学家__________ 提出的。
答案:【存储程序和程序控制】【冯诺依曼】2.世界上第一台电子计算机诞生在__________ 年,简称 __________ 。
答案 :【 1946】【 ENIAC】3.数据是对事实、概念或指令的一种特殊表达形式,对于计算机而言,这种特殊的表达形式就是__________ 形式。
答案 :【二进制】4.在计算机内部,从信息处理的对象来看,数据分为两类,它们分别是__________ 和__________ 。
答案:【数值数据】【非数值数据】5.用计算机进行实时自动采集各项参数,自动进行检验、比较、及时控制生产设备的工作过程称为__________ 。
答案 :【过程控制】6.一个完整的计算机系统应包括__________ 、__________ 两部分。
答案 :【硬件】【软件】7.在计算机应用领域中,CAD是指。
答案 :【计算机辅助设计】8.十进制数105,化成二进制数是 __________ ,化成十六进制数是。
答案 :【 01101001 】【 69】9.十进制数-43,在八位计算机中的表示是。
答案:【 10101011 】10.计算机中,1 MB = X 1024字节。
答案:【 1024】11.在计算机的汉字输入方法中,目前占主导地位的是 __________ 。
答案 :【小键盘编码输入】12.用汉字的字音编码输入汉字其优点是__________ ,缺点是___________ 。
答案 :【简单,不用记忆,会读就能输入】【重码率高】13.在计算机中提供各部件之间相互交换各种信息通道的是__________ 。
答案 :【总线】14.计算机内部存储器由_________ 和__________ 组成。
答案 :【只读存储器R OM】【随机存储器RAM】15.计算机三类系统总线指的是:__________ 、__________ 和__________ 。
计算机导论考试题及答案
计算机导论考试题及答案一、选择题(每题2分,共20分)1. 世界上第一台电子计算机是?A. ENIACB. UNIVACC. IBM 360D. Apple I答案:A2. 计算机的硬件系统主要包括哪两部分?A. 中央处理器和存储器B. 输入设备和输出设备C. 软件和硬件D. 系统软件和应用软件答案:A3. 计算机操作系统的主要功能是什么?A. 管理计算机硬件资源B. 管理计算机软件资源C. 管理用户数据D. 管理网络资源答案:A4. 下列哪一项不是计算机病毒的特点?A. 传染性B. 破坏性C. 可预测性D. 潜伏性答案:C5. 计算机的存储器分为哪两类?A. 内存储器和外存储器B. 随机存储器和顺序存储器C. 只读存储器和可读写存储器D. 静态存储器和动态存储器答案:A6. 以下哪个选项是计算机网络的拓扑结构?A. 星型B. 总线型C. 环形D. 所有选项答案:D7. 计算机的CPU主要负责什么功能?A. 数据存储B. 数据输入C. 数据处理D. 数据输出答案:C8. 在计算机系统中,软件一般分为哪两类?A. 系统软件和应用软件B. 操作系统和数据库C. 编程语言和数据库D. 应用软件和工具软件答案:A9. 以下哪个是计算机程序设计语言的分类?A. 机器语言和汇编语言B. 高级语言和低级语言C. 汇编语言和高级语言D. 机器语言和高级语言答案:B10. 计算机的二进制数系统是基于什么原理?A. 十进制B. 十六进制C. 八进制D. 基于0和1的表示答案:D二、填空题(每题2分,共20分)1. 计算机的冯·诺依曼体系结构主要包括______、存储器、输入设备和输出设备。
答案:中央处理器2. 计算机的内存分为______和随机存取存储器(RAM)。
答案:只读存储器(ROM)3. 计算机病毒是一种______。
答案:程序4. 计算机操作系统的两种主要类型是批处理系统和______。
答案:分时系统5. 计算机的存储容量单位包括字节(Byte)、千字节(KB)、兆字节(MB)和______。
计算机导论期末复习题
第一章计算机系统的基础知识一、单项选择题1.计算机硬件的基本构成是(C)。
A. 主机、存储器、输出设备B. 主机、输入设备、显示器C. 运算器、控制器、存储器、输入和输出设备D. 主机、键盘、打印机2.计算机硬件能直接执行的只有(B)。
A. 符号语言B. 机器语言C. 算法语言D. 汇编语言3.计算机字长取决于(C)的宽度。
A. 控制总线B. 地址总线C. 数据总线D. 通信总线4.微机中为 CPU和其他部件传输数据、地址和控制信息的部件是(B)。
A. 存储器B. 总线C. 控制器D. 存储器5.CPU由运算器和(C)组成。
A. RAMB. 总线C. 控制器D. 存储器6.运算器的主要功能是(A)。
A. 算术运算和逻辑运算B. 逻辑运算C. 控制D. 算术运算7.计算机的主要部件包括 CPU、存储器、I/O设备,按(A)的程序进行工作。
A. 预先编制B. 自动生成C. 机内固有D. 解释方式8.电子计算机能够快速、自动、准确地按照人们的意图进行工作的基本思想中最主要点是(A),这个思想是冯·诺依曼提出的。
A. 存储程序B. 采用逻辑器件C. 总线结构D. 识别控制代码9.现在使用的计算机,其工作原理是(D)。
A. 存储程序B. 程序控制C. 程序设计D. 存储程序和程序控制10.世界上第一台电子计算机研制成的时间是(A)。
A.1946年 B. 1947年 C. 1951年 D. 1952年11.将十六进制数D7转换成二进制数是(B)。
A. 11101011B. 11010111C. 11101010D. 1101011012.将十六进制数D7转换成十进制数是(D)。
A. 217B. 152C. 172D. 21513.D7采用十六进制数表示二进制数是因为十六进制数(C)。
A. 在计算机内部比二进制数占用较少空间B. 在算法规则上比二进制数更简单C. 在书写上更简洁,更方便D. 运算比二进制数快14. 美国标准信息交换代码,简称ASCII码,它是7位二进制编码,因此,它可以表示(C)字符。
《计算机导论》期末考试试题
《计算机导论》期末考试试题《计算机导论》期末考试试题一、填空题(每空1分,共20分):1.计算机系统分为______和______两大部分。
2.计算机中常用的字符编码有______和EBCDIC码。
3.一个比特(bit)由____个二进制位组成,一个字节由____个二进制位组成,每个ASCII码由____个字节表示。
4.二叉树的每个结点至少包括三个域:_____、_____和_____。
5.堆栈是指用作数据暂存的一组寄存器或一片存储区,它的工作方式称为______。
6.用编译方法在计算机上执行用高级语言编写的程序,可分为两个阶段: _____和_____。
7.根据模型的设计方法不同,数据库系统可分为______、______和______。
8.将___________、输入设备和输出设备统称为计算机的外部设备,简称外设。
9.提高计算机系统处理速度的一个重要措施是增加处理的并行性,其途径是采用______、______和______等三种方法。
10.BASIC语言的赋值语句中,赋值号的左边必须是一个_____,而不应该是常量、函数或表达式。
二、判断题(每题1.5分,共15分):1.一般将微型计算机的硬件系统分为主机与外设两大部分。
()2.目前计算机中的运算器中不只有加法器,还有减法器。
()3.门电路用来寄存参与运算的二进制数,而触发器用来实现二进制数的算术运算和逻辑运算。
()4.并行性是指在同一时刻或在同一时间间隔内完成两种或两种以上性质相同或不同的工作,只要在时间上互相重叠都存在并行性。
()5.计算机的硬、软件之间有固定不变的分界面。
()6.如果编译过程是多遍的,则其工作过程中除第一遍外,前一遍的工作结果将作为后一遍的输入信息。
()7.任何操作系统都必须设法预防死锁的发生,而当死锁一旦发生,必须能够检测到死锁并设法解除死锁。
()8.通常,文件系统允许一个逻辑记录占用几个物理块,但不允许一个物理块内存放多个逻辑记录。
《计算机导论》期末考试复习参考题
《计算机导论》期末考试复习参考题一.单项选择题1.一台完整的微型机系统应包括硬件系统和()。
A.软件系统 B. 微型机 C. 存储器 D.主板 A2.一台个人电脑的()应包括:主机、键盘、显示器、打印机、鼠标器和音箱等部分。
A. 软件配置B. 硬件配置C. 配置 D. CPU B3.主机由微处理器、、内存条、硬盘驱动器、软盘驱动器、光盘驱动器、显示卡、机箱(含电源)和网卡等部件组成。
A. CPUB. RAMC. 主板 D. 运算器 C4.中央处理器是计算机的核心部件,包括和控制器。
A. CPUB. RAMC. 主板 D. 运算器 D5.软件系统由和应用软件组成。
A. 存储器B. 微处理器C. 系统软件 D. 系统总线 C6.将十进制数转换成二进制数:(17)10=(_______)2A. 10000001B. 00010001C. 01000001D. 10001000 B7.将十进制数转换成十六进制数:(30)10=(_______)16A. 1EB. 20C. 2ED. 30 A8.码是美国信息交换标准代码。
A. ASCⅡB. CRCC. BCDD. ABC A9.MS—DOS操作系统采用模块结构。
A. 分支B. 层次C. 单层 D. 单级 B10.带有扩展名.SYS的文件是__________文件。
A. 命令B. 可执行C. 系统 D. 备份 C11.带有扩展名.BAK的文件是__________文件。
A. 命令B. 可执行C. 系统 D. 备份 D12.新的软磁盘在存储数据之前,必须使用_________命令进行磁盘格式化处理。
A. CopyB. FormatC. FdiskD. Dir B13.文件是将需要连续使用的、可多次重复使用的、有选择性使用的若干条命令组成的一种特殊文件。
A. 系统B. 批处理C. 命令 D. 文档 B14.使用命令的目的是对指定文件进行复制。
A. CopyB. FormatC. FdiskD. Dir A15.使用命令的目的是对新的硬磁盘进行分区处理。
2014级《大学计算机基础》期末练习试题
2014级《大学计算机基础》期末综合练习(共有 33 题; 满分: 100 分; 总时; 60 分钟)第1 题: (单选题, 3 分)下列IP地址中,属于C类地址的是_______。
A. 125.54.21.3B. 193.66.31.4C. 129.57.57.96D. 240.37.59.62答案: B第2 题: (单选题, 3 分)在HTML文档中,使用<BODY>标记的______属性可以设置整个网页的文字颜色。
A. FACEB. BGCOLORC. TEXTD. COLOR答案: C第3 题: (单选题, 3 分)以下超链接标记中,格式正确的是______。
A. <A HREF="/"> 中国教科计算机网 </A>B. <A> HREF="/" 中国教科计算机网 </A>C. <A HREF="/" 中国教科计算机网> </A>D. <A HREF="/" 中国教科计算机网 /A>答案: A第4 题: (单选题, 3 分)下列的简单HTML文档,在浏览器中显示的页面内容是______。
<HTML><HEAD><TITLE> 简单HTML文档 </TITLE></HEAD><BODY> <HTML;></BODY></HTML>A. <HTML>B. <HTML;>C. 简单HTML文档D. <HTML;>答案: B第5 题: (单选题, 3 分)下列______不是各种计算机网络都具有的共同的特点。
A、计算机之间可进行数据交换B、各计算机之间保持相对独立性C、具有共同的系统连接结构D、易于分布处理答案:C第6 题: (单选题, 3 分)在设置表单的文本框时,INPUT标记的TYPE属性应为______。
期末计算机导论试题及答案
期末计算机导论试题及答案一、选择题1. 计算机内部的运行速度是由以下哪个组件决定?A. CPUB. 显卡C. 硬盘D. 内存答案:A2. 下列设备中,属于输出设备的是:A. 鼠标B. 打印机C. 键盘D. 内存条答案:B3. 下列存储介质中,哪个读取速度最快?A. 硬盘B. U盘C. 光盘D. 内存答案:D4. 常见的计算机网络类型不包括:A. 局域网B. 广域网C. 互联网D. 蜂窝网答案:D5. 下列软件中,属于操作系统的是:A. Microsoft WordB. PhotoshopC. WindowsD. QQ答案:C二、填空题1. 计算机的基本操作单位是______。
答案:字节(Byte)2. CPU的全称是______。
答案:中央处理器(Central Processing Unit)3. 二进制数系统中,最大的数是______。
答案:1 1111 11114. HTTP的全称是______。
答案:超文本传输协议(Hypertext Transfer Protocol)5. IP地址的格式一般为______。
答案:XXX.XXX.XXX.XXX三、简答题1. 请简要介绍计算机的五大组成部分。
答:计算机由五大组成部分构成,包括中央处理器(CPU)、内存、硬盘、输入设备和输出设备。
CPU是计算机的大脑,负责执行各种指令和运算;内存用于临时存储数据和程序;硬盘则用于永久存储数据和程序;输入设备如键盘和鼠标用于向计算机输入指令和数据;输出设备如显示器和打印机用于显示和打印计算机处理的结果。
2. 请简述计算机网络的作用和优点。
答:计算机网络的作用是实现信息的快速传递和资源共享。
通过计算机网络,人们可以在世界各地进行交流和分享资源,例如通过互联网进行电子邮件、视频会议等;同时,计算机网络也可大幅提高工作效率和便利性,比如通过网络可以远程办公、网上购物等。
其优点包括信息传递快速、资源共享方便、跨时空交流等。
计算机导论期末考试复习题及参考答案
计算机导论 --复习资料一、单选题1、在微机的配置中常看到“P4 2.4G”字样,其中数字"2.4G"表示 ( )A. 处理器的时钟频率是2.4 GHzB. 处理器的运算速度是2.4 GIPSC. 处理器是Pentium4第2.4代D. 处理器与内存间的数据交换速率是2.4GB/S参考答案: A2、计算机软件系统包括 ( )A. 程序、数据和相应的文档B. 系统软件和应用软件C. 数据库管理系统和数据库D. 编译系统和办公软件参考答案: B3、汉字国标码(GB2312-80. 把汉字分成2个等级。
其中一级常用汉字的排列顺序是按 ( )A. 汉语拼音字母顺序B. 偏旁部首C. 笔划多少D. 以上都不对参考答案: A4、 Internet采用的通信协议是( )。
A. HTTPB. TCP/IPC. SMTPD. POP3参考答案: B5、已知三个字符为:a、X和5,按它们的ASCII码值升序排序,结果是( )A. 5,a,XB. a,5,XC. X,a,5D. 5,X,a参考答案: D6、计算机病毒除通过读写或复制移动存储器上带病毒的文件传染外,另一条主要的传染途径是 ( )A. 网络B. 电源电缆C. 键盘D. 输入有逻辑错误的程序参考答案: A7、下列各指标中,数据通信系统的主要技术指标之一的是 ( )A. 误码率B. 重码率参考答案: A8、在同一时刻,Windows系统中的活动窗口可以有( )。
A. 2个B. 255个C. 任意多个,只要内存足够D. 唯一一个参考答案: D9、下列不是合法的“打印内容”选项的是( )A. 幻灯片B. 备注页C. 讲义D. 动画参考答案: D10、在计算机网络中,通常把提供并管理共享资源的计算机称为( )。
A. 服务器B. 工作站C. 网关D. 路由器参考答案: A11、显示器的主要技术指标之一是 ( )A. 分辨率B. 亮度C. 彩色D. 对比度参考答案: A12、 Modem是计算机通过电话线接入Internet时所必需的硬件,它的功能是( )A. 只将数字信号转换为模拟信号B. 只将模拟信号转换为数字信号C. 为了在上网的同时能打电话D. 将模拟信号和数字信号互相转换参考答案: D13、能保存网页地址的文件夹是 ( )A. 收件箱B. 公文包C. 我的文档D. 收藏夹参考答案: D14、下列叙述中,正确的是 ( )A. 所有计算机病毒只在可执行文件中传染B. 计算机病毒主要通过读写移动存储器或Internet网络进行传播C. 只要把带病毒的优盘设置成只读状态,那么此盘上的病毒就不会因读盘而传染给另一台计算机D. 计算机病毒是由于光盘表面不清洁而造成的参考答案: BA. 回收站的一部分B. 硬盘的一部分C. 内存的一部分D. 软盘的一部分参考答案: C16、电子计算机的最早的应用领域是 ( )A. 数据处理B. 数值计算C. 工业控制D. 文字处理参考答案: B17、运算器的主要功能是进行( )A. 算术运算B. 逻辑运算C. 加法运算D. 算术和逻辑运算参考答案: D18、操作系统的主要功能是 ( )A. 对用户的数据文件进行管理,为用户提供管理文件方便B. 对计算机的所有资源进行统一控制和管理,为用户使用计算机提供方便C. 对源程序进行编译和运行D. 对汇编语言程序进行翻译参考答案: B19、在WINDOWS中,对话框是一种特殊的窗口,但一般的窗口可以移动和改变大小,而对话框( )A. 既不能移动,也不能改变大小B. 仅可以移动,不能改变大小C. 仅可以改变大小,不能移动D. 既能移动,也能改变大小参考答案: B20、下列关于计算机病毒的叙述中,错误的是 ( )A. 计算机病毒具有潜伏性B. 计算机病毒具有传染性C. 感染过计算机病毒的计算机具有对该病毒的免疫性D. 计算机病毒是一个特殊的寄生程序参考答案: C21、世界上第一台电子数字计算机ENIAC是1946年研制成功的,其诞生的国家是 ( )A. 美国B. 英国C. 法国D. 瑞士参考答案: A22、下列哪种方式不能关闭当前窗口( )A. 标题栏上的“关闭”按钮D. 按Alt+ESC快捷键参考答案: D23、下列说法中,正确的是 ( )A. 只要将高级程序语言编写的源程序文件(如try.c. 的扩展名更改为.exe,则它就成为可执行文件了B. 高档计算机可以直接执行用高级程序语言编写的程序C. 源程序只有经过编译和链接后才能成为可执行程序D. 用高级程序语言编写的程序可移植性和可读性都很差参考答案: C24、一个字符的标准ASCII码码长是 ( )A. 8 bitsB. 7 bitsC. 16 bitsD. 6 bits参考答案: B25、在微机中,西文字符所采用的编码是 ( )A. EBCDIC码B. ASCII码C. 国标码D. BCD码参考答案: B26、 Internet网中不同网络和不同计算机相互通讯的基础是 ( )A. ATMB. TCP/IPC. NovellD. X.25参考答案: B27、已知三个用不同数制表示的整数A=00111101B ,B=3CH ,C=64D,则能成立的比较关系是 ( )A. AB. BC. BD. C参考答案: C28、在资源管理器中要同时选定不相邻的多个文件,使用( )A. ShiftB. CtrlC. AltD. F8参考答案: B29、计算机能直接识别的语言是 ( )A. 高级程序语言B. 机器语言C. 汇编语言D. C++语言30、 WINDOWS中的“剪贴板”是( )A. 硬盘中的一块区域B. 软盘中的一块区域C. 高速缓存中的一块区域D. 内存中的一块区域参考答案: D31、域名中主机名是 ( )A. MHB. EDUC. CND. BIT参考答案: A32、计算机网络的目标是实现 ( )A. 数据处理B. 文献检索C. 资源共享和信息传输D. 信息传输参考答案: C33、 PowerPoint演示文稿和模板的扩展名是( )A. doc和txtB. html和ptrC. pot和pptD. ppt和pot参考答案: D34、域名系统DNS的作用是( )。
14级计算机基础试题库
14级专业班计基础期末试题库班级姓名学号一、填空题:(每空一分,共20分)1.通常人们所说的计算机系统是由硬件系统、软件系统两部分组成。
2.CPU主要是由运算器和控制器组成的。
3.段落的标记是在按_回车__键之后产生的。
4.在Word进行剪切、复制文本操作前,首先必须_对要进行剪切、复制操作的文本进行选定_。
5.在Excel中,被选中的单元格称为活动单元格。
6.要在Excel工作簿中同时选择多个不相邻的工作表,可以在按住Ctrl 键的同时,依次单击各个工作表标签。
7.输入公式时,必须以= 符号开头。
8.在Excel中,被选中的单元格称为活动单元格。
9.工作表的列用字母表示,行用数字表示。
10.Word2010文档的扩展名是doc,Excel2010工作簿的扩展名是xls。
11.一个新建Excel工作簿默认可包含三张工作表,默认工作表名称为sheet1、sheet2和sheet3。
12.在Excel中,如未特别设定格式,则文字会自动左对齐,数字会自动右对齐。
二、选择题:(每题一分,共30分)13.计算机中,用 D 个二进制位组成一个字节。
A.2 B.4 C.6 D.814.显示器是目前使用最多的C。
A.存储设备B.输入设备C.输出设备D.主存储器15.微型机的核心部件是 A 。
A.CPU B.外存储器C.键盘D.显示器16.1946年第一台电子计算机是A 。
A.ENIAC B.UNIV AC C.EDV AC D.EDSAC17.计算机病毒是 C 。
A.微生物感染B.化学感染C.程序D.幻想18.计算机病毒的特点是具有 A 。
A.传播性、潜伏性、破坏性B.传播性、破坏性、易读性C.潜伏性、破坏性、易读性D.传播性、潜伏性、安全性19.所谓“裸机”是指 C 。
A.单片机B.单板机C.不装备任何软件的计算机D.只装备操作系统的计算机20.下列存储器中,存取速度最快的 D 。
A.软盘B.硬盘C.光盘D.内存21. C 是存储器中的一种类型,CPU对它们只能读取不能写入内容。
计算机导论考试题目及答案
计算机导论考试题目及答案一、选择题1. 在计算机系统中,可以直接执行的是:A. 机器语言B. 汇编语言C. 高级语言D. 汇编语言和高级语言答案:D2. 下列属于计算机的输入设备是:A. 打印机B. 显示器C. 鼠标D. 主机答案:C3. 计算机基本的运算单位是:A. 字节B. 位C. 字D. 千字节答案:B4. 下列不属于计算机主要性能指标的是:A. CPU主频B. 内存容量C. 硬盘空间D. 屏幕大小答案:D5. 计算机中的CPU是指:A. 控制器B. 运算器C. 存储器D. 输入设备答案:B二、填空题1. 计算机中用于存储数据和程序的硬件部件是__________。
答案:存储器2. 二进制数系统中的最高位是__________。
答案:13. 计算机中的操作系统是用来__________计算机硬件和软件资源的程序。
答案:管理4. 计算机中数据的表示使用的最小单位是__________。
答案:位5. 操作系统是计算机系统中的__________。
答案:核心软件三、简答题1. 请简要介绍计算机的五大组成部分。
答:计算机的五大组成部分包括输入设备、输出设备、中央处理器(CPU)、存储器和控制器。
输入设备用于将外部数据和指令输入计算机,如键盘、鼠标等;输出设备用于将计算机处理后的结果输出到外部,如显示器、打印机等;CPU是计算机的核心部件,负责执行指令和进行算术逻辑运算;存储器用于存储数据和程序;控制器负责协调各个部件之间的工作。
2. 请简要解释操作系统的作用和功能。
答:操作系统是一种管理计算机硬件和软件资源的程序,它的作用是使计算机系统运行起来并提供给用户一个友好的界面进行操作。
操作系统的功能包括管理计算机的硬件资源,如内存、CPU、硬盘等,分配资源、调度任务;提供用户接口,使用户可以方便地使用计算机;管理文件系统,提供对文件的读写和管理功能;维护和保护系统的安全性和稳定性等。
3. 请简要解释计算机中的存储器层次结构。
计算机导论试题
计算机导论#试题一、选择题(30分)1. 用一个字节表示无符号整数,其最大值是十进制数()。
A. 256B. 255C. 127D. 1282. 一个完整的计算机系统应包括()。
A. 运算器、控制器和存储器B. 主机和应用程序C. 硬件系统和软件系统D. 主机和外部设备3. 微机中的CPU是指()。
A. 内存和运算器B. 输入设备和输出设备C. 存储器和控制器D. 控制器和运算器4. 计算机的性能主要取决于()。
A. 字长、运算速度和内存容量B. 磁盘容量和打印机质量C. 操作系统和外部设备D. 机器价格和所配置的操作系统5. 磁盘上的磁道是()。
A. 一组记录密度不同的同心圆B. 一组记录密度相同的同心圆C. 一组记录密度不同的阿基米德螺旋线D. 一组记录密度相同的阿基米德螺旋线6. 下列E–mail地址正确的是()。
A. wangfang/B. C.wangfang#********************************.cn7. UNIX操作系统是一种()。
A. 单用户单任务操作系统B. 实时操作系统C. 多用户多任务操作系统D. 单用户多任务操作系统8. 下列四项中,不属于计算机病毒特征的是()。
A. 潜伏性B. 免疫性C. 传染性D. 激发性9. 电子计算机主存内的ROM是指()。
A. 不能改变其内的数据B. 只能读出数据,不能写入数据C. 通常用来存储系统程序D. 以上都是10. 市场上出售的微机中,常看到CPU标注为“Pentium 4/1.2G”,其中的1.2G表示()。
A. CPU的时钟主频是1.2GMHzB. CPU的运算速度是1.2Gb/sC. 处理器的产品系列号D. CPU与内存的数据交换率11. 下列语句中()是正确的。
A. 1KB=1024×1024 BytesB. 1KB=1024 MBC. 1MB=1024×1024 BytesD. 1MB=1024 Bytes12. 最少需要()位二进制表示任一四位长的十进制数。
计算机导论期末考试试卷及参考答案1
课程《计算机导论》考试时间:120分钟班级姓名学号一、填空题(将正确答案填在横线上,每空1分,共10分)1.现代计算机都是基于__________模型的。
2.位运算可分为两大类,即__________运算和__________运算。
3.中央处理单元(CPU)由__________ 、__________和寄存器组三个部分组成。
4.根据网络覆盖的范围,可以将网络划分为__________、__________和广域网。
5.当操作系统没有对进程的资源进行限制时会发生__________。
6.计算机系统由两个部分组成,分为 __________ 和__________。
二、选择题(将正确答案的代号填在横线上,每小题2分,共20分)1、下面哪些属于数据?A.数 B. 视频 C.音频 D. 以上全是2、在计算机语言中,是告诉计算机怎么处理数据的一系列指令。
A、操作系统B、算法C、数据处理器D、程序3、一个字节有位。
A、2B、4C、8D、164、如果计算机断电,那么下列中的数据将被擦除。
A、RAMB、ROMC、磁带驱动器D、CD-ROM5、兄弟土豆公司总部在A市,但在B市和C市有分店,各分店之间要通信,这种网络类型可能是。
A、LANB、MANC、WAND、以上都不是6、进程在状态能够转换到就绪、终止或等待状态A、保持B、虚拟C、运行D、a和c7、在排序中,将最小的元素移到无序列表的起始位置,但没有一对一交换。
A、选择B、冒泡C、插入D、以上都是8、对于无序列表使用查找。
A、顺序B、折半C、冒泡D、插入9、计算机硬件唯一可理解语言。
A、机器B、符号C、高级D、自然10、记录中的所有成员必须是。
A、同类型B、相关类型C、整型D、字符型三、判断题(请在括号内正确的打“√”,错误的打“╳”。
每小题1分,共10分)1.在冯诺.伊曼模型中,程序可以不存储在存储器中。
()2.在扩展的ASCII码中,每个符号为16位。
()3.把位模式的指定位置位是异或运算的一个应用。
计算机导论试题与答案(最新整理)
计算机导论试题与答案(最新整理) 计算机导论》试题和答案一、填空题(每小题1分,共20分):1.计算机领域中采用十进制、二进制、或十六进制来表示数值。
2.XXX型计算机的两大特征是“程序存储”和“数据存储”。
3.美国标准信息交换代码,简称ASCII码,它是7位二进制编码,因此,它可以表示128种字符。
4.计算机中采用的基本逻辑电路主要有各种门电路及触发器。
5.用机器语言编写的程序可由计算机直接执行。
6.串口按信息传送格式可分为同步串口和异步串口。
7.计算机的主存储器存储直接与CPU交换的信息,辅助存储器存放当前不立即使用的信息。
8.堆栈是指用作数据暂存的一组寄存器或一片存储区,它的工作方式称为“后进先出”。
9.由寻址方式形成的操作数的真正存放地址,称为操作数的“实际地址”。
10.计算机网络按距离可分为局域网和广域网。
11.设备管理中的设备是指计算机系统的输入、输出和存储设备。
12.操作系统按功能特征可分为批处理系统、分时系统和实时系统。
13.高级语言的基本元素可以分为变量、常量、运算符、表达式和语句等五大类。
14.从根算起,树可以分为多个层次,树的深度称为树的高度。
15.关系型数据库是数据组织形式,反映数据之间的关系,但不涉及数据的具体内容。
16.线性表的链式存储结构中,每个元素需存储两部分信息:一部分是元素本身的信息,称之“数据域”;另一部分则是该元素的直接后继元素的存储位置,称之“指针域”。
17.栈是限定在表尾进行插入和删除运算的线性表,其表尾称为栈顶,表头称为栈底。
18.用编译方法在计算机上执行用高级语言编写的程序,可分为两个阶段:编译和链接。
19.从资源管理的角度,操作系统要实现对计算机系统的四类资源管理,即处理器管理、存储器管理、设备管理和文件管理。
20.处理机管理程序中,作业调度程序的管理对象是作业,进程调度和交通控制程序管理的对象是进程。
二、判断题(如果错误请说明理由,每题1.5分,共15分):1.全加器只能实现一位二进制数相加。
《计算机导论》习题答案[3页]
计算机导论习题答案第一章一、判断题1、错2、对二、选择题1、D2、B3、C4、B三、填空题1、110101012、逻辑乘第二章一、选择题1、B2、D3、C4、D二、填空题1、硬件2、停止旋转3、2004、输入,USB第三章一、选择题1、B2、C3、C4、D5、D二、填空题1、左键2、F13、任务栏4、TXT5、命令提示符三、判断题1、对2、对3、错4、错5、错第四章一、选择题1、C2、A3、D4、B5、B二、填空题1、办公人员办公业务办公设备办公技术信息处理系统2、无纸化集成化智能化多媒体化信息一体化3、文档1.doc4、常量公式5、幻灯片视图大纲视图幻灯片浏览视图幻灯片放映视图备注页视图三、判断题1、对2、错3、错4、对5、错第五章一、判断题1、错2、对二、选择题1、C2、C3、A4、B三、填空题1、MPEG-2标准2、取样第六章一、填空题1、MAC2、网络互连层3、B4、65、分布二、选择题1、C2、C3、A4、D5、C第七章一、选择题1、C2、B3、C二、填空题1、逻辑结构设计2、where3、SA方法(自顶向下),完整性4、关键字5、矩形,椭圆形第八章一、选择题1、AB2、ABC3、ABC4、AC5、ACD二、填空题1、完整性、保密性、可用性和可控性2、安全模型和安全机制两类3、内部网、公共网4、破坏性、隐蔽性、潜伏性、传染性5、以善恶为标准,通过社会舆论、内心信念和传统习惯来评价人们的上网行为,调节网络时空中人与人之间以及个人与社会之间关系的行为规范第九章一、选择题1、D2、D3、C4、C5、C二、填空题1、单入口单出口2、基本单位3、可重用性4、类5、封装第十章一、选择题1、C2、C3、B4、A5、C二、填空题1、有穷性2、逻辑3、读取栈顶元素,2504、节点的插入、删除方便,不用大量移动数据5、快速排序第十一章一、选择题1、A2、D3、D4、B5、A二、填空题1、软件开发2、生命周期3、系统的目标和功能4、白盒测试黑盒测试5、单元测试集成测试确认测试系统测试第十二章略。
计算机导论期末考试题及答案
计算机导论期末考试题及答案[注意:由于提供具体的考试题目并给出答案可能存在违反学术道德的问题,我将以一般性的方式来论述计算机导论期末考试所涵盖的内容,并提供一些可能出现的问题类型和解答思路供参考。
请在使用时仔细检查是否与你的实际考试内容相符。
]第一部分:选择题1. 以下哪项不是计算机的基本组成部分?A) 中央处理器 (CPU)B) 显卡 (GPU)C) 主存储器 (RAM)D) 输入设备 (如键盘和鼠标)答案:B) 显卡 (GPU)解析:计算机的基本组成部分包括中央处理器 (CPU)、主存储器(RAM)和输入设备等。
显卡虽然在计算机系统中发挥重要作用,但不属于计算机的基本组成部分。
2. 下列哪项操作系统主要用于服务器端?A) WindowsB) macOSC) LinuxD) Android答案:C) Linux解析:虽然Windows和macOS也可以用于服务器端,但Linux由于其可定制性和稳定性,在服务器领域占据主导地位。
3. 二进制数1011与十进制数11之间的转换关系是?A) 1011 = 11B) 1011 > 11C) 1011 < 11D) 1011 ≈ 11答案:A) 1011 = 11解析:二进制数1011转换为十进制为11,两者相等。
第二部分:填空题1. 计算机中最小的数据单位是________。
答案:位 (bit)2. 计算机网络中将最终目标主机与源主机之间的传输路径划分为多段,每一段为一个_________。
答案:跳 (hop)3. 在程序设计中,一个对象根据不同的消息采取不同的行为,这一思想称为_________。
答案:多态 (polymorphism)第三部分:简答题1. 什么是算法?它在计算机科学中的作用是什么?算法是一系列解决问题步骤的准确描述,是将输入转换为输出的过程。
在计算机科学中,算法是解决问题的关键,它可以帮助我们进行复杂的数据处理、搜索和排序等操作,并以高效的方式利用计算机资源。
14级计算机期末复习题
一、填空题1、在首次创建一个新的工作薄时,默认情况下,该工作薄包括了_____个工作表,实际上一个工作薄内最多可以打开_____个工作表。
2、______是excel存储在磁盘上的最小独立单位,它是由多个工作表组成;_______ 是工作表中的小方格,它是工作表的基本元素。
3、默认情况下,单元格中的文本 __________对齐,数值_______对齐。
4、在excel中设置单元格数据类型、文本的对齐方式和字体等时,通过____________ 对话框来实现。
5、在excel中隐藏和取消隐藏工作薄的元素内容有___________、________、____________。
6、在Windows XP系统中,有很多快捷键。
其中Ctrl+X,Ctrl+C,Ctrl+V分别表示___________ 、____________、 ________。
7、利用__________命令可以方便地改正演示文稿中的多处相同的文字错误。
8、在放映幻灯片时,若希望退出放映状态,可以按_____键。
9、如果在单元格中编辑内容,按【Backspace】键删除插入点______边的字符;按【Delete】键可以删除插入点 _____边的字符。
10、Excel中单击“视图”/“工具栏”/ “自定义”对话框,该对话框提供了___________、____________ 、___________3个选项卡。
11、二、选择题1、关闭excel应用程序的方法有很多种,下面的方法中不能关闭excel的是()A、单击excel右上角的“关闭”命令B、选择“文件”/“退出”命令C、选择“文件命令”/“关闭”D、按【F4 +Alt】2、下列有关PowerPoint的用途表述正确的是()A、进行文字编辑B、用来绘图C、用来制作多媒体演示文稿D、用来上网3、选定多个且不相邻的单元格区域时,单击并拖动鼠标选定第一个单元格区域,按住()键,然后用鼠标选定其他单元格区域。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
14级《计算机概论》期末复习题Test Question for Chapter1一.判断题(True/False)puter software is the collection of programs that provide the instructions that a computer carries out.T2.An abstraction is a mental model that removes or hides complex details.T3.A vacuum tube was a device used in the first generation of computers to link computers together into a network.F4.Magnetic disks were introduced in the second generation of computer hardware.T5.The personal computer was introduced in the fourth generation of computer hardware.T6.A computer that has a parallel architecture uses multiple central processing units.T7.High-level languages were introduced during the fourth generation of computer software.F8.A systems programmer writes programs that make it easier for others to programing.T9.A linker puts a program's instructions into memory where they can be executed.F10.Spreadsheets and word processors are known as software applications.T11.Object-oriented design is currently the dominant approach for large programming projects.T 二.选择题(单项)1.Which of the following terms best describes circuit boards,keyboards,and disk drives?a)computing systemb)computer hardwarec)computer softwared)stored memorye)native system tools2.Which of the following terms best describes the concept of abstraction?a)exposing difficultyb)hiding quantityc)exposing distanced)hiding detailse)exposing representation3.Which of the following phrases best describes a Turing machine?a)a device for integrating many chips on one circuit boardb)an abstract mathematical model of computingc)the first electronic digital computerd)the first successful memory storage devicee)the first computer capable of network communication4.In which hardware generation were integrated circuits introduced?a)firstb)secondc)thirdd)fourth5.Who was the first programmer?a)Leibnizb)Pascalc)Babbaged)Lovelacee)Hollerith6.In which software generation were the FORTRAN and COBOL languages developed?a)firstb)secondc)thirdd)fourthe)fifth7.Which of the following statements best describes the purpose of an Ethernet?a)connecting mainframe computers over the Internetb)connecting small computers to share resourcesc)connecting peripheral devices to a personal computerd)connecting secondary memory to a personal computere)connecting input devices to a mainframe computer8.What is the purpose of a compiler?a)translate machine language into assembly languageb)translate high-level language into machine languagec)translate FORTRAN into COBOLd)translate machine language into FORTRANe)translate application programs into system programs9.In which decade were the first generation of computers developed?a)1930sb)1940sc)1950sd)1960se)1970s三.填空题(需用英文作答)1.A(n)abstraction is a mental model that removes complex details2.The most prestigious award given in computer science is called the Turing Award.3.First generation computers were built using vacuum tubes to store information.4.The set of instructions that each type of computer is designed to understand is called machine language.5.A computer with a parallel architecture uses multiple central processing units to solve a problem.6.FORTRAN and COBOL are two of the earliest high-level programming languages.7.The computer's operating system and language translators are generally known as systems software.8.A(n)embedded system uses integrated computing technology to run or regulate devices such as toasters,cars,and satellites.9.In the earliest electronic computers,programmers had to write machine language code expressed as binary digits.Test Question for Chapter2一.判断题(True/False)1.A natural number is the number0or any number obtained by adding1to a natural number.T2.A rational number is any number that can be expressed without a fractional part.F3.The base of a number system determines the number of digits used in the system.T4.The digits used in base8are1through8.F5.The base of the hexadecimal number system is15.F6.Representing a number in base5sometimes requires more digits than representing that same number in base10.T7.The letter C is used to represent the number11in hexadecimal.F8.A byte is made up of eight binary digits.T9.Binary numbers are important in computing because numbers in every base can be converted into them.F10.The number of bits in a word is the same on all machines.F11.Starting from the right,every group of four binary digits can be read as one hexadecimal digit. T二.选择题(单项)1.Which of the following describes the number0and any number that can be obtained by repeatedly adding one to it?a)numberb)natural numberc)integerd)negative numbere)rational number2.Which of the following is a value less than zero,with a sign opposite to its positive counterpart?a)numberb)natural numberc)integerd)negative numbere)rational number3.How many digits are there in the binary number system?a)1b)2c)7d)8e)94.What is the largest digit in the octal number system?a)1b)2c)7d)8e)95.What is the decimal value of the largest digit in the hexadecimal number system?a)0b)9c)10d)15e)166.Which of the following can be used to express the value of every number in any number system?a)baseb)quotientc)polynomiald)rational numbere)radix7.In base16,the digit E corresponds to what decimal value?a)1b)10c)12d)14e)158.What is the lowest base in which the number987could be a valid number?a)binaryb)base3c)octald)decimale)hexadecimal9.What is a single binary digit called?a)byteb)nibblec)bitd)worde)block三.填空题(需用英文作答)1.A number is a unit of an abstract mathematical system subject to the laws of arithmetic.2.An integer is a natural number,a negative of a natural number,or zero.3.The base of a number system determines how many digits are used in the system and the value of digit positions.4.The highest digit in base16is F.5.The value of a number in any base can be expressed as a polynomial in which each term is made up of a digit multiplied by the base raised to a power.6.The base value of the octal number system is2.7.In bases higher than10,the letter A is used to represent the decimal value10using only one symbol.8.Bytes can be grouped together into a word,the size of which is machine-dependent.9.A group of eight bits is called a byte.Test Question for Chapter5一.判断题(True/False)1.In a von Neumann architecture,the devices that store information and the devices that process information are the same.F2.The control unit and the arithmetic/logic unit are both part of the central processing unit(CPU). T3.The fetch part of the fetch-execute cycle fetches the next instruction to be executed from memory. T4.The data on a CD-RW can be rewritten multiple times.T5.A touch screen is both an input and output device.T6.Pipelining is a technique that uses several different processors,where each contributes one part to an overall computation.T7.The bus is a group of wires through which data travels within a computer.T8.The RAM is non-volatile and the ROM is volatile.F9.The prefix kilo means1000when referring to speed and1024when referring to storage.T10.A register is a small storage area in the CPU.T二.选择题(单项)1.Which of the following is a popular central processing unit?a)Hertzb)Pentium4c)random accessd)cycles per seconde)modem2.The prefix mega(M)refers to which power of two?a)210b)220c)230d)240e)2503.Which of the following is volatile?a)control unitb)arithmetic/logic unitc)auxiliary storage deviced)RAMe)ROM4.The instruction register is used to store which of the following?a)an instructionb)the memory location of an instructionc)the number of program instructions executedd)the number of programs executede)the data used by an instruction5.Which of the following is referred to as the computer's bus?a)the device used to transfer data from auxiliary storageb)the storage location for the currently executing programc)the set of wires through which data travels among the core devicesd)the storage location for the current instructione)the number of bytes transferred from RAM to ROM6.Which touch screen technology uses a laminate that conducts electricity and causes current to flow to a finger or stylus when touched?a)resistive touch screenb)capacitive touch screenc)infrared touch screend)addressable touch screene)surface acoustic wave touch screen7.A von Neumann computer architecture is best characterized by which of the following?a)program input deviceb)read only memoryc)random access memoryd)stored-program concepte)the use of disk drives8.Which of the following is the time it takes for the read/write head of a disk drive to get into position over a specified track?a)seek timeb)latencyc)transfer rated)spindle timee)access time9.Which parallel-processing approach applies the same program to multiple data sets using multiple processors?a)synchronous processingb)tandem processingc)pipelining processingd)transfer processinge)decode processing三.填空题(需用英文作答)1.The von neumann architecture is characterized by storing a program in the same way and space as regular data.2.The arithmetic/logic unit performs basic operations in the central processing unit such as adding and subtracting,as well as logical operations such as AND and OR.3.The primary circuit board on which the core components of a computer reside is called the motherboard.4.A CD-ROM stores approximately600MB of data,which is read optically using a laser.5.Synchronous processing is a computing technique in which multiple processors apply the same program to multiple data sets at the same time.6.ROM stands for read-only memory,which retains its contents even after the power is turned off.7.The program counter is a register that holds the address of the next instruction to be executed.8.The information on a disk drive is organized into concentric circles called track,which are divided into sectors.9.A resistive touch screen is made up of two layers that come into contact when the user presses on the screen.Test Question for Chapter6一.判断题(True/False)1.The approach to problem solving developed by George Polya is valuable,but does not apply to computer-based solutions.F2.A selection construct allows a decision to be made in an algorithm that determines which action is performed next.T3.Top-down design is a problem solving technique in which the problem is broken down into smaller pieces until each piece is basic enough to solve directly.T4.Algorithms cannot be tested until they are realized in a computer-based programming language. F5.The syntax of a programming language gives meaning to the instructions in that language.F6.Pseudocode uses a mixture of English and indentation to express the processing steps of an algorithm.T7.A variable is a name for a memory place in which a value can be stored.T8.An object is composed of data and the operations that manage that data.F二.选择题(单项)1.What is the first step in the How to Solve It list?a)establish the playersb)understand the problemc)refine the problemd)gather resourcese)set a timeline2.Which of the following is a set of unambiguous instructions for solving a problem?a)algorithmb)pseudocodec)program constructd)problem specificatione)problem analysis3.Which of the following best describes top-down design?a)gathering small solutions to related subproblems into a complete solutionb)refining a particular solution into one that is more abstractc)decomposing a general solution into more concrete solutions to subproblemsd)coverting modules into subproblemse)converting classes into objects4.Which of the following describes a group of objects with similar properties and behaviors?a)attributeb)classc)fieldd)methode)scenario5.Which of the following constructs allows an action(or set of actions)to be executed multiple times?a)assignmentb)input/outputc)repetitiond)selection(if-then)e)selection(if-then-else)6.Which of the following describes the formal rules that govern the construction of valid instructions in a programming language?a)semanticsb)syntaxc)program statementd)programe)construct7.Which of the following terms applies to a testing strategy that involves a team-based,manual simulation of a design?a)desk checkingb)debuggingc)walk-throughd)inspectione)encapsulation8.Which of the following describes a sequence of instructions written to perform a specified task?a)semanticsb)syntaxc)programd)program statemente)construct三.填空题(需用英文作答)1.An algorithm is a set of instructions for solving a problem in a finite amount of time using a finite amount of data.2.A variable is a name used to refer to memory places where a value is stored.3.During top-down design,a(n)abstract step is one that needs to be expanded further.4.A method is a named algorithm that manipulates the data values in an object.5.A modules represents a subproblem to be solved during the process of top-down design.6.A walk-through is a manual simulation of a design,conducted by the team members.7.An if-then statement is an example of a selection construct.8.During the implementation phase,an algorithm is translated into a programming language.Test Question for Chapter12一.判断题(True/False)1.A spreadsheet cell can contain a data value or a formula.T2.In a relational database,data and the relationships among them are organized into tables.F3.The Structured Query Language(SQL)is a language for managing relational databases.T4.The engine of a database management system(DBMS)consists of the software that allows user to access and modify the database contents.T5.An information system is software that helps us organize and analyze data.T6.Confidentiality is the aspect of information security concerned with ensuring that data is protected from unauthorized access.T7.Encryption is the process of turning plaintext into ciphertext.T二.选择题(单项)1.Which of the following is used to perform a calculation in a spreadsheet?a)what-ifb)rangec)formulad)celle)circular reference2.Which of the following database elements is composed of a set of related data items,such as a person's name,address,and id number?a)recordb)keyc)fieldd)querye)table3.Which of the following is used to retrieve data from a database?a)recordb)keyc)fieldd)querye)table4.Which of the following represents a single cell in a spreadsheet?a)G14..H27b)J24c)A3..A7d)=J24/J23e)15B5.Which of the following is a common database language?a)SQLb)keyc)fieldd)querye)schema6.Which of the following is the degree to which authorized users can access information for legitimate purposes?a)integrityb)cryptographyc)confidentialityd)availabilitye)cipher三.填空题(需用英文作答)1.A(n)software application allows the user to organize and analyze data using a grid of cells.2.A single value in a database record is called a(n)field(or attribute).3.Structured Query Language(SQL)is a comprehensive database language for managing relational databases.4.In SQL,a(n)select statement is used to retrieve specific information from a database.5.The field(s)that uniquely identifies a database record within a table is called a(n)key.6.Encryption is the process of converting ordinary text into a form that is unreadable.Test Question for Chapter15/16一.判断题(True/False)1.A computer network is a collection of connected computing devices that may communicate and share resources.T2.Data transfer rate is the speed with which data is moved from one place on the network to another. T3.A network's topology determines how many file servers need to be installed in the network.T4.Retrieving data from an Internet resource to your computer is called uploading.F5.A local-area network(LAN)connects a small number of nodes in a building or close geographical area.T6.The IP address of a computer is represented by four numeric values separated by periods(dots). T7.A top-level domain name helps users identify the host's type of organization or country of origin. T8.Messages sent over a shared communication line are divided into fixed-size,numbered pieces called packets.T9.A Web browser is a software tool that retrieves and displays Web pages.T10.Google and Yahoo!are examples of Web search engines.T二.选择题(单项)1.Which of the following is a generic term used for any device on a network?a)modemb)gatewayc)noded)routere)repeate2.Which of the following would correspond to an organization,such as a university or company?a)IP addressb)domain namec)top-level domaind)MIME typee)hostname3.Which of the following provides a way to uniquely identify a single computer among all others on the Internet?a)backboneb)firewallc)bandwidthd)packet switchinge)hostname4.Which of the following is a device for converting an analog signal to a digital signal and back again?a)modemb)gatewayc)noded)routere)repeater5.In which of the following LAN configurations is there a center node to which all others are connected?a)bus topologyb)ring topologyc)gateway topologyd)star topologye)metropolitan topology6.Which of the following is the term used to describe a machine and software that protects a network from inappropriate access?a)backboneb)firewallc)bandwidthd)packet switchinge)hostname7.Which of the following contains the address for accessing a Web page?a)uniform resource locatorb)web serverc)web browserd)webloge)cookie8.Which of the following is the primary mechanism for representing the content of a Web page?a)HTMLb)tagc)attributed)cookiee)hypertext三.填空题(需用英文作答)1.A computer network allows computing devices to communicate and share resources.2.A(n)Internet service provider(ISP)is a company that provides other companies or individuals with access to the Internet.3.A(n)protocol is a set of rules that defines how data is formatted and processed on a network.4.Ethernet is an industry standard for local-area networks,based on a bus topology.5.A(n)_gateway_is a special node on a LAN set up to handle all communication with other networks.6.A LAN using a(n)ring topology topology connects all nodes in a closed loop on which messages travel in one direction.7.A(n)website is a collection of related Web pages.8.HTML stands for Hypertext Markup Language.。