AThe music clubThe music club needs two people. Read about the four people. How many things can each student do?Ma HuiI can’t sing and I can't dance. I can play the violin and the piano.PetrusI can’t dance, but I can sing. I can play the violin.AngelaI ca

题目

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


相似考题
更多“AThe music clubThe music club needs two people. Read about the four people. How many thing ”相关问题
  • 第1题:

    4. He is a good _________ He likes ________very much.

    A. music,music

    B. musician,musician

    C. music,musician

    D. musician,music


    正确答案:D

  • 第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位。


    声明了一个存储器变量music。;music变量由20个reg型变量组成。;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"};


    正确答案:C
    解析:A)、D)语法不正确,B)中s[5]的形式只能通过for循环的格式进行赋值,而不能直接赋值。C)中表达式左侧的“[]”说明现在定义一个数组,不需要指明数组长度,而表达式右侧“[]”在后面直接紧跟初始内容时也是不需要指定数组大小的,数组大小直接由初值长度决定。

  • 第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” } } ;


    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位。


    声明了一个存储器变量music。;music变量由20个reg型变量组成。;music的每一个reg型变量都是16位。