【单选题】【消耗次数:1】
You must think of [填空] you can do for your parents.
that
how
what
which
参考答案:
复制
纠错
相关题目
【单选题】 What do you [填空] your brother?
①  think
②  think of
③  thinking
④  thought
【单选题】 What do you think _____solve the problem ?
①  you can do
②  can you do
③  you can do to
④  can you do to
【单选题】 A: What do you think of the book? B: [填空].
①  Its very interesting
②  I like it very much
③  I dont know the title
④  Its a pleasure
【判断题】 A: Do you think I can use your computer for one day? B: No you cant.
①  正确
②  错误
【单选题】 A: How do you do? B: [填空]
①  Fine, thank you.
②  How do you do?
③  Not too bad.
④  Very well.
【单选题】 What can I do for you, madam?
①  I want a kilo of apples
②  You can go your own way
③  Thanks
④  Excuse me. I’m busy
【单选题】 What do you eat for your meal? --- I eat [填空] .
①  a egg and some breads
②  an egg and some bread
③  an egg and some breads
【单选题】 —Hello there, what can I do for you, sir?—_____________________.
①  I can do it myself.
②  No, youre welcome.
③  I would like to buy a pair of glasses.
④  Yes, thank you.
【单选题】 Do you think I could borrow your dictionary?
①  Yes, you may borrow
②  Yes, go on
③  Yes, help yourself
④  It doesn’t matter
【单选题】 Do what you think is right, ________ they say.
①  whatever
②  however
③  whenever
④  whichever
随机题目
【单选题】 具有转换函数功能的构造函数,应该是()。
①  不带参数的构造函数
②  带有一个参数的构造函数
③  带有两个以上参数的构造函数
④  缺省构造函数
【单选题】 含有一个或多个纯虚函数的类称为()。
①  抽象类
②  具体类
③  虚基类
④  派生类
【单选题】 以下关于模板的叙述中,不正确的是()。
①  用模板定义一个对象时不能省略参数
②  类模板只能有虚拟参数类型
③  类模板的成员函数都是模板函数
④  类模板本身在编译中不会生成任何代码
【单选题】 程序cout<< setw(3)<< 25<< oct<< 25<< hex<< endl;的输出结果是()。
①  25 25
②  25 31
③  31 19
④  25 19
【单选题】 下面字符序列中,C++合法的标识符是()
①  abc.cpp
②  #a
③  int
④  _12
【单选题】 下列错误的十六进制整型常量表示是()
①  0x11
②  0xaf
③  0xg
④  0x1f
【单选题】 在下列选项中,用于清除基数格式位设置以十六进制数输出的语句是()。
①  cout<<setf(ios::dec,ios::basefield);
②  cout<<setf(ios::hex,ios::basefield);
③  cout<<setf(ios::oct,ios::basefield);
④  cin>>setf(ios::hex,ios::basefield);
【单选题】 对代码:int(*x[20])(int);的如下说法中正确的是:()
①  说明不合法
②  是一个指针,它指向一个具有二十个整型元素的一维数组
③  是一个指针数组,每个指针指向一个具有二十个整型元素的一维数组
④  是一个指针数组,每个指针指向一个输入参数为int返回类型为int的函数
【单选题】 用标准输入流对象cin与提取操作符>>连用进行输入时,将空格与回车当作分隔符,使用()成员函数进行输入时可以指定输入分隔符。
①  get()
②  put()
③  read()
④  gcount()
【单选题】 以下不可以作为输出流对象的是()
①  文件
②  内存
③  键盘
④  显示器