【单选题】【消耗次数:1】
These are your clothes. Put [填空] in the wardrobe,please.
it
them
they
its
参考答案:
复制
纠错
相关题目
【判断题】 Don’t put your dirty clothes here. Put them away.
①  正确
②  错误
【单选题】 David, there a dictionary and some books on your desk. Please put them away.
①  is
②  are
③  have
④  has
【单选题】 It’s hot now. It’s time to ___your warm clothes in the wardrobe.
①  put on
②  put away
③  take off
④  give back
【单选题】 David, there-------a dictionary and some books on your desk. Please put them away.
①  is
②  are
③  have
④  has
【单选题】 Please, just put your suitcase on the ( )
①  scales
②  weight
③  weigh
④  balance
【判断题】 A: May I put my books here? B: Yes, put them please.
①  正确
②  错误
【单选题】 Much money __________ by her on clothes.
①  waste
②  was wasted
③  were wasted
④  wastes
【单选题】 People walk around ( ) nineteenth-century clothes.
①  wearing
②  wore
③  wear
④  worn
【单选题】 Please put the milk [填空] the bottle.
①  into
②  on
③  for
④  in
【单选题】 A: Please remember me to your parents. B: [填空].
①  They remember seeing you once
②  I am afraid they have poor memories
③  You can contact them directly
④  Thanks a lot. I will
随机题目
【单选题】 通过输入设备,将数据输入到程序的操作是()。
①  输入
②  输出
③  修改
④  判断
【单选题】 在C语言中,有以下二维数组的定义inta[3][5];如想引用第五个元素,则书写()。
①  a[4]
②  a[5]
③  a[0][4]
④  a[1][5]
【单选题】 C语言规定,简单变量做实参时,它和对应形参之间的数据传递方式是()
①  地址传递
②  单向值传递
③  由实参传给形参,再由形参传回给实参
④  由用户指定传递方式
【单选题】 下列宏定义命令中,哪一个格式是正确的()。
①  #definepi=3.14159;
②  definepi=3.14159
③  #definepi=3.14159
④  #definepi(3.14159)
【单选题】 设j和k都是int类型,则for循环语句(). for(j=0,k=0; j scanf(%d,&k);
①  最多执行10次
②  最多执行9次
③  是无限循环
④  循环体一次也不执行
【单选题】 以下for循环的执行次数是()。 for(x=0,y=0; (y=123)&&(x x++);
①  无限循环
②  循环次数不定
③  4次
④  3次
【单选题】 不是给数组的第一个元素赋值的语句是()
①  inta[2]={1}
②  inta[2]={1*2}
③  inta[2];scanf(%d,a)
④  a[1]=1
【单选题】 排序中升序方式指的是()
①  由高到低排序
②  由多到少的排序
③  由少到多的排序
④  由低到高排序
【单选题】 若已定义int a=3,b=3,x=1,y=2;表达式(a=y>x)&&(x=b>a)的值是()。
①  6
②  1
③  9
④  0
【单选题】 以超市买苹果为例,一次放一个,一共买5个,最好选用()。
①  条件控制的循环
②  计数控制的循环
③  Raptor操作的循环
④  其它都不对