3/8
3/28
1/4
3/56
5/56
第1题:
A、1
B、3
C、5
D、6
第2题:
已知枚举类型声明语句为: enumCOLOR{WHITE,YELLOW,GREEN=5,RED,BLACK=10}; 则下列说法中错误的是
A.枚举常量YELLOW的值为1
B.枚举常量RED的值为6
C.枚举常量BLACK的值为10
D.枚举常量WHITE的值为1
第3题:
A.Black,Green,Red,Yellow
B.Black,Red,Green,Yellow
C.Red,Black,Green,Yellow
D.Yellow,Red,Green,Black
第4题:
在下列程序段中,枚举变量 c1的值是()。
enum color { red,yellow,blue=4,green,white}c1; c1=yellow; c1=white;
A 1
B 3
C 5
D 6
第5题:
在列表:c=["black","red","green","yellow","orange","blue"]中,设定变量j=3,那么运行代码turtle.pencolor(c[j])后,画笔的颜色将变成黄色。
第6题:
Which of the following is the correct wiring order for an RJ-11 two line jack?()
第7题:
enum color{red,green,yellow=5,white,black};定义了一枚举类型。编译程序为值表中各标识符分配的枚举值依次为()。
第8题:
6
8
9
12
18
第9题:
3/8
3/28
1/4
3/56
5/56
第10题:
1/3
1/6
1/12
1/36
1/72
第11题:
1、2、3、4、5
0、1、5、2、3
0、1、5、6、7
3、4、5、6、7
第12题:
A flashing yellow light
A red light visible all around the horizon
A green light visible all around the horizon
An illuminated red and yellow caution flag
第13题:
( 18 )下列枚举类型的定义中,包含枚举值 3 的是
A ) enum test {RED, YELLOW, BLUE, BLACK};
B ) enum test {RED, YELLOW=4, BLUE, BLACK};
C ) enum test {RED=-1, YELLOW,BLUE, BLACK};
D ) enum test {RED, YELLOW=6, BLUE, BLACK};
第14题:
下列枚举类型的定义中,包含枚举值3的是
A.enum test{RED,YELLOW,BLUE,BLACK};
B.enum test{RED,YELLOW=4,BLUE,BLACK};
C.enum test{RED=-1,YELLOW,BLUE,BLACK};
D.erium test{RED,YELLOW=6,BLUE,BLACK};
第15题:
在下列枚举类型的定义中,包含枚举值3的是
A.entire test(RED,YELLOW,BLUE,BLACK);
B.entire test(RED,YELLOW,BLUE,BLACK);
C.enum test(RED=-1,YELLOW,BLUE,BLACK);
D.enum test(RED,YELLOW=6,BLUE,BLACK);
第16题:
A special daymark is a ______.
A.red-and-white octagon
B.daymark with a yellow stripe on it
C.green square
D.yellow diamond
第17题:
已知enumcolor{red,yellow=2,blue,white,black}ren;执行printf("%d",ren=white);的输出结果是()
第18题:
Given the following scripts, what output would be generated() usr/local/bin/scriptl #!/usr/bin/ksh VARl=red export VARl=green VARl=blue /usr/local/bin/script2 ARl=yellow /usr/local/bin/script2 #!/bin/ksh echo "The sky is ${VAR1}."
第19题:
第20题:
0.28
0.29
0.30
0.31
0. 32
第21题:
The sky is red.
The sky is blue.
The sky is green.
The sky is yellow.
第22题:
1/90
1/ 180
1/360
1/540
1/720
第23题:
对
错
第24题:
1/4
1/3
4/11
1/2
9/7