1.以下有关冯.诺依曼结构思想的叙述中,错误的是( )。
<div> <input disabled type="radio" name="choice1">A.程序由指令构成,计算机能自动执行程序中一 条一条指令<br> <input disabled type="radio" name="choice1">B.计算机由运算器、存储器、控制器和I/O设备组成<br> <input disabled checked type="radio" name="choice1">C.指令和数据都放在存储器中,两者在形式上有差别<br> <input disabled type="radio" name="choice1">D.计算机内部以二进制形式表示指令和数据<br> </div>
2.以下有关指令以及指令执行过程的叙述中,错误的是( )。
<div> <input disabled type="radio" name="choice2">A.指令由操作码和操作数或操作数的地址码构成<br> <input disabled type="radio" name="choice2">B.将要执行的下条指令的地址总是在程序计数器PC中<br> <input disabled checked type="radio" name="choice2">C.指令中指定的操作数只能是存放在存储器中的数据<br> <input disabled type="radio" name="choice2">D.CPU中的控制器对指令操作码进行译码<br> </div>
3.以下有关编程语言的叙述中,错误的是( )。
<div> <input disabled type="radio" name="choice3">A.计算机不能直接执行高级语言程序和汇编语言 程序<br> <input disabled type="radio" name="choice3">B.汇编语言和机器语言都与计算机系统结构相关<br> <input disabled checked type="radio" name="choice3">C.不能直接用机器语言(机器指令)编写程序<br> <input disabled type="radio" name="choice3">D.用高级编程语言编写程序比用汇编语言更方便<br> </div>
4.以下有关机器指令和汇编指令的叙述中,错误的是( )。
<div> <input disabled type="radio" name="choice4">A.汇编指令中用十进制或十六进制表示立即数<br> <input disabled type="radio" name="choice4">B.汇编指令中用符号表示操作码和地址码<br> <input disabled checked type="radio" name="choice4">C.机器指令和汇编指令都能被计算机直接执行<br> <input disabled type="radio" name="choice4">D.机器指令和汇编指令一一对应,功能相同<br> </div>
5.以下有关使用高级编程语言编写和开发软件的叙述中,错误的是( )。
<div> <input disabled type="radio" name="choice5">A.须有程序员与计算机交互的用户接口,即GUI或CUI<br> <input disabled type="radio" name="choice5">B.须有一套工具软件或集成开发环境,即语言处 理系统<br> <input disabled checked type="radio" name="choice5">C.须程序员在应用程序中直接控制外设进行输入/输出<br> <input disabled type="radio" name="choice5">D.须有一个翻译或转换程序,即编译器或解释器<br> </div>
6.一个完整的计算机系统包括硬件和软件。软件又分为( )。
<div> <input disabled type="radio" name="choice6">A.操作系统和语言处理程序<br> <input disabled type="radio" name="choice6">B.操作系统和高级语言<br> <input disabled type="radio" name="choice6">C.低级语言程序和高级语言程序<br> <input disabled checked type="radio" name="choice6">D.系统软件和应用软件<br> </div>
7.以下给出的软件中,属于系统软件的是( )。
<div> <input disabled checked type="radio" name="choice7">A.Windows XP <br> <input disabled type="radio" name="choice7">B.金山词霸<br> <input disabled type="radio" name="choice7">C.MS Word<br> <input disabled type="radio" name="choice7">D.RealPlayer<br> </div>
8.以下有关指令集体系结构的叙述中,错误的是( )。
<div> <input disabled type="radio" name="choice8">A.指令集体系结构是指低级语言程序员所看到的 概念结构和功能特性<br> <input disabled checked type="radio" name="choice8">B.通用寄存器的长度、功能与编号不属于指令集体系结构的内容<br> <input disabled type="radio" name="choice8">C.指令集体系结构的英文缩写是ISA<br> <input disabled type="radio" name="choice8">D.指令集体系结构位于计算机软件和硬件的交界 面上<br> </div>
9.以下有关计算机系统层次结构的叙述中,错误的是( )。
<div> <input disabled checked type="radio" name="choice9">A.应用程序员工作在指令集体系结构层,需要对底层很熟悉<br> <input disabled type="radio" name="choice9">B.OS是对ISA和硬件的抽象,程序员通过OS使用系统资源<br> <input disabled type="radio" name="choice9">C.ISA是对硬件的抽象,软件通过ISA使用硬件提 供的功能<br> <input disabled type="radio" name="choice9">D.最上层是提供给最终用户使用的应用程序(软 件)层<br> </div>
10.以下术语中,不属于计算机中硬件(即物理上实际存在的部件)的是( )。
<div> <input disabled type="radio" name="choice10">A.程序计数器(PC)<br> <input disabled type="radio" name="choice10">B.数据通路<br> <input disabled type="radio" name="choice10">C.算术逻辑部件<br> <input disabled checked type="radio" name="choice10">D.指令字<br> </div>