计算机类
公务员类
工程类
语言类
金融会计类
计算机类
医学类
研究生类
专业技术资格
职业技能资格
学历类
党建思政类
计算机软件水平考试
全国计算机应用水平考试(NIT)
计算机软件水平考试
计算机等级考试(NCRE)
全国高校计算机等级考试CCT
行业认证
信息素养
单选题
进入题库练习
单选题C is sometimes referred to as a 'high -level (66) language'. Some people think that's an insult, but it's actually a deliberate and significant aspect of the language. If you have (67) in assembly language, youll probably find C very natural and comfortable (although if you continue to focus too heavily on machine - level details, youll probably end up with unnecessarily non- portable programs). If you havent programmed in assembly language, you may be frustrated by C 's lack of certain higher - level features. In either case, you should understand why C was de- signed this way: so that seemingly - simple constructions expressed in C would not expand to arbitrarily expensive ( in time or (68) ) machine language constructions when (69) . If you write a C program simply and succinctly, it is likely to result in a succinct, efficient machine language executable. If you find that the (70) resulting from a C program is not efficient, it's probably because of something silly you did, not because of something the compiler did behind your back which you have no control over. In any case, there's no point in complaining about C's low - level flavor: C is what it is.
进入题库练习
单选题在三级结构/两级映像体系结构中,对一个表创建聚簇索引,改变的是数据库的______,通过创建视图,构建的是外模式和______。
进入题库练习
单选题不常用作数据挖掘的方法是 (53) 。
进入题库练习
单选题若系统中存在一个等待事务集{T 0 ,T 1 ,T 2 ,…,T n },其中T 0 正等待被T 1 锁住的数据项D 1 ,T 1 正等待被T 2 锁住的数据项D 2 ,…,T n-1 正等待被T n 锁住的数据项D n ,T n 正等待被T 0 锁住的数据项D 0 ,则系统处于______的工作状态。
进入题库练习
单选题以下聚合类型中,内聚程度最高的是______。 A.偶然内聚 B.时间内聚 C.逻辑内聚 D.通信内聚
进入题库练习
单选题与逆波兰式“abc*+-d*ef--”对应的中缀表达式是______。 A.-(a*b+c-d*e-f) B.-(a+b*c)-(d*e*f) C.-(a+b*c-d*e-f) D.-(a+b*c)*d-(e-f)
进入题库练习
单选题分布式数据库中每个节点都能够执行局部应用请求,是指 (59) 。
进入题库练习
单选题假定用户A、B分另lFm2两个叫取得了各自的证书,下面( )是A、B互信的必要条件。
进入题库练习
单选题关系 R、S 如下图所示,关系代数表达式的输出结果与(34) 等价,该表达式与 (35) 等价。若对关系 R、S 进行自然连接,所得关系的属性列数和元组个数分别为 (36) 。
进入题库练习
单选题如图所示的树形文件系统中,方框表示目录,圆圈表示文件,“/”表示路径的分隔符,“/”在路径之首表示根目录。在图中,假设当前目录是A1,“pr”表示打印命令,那么打印根目录中的文件f1的正确命令是______。A.prA1/Y1/f1B.prY1/f1..C.pr../f1D.pr..f1
进入题库练习
单选题等值连接可由基本的关系运算(32)等价表达。给定关系贯、S如下图所示,则RS=(33)。
进入题库练习
单选题在数据库逻辑设计中,当将E-R图转换为关系模式时,下面的做法哪一个是不正确的? (50) 。
进入题库练习
单选题为了提高CPU访问主存储器时的速度,计算机会装有 (2) 。
进入题库练习
单选题假设系统中有三类互斥资源R1、R2和R3,可用资源数分别为9、8和5。在T0时刻系统中有P1、P2、P3、P4和P5五个进程,这些进程对资源的最大需求量和已分配资源数如下表所示。如果进程按(27)序列执行,那么系统状态是安全的。
进入题库练习
单选题关于程序语言的叙述,错误的是 (25) 。 A.脚本语言属于动态语言,其程序结构可以在运行中改变 B.脚本语言一般通过脚本引擎解释执行,不产生独立保存的目标程序 C.php、JavaScript属于静态语言,其所有成分可在编译时确定 D.C语言属于静态语言,其所有成分可在编译时确定
进入题库练习
单选题以下关于单链表存储结构特征的叙述中,不正确的是( )
进入题库练习
单选题有关联机分析处理(OLAP)与联机事务处理(OLTP)的正确描述是 (59) 。
进入题库练习
单选题以下关于木马程序的叙述中,正确的是________。
进入题库练习