A
The music club
The music club needs two people. Read about the four people. How many things can each student do?
Ma Hui
I can’t sing and I can't dance. I can play the violin and the piano.
Petrus
I can’t dance, but I can sing. I can play the violin.
Angela
I can sing, but I can-t dance. I can play the trumpet and the guitar.
Albert
I can sing and dance. I can play the trumpet and the guitar.
( )21. How many things can Ma Hui do?
A. One
B. Two
C. Three
D. Four
第1题:
4. He is a good _________ He likes ________very much.
A. music,music
B. musician,musician
C. music,musician
D. musician,music
第2题:
out of 13)__________ people.
第3题:
reg [15:0] music [19:0];这句话表示为()。
A.声明了一个存储器变量music。
B.music变量由16个reg型变量组成。
C.music变量由20个reg型变量组成。
D.music的每一个reg型变量都是16位。
第4题:
下列语句能给数组赋值而不使用for循环的是
A.myArray{[1]="One";[2]="Two";[3]="Three";}
B.String s[5]=new String[]{"Zero", "One", "Two", "There", "Four"};
C.String s[]=new String[]{"Zero", "One", "Two", "There", "Four"};
D.String s[]=new String[]=|"Zero", "One", "Two", "There", "Four"};
第5题:
下列给字符串二维数组进行赋值的语句中,错误的是()。
A.String s[ ] [ ] = new String [ ] [ ] { { “One “ , “ Two “ }, { “ Three “ , “ Four “ } } ;
B.String s[ ] [ ] = { { “ One “ , “Two “},{ “ Three “ , “ Four “ } } ;
C.String s[ ] [ ] = new String [ ] [ ] { { “Zero”} , { “ One ” , “Two” , “ Three” , “ Four” } } ;
D.String s[ 2] [2 ] = { { “ One ” , “Two”},{“ Three” , “ Four” } } ;
第6题:
3、reg [15:0] music [19:0];这句话表示为()。
A.声明了一个存储器变量music。
B.music变量由16个reg型变量组成。
C.music变量由20个reg型变量组成。
D.music的每一个reg型变量都是16位。