单选题当图像分辨率为1200×1000,屏幕分辨率为960×800时,______。
A.屏幕上显示一幅图像的80%左右
B.图像正好占满屏幕
C.屏幕上显示一幅完整的图像
D.图像只占屏幕的一部分
单选题McCall软件质量模型从软件产品的运行、修正和转移3个方面确定了11个质量特性,其中______不属于产品运行方面的质量特性。 A.正确性 B.可靠性 C.效率 D.灵活性
单选题在我国《著作权法》中,{{U}} (11) {{/U}}系指同一概念。
单选题按制定标准的不同层次和适应范围,标准可分为国际标准、国家标准、行业标准和企业标准等, (20) 标准是我国各级标准必须服从且不得与之相抵触。
单选题某虚拟存储系统采用最近使用频率最少的页面淘汰算法,计算使用频率的区间为前5次页面访问。现有一个访问页面的序列: 2 6 1 5 7 7 7 7 5 1 6 2 3 4 1 2 3 4 4 4 3 4 假定系统分配给该进程3个内存页面,刚开始时内存为空。执行这段程序将会产生 (26) 缺页中断(程序的存储不计,当使用频率相同时,按最近访问优先保留的方式处理)。
单选题UML的活动图用于对系统的动态行为建模,它可以描述表明业务流程的工作流,还可以描述表明业务规则的 (56) 。
单选题若某二叉树的先序遍历序列和中序遍历序列分别为QBACD、BAQCD,则该二叉树的后序遍历序列为 (61) 。
单选题Teams are required for most engineering projects. Although some small hardware or software products can be developed by individuals, the scale and complexity of modem systems is such, and the demand for short schedules so great, that it is no longer ______ for one person to do most engineering jobs. Sys-tems development is a team ______, and the effectiveness of the team largely determines the ______ of the engineering.
Development teams often behave much like baseball or basketball teams. Even though they may have multiple specialties, all the members work toward ______. However, on systems maintenance and enhancement teams, the engineers often work relatively independently, much like wrestling and track teams.
A team is ______ just a group of people who happen to work together. Teamwork takes practice and it involves special skills. Teams require common processes; they need agreed-upon goals; and they need effective guidance and leadership. The methods for guiding and leading such teams are well known,but they are not obvious.
单选题设有 n 阶三对角矩阵 A,即非零元素都位于主对角线以及与主对角线平行且紧邻的两条对 角线上,现对该矩阵进行按行压缩存储,若其压储空间用数组 B 表示,A 的元素下标从 0 开 始,B 的元素下标从 1 开始
单选题{{U}}(12) {{/U}}图像通过使用彩色查找来获得图像颜色。
单选题CPU主要由运算单元(ALU)、控制单元(CU)、寄存器和时序电路组成。在指令执行过程中存放指令、操作数和中间结果的功能是由 (4) 实现的。
单选题在OSI层次体系结构中,实通信是在 (1) 实体间进行的;处于网络层与会话层之间的是 (2) ;完成路径选择功能是在 (3) 。
单选题 (71) analysis emphasizes the drawing of pictorial system models to document and validate both existing and/or proposed systems. Ultimately, the system models become the (72) for designing and constructing an improved system. (73) is such a technique. The emphasis in this technique is process-centered. Systems analysts draw a series of process models called (74) . (75) is another such technique that integrates data and process concerns into constructs called objects.
单选题在面向对象方法中,继承用于( )
单选题高级语言程序编译的过程可以分成干个阶段,其中把单词符号分解成句子属于______阶段的工作。
A.词法分析
B.语法分析
C.语义分析
D.代码生成
单选题操作系统是裸机上的第一层软件,其他系统软件(如______等)和应用软件都是建立在操作系统基础上的。如下图所示的①、②、③分别表示______。
单选题
单选题程序流程图是一种传统的程序设计表示工具,使用该工具时应注意 (12) ,它一般包括三种其本结构,下述结构中 (13) 不属于其基本结构。
单选题层次化网络设计方案中,{{U}} (69) {{/U}}是核心层的主要任务。
单选题根据McCabe度量法,如图所示程序图的复杂度度量值为______。