itgle.com
参考答案和解析
参考答案:D
更多“You should fill in the form. with your name, sex,(), and address. ”相关问题
  • 第1题:

    What's ( )job? Are ( ) British?

    A. your, your

    B. you, your

    C. your, you


    正确答案:C

  • 第2题:

    Merry Christmas, George! Here is a card for ________, with ________ best withes.

    A.you…your

    B.you…our

    C.us…our

    D.us…your


    参考答案:B

  • 第3题:

    12、通过下面的代码片段来回答问题。 class People{ var name:String = "sam" var sex : Int var stature: Double = 182.1 var weight:Double = 76.8 } 这个类的构造器可以是以下的哪些选项?

    A.init(name:String, stature:Double){ self.name = name self.stature = stature }#B.init(name:String, sex:Int, stature:Double, weight:Double){ self.name = name self.sex = sex self.stature = stature self.weight = weight }#C.init(sex:Int){ self.sex = sex }#D.init(name:String, sex:Int){ self.name = name self.sex = sex }
    错误

  • 第4题:

    A:I have got a pain in my chest. B:You ( )see the doctor.

    A. have

    B. need

    C. should


    正确答案:C

  • 第5题:

    ( ) – Is Miss White __________ English teacher, Maria?

    – No, she teaches __________ geography.

    A.your;my

    B.you;mine

    C.you;us

    D.your;us


    正确答案:D

  • 第6题:

    在表单中包含性别单选项,且默认状态为“男”被选中,下列正确的是()。

    A.<input type="radio" name="sex" checked="checked"> 男

    B.<input type="radio" name="sex" checked="enabled">男

    C.<input type="radio" name="sex" enabled="checked">男

    D.<input type="radio" name="sex" enabled="enabled">男