计算机类
公务员类
工程类
语言类
金融会计类
计算机类
医学类
研究生类
专业技术资格
职业技能资格
学历类
党建思政类
计算机软件水平考试
全国计算机应用水平考试(NIT)
计算机软件水平考试
计算机等级考试(NCRE)
全国高校计算机等级考试CCT
行业认证
信息素养
软件设计师(中级)
信息系统项目管理师(高级)
系统分析师(高级)
系统架构设计师(高级)
网络规划设计师(高级)
系统规划与管理师(高级)
软件评测师(中级)
软件设计师(中级)
网络工程师(中级)
多媒体应用设计师(中级)
嵌入式系统设计师(中级)
电子商务设计师(中级)
系统集成项目管理工程师(中级)
信息系统监理师(中级)
信息安全工程师(中级)
数据库系统工程师(中级)
信息系统管理工程师(中级)
软件过程能力评估师(中级)
计算机辅助设计师(中级)
计算机硬件工程师(中级)
信息技术支持工程师(中级)
程序员(初级)
网络管理员(初级)
信息处理技术员(初级)
电子商务技术员(初级)
信息系统运行管理员(初级)
网页制作员(初级)
多媒体应用制作技术员(初级)
PMP项目管理员资格认证
单选题某公司服务器上存储了大量的数据,员工使用服务器前首先必须登录。为了保证安全,使用认证技术 (106) 。为保证传输效率,使用 (107) 加密算法对传输的数据进行加密。
进入题库练习
单选题已知有一维数组A(0..m*n-1],若要对应为m行、n列的矩阵,则下面的对应关系 (4) 可将元素A[k](0≤k<m*n)表示成矩阵的第i行、第j列的元素(0≤i<m,0≤j<n)。 A.i=k/n,j=k%m B.i=k/m,j=K%m C.i=k/n,j=k%n D.i=k/m,j=k%n
进入题库练习
单选题学赛网采用的软件开发过程通过了CMM 2认证,表明该公司______。 A.开发项目成效不稳定,管理混乱 B.对软件过程和产品质量建立了定量的质量目标 C.建立了基本的项目级管理制度和规程,可对项目的成本、进度进行跟踪和控制 D.可集中精力采用新技术、新方法,优化软件过程
进入题库练习
单选题一棵查找二叉树,其节点A,B,C,D,E,F依次存放在一个起始地址为n(假定地址以字节为单位顺序编号)的连续区域中,每个节点占4字节,前二字节存放节点值,后二字节依次放左指针、右指针。 若该查找二叉树的根节点为E,则它的一种可能的前序遍历为 (20) ,相应的层次遍历为 (21) 。在以上两种遍历情况下,节点c的左指针LC的存放地址为 (22) ,LC的内容为 (23) 。节点A的右指针RA的内容为 (24) 。
进入题库练习
单选题Networks can be interconnected by different devices. In the physical layer, networks can be connected by (41) or hubs, which just move the bits from one network to an identical network. One layer up we find bridges and switches, which operate at data link layer. They can accept (42) , examine the MAC address, and forward the frames to a different network while doing minor protocol translation in the process. In the network layer, we have routers that can connect two networks. If two networks have (43) network layer, the router may be able to translate between the packet formats. In the transport layer we find transport gateway, which can interface between two transport connections. Finally, in the application layer, application gateways translate message (44) . As an example, gateways between Internet E-mail and X.400 E-mail must (45) the E-mail message and change various header fields.
进入题库练习
单选题在“模型—视图—控制器”(MVC)模式中,______主要表现用户界面,______用来描述核心业务逻辑。
进入题库练习
单选题 (53) 是指把数据以及操作数据的相关方法组合在同一个单元中,使我们可以把类作为软件中的基本复用单元,提高其内聚度,降低其耦合度。面向对象中的 (54) 机制是对现实世界中遗传现象的模拟,通过该机制,基类的属性和方法被遗传给派生类。
进入题库练习
单选题若某算法在问题规模为n时,其基本操作的重复次数可由下式表示,则该算法的时间复杂度为______。 A.O(n) B.O(n2) C.O(logn) D.O(nlogn)
进入题库练习
单选题浮点数的一般表示形式为N=2 E ×F,其中E为阶码,F为尾数。以下关于浮点表示的叙述中,错误的是______。两个浮点数进行相加运算,应首先______。
进入题库练习
单选题关系模式R(S,T,J)中,每个属性均不可分,存在函数依赖有:(S,J)→T,(S,T)→J,T→J,则下述说法正确的是______。
进入题库练习
单选题在采用标准UML构建的用例模型(Use-Case Model)中,参与者(Actor)与用例(Use-Case)是模型中的主要元素,其中参与者与用例之间可以具有______关系。
进入题库练习
单选题在软件设计和编码过程中,采取“______”的做法将使软件更加容易理解和维护。
进入题库练习
单选题在uML语言中,图5-3中的a、b、c三种图形符号按照顺序分别表示______。A.边界对象、实体对象、控制对象B.实体对象、边界对象、控制对象C.控制对象、实体对象、边界对象D.边界对象、控制对象、实体对象
进入题库练习
单选题具有n个顶点、e条边的图采用邻接表存储结构,进行深度优先遍历和广度优先遍历运算的时间复杂度均为______。
进入题库练习
单选题被操作数的最高位移入“进位”位,其余所有位接收其相邻低位值,最低位移入。的操作是 (17) 指令。被操作数的最高位保持不变,其余所有位接收其相邻高位值,最低位移到“进位”位中的操作是 (18) 指令。在程序执行过程中改变按程序计数器顺序读出指令的指令属于 (19) 。相对寻址方式的实际地址是 (20) 。特权指令在多用户、多任务的计算机系统中必不可少,它主要用于 (21) 。
进入题库练习
单选题对于如图4-4所示的程序流程,当采用语句覆盖法设计测试案例时,至少需要设计______个测试案例。A.1B.2C.3D.4
进入题库练习
单选题______模式通过提供与对象相同的接口来控制对这个对象的访问。
进入题库练习
单选题一个系统的模块结构图如下所示,用×,×,×表示这个系统的测试模块组合。下面的选项中(71)表示自顶向下的测试,(72)表示三明治式测试。
进入题库练习
单选题下面C程序段中count++语句执行的次数为______。 for(int i=1; i<=11; i*=2) for(int j=1; j<=i; j++) count++;
进入题库练习
单选题The purpose of the requirements definition phase is to produce a clear, complete, consistent, and testable (36) of the technical requirements for the software product. During the requirements definition phase, the requirements definition team uses an interative process to expand a broad statement of the system requirements into a complete and detailed specification of each function that the software must perform and each (37) that it must meet. The starting point is usually a set of high level requirements from the (38) that describe the project or problem. In either case, the requirements definition team formulates an overall concept for 'the system and then defines (39) showing how the system will be operated, publishes the system and operations concept document and conducts a system concept review (SCR) . Following the SCR, the team derives (40) requirements for the system from the high level requirements and the system and operations concept using structured or object-oriented analysis. The team specifies the software functions and algorithms needed to satisfy each detailed requirement.
进入题库练习