16.
A. gets up
B. gets on
C. gets into
D. gets off
第1题:
A.gets(s);
B.scanf(”%c”,s);
C.scanf(”%s”,&s[0]);
D.gets(&s[0]);
第2题:
A.gets on
B.gets in
C.gets by
D.gets to
第3题:
有以下定义: #include <stdio.h> char a[10], *b=a; 下面不能给数组a输入字符串的语句是( )。
A.gets(a)
B.gets(a[0]);
C.gets(&a[0]);
D.gets(b);
第4题:
有以下定义: #include <stdio.h> char a[10],*b=a; 不能给数组a输入字符串的语句是
A.gets(a)
B.gets(a[0])
C.gets(&a[0]);
D.gets(b);
第5题:
30. Mrs Morgan often gets up at five thirty in the morning,
第6题:
My ship {needs} a pilot.
A.requires
B.has
C.takes
D.gets
第7题:
有两个字符数组a,b,则以下正确的输入语句是()。
第8题:
若有定义chara[10],*b=a;不能给数组a输入字符串"youknow"的语句是()
第9题:
What effect should the loss of an index tablespace have on an Oracle instance that is running?()
第10题:
sufficiently; where
proportionately; that
equally; as
adequately; when
第11题:
SYS_GROUP gets 100% CPU resources at level 1.
FIN_GROUP1 gets 80% CPU resources at level 1.
FIN_GROUP1 gets 80% CPU resources at level 2.
PAY_GROUP1 gets 20% CPU resources at level 1.
PAY_GROUP1 gets 20% CPU resources at level 2.
OTHER_GROUP gets 100% CPU resources at level 1.
OTHER_GROUP gets 100% CPU resources at level 2.
第12题:
it seems that your brain gets frozen
one’s brain gets frozen
your brain seems to freeze
your brains seem to freeze
one’s brain seems to freeze
第13题:
A.gets(a,b);
B.scanf("%s%s",a,b);
C.scanf("%s%s",&a,&b);
D.gets("a"); gets("b");"
第14题:
以下选项中错误的是( )
A.char *sp; gets(sp);
B.char sp[5] gets(sp);
C.char *sp="12345"; gets(sp);
D.charsp[5]="\0" gets(sp)
第15题:
有定义语句“chars[10];”,若要从终端给s输入5个字符,错误的输入语句是( )。
A.gets(&sO);
B.scanf("%s",s+1);
C.gets(s);
D.scanf("%s",s[1]);
第16题:
有以下定义
#include <stdio.h>
char a[10],*b=a;
不能给a数组输入字符串的语句是
A.gets(A)
B.gets(a[0]);
C.gets(&a[0]);
D.gets(B) ;
第17题:
19.
A.returns
B.comes
C.gives
D.gets
第18题:
第19题:
设有字符数组a,则正确的输入语句是()。
第20题:
Due to media failure you lost one of the data files belonging to the USERS tablespace, and the tablespace is not available to use. Which statement regarding the status of the database is true?()
第21题:
You execute the following command to create two consumer groups, FIN_GROUP1 and PAY_GROUP1 for a plan, PROD_PLAN: BEGIN DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN (SIMPLE_PLAN =>’prod_plan’, CONSUMER_GROUP1 => ’fin_group1’, GROUP1_CPU => 80, CONSUMER_GROUP2 => ’pay_group1’, GROUP2_CPU => 20); END; Which three statements are true? ()
第22题:
instance hangs
instance gets aborted
instance continues running
instance gets restarted automatically
第23题:
The database remains open.
The database gets dismounted.
The database becomes read only.
The database instance gets aborted.
The database gets shut down automatically.
The status of the database depends on the status of the USERS tablespace.