1/4
1/3
4/11
1/2
9/7
第1题:
对于这样的一个枚举类型:
enum Color:byte
{
Red,
Green,
Blue,
Orange
}
第2题:
7岁的儿童用药剂量为成人的
A、1/5~1/4
B、1/4~1/3
C、1/3~2/5
D、2/5~1/2
E、1/2~3/5
第3题:
以下对枚举类型名的定义中正确的是( )。
A.enum a={one,two,three};
B.enum a{one=9,two=-1.three=200};
C.enum a={"one","two","four"};
D.enum a{"nine","two","three"};
第4题:
在列表:c=["black","red","green","yellow","orange","blue"]中,设定变量j=3,那么运行代码turtle.pencolor(c[j])后,画笔的颜色将变成黄色。
第5题:
Which of the following is the correct arrangement of the data pairs in a T568B wire pattern?()
第6题:
第7题:
0.28
0.29
0.30
0.31
0. 32
第8题:
1/90
1/ 180
1/360
1/540
1/720
第9题:
Orange/white, orange, green/white, blue, blue/white, green, brown/white, brown
Blue, blue/white, orange/white, orange, brown/white, brown, green/white, green
Green/white, green, orange/white, blue, blue/white, orange, brown/white, brown
Orange/white, orange, brown/white, brown, green/white, green, blue, blue/white
第10题:
Orange & orange/white on pins 1 & 2
Blue & blue/white on pins 4 & 5
Orange & orange/white on pins 4 & 5
Brown & brown/white on pins 1 & 2
Green & green/white on pins 3 & 6
第11题:
4/9
4/21
49/81
7/10
4/7
第12题:
To express pride in the cultural treasures of Athens.
To refute the argument that more people can see the Elgin Marbles at the British Museum than at the Acropolis.
To comment on the relative number of tourists at two of Europe’s most famous tourist attractions.
To express concern that the large number of tourists on the Acropolis will damage the Elgin Marbles, should they be returned.
To provide an appropriate end to a rousing debate.
第13题:
以下对枚举类型名的定义中正确的是( )
A.enum a={one,two,three};
B.enum a{one=9,two=-1,three=200};
C.enum a={"one","two","four"};
D.enum a{"nine","two","three"};
第14题:
阅读以下说明和 Java 代码,填补代码中的空缺,将解答填入答题纸的对应栏内。 【说明】 设计 RGB 方式表示颜色的调色板,进行绘图。其类图如图 6-1 所示。该程序的 Java代码附后。图6-1 类图
【Java 代码】 //颜色类 class MyColor { private int red ,green, blue; public MyColor( ) { red = o; green = 0; blue = 0; } public MyColor(int red ,int green ,int blue) { this.red = red; this.green = green; this.blue = blue; } //其他方法略 public String toString( ) { return "Red: " + red + "\tGreen: " + green + "\tBlue " + blue; } } //调色板类 class Palette { public int number; / /颜色数 private (1)palette; //颜色表 public Palette( ) { number = 256; palette = new MyColor[number); } public Palette(MyColor[] palette ,int number) { (2)= number; (3)= palette; } //其他方法略 public String toString( ) { String str = ""; for (int i = 0; i < number; i++) { str +=i+ " : " + palette[i] + "\n"; } return str; } //绘图类 class Drawing { public (4) int COLORNUMBER = 16; public static void main(String[] args) { Palette palette; int red ,green ,blue; MyColor[] color = new MyColor[COLORNUMBER]; for (int i = 0; i < COLORNUMBER; i++) { red = (int) (Math.random( ) * 256); green = (int) (Math.random( ) * 256); blue = (int) (Math.random( ) * 256); color [i] = (5) (red ,green ,blue); } palette = new Palette(color ,COLORNUMBER); System.out.println(palette); } }
第15题:
You are preparing to take another vessel in tow.Which signal indicates,Hawser is made fast ______.
A.Firing of a green star signal
B.Firing of a red star signal
C.An orange smoke signal
D.Three white star rockets at 1-minute intervals
第16题:
晚幼粒细胞核凹陷程度为()
第17题:
Which of the following is the correct pin out for T568B?()
第18题:
6
8
9
12
18
第19题:
3/8
3/28
1/4
3/56
5/56
第20题:
对
错
第21题:
1/4
1/3
4/11
1/2
9/7
第22题:
1/8
1/6
1/4
1/3
3/8
第23题:
1/8
1/4
3/8
1/2
5/8
第24题: