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

题库 第6389页

  • 最新
  • 浏览
  • 评论

单选题:关系模式R(A,B,C,D,E),R中的属性均不可再分解,函数依赖集F={CD→A,CD→B,AB→E},若只基于函数依赖进行讨

Luz5年前 (2021-05-10)1126
关系模式R(A,B,C,D,E),R中的属性均不可再分解,函数依赖集F={CD→A,CD→B,AB→E},若只基于函数依赖进行讨论,R的码是。答案:C…

单选题:不列哪一项不是动态联编实现的条件?

Luz5年前 (2021-05-10)1279
不列哪一项不是动态联编实现的条件? 答案:D…

单选题:关系模式R中的属性全是主属性,则R的最高范式必定是( )。

Luz5年前 (2021-05-10)869
关系模式R中的属性全是主属性,则R的最高范式必定是( )。答案:C…

单选题:In the following function, what is the ending condition of recur

Luz5年前 (2021-05-10)2003
In the following function, what is the ending condition of recursive programming?```int xFunction(int n){ if (n == 1)…

单选题:若有以下定义:

Luz5年前 (2021-05-10)979
若有以下定义:```char s[20]="programming",*ps=s; ```则不能代表字符o的表达式是 @[](2)A. ps+2B. s[2]C. ps[2]D. ps+=2,*ps答案:A…

单选题:Prim’s algorithm is a ______

Luz5年前 (2021-05-10)1087
Prim’s algorithm is a ______@[](2)A. Divide and conquer algorithmB. Greedy algorithmC. Dynamic ProgrammingD. Approximati…

单选题:在 2NF的基础上,消除了传递函数依赖的关系模式,必定是。

Luz5年前 (2021-05-10)1686
在 2NF的基础上,消除了传递函数依赖的关系模式,必定是。答案:B…

单选题:19.有以下程序

Luz5年前 (2021-05-10)796
19. 有以下程序```#includeint main( ){int i,j;for(i=3;i˃=1;i--){for(j=1; j˂=2; j++) printf("%d", i + j);printf("\n"); }…

单选题:下列关于一维数组的说法,正确的是()

Luz5年前 (2021-05-10)922
下列关于一维数组的说法,正确的是()答案:B…

单选题:若关系模式R中的属性都是主属性,则R至少属于。

Luz5年前 (2021-05-10)1118
若关系模式R中的属性都是主属性,则R至少属于。答案:A…