A、old
B、years
C、time
D、age
第1题:
What's ( )job? Are ( ) British?
A. your, your
B. you, your
C. your, you
第2题:
A.you…your
B.you…our
C.us…our
D.us…your
第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
第5题:
( ) – Is Miss White __________ English teacher, Maria?
– No, she teaches __________ geography.
A.your;my
B.you;mine
C.you;us
D.your;us
第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">男