-->
当前位置:首页 > 题库

题库 第6289页

  • 最新
  • 浏览
  • 评论

单选题:在下图中,阴影部分区域可用表达式______来表示。

Luz5年前 (2021-05-10)1455
在下图中,阴影部分区域可用表达式______来表示。 @[C](2)![t5.png](~/9dc091e1-2ffe-4fc5-bda9-f9d72e6159a7.png)A. (x=b)&&(x˂=c)B. (x˂=a)||(b˂=…

单选题:下列程序段输出结果为__。

Luz5年前 (2021-05-10)880
下列程序段输出结果为__。 @[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 的值分别为____。

Luz5年前 (2021-05-10)1969
假设有定义: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.…

单选题:以下正确的字符常量是____。

Luz5年前 (2021-05-10)1158
以下正确的字符常量是____。 @[B](2)A. '\412'B. 255C. '\08'D. '\'A.'\412'B.255C.'\08'D.'\'答案:B…

单选题:下列程序段执行后s值为____。

Luz5年前 (2021-05-10)2152
下列程序段执行后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

Luz5年前 (2021-05-10)1182
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

Luz5年前 (2021-05-10)972
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

Luz5年前 (2021-05-10)861
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.

Luz5年前 (2021-05-10)789
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

Luz5年前 (2021-05-10)1220
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…