计算机概论CS题库要点
- 格式:xls
- 大小:131.00 KB
- 文档页数:39
答案题干
C一个完整的微型计算机系统应包括_____。
D下列缩写语中_____表示国际化标准组织。
B第二代电子计算机使用的电子器件是_____。
D当代微型机采用的电子元器件是
D第四代电子计算机使用的电子器件是_____。
D通常人们说,计算机的发展经历了四代,“代”的划分是根据计算机的_____。
C在计算机运行时,把程序和数据一样存放在内存中,这是1946年由_____领导的研究小组正式提出并论证的。C下列哪一个工具或设备不具备计算能力
D美国宾夕法尼亚大学1946年研制成功的一台大型通用数字电子计算机,名称是_____。D世界上首次提出存储程序计算机体系结构的是_____。
AWhich of the following Boolean operations produces the output 1 forthe fewest number of input patterns?BWhich of the following best describes the NOR operation?
CWhich of the following bit patterns represents the value 5 in two’scomplement notation?DWhich of the following bit patterns represents the value -5 in two’scomplement notation?BIn which of the following addition problems (using two’s complementnotation) does an overflow error occur?AWhich of the following representations in two’s complement notationrepresents the largest value?CWhich of the following bit patterns (represented in hexadecimalnotation) represents a negative number in two’s complement notation?DWhich of the following data storage systems provides the mostefficient random access to individual data items?CWhich of the following storage systems is best suited for storing andretrieving long strings of data that are processed in theirDWhich of the following mass storage system does not require physicalmotion?CHow many different symbols can be encoded using Unicode?
A十六进制1000转换成十进制数是_____。
A十进制数241转换为二进制数是_____。
D二进制10100101和11101101转换为十六进制分别是_____。
D已知[x]补=10011000,其真值为_____。
C二进制代码10111000和11001010进行逻辑“与”,运算结构再与10100110进行逻辑“或”运算,其结果为_____。
C已知英文字母m的ASCII码值为6DH,那么ASCII码值为70H的英文字母是_____。
C计算机技术中,下列不是度量存储器容量的单位是_____。
A执行下列二进制数算术加法运算10101010+00101010,其结果是_____。
B执行下列逻辑或运算10101010 OR 01001010,其结果是_____。
A采用十六进制数表示二进制数,是因为十六进制数_____。
A十进制整数100化为二进制数是_____。A与十六进制AB等值的十进制数是_____。D下列一组数据中的最大数是_____
B下列两个二进制数进行算术加运算,100001+111=_____。
A8位字长补码表示的整数N的数据范围是_____。
D如果用一个Byte来表示整数,那么-3的补码是_____。
B某数的8位补码格式为11111110,则其真值为_____。
A以下十六进制数的运算,_____是正确的。D2个字节能表示的最大十进制数是_____。
B下面最小的数是_____。B6位无符号二进制数能表示的最大十进制整数是_____。
B十进制数89转换成二进制数是_____。
D8421码中0111是_____的编码。
B下列描述中,正确的是_____。
B计算机内部采用的数制是_____。
B计算机存储器中,一个字节是由_____位二进制位组成的。
B在计算机中,1MB准确等于_____。
C在计算机中,1G等于_____。
A在计算机中,1PB准确等于_____。
D“1KB”的准确含义是_____。B已知A=(00111101)2,B=(3C)16,C=(64)10,则不等式_____成立。
A与十进制254等值的二进制数是_____。
A在微机中,Bit的中文含义是_____
B下列不能用作存储容量单位的是_____
C逻辑运算有三种基本运算,它们分别是_____运算。
BDRAM存储器的中文含义是_____。
CROM的中文名字是_____。
B汉字国标码 (GB2312-80) 规定的汉字编码,每个汉字用_____。
A下列叙述中,正确的是_____。
B字符比较大小实际是比较它们的ASCII码值,下列正确的比较是_____。
C下列字符中,_____的ASCII码最大。
DASCII码是_____。
A下面_____编码标准将ASCII和世界上各种语言文字进行统一编码。
D把硬盘上的数据传送到计算机的内存中,称为_____。A在计算机中,最小的数据单位是_____。
B在计算机中,存储量的计量单位是_____。
B下列存储器中,存取速度最快的是_____。
CCPU能直接访问的存储器是_____。
A断电会使存储数据丢失的存储器是_____。
B一张CD-ROM盘片可以存放的最大字节数是_____。
B如果一个存储单位能存放一个字节,那么一个32KB的存储器共有_____个存储单元。C在内存中,每个基本单位都被赋予一个唯一的序号,这个序号称之为_____。
A半导体只读存储器(ROM)与半导体随机存储器(RAM)的主要区别在于_____。
B下列有关存储器读写速度的排列,正确的是_____。
C下列存储器中,容量最大的是_____。
A微型计算机中内存储器比外存储器_____。
A显示器规格中的1024×768,表示显示器的______。
B组成图像的基本单位是_____。
B下列文件类型中是文本文件的是_____。
B双击文件“setup.bmp”时,默认情况下系统会调用_____程序来打开它。
B下列格式文件中_____是视频文件。
C彩色图像的颜色由_____三种基色组成。
A下列文件扩展名中, _____不是常用的图像文件格式。
DWhich of the following is not contained in a CPU?
CWhich of the following instructions (as described in the languagedescription table) changes the contents of a memory cell?BWhich of the following instructions (as described in the languagedescription table) places 00000000 in register A?BWhich of the following instructions (as described in the languagedescription table) places 00000000 in register 5?DWhich of the following instructions (as described in the languagedescription table) will not change the contents of register 5?AWhich of the following instructions (as described in the languagedescription table) is equivalent to requesting that register A beCWhich of the following instructions (as described in the languagedescription table) changes the contents of register 7?DWhich of the following instructions does not fall in the category ofarithmetic/logic instructions?AWhich of the following instructions falls in the category of datatransfer instructions?AWhich of the following is not an activity performed entirely within aCPU?DWhat mask in register F would cause the instruction 8AAF (refer tothe language description table) to put a 0 in the most significantCWhat mask in register F would cause the instruction 7AAF (refer tothe language description table) to put a 1 in the most significantBWhich of the following instructions will not produce the same resultas the other two? (Refer to the language description table.)CWhich of the following instructions will not produce the same resultas the other two? (Refer to the language description table.)