网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
1, 0, 2, 1, 4, 5, 12, ( )
A.5 B.13 C.7 D.15
参考答案
参考解析
解析:两两一组,和依次为1,3,9,(27),是公比为3的等比数列。12+(15)=27,选D。
更多 “1, 0, 2, 1, 4, 5, 12, ( ) A.5 B.13 C.7 D.15” 相关考题
考题
有以下程序#include stdio.hmain(){ int s[12]={1,2,3,4,4,3,2,1,1,1,2,3},c[5]={0},i;for(i=0;i12;i++) c[s[i]]++;for(i=1;i5;i++) printf("%d",c[i]);printf("\n");}程序的运行结果是A)1 2 3 4B)2 3 4 4C)4 3 3 2D )1 1 2 3
考题
已知图的邻接矩阵,根据算法,则从顶点0出发,按深度优先遍历的结点序列是( )
A0 2 4 3 1 5 6B0 1 3 5 6 4 2C0 4 2 3 1 6 5D0 1 3 4 2 5 6
考题
有以下程序includemain(){ints[12]={1,2,3,4,4,3,2,1,1,1,2,3},c[5]={0},i;for(i=0;i
有以下程序 #include <stdio.h> main() { int s[12]={1,2,3,4,4,3,2,1,1,1,2,3},c[5]={0},i; for(i=0;i<12;i++) c[s[i]]++; for(i=1;i<5;i++) printf("%d",c[i]); printf("\n"); } 程序的运行结果是A.1 2 3 4B.2 3 4 4C.4 3 3 2D.1 1 2 3
考题
有下列程序: include main() { int s[12]={1,2,3,4,4,3,2,1,1,
有下列程序: #include <stdio.h> main() { int s[12]={1,2,3,4,4,3,2,1,1,1,2,3},c[5]={0},i; for(i=0;i<12;i++)c[s[i]]++; for(i=1;i<5;i++)printf("%d",c[i]); printf("\n"); 程序的运行结果是( )。A.1 2 3 4B.2 3 4 4C.4 3 3 2D.1 1 2 3
考题
统计学检验的无效假设应是A.H0:π1=π2=π3=π4=π5B.H0:π1≠π2≠π3≠π4≠π5C.H0:P1=P2=P3=P4=P5D.H0:P1=P2=P3=P4>P5E.H0:π1=π2≠π3=π4=π5
考题
有下列程序:#includestdi0.hvoidmain( ){ints[12]={1,2,3,4,4,3,2,1,1,1,2,3),c[5]={0},i;for(i=0;i12;i++)c[s[i]]++;for(i=1;i5;i++)printf(%d,c[i]);printf(\n)}程序的运行结果是( )。A.1234B.2344C.4332D.1123
考题
以下程序的运行结果是( ) #define MAX 10 int a[MAX],i; main() { printf("\n");sub1();sub3(A) ,sub2(),sub3(A) ; } sub2() { int a[MAX],i,max; max=5; for(i=0;i<max;i++)a[i]=i; } sub1() {for(i=0;i<MAX;i++)a[i]=i+i; } sub3(int a[]) { int i; for(i=0;i<MAX,i++)printf("%d",a[i]); printf("\n"); }A.0 2 4 6 8 10 12 14 16 18 0 1 2 3 4B.0 1 2 3 4 0 2 4 6 8 10 12 14 16 18C.0 1 2 3 4 5 6 7 8 9 0 1 2 3 4D.0 2 4 6 8 10 12 14 16 18 0 2 4 6 8 10 12 14 16 18
考题
下面程序的执行结果是______。 #define MAX 10 nt a[MAX],i; main() { printf("\n"); sub1();sub3(A) ; sub2();sub3(A) ; } sub1() {for(i=0;i<1MAX;i++) a[i]-i+i; } sub2() {int a[MAX],i,max; max=5; for(i=0;i<max;i++) a[i]=i; } sub3(int a[]) { int i; for(i=0;i<MAX;i++) printf("%d",a[i]); printf("\n"); }A.0 2 4 6 8 10 12 14 16 18 0 1 2 3 4B.0 1 2 3 4 0 2 4 6 8 10 12 14 16 18C.0 1 2 3 4 5 6 7 8 9 0 1 2 3 4D.0 2 4 6 8 10 12 14 16 18 0 2 4 6 8 10 12 14 16 18
考题
下面程序运行后的输出结果是()。includemain(){int a[5]={1,0,4,2,0},b[5]={1,2,3,4,5}
下面程序运行后的输出结果是( )。 #include<stdio.h> main() {int a[5]={1,0,4,2,0},b[5]={1,2,3,4,5},i,s=0; for(i=0;i<5;i++)s=s+b[a[i]]; printf("%d\n”,s); }A.12B.15C.11D.8
考题
1 3 .甲企业2 0 0 8 年1 2 月3 1 日调节后的银行存款余额为( ) 元。A .4 0 0 0 0B . 4 1 4 0 0C .5 0 1 0 0D .5 0 6 0 0
考题
有下列程序: #includestdi0.h voidmain( ) { ints[12]={1,2,3,4,4,3,2,1,1,1,2,3),c[5]= {0},i; for(i=0;i12;i++)c[s[i]]++; for(i=1;i5;i++)printf("%d",c[i]); printf("\n") } 程序的运行结果是( )。A.1234B.2344C.4332D.1123
考题
根据下表回答 136~140 题:{Page}2008年欧锦赛预选赛第6小组积分榜(2006.10.12)国家 胜 平 负 进球 失球 积分 瑞典 4 O 0 8 2 12 丹麦 2 1 0 6 O 7 北爱尔兰 2 1 1 4 5 7 拉脱维亚 1 O 2 4 2 3 西班牙 1 O 2 6 5 3 冰岛 1 0 3 48 3 列支敦士登 0 O 3 1 11 O第 136 题 截止2006年10月12日,该小组共进行了多少场比赛?( )A.24B.22C.12D.11
考题
有以下程序includemain(){ints[12]={1,2,3,4,4,3,2,1,1,1,2,3},c[5]={0},i; for(i=0;i
有以下程序 #include <stdio.h> main() { int s[12]={1,2,3,4,4,3,2,1,1,1,2,3},c[5]={0},i; for(i=0;i<12;i++) c[s[i]++; for(i=l;i<5;i++) printf("%d",c[i]); printf("\n"); } 程序的运行结果是A.1 2 3 4B.2 3 44C.4 3 3 2D.1 1 2 3
考题
假设在跳频集中有12个频率(f1-f12),在小区中分配给前7个TRX的缺省MAIO值是多少()。A、0、1、2、3、4、5和6B、1、2、3、4、5、6和7C、0、2、4、6、8、10和1D、1、3、5、7、9、11和0E、0、3、6、9、1、4和7
考题
public class Threads 1 { intx=0; public class Runner implements Runnable { public void run() { int current = 0; for(int=i=0;i4;i++){ current = x; System.out.print(current + “, “); x = current + 2; } } } public static void main(String[] args) { new Threads1().go(); } public void go() { Runnable r1 = new Runner(); new Thread(r1).start(); new Thread(r1 ).start(); } } Which two are possible results?()A、 0, 2, 4, 4, 6, 8, 10, 6,B、 0, 2, 4, 6, 8, 10, 2, 4,C、 0, 2, 4, 6, 8, 10, 12, 14,D、 0, 0, 2, 2, 4, 4, 6, 6, 8, 8, 10, 10, 12, 12, 14, 14,E、 0, 2, 4, 6, 8, 10, 12, 14, 0, 2, 4, 6, 8, 10, 12, 14,
考题
单选题有以下程序 #include main() { ints[12]={1,2,3,4,4,3,2,1,1,1,2,3},c[5]={0},i; for(i=0;i12;i++) c[s[i]]++; for(i=1;i5;i++) printf("%d",c[i]); printf(""); } 程序的运行结果是( )。A
4332B
2344C
1234D
1123
考题
填空题设α(→)1=(2,1,0,5)T,α(→)2=(-4,-2,3,0)T,α(→)3=(-1,0,1,k)T,α(→)4=(-1,0,2,1)T,则k=____时,α(→)1,α(→)2,α(→)3,α(→)4线性相关。
考题
单选题The EMPLOYEE table contains the following information: EMPNO NAME WORKDEPT 101 SAM A11 102 JOHN C12 103 JANE -104 PAT Remote 105 ANNE -106 BOB A11 The MANAGER table contains the following information: MGRID NAME DEPTNO EMPCOUNT 1 WU B01 - 2 JONES A11 - 3 CHEN - - 4 SMITH - -5 THOMAS C12 - After this statement is executed: UPDATE manager m SET empcount = (SELECT COUNT(workdept) FROM employee e WHERE workdept=m.deptno) What is the result of the following query?() SELECT mgrid, empcount FROM MANAGER WHERE empcount IS NOT NULL ORDER BY mgridA
MGRID EMPCOUNT ----- -------- 1 0 2 2 5 1B
MGRID EMPCOUNT ----- -------- 1 0 2 2 3 0 4 0 5 1C
MGRID EMPCOUNT ----- -------- 1 3 2 3 3 3 4 3 5 3D
MGRID EMPCOUNT ----- -------- 1 0 2 2 3 2 4 2 5 1
考题
单选题CRO参数的取值范围是()A
0、1、2、3、4、5、6B
0、1、2……63C
0、1、2……64D
0、1、2、3、4、5、6、7E
1、2、3、4、5、6、7
热门标签
最新试卷