【多选题】【消耗次数:1】
The kinds of evidence include:
facts
statistics
examples
description
personal anecdote
参考答案:
复制
纠错
相关题目
【单选题】 anecdote
①  short amusing story
②  long tedious talk
③  uninteresting writing
④  exciting information
【单选题】 Susan doesnt ( )?her opinions?with examples.
①  look up@take up
②  back up
③  catch up
【单选题】 Which of the following types of lexicology refers to the description of the vocabulary of a given language?
①  General lexicology
②  Special lexicology
③  Historical lexicology
④  Descriptive lexicology
【多选题】 We_____________ from the facts.
①  drew a conclusion
②  reached a conclusion
③  came to a conclusion
④  started a conclusion
【单选题】 They drew different ______________ from the facts.
①  attentions
②  examinations
③  decisions
④  conclusions
【单选题】 The computer of this kind is ____ handling with all kinds of information.
①  capable to
②  able to
③  capable of
④  able of
【单选题】 The evidence was[填空]too complicated for us.
①  far
②  very
③  real
④  farther
【判断题】 In precis writing, try to keep all the examples in the orginal passage.
①  正确
②  错误
【单选题】 __________ evidence that language acquiring ability must be stimulate@@
①  It being
②  It is
③  There is
④  There being
【单选题】 , the sales manager began his report with the statistics of last month’s sales.
①  By now
②  As usual
③  So far
④  At most
随机题目
【单选题】 若有a=2,b=3,则表达式++a==b的值为()
①  0
②  1
③  6
④  3
【单选题】 关于函数模板,描述错误的是()
①  函数模板必须由程序员实例化为可执行的函数模板
②  函数模板的实例化由编译器实现
③  一个类定义中,只要有一个函数模板,这个类就是类模板
④  类模板的成员函数都是函数模板,类模板实例化后,成员函数也随之实例化
【单选题】 下面有关基类和派生类的说法中,错误的是()
①  派生类可以增添一些基类中没有的成员
②  派生类中可出现与基类同名的成员(若是成员函数则参数的个数和类型相同),但会出现同名覆盖现象;若要引用或调用基类中同名的成员,必须用访问域控制符(基类::成员)加以指明
③  派生类可以重载基类中的成员函数
④  派生类可以有选择性地继承基类中的某些成员,删除不需要的成员
【单选题】 类的概念是()
①  对象的抽象。
②  同一类记录的集合。
③  同一类数据的集合。
④  所有对象的集合。
【单选题】 有以下变量说明,下面不正确的赋值语句是() int a=5,b=10,c; int ?p1=&a,?p2=&b;
①  ?p2=b;
②  p1=a;
③  p2=p1;
④  c=?p1?(?p2)。
【单选题】 在32位处理器上,有如下的结构定义:structfoo{chara[8];intc;longd;shortb;};表达式&(((structfoo*)0)->b)的值为:()
①  0
②  3
③  16
④  不确定
【单选题】 在下列模板说明中,正确的是()
①  template〈typename T1,T2〉
②  template〈class T1,T2〉
③  template〈typename T1,typename T2〉
④  template(typedef T1,typedef T2)
【单选题】 下列运算符中,不能用于浮点数操作的是()。
①  ++
②  +
③  *=
④  &(双目)
【单选题】 假设有说明int a=0;double x=5.16;,则在以下语句中,()属于编译错误。
①  x=a/x;
②  x=x/a;
③  a=a%x;
④  x=x?a;
【单选题】 在C++中使用流进行输入输出,其中专用于从键盘进行输入的流是()
①  cerr
②  cin
③  cout
④  cfile