计算机科学导论试卷

合集下载

大一计算机科学导论试题

大一计算机科学导论试题

选择题
计算机科学中,算法的时间复杂度主要用来衡量什么?
A. 算法的空间占用
B. 算法的执行速度(正确答案)
C. 算法的错误率
D. 算法的易用性
下列哪一项是计算机硬件的主要组成部分?
A. 键盘和鼠标
B. CPU、内存和硬盘(正确答案)
C. 操作系统和应用软件
D. 显示器和打印机
在计算机编程语言中,变量名通常用来表示什么?
A. 固定的数值
B. 可以改变的数据值(正确答案)
C. 程序的执行流程
D. 文件的存储位置
下列哪一项不是计算机网络的基本功能?
A. 数据通信(正确答案)
B. 数据存储
C. 资源共享
D. 分布式处理
在计算机安全领域,“加密”的主要目的是什么?
A. 提高计算机的运行速度
B. 保护数据的机密性(正确答案)
C. 增加数据的存储量
D. 改善用户界面的友好性
下列哪一项是面向对象编程语言的一个主要特征?
A. 使用函数进行编程
B. 使用类和对象进行编程(正确答案)
C. 使用指令集进行编程
D. 使用逻辑门进行编程
在计算机图形学中,像素是用来表示什么的?
A. 图像的分辨率
B. 图像中的一个点(正确答案)
C. 图像的颜色深度
D. 图像的压缩比
下列哪一项不是数据库管理系统(DBMS)的功能?
A. 数据定义(正确答案)
B. 数据删除
C. 数据查询
D. 数据安全控制
在计算机体系结构中,哪一层负责将高级语言编写的程序转换成机器语言?
A. 应用层
B. 操作系统层
C. 编译器层(正确答案)
D. 硬件层。

计算机科学与技术导论试卷及其答案(最终)

计算机科学与技术导论试卷及其答案(最终)

计算机科学与技术导论期末试卷及其答案一、选择题〔 30 分〕1. 用一个字节暗示无符号整数,其最大值是十进制数〔 〕。

A. 256B. 255C. 127D. 1282. 一个完整的计算机系统应包罗 〔 A. 运算器、控制器和存储器 C. 硬件系统和软件系统 〕。

B. 主机和应用程序D. 主机和外部设备3. 微机中的 CPU 是指〔 〕。

A. 内存和运算器B. 输入设备和输出设备D. 控制器和运算器C. 存储器和控制器 4. 计算机的性能主要取决于〔 A. 字长、运算速度和内存容量 C. 操作系统和外部设备 〕。

B. 磁盘容量和打印机质量D. 机器价格和所配置的操作系统5. 磁盘上的磁道是〔 A. 一组记录密度不同的同心圆 C. 一组记录密度不同的阿基米德螺旋线 〕。

B. 一组记录密度不异的同心圆D. 一组记录密度不异的阿基米德螺旋线6. 以下 E –mail 地址正确的选项是〔 〕。

A. wangfang/B. D. wangfang@C. wangfang# 7. UNIX 操作系统是一种〔 A. 单用户单任务操作系统 C. 多用户多任务操作系统 〕。

B. 实时操作系统D. 单用户多任务操作系统8. 以下四项中,不属于计算机病毒特征的是〔 〕。

A. 暗藏性 C. 传染性B. 免疫性D. 激发性9. 电子计算机主存内的 ROM 是指〔 A. 不克不及改变其内的数据 〕。

B. 只能读出数据,不克不及写入数据D. 以上都是C. 通常用来存储系统程序 10. 市场上出售的微机中,常看到 A. CPU 的时钟主频是 1.2GMHz CPU 标注为 ―Pentium4/1.2G ‖,此中的 1.2G 暗示〔〕。

B. CPU 的运算速度是 1.2Gb/sC. 处置器的产物系列号D. CPU 与内存的数据交换率11. 以下语句中〔〕是正确的。

