计算机类
公务员类
工程类
语言类
金融会计类
计算机类
医学类
研究生类
专业技术资格
职业技能资格
学历类
党建思政类
计算机软件水平考试
全国计算机应用水平考试(NIT)
计算机软件水平考试
计算机等级考试(NCRE)
全国高校计算机等级考试CCT
行业认证
信息素养
单选题最常用的一种基本数据模型是关系数据模型,它用统一的(21)结构来表示实体及实体之间的联系。关系数据库的数据操作语言(DML)主要包括(22)两类操作。关系运算以关系代数为理论基础,关系代数的最基本操作是并、差、笛卡儿积、(23)。用RS表示关系只和关系S的(24)。设关系尺和关系S图示如下:R:ABCabcbbfCaddadS:BCDbcdbCeadbT:ABCDabcdabCecadbdadb则关系T是关系R和关系S(25)的结果。
进入题库练习
单选题利用逐点插入法建立序列(50,72,43,85,75,20,35,45,65,30)对应的二叉排序树以后,查找元素30要进行______次元素间的比较。 A.4 B.5 C.6 D.7
进入题库练习
单选题根据乔姆斯基于20世纪50年代建立的形式语言的理论体系,文法被分为4种类型,即0型(短语文法)、1型(上下文有关文法)、2型(上下文无关文法)和3型(正规文法)。其中,2型文法与 (1) 等价,所以有足够的能力描述多数现今程序设计的语言的语法结构。一个非确定的有穷自动机必存在一个与之等价的 (2) 。从文法描述语言的能力来说, (3) 最强, (4) 最弱,由4类文法的定义可知 (5) 必是2型文法。
进入题库练习
单选题The Rational Unified Process (RUP) is a software engineering process, which captures many of best practices in modern software development. The notions of (91) and scenarios have been proven to be an excellent way to capture function requirements. RUP can be described in two dimensions - time and content. In the time dimension, the software lifecycle is broken into cycles. Each cycle is divided into four consecutive (92) which is concluded with a well-defined (93) and can be further broken down into (94) - a complete development loop resulting in a release of an executable product, a subset of the final product under development, which grows incrementally to become the final system. The content structure refers to the disciplines, which group (95) logically by nature.
进入题库练习
单选题 (6) 反映了类间的一种层次关系,而 (7) 反映了一种整体与部分的关系。
进入题库练习
单选题类描述了一组对象共同的特性,下列叙述中正确的是______。 A.类本身不能具有变量 B.对象具有类定义的所有变量的一份拷贝 C.对象间不能共享类定义的变量 D.可通过类名访问静态变量(类变量)
进入题库练习
单选题声音信号数字化过程中首先要进行______。
进入题库练习
单选题能力成熟度集成模型CMMI是CMM模型的最新版本,它有连续式和阶段式两种表示方式。基于连续式表示的CMMI共有6个(0~5)能力等级,每个能力等级对应一个一般目标以及一组一般执行方法和特定方法,其中能力等级______主要关注过程的组织标准化和部署。 A.1 B.2 C.3 D.4
进入题库练习
单选题在某企业的营销管理系统设计阶段,属性“员工”在考勤管理予系统中被称为“员工”,而在档案管理子系统中被称为“职工”,这类冲突称为______冲突。
进入题库练习
单选题设有两个子网202.118.133.0/24和202.118.130.0/24,如果进行路由汇聚,得到的网络地址是______。
进入题库练习
单选题 (31) data effectively is crucial for success in today's competitive environment. Managers must know how to use a variety of tools. Integrated data takes information from different sources and puts it together in a meaningful and useful way. One of the difficulties of this is the (32) in hardware and software. (33) integration uses a base document that contains copies of other objects. (34) integration uses a base document that contains the current or most recent version of the source document it contains. (35) provides an overview of the program written in "plain" English, without the computer syntax.
进入题库练习
单选题5 cache用于存放主存数据的部分复制,主存单元地址与cache单元地址之间的转换工作由______完成。
进入题库练习
单选题域表达式ab|R(ab)∧R(ba)转换成为等价的关系代数表达式,所列出的式子中 (47) 是不正确的。SQL中集合成员资格的比较操作“元组NOT IN(集合)”中的“NOT IN”与 (48) 操作符等价。SQL中涉及属性AGE是甭是空值的比较操作,写法 (49) 是错误的。类似于“工资在800至5000之间”这种约束,是属于DBS的 (50) 功能。 设关系模式Q是3NF模式,那么, (51) 这种提法是不正确的。
进入题库练习
单选题面向对象程序设计语言为______提供支持。 A.面向对象用例设计阶段 B.面向对象分析阶段 C.面向对象需求分析阶段 D.面向对象实现阶段
进入题库练习
单选题某软件工程项目各开发阶段工作量的比例如表4-1所示。 表4-1 工作量比例 需求分析 概要设计 详细设计 编 码 测 试 0.29 0.13 0.17 0.10 0.31 假设当前已处于编码阶段,3000行程序已完成了1200行,则该工程项目开发进度已完成的比例是______。
进入题库练习
单选题单个磁头在向盘片的磁性涂层上写入数据时,是以 (68) 方式写入的。 A.并行 B.并-串行 C.串行 D.串-并行
进入题库练习
单选题若一个程序语言可以提供链表的定义和运算,则其运行时的______。
进入题库练习
单选题开一闭原则(Open-Closed Principle,OCP)是面向对象的可复用设计的基石。开一闭原则是指一个软件实体应当对 (23) 开放,对 (24) 关闭;里氏代换原则(Liskov Substitution Principle,LSP)是指任何 (25) 可以出现的地方, (26) 一定可以出现。依赖倒转原则(Dependence Inversion Principle,DIP)就是要依赖于 (27) 而不依赖于 (28) ,或者说要针对接口编程,不要针对实现编程。
进入题库练习
单选题WWW页面访问的大致过程如下:用户在浏览器中输入要访问的WWW页面的 (48) 地址(http://hostnane/dirctory/file):浏览器通过 (49) 查询上述输入信息所指的Web服务器的IP地址;浏览器通过网络与该IP地址处的Web服务器的 (50) 服务端口间建立一条 (51) 连接;浏览器依照相关协议发送 (52) 命令;Web服务器根据命令取出文档,发送回来:浏览器释放连接,显示该文档。
进入题库练习
单选题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.
进入题库练习