综合知识
1/75
若某条无条件转移汇编指令采用直接寻址,则该指令的功能是将指令中的地址码送入(1)。
综合知识
2/75
若某计算机系统的I/O接口与主存采用统一编址,则输入输出操作是通过(2)指令来完成的。
综合知识
3/75
在程序的执行过程中,Cache与主存的地址映像由(3)。
综合知识
4/75
总线复用方式可以(4)。
综合知识
5/75
在CPU的寄存器中,(5)对用户是完全透明的。
综合知识
6/75
CPU中译码器的主要作用是进行(6)。
综合知识
7/75
利用(7)可以获取某FTP服务器中是否存在可写目录的信息。
综合知识
8/75
通过内部发起连接与外部主机建立联系,由外部主机控制并盗取用户信息的恶意代码为(8)。
综合知识
9/75
从认证中心CA获取用户B的数字证书,该证书用(9)作数字签名:从用户B的数字证书中可以获得B的公钥。
综合知识
10/75
(10)指可以不经著作权人许可,不需支付报酬,使用其作品。
综合知识
11/75
王某是M国际运输有限公司计算机系统管理员。任职期间,王某根据公司的业务要求开发了《海运出口业务系统》,并由公司使用,随后,王某向国家版权局申请了计算机软件著作权登记,并取得了《计算机软件著作权登记证书》。证书明确软件名称是《海运出口业务系统V1.0》,著作权人为王某。以下说法中,正确的是(11)。
综合知识
12/75
计算机通过MIC(话筒接口)收到的信号是(12)。
综合知识
13/75
(13)既不是图像编码也不是视频编码的国际标准。
综合知识
14/75
多媒体制作过程中,不同媒体类型的数据收集、制作需要不同的软、硬件设备和技术手段,动画制作一般通过(14)进行。
综合知识
15/75
确定软件的模块划分及模块之间的调用关系是(15)阶段的任务。
综合知识
16/75
利用结构化分析模型进行接口设计时,应以(16)为依据。
综合知识
17/75
下图是一个软件项目的活动图,其中顶点表示项目里程碑,连接顶点的边表示包含的活动,边上的值表示完成活动所需要的时间,则关键路径长度为(17)。
综合知识
18/75
甘特图(Gantt图)不能(18)。
综合知识
19/75
以下关于风险管理的叙述中,不正确的是(19)。
综合知识
20/75
若C程序的表达式中引用了未赋初值的变量,则(20)。
综合知识
21/75
若二维数组arr[l1..M,1..N]的首地址为base,数组元素按列存储且每个元素占用K个存储单元,则元素arrn[i,j]该数组空间的地址为(21)。
综合知识
22/75
若某文件系统的目录结构如下图所示,假设用户要访问文件fl.java,且当前工作目录为Program,则该文件的全文件名为(22),其相对路径为(23)。
综合知识
23/75
若某文件系统的目录结构如下图所示,假设用户要访问文件fl.java,且当前工作目录为Program,则该文件的全文件名为(22),其相对路径为(23)。
综合知识
24/75
计算机的体系结构一般分为冯•诺依曼结构和哈佛结构两种,以下对哈佛结构的叙述中,不正确的是(24)。
综合知识
25/75
8086处理器的内部寄存器包括了数据寄存器、基址寄存器、变址寄存器和段寄存器,(25)用于存放基地址,使得8086的寻址更加灵活。
综合知识
26/75
数字计算机的组成一般如图所示,主要包括运算器、存储器、控制器以及各种外部输入输出设备的适配器,它们之间由系统总线进行互连。通常把(26)称为中央处理器。
综合知识
27/75
在8086处理器中,当前段寄存器的内容为FFFFH,偏移地址为0000H,则其对应的内存物理地址为(27)。
综合知识
28/75
总线可以分为片内总线、元器件总线、内总线和外总线,其中不属于内总线的是(28)。
综合知识
29/75
中断源分为内部中断和外部中断两大类,(29)不是内部中断。
综合知识
30/75
以下对Cache和主存叙述中,不IH确的是(30)。
综合知识
31/75
D/A变换器的主要技术指标包括分辨率、精度、变换时间和动态范围,其中分辨率表示D/A变换器的1LSB输入所对应的输出变化的程度。对于12位的D/A变换器而言,当D/A变换器的输入变化1LSB时,其输出将变化满刻度值的(31)。
综合知识
32/75
以下关于通道的叙述中,不正确的是(32)。
综合知识
33/75
印刷电路板的设计中布线工作尤为重要,必须遵守一定的布线原则,以符合抗干扰设计的要求,使得电路获得最佳的性能。以下关于布线原则的叙述中,不正确的是(33)。
综合知识
34/75
以下关于父进程和子进程的叙述中,不正确的是(34)。
综合知识
35/75
对于两个并发进程,设互斥信号量为mutex,若mutex=1,则(35)。
综合知识
36/75
某系统中有3个并发进程,都需要同类资源4个,该系统不会发生死锁的最少资源数是(36)。
综合知识
37/75
操作系统中,防止任务优先级反转的方法有(37)。
综合知识
38/75
在C语言中,将变量声明为volatile类型,其作用为(38)。
综合知识
39/75
编译并执行下面一段C语言后,其结果为(39)。
综合知识
40/75
TLB的全称是(40)。
综合知识
41/75
执行下面的一段C程序后,变量 x 的值为(41)。
综合知识
42/75
面向对象方法的一个主要目标是提高软件的(42)。
综合知识
43/75
进行软件项目的风险分析时,风险避免、风险监控和风险管理及意外事件计划是(43)活动中需要考虑的问题。
综合知识
44/75
如果文件系统采用二级目录结构,就可以(44)。
综合知识
45/75
软件测试通常分为单元测试、集成测试、确认测试和系统测试。其中,确认测试主要用于发现(45)阶段的错误。
综合知识
46/75
在面向对象方法中,对象可看成是属性(数据)以及这些属性上的专用操作的封装体。封装是一种(46)技术。
综合知识
47/75
以下关于数据库系统特点的叙述中,不正确的是(47)。
综合知识
48/75
数据结构反映了数据元素之间的结构关系。链表是一种非顺序存储线性表,它对于数据元素的插入和删除(48)。
综合知识
49/75
以下关于操作系统进程队列及队列管理的叙述中,不正确的是(49)。
综合知识
50/75
以下关于特权指令的叙述中,错误的是(50)。
综合知识
51/75
在C语言中,若函数调用时实参是数组名,则传递给对应形参的是(51)。
综合知识
52/75
以下叙述中,正确的是(52)。
综合知识
53/75
按制定标准的不同层次和适用范围,标准可分为国际标准、国家标准、行业标准和企业标准等。(53)制定的标准是国际标准。
综合知识
54/75
关于程序模块优化的启发式规则有若干条,以下规则中,不符合优化规则的是(54)。
综合知识
55/75
在嵌入式系统中,大量使用RISC处理器,以下叙述中,不符合RISC指令系统特点的是(55)。
综合知识
56/75
在PowerPC处理器中,内存地址与I/O地址统一编址,访问内存单元和I/O设备是靠(56)来区分的。
综合知识
57/75
在中断响应过程中,CPU保护程序计数器的主要目的是(57)。
综合知识
58/75
龙芯(Locmgson)是中国科学院计算所自主研发的通用CPU,其指令系统兼容(58)指令集。
综合知识
59/75
某计算机数据总线为16位,内存按字节编址,地址从B4000H到DBFFFH,共有(59)字节。若用存储容量为16K×16bit的存储器芯片构成该内存,至少需要(60)片。
综合知识
60/75
某计算机数据总线为16位,内存按字节编址,地址从B4000H到DBFFFH,共有(59)字节。若用存储容量为16K×16bit的存储器芯片构成该内存,至少需要(60)片。
综合知识
61/75
某幅图像具有640×480个像素点,若每个像素具有8位的颜色深度,则可以表示(61)种不同的颜色,经5:1压缩后,其图像数据需占用(62)(Byte)的存储空间。
综合知识
62/75
某幅图像具有640×480个像素点,若每个像素具有8位的颜色深度,则可以表示(61)种不同的颜色,经5:1压缩后,其图像数据需占用(62)(Byte)的存储空间。
综合知识
63/75
某处理器按照大端方式工作,以下C语言代码执行后的输出是(63)。

