【单选题】【消耗次数:1】
JohnSmithis_____honestyoungman.
one
an
the
a
参考答案:
复制
纠错
相关题目
【单选题】 This book is ______ that one, but ______ than that one.
①  as difficult as; expensive
②  as more difficult as; more expensive
③  as difficult as; more expensive
④  more difficult as; as expensive
【单选题】 This book is ________ that one. But __________ than that one.
①  as difficult as ;expensive
②  as more difficult as ; more expensive
③  as difficult as ; more expensive
④  more difficult as ; as expensive
【单选题】 Only when one is ______ of one’s getting behind is one more likely to catch up.
①  critical
②  aware
③  visual
④  effective
【单选题】 3.This book is ____that one, but ____than that one.
①  as difficult as; expensive
②  as more difficult as; more expensive
③  as difficult as; more expensive
④  more difficult as; as expensive
【单选题】 This book is_____that one. But______than that one.
①  as difficult as ;expensive
②  as more difficult as ; more expensive
③  as difficult as ; more expensive
④  more difficult as ; as expensive
【单选题】 Modesty helps one to go forward, ______ conceit makes one lag behind.
①  whenever
②  only if
③  whereas
④  consequently
【单选题】 This movie is ________ that one.
①  as more interesting as
②  as interesting as
③  too interesting to
【单选题】 This box is ______ that one.
①  heavy than
②  so heavy than
③  heavier as
④  as heavy as
【单选题】 This box is ________ that one.
①  heavy than
②  so heavy than
③  heavier as
④  as heavy as
【单选题】 Every year, one student in our high school wins a scholarship that ____one year of college.
①  improves
②  subsidizes
③  obliges
④  inflicts
随机题目
【单选题】 read函数功能是从输入流中读取( )
①  一个字符
②  当前字符
③  一行字符
④  指定若干字节
【单选题】 设有函数模板template Q Sum(Q x,Q y) {return (x)+(y);} 则下列语句中对该函数模板错误的使用是()
①  Sum(10,2);
②  Sum(0,7);
③  Sum(2f,0f);
④  Sum(“AB”,”CD”);
【单选题】 语句ofstream f(“TEMP.DAT”,ios::app|ios::binary)?的功能是建立流对象f,试图打开文件TEMP.DAT 并与之连接,并且()
①  若文件存在,将文件写指针定位于文件尾;若文件不存在,建立一个新文件
②  若文件存在,将其置为空文件;若文件不存在,打开失败
③  若文件存在,将文件写指针定位于文件首;若文件不存在,建立一个新文件
④  若文件存在,打开失败;若文件不存在,建立一个新文件
【单选题】 下列对派生类的描述中,错误的是( )
①  一个派生类可以作为另一个派生类的基类
②  派生类至少有一个基类
③  派生类的缺省继承方式
④  派生类只继承了基类的公有成员和保护成员
【单选题】 实现运行时的多态性要使用()
①  构造函数
②  析构函数
③  重载函数
④  虚函数
【单选题】 当一个类的某个函数被说明为virtual时,该函数在该类的所有派生类中()
①  都是虚函数
②  只有被重新说明时才是虚函数
③  只有被重新说明为virtual时才是虚函数
④  都不是虚函数
【单选题】 C++的继承性允许派生类继承基类的()
①  部分特性,并允许增加新的特性或重定义基类的特性
②  部分特性,但不允许增加新的特性或重定义基类的特性
③  所有特性,并允许增加新的特性或重定义基类的特性
④  所有特性,但不允许增加新的特性或重定义基类的特性
【单选题】 对于虚函数的调用()
①  一定使用动态联编
②  一定使用静态联编
③  必须使用动态联编
④  不一定使用动态联编
【单选题】 静态成员函数不能说明为()
①  整型函数
②  浮点函数
③  虚函数
④  字符型函数
【单选题】 在公有继承的情况下,基类的公有或保护成员在派生类中的访问权限()
①  受限制
②  保持不变
③  受保护
④  不受保护