A. 1KB =1024×1024 Bytes C. 1MB =1024×1024 BytesB. 1KB =1024 MB D. 1MB =1024 Bytes12. 最少需要〔A. 10B. 14 〕位二进制暗示任一四位长的十进制数。

计算机科学导论考试试题及答案

计算机科学导论考试试题及答案

计算机科学导论考试试题及答案一. 选择题1. 下列哪项不属于计算机科学的研究内容?A. 算法与数据结构B. 网络与通信技术C. 法律与伦理问题D. 人工智能与机器学习2. 下列哪项不是计算机硬件的组成部分?A. 主板B. 显卡C. 操作系统D. CPU3. 以下哪种存储介质具有最高的读写速度?A. 硬盘B. 固态硬盘C. 光盘D. U盘4. 在二进制数系统中,1111的十进制表示为:A. 15B. 14C. 13D. 125. 下列哪项不属于计算机网络的分类?A. 局域网B. 广域网C. 个人网D. 互联网二. 填空题1. 计算机中的最小存储单位为______。

2. HTML是用于______的标记语言。

3. 在计算机中,1KB等于______字节。

4. 执行一个计算机程序时,计算机首先从______读取指令。

5. OSI模型中,位于物理层之上的是______层。

三. 简答题1. 请简述计算机操作系统的作用。

计算机操作系统是控制和管理计算机硬件与软件资源的核心程序。

它的主要作用包括:- 硬件管理:操作系统能够管理计算机的硬件资源,如分配CPU时间片、处理IO请求、管理内存等。

- 软件管理:操作系统可以控制和管理各种软件程序的运行,如进程管理、文件管理、网络管理等。

- 用户接口:操作系统提供与用户交互的界面,使用户能够方便地操作计算机。

- 错误处理:操作系统可以监控和处理计算机系统中的错误和异常情况,保证系统的稳定性和安全性。

2. 解释什么是算法,并举例说明。

算法是解决问题的一系列有限步骤的描述,它可以作为计算机程序的基础。

算法包括输入、输出和执行步骤,用于描述问题的详细解决方法。

举个例子,比如我们要编写一个算法实现两个整数的相加。

算法的步骤如下:1. 输入两个整数a和b。

2. 将a和b相加,得到结果c。

3. 输出结果c。

这个算法通过输入两个整数,执行相加操作,最后输出结果,解决了整数相加的问题。

2023年计算机导论试卷

2023年计算机导论试卷

2023年计算机导论试卷一、单选题(每题2分,共30分)1. 世界上第一台电子计算机ENIAC诞生于()。

A. 1946年。

B. 1956年。

C. 1964年。

D. 1970年。

2. 计算机硬件系统的核心部件是()。

A. 存储器。

B. 运算器。

C. 控制器。

D. 中央处理器(CPU)3. 在计算机中,存储数据的基本单位是()。

A. 位(bit)B. 字节(byte)C. 字(word)D. 双字(double word)4. 以下不属于计算机输入设备的是()。

A. 键盘。

C. 打印机。

D. 扫描仪。

5. 计算机软件系统包括()。

A. 系统软件和应用软件。

B. 操作系统和办公软件。

C. 数据库管理系统和编译程序。

D. 程序和数据。

6. 操作系统的主要功能不包括()。

A. 进程管理。

B. 存储管理。

C. 设备管理。

D. 数据管理。

7. 以下哪种编程语言是面向对象的高级编程语言()。

A. C语言。

B. Python.C. 汇编语言。

D. 机器语言。

8. 在计算机网络中,用于实现不同网络之间连接的设备是()。

A. 路由器。

C. 集线器。

D. 网卡。

9. 计算机中,1KB等于()字节。

A. 1000.B. 1024.C. 512.D. 2048.10. 二进制数1011转换为十进制数是()。

A. 11.B. 12.C. 13.D. 14.11. 数据库管理系统(DBMS)的主要功能不包括()。

A. 数据定义。

