【单选题】【消耗次数:1】
I want you[填空] this report.
reading
to read
read
will read
参考答案:
复制
纠错
相关题目
【单选题】 When I read the newspaper, I always read the _____ first.
①  headlines
②  headquarters
③  heaven
④  horizon
【单选题】 5.It is not how much you read but what you read that really _________.
①  counts
②  loses
③  argues
④  widens
【单选题】 I ___ reading novels ___ watching movies. I like my own imagination when I read them.
①  would rather, than?
②  prefer, to?
③  prefer, than?
【单选题】 I thought you________like something to read,so I have bought you some books.
①  may
②  might
③  could
④  must
【单选题】 “Are you ready for your paper?” “Not yet. I need___ to read through it.”
①  other three minutes
②  another three minutes
③  three other minutes
④  more three minutes
【判断题】 A: May I read the magazines on the table while waiting? B: Yes, you can.
①  正确
②  错误
【单选题】 I cannot read your writing. It is ____.
①  legible
②  illegible
③  eligible
④  intelligent
【单选题】 I haven’t read ____ of his books, but judging from the one I have read I think he’s a very promising writer.
①  any
②  none
③  both
④  either
【单选题】 11. I thought you _____ like something to read, so I have bought you some books.
①  may
②  might
③  could
④  must
【单选题】 Reading ____ the mind only with materials of knowledge; it is thinking that makes what we read ours.
①  rectifies
②  prolongs
③  minimizes
④  furnishes
随机题目
【单选题】 假设pl、p2是STL中的Iist缚器上的迭代器,那么以下语句不符合语法的是()
①  p1++;
②  p1--;
③  p1+=1;
④  intn=(pl==p2);
【单选题】 在C++中,要实现动态联编,必须使用()调用虚函数。
①  基类指针
②  对象名
③  派生类指针
④  类名
【单选题】 设有如下说明语句:typedefstruct{intn;char*ch;}PER;则PER被定义为:()
①  结构变量
②  结构数组
③  结构体指针
④  结构体类型名
【单选题】 控制台程序中需要使用cin和cout输出/输入,include指令包含的头文件是()
①  cmanth
②  conioh
③  iostream
④  iomanip
【单选题】 在C++中,一个项目可以包含多个函数,它们之间是()
①  独立定义的
②  嵌套定义的
③  根据调用关系定义的
④  根据调用顺序定义的
【单选题】 以下关于循环体的描述中,()是错误的。
①  循环体中还可以出现循环语句
②  循环体中不能出现goto语句
③  循环体中可以出现break语句和continue语句
④  循环体中可以出现switch语句
【单选题】 设存在函数int max(int,int)返回两参数中较大值,若求22,59,70三者中最大值,下列表达式不正确的是()
①  intm=max(22,max(59,70));
②  intm=max(max(22,59),70);
③  intm=max(22,59,70);
④  intm=max(59,max(22,70));
【单选题】 指针内存编号是从0开始记录的,一般用()进制数字表示。
①  八进制
②  十进制
③  十六进制
④  二进制
【单选题】 对基类和派生类的关系描述中,错误的是()
①  派生类是基类的具体化
②  基类继承了派生类的属性
③  派生类是基类定义的延续
④  派生类是基类的特殊化
【单选题】 下面关于基类和派生类的描述,正确的是()
①  一个类可以被多次说明为一个派生类的直接基类,可以不止一次地成为间接基类
②  一个类不能被多次说明为一个派生类的直接基类,可以不止一次地成为间接基类
③  一个类不能被多次说明为一个派生类的直接基类,且只能成为一次间接基类
④  一个类可以被多次说明为一个派生类的直接基类,但只能成为一次间接基类