题库 第6289页
单选题:在下图中,阴影部分区域可用表达式______来表示。
在下图中,阴影部分区域可用表达式______来表示。 @[C](2)A. (x=b)&&(x˂=c)B. (x˂=a)||(b˂=…
单选题:下列程序段输出结果为__。
下列程序段输出结果为__。 @[A](2)```int x=1, y=012;printf( "%d", y*x++);```A. 10B. 12C. 20D. 24A.10B.12C.20D.24答案:A…
单选题:假设有定义:double x=16/5/2.0, y=16/5.0/2; 则 x 和 y 的值分别为____。
假设有定义:double x=16/5/2.0, y=16/5.0/2; 则 x 和 y 的值分别为____。 @[D](2)A. 1.6 1.5B. 1.6 1.6C. 1.5 1.5D. 1.5 1.6A.1.6 1.5B.1.6 1.…
单选题:以下正确的字符常量是____。
以下正确的字符常量是____。 @[B](2)A. '\412'B. 255C. '\08'D. '\'A.'\412'B.255C.'\08'D.'\'答案:B…
单选题:下列程序段执行后s值为____。
下列程序段执行后s值为____。 @[C](2) int i=5, s=0;do if (i%2) continue; else s+=i; while (--i);A. 15B. 9C. 6D. 4A.15B.9C.6D.4答案:C…
单选题:A B+ tree of order 3 with 21 numbers has at most ___ nodes of de
A B+ tree of order 3 with 21 numbers has at most ___ nodes of degree 3. @[D](3)A. 1B. 2C. 3D. 4A.1B.2C.3D.4答案:D…
单选题:After deleting 15 from the red-black tree given in the figure, w
After deleting 15 from the red-black tree given in the figure, which one of the following statements must be FALSE? @[…
单选题:For the result of accessing the keys 8,4,15 in order in the spla
For the result of accessing the keys 8,4,15 in order in the splay tree in the following figure, which one of the followi…
单选题:Insert 8, 7, 9, 2, 3, 5, 4, 6 into an initially empty AVL tree.
Insert 8, 7, 9, 2, 3, 5, 4, 6 into an initially empty AVL tree. Which one of the following statements is FALSE? @[D](3…
单选题:A B+ tree of order 3 with 21 numbers has at least ___ nodes of d
A B+ tree of order 3 with 21 numbers has at least ___ nodes of degree 2. @[A](3)A. 0B. 1C. 2D. 3A.0B.1C.2D.3答案:A…