B. 数据操纵。

C. 数据加密。

D. 数据控制。

12. 以下关于算法的描述,错误的是()。

A. 算法是解决问题的步骤。

B. 算法具有有穷性。

C. 算法可以无限循环执行。

D. 算法具有确定性。

13. 计算机病毒是一种()。

A. 程序。

B. 硬件设备。

C. 生物病毒。

D. 细菌。

14. 以下哪种存储设备读写速度最快()。

A. 硬盘。

B. 内存。

C. 光盘。

D. U盘。

15. 云计算的服务模式不包括()。

A. IaaS(基础设施即服务)B. PaaS(平台即服务)C. SaaS(软件即服务)D. DaaS(数据即服务)二、多选题(每题3分,共30分)1. 计算机的特点包括()。

(完整word版)计算机导论试卷及答案

(完整word版)计算机导论试卷及答案

一、Multiple Choice单选题(每个空2分,共40分)1. Turing Machine is ( C ).A。

the very first electronic computer B。

the first general-purpose computerC. an abstract mathematical modelD. the first commercial computer2.The transistor was used to make the main processing component in the hardware in the ( B ) generation of computer。

A。

first B. second C。

third D. fourth3。

In computing discipline we always analyse problems by removing complexity and details,leaving only the necessary information。

This mental thinking way is ( D ).A。

engineering B. top-down design C. simplicity D. abstraction4.813 is not a number in ( C )number system。

A. hexadecimalB. decimalC. octal D。

12-base5.The information in real world is often ( A )while computer can only represent ( D )information。

This is a limitation of computing。

A。

analog B. decimal C. binary D. digital6. The following are audio formats except ( C )。

计算机科学导论历年在线作业含春.doc

计算机科学导论历年在线作业含春.doc

