题库 第6098页
单选题:If graph G is NOT connected and has 20 edges, then it must have
If graph G is NOT connected and has 20 edges, then it must have at least ____ vertices. @[B](3)A. 7B. 8C. 9D. 10A.7B.8C.…
单选题:If graph G is NOT connected and has 14 edges, then it must have
If graph G is NOT connected and has 14 edges, then it must have at least ____ vertices. @[A](3)A. 7B. 8C. 9D. 10A.7B.8C.…
单选题:Given the shape of a binary tree shown by the figure below. If
Given the shape of a binary tree shown by the figure below. If its postorder traversal sequence is { `e`, `a`, `c`, `b`…
单选题:If graph G is NOT connected and has 35 edges, then it must have
If graph G is NOT connected and has 35 edges, then it must have at least ____ vertices. @[D](3)A. 7B. 8C. 9D. 10A.7B.8C.…
单选题:在二叉排序树中,凡是新插入的结点都是没有\_\_\_\_。
在二叉排序树中,凡是新插入的结点都是没有\_\_\_\_。@[A](2)A. 孩子 B. 关键字 C. 平衡因子 D. 赋值A.孩子B.关键字C.平衡因子D.赋值答案:A…
单选题:关于二叉排序树的描述不正确的是\_\_\_\_。
关于二叉排序树的描述不正确的是\_\_\_\_。@[C](2)A. 二叉排序树的查找效率取决于树的。B. 从二叉排序树中删去一个结点后再重新插入,一定是作为叶子结点插入的。C. 在最坏情况下,利用插入操作构造一颗二叉排序树花费的代价为$$O…
单选题:以下叙述中错误的是。
以下叙述中错误的是。 @[C](2)A. C 语言编写的函数源程序,其文件名后缀可以是.CB. C 语言编写的函数都可以作为一个独立的源程序文件C. C 语言编写的每个函数都可以进行独立的编译并执行D. 一个C 语言程序只能有一个主函数A…
单选题:以下选项中关于C 语言常量的叙述错误的是。
以下选项中关于C 语言常量的叙述错误的是。 @[D](2)A. 所谓常量,是指在程序运行过程中,其值不能被改变的量B. 常量分为整型常量、实型常量、字符常量和字符串常量C. 常量可分为数值型常量和非数值型常量D. 经常被使用的变量可以定…
单选题:以下选项中关于程序模块化的叙述错误的是。
以下选项中关于程序模块化的叙述错误的是。 @[C](2)A. 把程序分成若干相对独立的模块,可便于编码和调试B. 把程序分成若干相对独立、功能单一的模块,可便于重复使用这些模块C. 可采用自底向上、逐步细化的设计方法把若干独立模块组装成所…
单选题:若有定义语句:int a=10;double b=3.14;,则表达式'A'+a+b 值的类型是。
若有定义语句:int a=10;double b=3.14;,则表达式'A'+a+b 值的类型是。 @[C](2)A. charB. intC. doubleD. floatA.charB.intC.doubleD.float答案:C…