【单选题】
.园舍内部建筑设计方面,窗户的高度起于幼儿的视线为宜,面积应是地面的( )
【单选题】
以下程序段运行后,x[1]的值为()。intx[5]={5,4,3,2,1};x[1]=x[3]+x[2+2]-x[3-1];
【单选题】
这条旋律 “3 4 | 5 6 2 3 | 4 - 1 2 | 3 3 2 2 | 2 1 ||”的节拍为( )
【单选题】
下述程序的运行结果( )。
#includevoid main()
{
int a=5,b=4,c=3,d=2;
if(ac)printf(%d\n
else if((c-1=d)==1)printf(%d\n,d+1);
else printf(%d\n,d+2);
}
【单选题】
下述程序的运行结果( )。
#includevoid main()
{
int a=5,b=4,c=3,d=2;
if(ac)printf(%d\n
else if((c-1=d)==1)printf(%d\n,d+1);
else printf(%d\n,d+2);
}
【简答题】
设 A = {1, 2=,2, 4=,3, 3=},B = {1, 3=,2, 4=,4, 2=},则交关系A∩B等于:[填空1]
【简答题】
设 A = {1, 2=,2, 4=,3, 3=},B = {1, 3=,2, 4=,4, 2=},则对称差关系A⊕B等于:[填空1]
【单选题】
有定义语句“int a[][3]={1, 2, 3, 4, 5, 6};”,则a[1][0]的值是____。
【简答题】
设 A = {1, 2=,2, 4=,3, 3=},B = {1, 3=,2, 4=,4, 2=},则交关系A∩B的值域ran(A∩B)等于:[填空1]
【单选题】
在Excel操作中,假设A1,B1,C1,D1单元分别为2,3,7,3,则SUM(A1:C1)/D1的值为( )。