计算机科学导论一、单选题(共 39 道试题,共 78 分。

)1. 介于可行性研究和概要设计之间的软件生命周期阶段是B. 需求分析2. CPU调度的策略不包括D. 批处理3. 内存的概念首次出现在()当中B. 分析机4. E中的任一实体可以通过R与F中的至多一个实体联系则R叫做E到F的()B. 多对一联系5. 以下哪个概念与其他三个不属于同一类D. 资源子网6. 以下哪个选项用于实现SQL语言的查询功能A. select7. 位于计算机软件层次划分最内层的是D. 机器语言8. 在布尔运算中,下列计算错误的是哪个A. 1+1=29. 二进制数101011等于十进制中的多少B. 4310. 被誉为第一位程序员的是()A. Augusta11. 二进制数1010110表示为十进制数应该是A. 8612. 内置在计算机电路中的指令属于()C. 机器语言13. 第一代计算机使用()存储信息A. 真空管14. 下列哪个句子不属于命题D. 几点了?15. 下列哪种工具列出了一个实际问题的所有可能的输入值和相关输出值的C. 真值表16. 数据库中的元组是指A. 关系中除含有属性名所在行以外的其他行17. 17世纪,()发明了第一个数字计算器A. Pascal18. 半加法器和全加法器的区别是B. 是否处理以前的进位19. 以下哪项不属于冯诺依曼体系结构的核心部件C. 输入输出设备20. 计算机网络的发展始于A. 20世纪50年代21. 下列哪种存储器的读取速度最快?B. CPU寄存器22. 下列运算中优先级别最高的是A. 括号23. OSI参考模型包括几层D. 724. 在计算机软件层次结构中,位于汇编语言内层的是()D. 机器语言25. 关系中除含有属性名所在行以外的其他行叫做D. 元组26. 3度布尔函数共有多少个D. 25627. 在中,cn表示B. 国家28. 数据流程图中圆形表示A. 加工29. 第一代计算机使用()存储信息A. 真空管30. 十进制数0.25等于二进制中的多少C. 0.0131. 法国人Blaise Pascal建造了()A. 齿轮驱动机械32. 在计算机的基本结构中根据指令完成相应处理操作的步骤是C. 指令处理33. RGB表示法中某种颜色的份额通常在以下哪对数字之间A. 0-25534. 软件测试说明书的完成时间应该在B. 需求分析阶段结束35. 3变元卡诺图包含几个方格B. 836. 下列哪种元件不在中央处理器的内部D. 存储器37. 下列选项属于CPU生产厂商的是A. Intel38. 目前的IP地址由多少位二进制数组成C. 3239. 打印机属于哪一种计算机硬件设备B. 输出设备4、下列哪种语言是面向对象的编程语言()D、C++5、满足个人应用要求,体积小、价格便宜的计算机属于()A、个人计算机6、下列选项中不属于计算机存储设备的是()A、内存8、数字836的基数可能是( D )D、109、下面哪个数字用来表示任何计数系统中的基数值 BB、1010、十三进制下的数字943与十进制下的哪个数含有相同多的实体 CC、157615、三变元卡诺图包含几个方块 CC、816、在某些电路中,由于输入值的一些组合从未出现过,所以对其输出值可以任意选择,函数对于这种组合的值称为( A )A、无需在意条件19、下列选项哪个是用于软件需求分析的工具 AA、数据流程图21、按传输距离划分,计算机网络不包括 DD、无线网22、OSI网络参考模型中位于第四层的是 CC、传输层23、在中,cn表示 BB、国家24、3位二进制数最多表示多少种不同状态答案:825、十进制数0.8125表示为二进制数应该是答案:0.110126、二进制数-0001100的补码表示为()答案:1111010027、ASCII字符集的容量是答案:25628、真彩色的色深度一般是多少答案:2417. 布尔代数的运算不包括以下哪项D. 差18、下列选项不属于计算机显卡组成部分的是答案“监视器19、下列选项不属于液晶显示器优点的是答案:响应时间短20、面向对象的程序设计语言特性不包括答案:复用21、列在子程序名后的括号内的标识符叫作答案:引用参数22、下列选项哪个是用于软件需求分析的工具答案:数据流程图23、计算机网络的拓扑结构不包括答案:堆栈形结构24、哪位科学家第一次提出了内存的概念Babbage25、943不可能表示基数为()的值答案:826、二进制运算1001-110等于十进制的多少答案:327、以下哪个选项不属于音频格式答案:bmp28、3度布尔函数共有多少个答案:25629、从列表的无序部分不经选择任取一元然后将其置于有序部分的正确位置上的排序算法是答案:插入排序30、对软件风险分析给予高度重视的软件开发模型是答案:演化模型31、目前应用最广泛的计算机网络拓扑结构是答案:网状拓扑33、将CPU的工作时间划分为许多很短的时间片轮流为各个终端的用户服务的操作系统属于分时操作系统34、E-R图中实体集用什么图形表示答案:矩形35、与关系的每个属性相关联的元素类型是答案:域36、哪种关系操作不要求参与运算的两个关系具有相同的属性集合答案:笛卡尔积二、多选题(共 3 道试题,共 6 分。

(完整word版)计算机导论试卷及答案

(完整word版)计算机导论试卷及答案

一、Multiple Choice单选题(每个空2分,共40分)1. Turing Machine is ( C ).A. the very first electronic computerB. the first general-purpose computerC. an abstract mathematical modelD. the first commercial computer2.The transistor was used to make the main processing component in the hardware in the ( B ) generation of computer.A. firstB. secondC. thirdD. fourth3. In computing discipline we always analyse problems by removing complexity and details, leaving only the necessary information. This mental thinking way is ( D ).A. engineeringB. top-down designC. simplicityD. abstraction4.813 is not a number in ( C ) number system.A. hexadecimalB. decimalC. octalD. 12-base5.The information in real world is often ( A ) while computer can only represent ( D ) information. This is a limitation of computing.A. analogB. decimalC. binaryD. digital6. The following are audio formats except ( C ).A. mp3B. wavC. gifD. au7.English is represented in ( D ) character set.A.ASCIIB. UnicodeC. neither ASCII nor UnicodeD. either ASCII or Unicode8. Images can be represented in ( C ).A.raster-graphics formatB. vector-graphics formatC. either A or BD. neither A nor B9.The most fundamental operations performed by computer hardware is ( D ).A.logical functions such as NOT, AND and ORB.arithmetic operations such as addition, subtraction and multiplicationC.instructions such as load, store and processD.on or off of an electrical flow10.In a ( A ) circuit, the input values explicitly determine the output.binationalB. sequentialC. S-R latchD. register11. Small storage area in CPU is called ( A ).A. registerB. memoryC. diskD. ROM12. The von Neumann architecture’s two primary components are its ( B ) , which stores both instructions and data, and its processor, which provides operations for modifying the contents of the memory.A. control unitB. memoryC. input/output devicesD. secondary storage devices13. Imperative programming languages are abstractions of the underlying von Neumann computer architecture. The central features of imperative languages are variables, which model the memory cells; and ( A ), which model data transmitted from memory to the CPU.A. assignment statementsB. Boolean expressionsC. conditional statementsD. looping statements14. Object-oriented languages have an essential ingredient ( B ) which enforces information hiding.A. objectB. encapsulationC. inheritanceD. polymorphism15. The concept of process is defined as a ( D ) in execution.A. applicationB. softwareC. processD. program16. ( B ) is the technique of keeping multiple programs in main memory at the same time.A. MultimediaB. MultiprogrammingC. MultiuserD. Multiprocessor17. In a(n) ( A ), response time is crucial; a minimum response time is guaranteed to the user.A. real-time systemB. time-sharing systemC. batch systemD. operating system18. File extension indicates ( A ).A.file media typeB. file operationC. file protectionD. file location19. The World Wide Web is both an infrastructure of information and the network software used to access it. The Web is comprised of web sites and web pages connected by ( C ) .A. gatewaysB. URLsC. linksD. wires二、Fill in the Blanks(每空2分,共20×2=40分)1. The fundamental question underlying all of computing is: What can be (efficiently) automated?2. The place value of digit '1' in 1039 in 13-base number system is 133.3. Negative decimal number -10 is represented as 10001010 in 8-bit sign-magnitude binary, and represented as 11110110 in 8-bit 2's complement.4.Binary real number 0.11 is 0.75 in decimal.5. Suppose a language containing 200 characters. To represent this language in computer, we need at least 8 bits to represent each character.6.The yellow color is represented as the RGB value (255,255,0) .7. The key problem in representing video information in computer is CODEC/compression .8. As for the following circuit, the Boolean expression of the output is A·B+(A+B) .When A is 0 and B is 1, the output is 1 .9. One approach to developing an algorithm is using the top-down design methodology which breaks a problem up into a set of subproblems, the solutions of which create a solution to the overall problem. This approach results in a hierarchical/tree structure of modules.10.In Pep/7 virtual computer, if we want to load a decimal number 7 into A register, the instruction should be written as 00001000 00000000 00000111 .11. In Pep/7 virtual computer, given the following state of memory (in hexadecimal),0001 A20002 110003 FF0004 00After the execution of the instruction “00001001 00000000 00000011”, the content of the A register is FF00 (in hexadecimal).12. Suppose that list of cylinder requests is 30, 40, 12, 20, 66. Assume that the disk is positioned at cylinder 20. If Shortest-Seek-Time-First disk scheduling algorithm is used ,the order in which these requests are handled is 20,12,30,40,66 .ing the directory tree shown in Figure 11.4 , Page 372 in the textbook, assuming the current working directory is C:\WINDOWS\System, the absolute path of john.doc is C:\My Documents\letters , and the relative path of john.doc is ..\..\My Documents\letters .14.The network protocol that breaks messages into packets, reassembles them at the destination, and takes care of errors is TCP .15.Broadband is network technologies that generally provide data transfer speeds greater than 128K bps.16. Web pages are created using HTML, a language that uses tags to indicate the nature of a piece of information and how it should be displayed. Every HTML document is interpreted by (web) browser to be shown as a web page.三、Reading Comprehension(每小题2分,共2×5=10分)Broadly, all files can be classified as either a text file or a binary file. In a text file the bytes of data are organized as characters from the ASCII or Unicode character sets. A binary file requires a specific interpretation of the bits based on the information in the file.The terms text file and binary file are somewhat misleading. They seem to imply that the information in a text file is not stored as binary data. Ultimately, all information on a computer is stored as binary digits. These terms refer to how those bits are formatted: as pieces of 8 or 16 bits, interpreted as characters, or in some other special format.Some information lends itself to a character representation, which often makes it easier for a human to read and modify. Any text editor can be used to create, view, and change the contents of a text file, no matter what specific type of information it contains. For other information types, it is more logical and efficient to represent data by defining a specific binary format and interpretation. Only programs set up to interpret that type of data can be used to view or modify it.1. Which of the following statements is false? ( C )A. A text file contains data organized as charactersB. A text file does not require information to interpret its bytes of dataC. A text file is not stored as binary dataD.A text file is composed of pieces of 8 or 16 bits2. The phrase “those bits” refers to ( B ) in previous sentences.A.“all information on a computer”B.“binary digits”C.“the information in a text file”D.“binary data ”3. Suppose there are two different text editors: “ed1” and “ed2”. Text file “txt1”is created by ed1. Then “txt1” can be viewed and modified by ( C ).A. only “ed1”B. only “ed2”C. either “ed1” or “ed2”D. neither “ed1” nor “ed2”4. Suppose there are two binary files “b1” and “b2” . “b1” is created by program “p1”, and “b2” is created by program “p2”. Which of the following statements is true? ( D )A.“p1” can not modify “b1”B.“p1” can not modify “b2”C.“p1” may not be able to modify “b1”D.“p1” may not be able to modify “b2”5. “For other information types, it is more logical and efficient to represent data by defining a specific binary format and interpretation”means “other information types” should be stored as ( B ).A. text filesB. binary filesC. programsD. computer information四、Answer The Following Questions(每小题5分,共10分)1. Convert decimal number 1019 and 2150 to octal numbers. Then add these two numbers in octal number system.1019=177382150=41468(以上3分)17738+41468=61418(以上2分)2. When we create a C++ program as a .cpp file in Visual C++6.0 and click “run”to run the program, what actually happens?C++ is a high-level programming language. Programs written in it must be translated into machine code to be run by the computer.compiler or interpreted: translates C++ program into object file or machine code file .exe 2分(linker: link the object file and library codes into an executable file .exe)machine code file is loaded into memory by loader . 画横线的关键词每个1分。

《计算机科学导论》期末考试试题

《计算机科学导论》期末考试试题

《计算机科学导论》期末考试试题、单项选择题1. 用一个字节表示无符号整数,其最大值是十进制数2. 一个完整的计算机系统应包括3•微机中的CPU 是指(4. 计算机的性能主要取决于(5. 磁盘上的磁道是(6. 下列E- mail 地址正确的是7. UNIX 操作系统是一种(8.下列四项中,不属于计算机病毒特征的是( 班级:姓名:(B 卷)成绩:A. 256B.255C.127D. 128A.运算器、控制器和存储器 B. 主机和应用程序 C.硬件系统和软件系统 D.主机和外部设备A.内存和运算器B. 输入设备和输出设备C. 存储器和控制器D.控制器和运算器A. 字长、运算速度和内存容量B. 磁盘容量和打印机质量C.操作系统和外部设备D.机器价格和所配置的操作系统A.一组记录密度不同的同心圆 B.一组记录密度相同的同心圆 C. 一组记录密度不同的阿基米德螺旋线 D.一组记录密度相同的阿基米德螺旋线A. wangfang/hn .c nB. wangfan g.h .c nC. wangfan g#h .c nD. wangfan g@h .c nA.单用户单任务操作系统 B. 实时操作系统 C.多用户多任务操作系统D.单用户多任务操作系统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与内存的数据交换率15. 电子计算机问世至今,不管机器如何推陈出新,依然保有“存储程序”的概念,最早提 出这种概念的是( )。

A. 巴贝奇B. 冯 . 诺伊曼C. 帕斯卡D.4将二进制数 00010101 与 01000111 相加,其结果的十进制数表示为( )。

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

试题纸
课程名称:计算机科学导论适用专业年级:2005级
考生学号:考生姓名:………………………………………………………………………………………………………
题号一二三四总分得分
一、单选题:(每题1分,共30分)
1.第四代计算机采用的主要电子元器件是()。

(A)晶体管(B)中、小规模集成电路
(C)超大规模集成电路(D)微处理集成电路
2.在计算机系统中,一个字节的二进制位数为()。

(A)16 (B)8 (C)4 (D)由CPU型号决定
3.一个完整的计算机系统包括()。

(A)计算机及其外部设备(B)系统软件与应用软件
(C)硬件系统与软件系统(D)主机、键盘、显示器
4.微型计算机中运算器的主要功能是()。

(A)控制计算机的运行(B)负责存取存储器中的数据
(C)算术运算和逻辑运算(D)分析指令并执行
5.系统软件中最重要的是()。

(A)工具软件(B)数据库管理软件
(C)语言处理软件(D)操作系统
6.下列计算机语言中,CPU能直接识别的是()。

(A)自然语言(B)高级语言(C)汇编语言(D)机器语言
7.某单位自行开发的工资管理系统,按计算机应用的类型划分,它属于()。

A)应用程序B)工具软件C)系统程序D)文字处理程序
8.CPU包括()。

(A)内存和控制器(B)控制器和运算器
(C)高速缓存和运算器(D)控制器、运算器和内存
9.十进制数(-123)的补码表示为()。

(A)11111011 (B)10000100
(C)10000101 (D)01111011
10.在下列4个不同进制的数中,最小的数是()。

(A)(11011101)2(B)(98)10(C)(147)8(D)(6A)16
4. 二元运算符AND 取两个输入产生一个输出。

5. 在Internet 中URL 的含义是统一资源定位器。

6. SMTP 是用于邮件服务的协议。

7. 计算机掉电后,外存中的信息不会消失。

8. Windows 98是一个多任务单用户操作系统。

9. 1KB=1000B 。

10. CD —ROM 是指只读性光盘。

11. 二元与运算,只有在输入为两个0 的情况下得到输出0。

12. 计算机的软件系统包括系统软件与操作系统。

13. 操作系统是介于计算机硬件和用户(程序和人)之间的接口。

14. USB 接口是并行接口。

15. IP 地址用于标识连接在互联网上的每台计算机,它是唯一的。

四、简答题:(每小题5分,共25分)
1. 什么是FTP 、WWW 、HTTP 、TELNET ?
2. 简述操作系统的主要功能。

3. 一台计算机有128MB 的内存,每个字长为4字节,那么在存储器中对单个字寻址需要多
少位?
4. 如果每个汉字字模采用16×16点阵,并存放在主存储器中,那么9600个汉字将占用存
储器容量为多少个字节?假设将汉字显示在屏幕上,一屏24行,每行40字,为保持一屏信息,需存储容量多少字节?
5. 将-40用二进制原码、反码、补码表示法存储在8位存储单元中。

五、算法:(10分)
画出下列算法的流程图(传统流程图 或N-S 流程图)
1.有一函数
⎪⎩⎪⎨⎧>=<-=)0(1)
0(0)0(1x x x y
编一程序,输入一个x 值,输出y 值。

2.求∑
=100
1n n x (x 由键盘输入)。

相关文档
最新文档