综合知识
64/75
看门狗(Watch Dog)是嵌入式系统中一种常用的保证系统可靠性的技术,在下列情况下,会产生看门狗中断的是(64)。
综合知识
65/75
网络用户只能发送但不能接收Email,不可能的原因是(65)。
综合知识
66/75
A类网络是很大的网络,毎个A类网络中可以有(66)个网络地址。实际使用中必须把A类网络划分为子网,如果指定的子网掩码为255.255.192.0,则该网络被划分为(67)个子网。
综合知识
67/75
A类网络是很大的网络,毎个A类网络中可以有(66)个网络地址。实际使用中必须把A类网络划分为子网,如果指定的子网掩码为255.255.192.0,则该网络被划分为(67)个子网。
综合知识
68/75
TCP是互联网中的(68)协议,使用(69)次握手协议建立连接。
综合知识
69/75
TCP是互联网中的(68)协议,使用(69)次握手协议建立连接。
综合知识
70/75
在Windows系统中,为排除DNS域名解析故障,需要刷新DNS解析器缓存,应使用的命令是(70)。
综合知识
71/75
Extreme Programming (XP) is a discipline of software development with (71) of simplicity, communication, feedback and courage. Successful software development is a team effort - not just the development team,but the larger team consisting of customer, management and developers. XP is a simple process that brings these people together and helps them to succeed together. XP is aimed primarily at object-oriented projects using teams of a dozen or fewer programmers in one location. The principles of XP apply to any (72) project that needs to deliver quality software rapidly and flexibly.
An XP project needs a(an) (73) customer to provide guidance. Customers, programmers, managers, are all working ( 74 ) to build the system that’s needeD. Customers — those who have software that needs to be developed - will learn simple, effective ways to (75) what they need, to be sure that they are getting what they need, and to steer the project to success.
综合知识
72/75
Extreme Programming (XP) is a discipline of software development with (71) of simplicity, communication, feedback and courage. Successful software development is a team effort - not just the development team,but the larger team consisting of customer, management and developers. XP is a simple process that brings these people together and helps them to succeed together. XP is aimed primarily at object-oriented projects using teams of a dozen or fewer programmers in one location. The principles of XP apply to any (72) project that needs to deliver quality software rapidly and flexibly.
An XP project needs a(an) (73) customer to provide guidance. Customers, programmers, managers, are all working ( 74 ) to build the system that’s needeD. Customers — those who have software that needs to be developed - will learn simple, effective ways to (75) what they need, to be sure that they are getting what they need, and to steer the project to success.
综合知识
73/75
Extreme Programming (XP) is a discipline of software development with (71) of simplicity, communication, feedback and courage. Successful software development is a team effort - not just the development team,but the larger team consisting of customer, management and developers. XP is a simple process that brings these people together and helps them to succeed together. XP is aimed primarily at object-oriented projects using teams of a dozen or fewer programmers in one location. The principles of XP apply to any (72) project that needs to deliver quality software rapidly and flexibly.
An XP project needs a(an) (73) customer to provide guidance. Customers, programmers, managers, are all working ( 74 ) to build the system that’s needeD. Customers — those who have software that needs to be developed - will learn simple, effective ways to (75) what they need, to be sure that they are getting what they need, and to steer the project to success.
综合知识
74/75
Extreme Programming (XP) is a discipline of software development with (71) of simplicity, communication, feedback and courage. Successful software development is a team effort - not just the development team,but the larger team consisting of customer, management and developers. XP is a simple process that brings these people together and helps them to succeed together. XP is aimed primarily at object-oriented projects using teams of a dozen or fewer programmers in one location. The principles of XP apply to any (72) project that needs to deliver quality software rapidly and flexibly.
An XP project needs a(an) (73) customer to provide guidance. Customers, programmers, managers, are all working ( 74 ) to build the system that’s needeD. Customers — those who have software that needs to be developed - will learn simple, effective ways to (75) what they need, to be sure that they are getting what they need, and to steer the project to success.
综合知识
75/75
Extreme Programming (XP) is a discipline of software development with (71) of simplicity, communication, feedback and courage. Successful software development is a team effort - not just the development team,but the larger team consisting of customer, management and developers. XP is a simple process that brings these people together and helps them to succeed together. XP is aimed primarily at object-oriented projects using teams of a dozen or fewer programmers in one location. The principles of XP apply to any (72) project that needs to deliver quality software rapidly and flexibly.
An XP project needs a(an) (73) customer to provide guidance. Customers, programmers, managers, are all working ( 74 ) to build the system that’s needeD. Customers — those who have software that needs to be developed - will learn simple, effective ways to (75) what they need, to be sure that they are getting what they need, and to steer the project to success.