【判断题】【消耗次数:1】
She’s much intelligent than me.
正确
错误
参考答案:
复制
纠错
相关题目
【单选题】 Im looking forward as much to her return as she herself to ______ me.
①  have seen
②  seeing
③  meet
④  be met
【单选题】 She is the woman_______dog bit me.
①  that
②  which
③  whose
【判断题】 It’s kind for you to help me.
①  正确
②  错误
【单选题】 一Brand was Jane’s brother!— he reminded me so much of Jane!
①  No doubt
②  Above all
③  No wonder
④  how
【单选题】 -“When shall we meet again next week?”-“______________ day is possible. It’s no problem with me.”
①  Either
②  Neither
③  Every
④  Any
【单选题】 I went to the doctor’s yesterday. I had to wait for half an hour before he ___ see me.
①  ?can
②  ?may
③  ?might
④  ?could
【单选题】 The book has a great ____________ on me.
①  interest
②  information
③  idea
④  impact
【判断题】 Please take some photoes for me.
①  正确
②  错误
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”It surprises me where programs with much violence are very popular.
①  正确
②  错误
【单选题】 5. I went to the doctor’s yesterday. I had to wait for half an hour before he _____ see me.
①  can
②  may
③  might
④  could
随机题目
【单选题】 若有以下定义,则下面说法错误的是()。 int a=10,*p=&a;
①  声明变量p,其中*表示p是一个指针变量
②  声明变量p只可以指向一个整型变量
③  变量p经初始化,获取变量a的地址
④  变量p的值为10
【单选题】 以下四个选项中,可以描述array数组,其中含有10个元素正确的是()。
①  array[0]=10
②  array=0
③  array[10]=0
④  array[-1]=0
【单选题】 有以下说明语句:struct Point{int x;int y;};则叙述正确的是()
①  正确的结构类型说明
②  正确的结构变量说明
③  错误的原因是结构中成员类型相同
④  无意义的说明
【单选题】 下列表达式的结果是()a=3*5,a=b=3*2
①  15
②  5
③  6
④  3
【单选题】 在C++中,函数原型不能标识()
①  函数的返回类型
②  函数参数的个数
③  函数参数类型
④  函数的功能
【单选题】 C++实现运行时的多态性是通过什么机制实现的()
①  重载函数
②  构造函数
③  析构函数
④  虚函数
【单选题】 在公有继承的情况下,基类的成员(私有的除外)在派生类中的访问权限()
①  受限制
②  保持不变
③  受保护
④  不受保护
【单选题】 有说明语句int b[4][5];void fun(int*,int n);调用函数的正确语句是()
①  fun(b,20);
②  fun(b[0],20);
③  fun(b[0][0],20);
④  fun(b,20);
【单选题】 已知int a[10]={0,1,2,3,4,5,6,7,8,9},*p=a;不能表示数组a中元素的式子是()
①  *a
②  *p
③  a
④  a[p-a]
【单选题】 任何复杂的程序,都是由()构成的。
①  分支结构、顺序结构、过程结构
②  循环结构、分支结构、过程结构
③  顺序结构、循环结构、分支结构
④  循环结构、分支结构