计算机类
公务员类
工程类
语言类
金融会计类
计算机类
医学类
研究生类
专业技术资格
职业技能资格
学历类
党建思政类
计算机软件水平考试
全国计算机应用水平考试(NIT)
计算机软件水平考试
计算机等级考试(NCRE)
全国高校计算机等级考试CCT
行业认证
信息素养
软件设计师(中级)
信息系统项目管理师(高级)
系统分析师(高级)
系统架构设计师(高级)
网络规划设计师(高级)
系统规划与管理师(高级)
软件评测师(中级)
软件设计师(中级)
网络工程师(中级)
多媒体应用设计师(中级)
嵌入式系统设计师(中级)
电子商务设计师(中级)
系统集成项目管理工程师(中级)
信息系统监理师(中级)
信息安全工程师(中级)
数据库系统工程师(中级)
信息系统管理工程师(中级)
软件过程能力评估师(中级)
计算机辅助设计师(中级)
计算机硬件工程师(中级)
信息技术支持工程师(中级)
程序员(初级)
网络管理员(初级)
信息处理技术员(初级)
电子商务技术员(初级)
信息系统运行管理员(初级)
网页制作员(初级)
多媒体应用制作技术员(初级)
PMP项目管理员资格认证
单选题由元素序列(27,16,75,38,51)构造平衡二叉树,则首次出现的最小不平衡子树的根(即离插入节点最近且平衡因子的绝对值为2的节点)为 (40) 。
进入题库练习
单选题世界某一区域标准化团体所通过的标准称为 (10) 。
进入题库练习
单选题MIMD systems can be classified into (71) -oriented systems, high-availability systems and response-oriented systems. The goal of (71) . oriented multiprocessing is to obtain high (71) (72) minimal computing cost. The techniques employed by multiprocessor operating systems to achieve this goal take advantage of an inherent processing versus input/output balance in the workload to produce (73) and (74) loading of system (75) .
进入题库练习
单选题在TCP协议中,建立连接需要经过______阶段,终止连接需要经过______阶段。
进入题库练习
单选题某开发组在开发某个系统时,各个阶段具有严格的界限,只有一个阶段的获得认可才能进行下一个阶段的工作,则该开发组最可能采用的软件开发方法是______。 A.构件化方法 B.结构化方法 C.面向对象方法 D.快速原型法
进入题库练习
单选题图1-5UML类图所示意的设计模式的意图是{{U}}(49){{/U}}。
进入题库练习
单选题以下关于浮点加减运算舍入处理的描述中,正确的是 (6) 。
进入题库练习
单选题There is nothing in this world constant but inconstancy. --SWIFT Project after project designs a set of algorithms and then plunges into construction of customer- deliverable software on a schedule that demands delivery of the first thing built. In most projects, the first system built is ______ usable. It may be too slow, too big, awkward to use, or all three. There is no ______ but to start again, smarting but smarter, and build a redesigned version in which these problems are solved. The discard and ______ may be done in one lump, or it may be done pieceby-piece. But all large-system experience shows that it will be done. Where a new system concept or new tech nology is used, one has to build a system to throw away, for even the best planning is not so omniscient(全知的) as to get it right the first time. The management question, therefore, is not whether to build a pilot system and throw it away. You will do that. The only question is whether to plan in advance to build a ______ , or to promise to deliver the throw away to customers. Seen this way, the answer is much clearer. Delivering that throwaway to customers buys time, but it does so only at the ______ of agony(极大痛苦) for the user, distraction for the builders whih they do the redesign, and a bad reputation for the product that the best redesign will find hard to live down. Hence plan to throw dne away; you will, anyhow.
进入题库练习
单选题以下关于线性表采用链式存储时删除结点运算的描述,正确的是______。 A.带头结点的线性链表删除结点时,不需要更改头指针 B.带头结点的线性链表删除第一个结点时,需要更改头指针 C.不带头结点的线性链表删除结点时,需要更改头指针 D.不带头结点的线性链表删除第一个结点时,不需要更改头指针
进入题库练习
单选题人们平时所说的某个歌手是男高音或是女高音,这个高音,就是指的______高。 A.音量 B.音色 C.音调 D.声音的带宽
进入题库练习
单选题结点数目为n的二叉查找树(二叉排序树)的最小高度为(52)、最大高度为(53)。
进入题库练习
单选题软件维护工具不包括( )工具
进入题库练习
单选题关键码集合为18,73,10,5,99,27,41,51,32,25),构造一棵二叉排序树,则关键码为68的节点的度为 (46) ,该树的深度为 (47) 。
进入题库练习
单选题表达式a*(b+c)-d的后缀表达形式为{{U}} {{/U}}。 A.abcd*+-- B.abc+*d- C.abc*+d- D.-+*abcd
进入题库练习
单选题在面向对象的语言中,______。 A.类的实例化是指对类的实例分配存储空间 B.每个类都必须创建一个实例 C.每个类只能创建一个实例 D.类的实例化是指对类进行初始化
进入题库练习
单选题 下列Shell程序的功能是,如果该程序执行时的参数个数为1则将由第一个参数指定的文件复制到/home/user1中,否则用vi打开这个文件。请将这个程序补全。 if [ {{U}}(26) {{/U}}=1] then cp {{U}} (27) {{/U}} $HOME/userl fi vi {{U}}(27) {{/U}} exit 0
进入题库练习
单选题若内存按字节编址,用存储容量为32K×8比特的存储器芯片构成地址编号A0000H~DFFFFH的内存空间,则至少需要______片。 A.4 B.6 C.8 D.10
进入题库练习
单选题以下关于增量模型的叙述中,正确的是______。
进入题库练习
单选题已知关系R如下所示,关系R的主属性为 (35) :候选码为 (36) 。 R: X Y Z W 1 1 1 1 1 2 2 2 2 3 3 3 1 3 1 4 2 2 2 4 3 1 3 4
进入题库练习
单选题在一个长度为n的顺序表中删除第i(0≤i≤n-1)个元素时,需要从前向后依次前移(39)个元素。如果在每个位置上进行删除元素的概率相同,均为。则删除时的平均移动数为(40)。
进入题库练习