【单选题】【消耗次数:1】
___ is reported in the newspaper, talks between the two countries are making progress.
It
As
That
What
参考答案:
复制
纠错
相关题目
【单选题】 Ia toast to the friendship between the peoples of the two countries.
①  compose
②  impose
③  propose
④  oppose
【单选题】 The world is trying every means to _____the friendship between the two countries.
①  raise
②  promote
③  arise
④  protest
【单选题】 The exchange of goodwill mission greatly ______ a better understanding between the two countries.
①  carries out
②  brings around
③  breaks out
④  contributes to
【单选题】 The bank is reported in the local newspaper ____ in broad daylight yesterday.
①  to be robbed
②  robbed
③  to have been robbed
④  having been robbed
【单选题】 What are not good rules to follow for making instructions effective?
①  Use simple instructions and make them suit the comprehension level of the students
②  Use the mother tongue only when it is necessary
③  Use body language to assist understanding
④  Not model the task or activity before letting students move into groups or pairs .
【单选题】 What are two categories of vocabulary?
①  Receptive vocabulary and productive vocabulary
②  innate vocabulary and learned vocabulary
③  familiar vocabulary and unfamiliar vocabulary
④  new vocabulary and old vocabulary.
【单选题】 Initiative and spirit of ( ) are two key elements that ensure the rapid but steady progress of the corporation.
①  success
②  forgiveness
③  stealing
④  innovation
【单选题】 There isnt any difference between the two. I really dont know ____.
①  where to choose
②  which to choose
③  to choose what
④  to choose which
【单选题】 There isnt any difference between the two. I really dont know _________.
①  where to choose
②  which to choose
③  to choose what
④  to choose which
【单选题】 What are two broad categories of knowledge?
①  Implicit knowledge and explicit knowledge
②  Obvious knowledge and unobvious knowledge
③  Inductive knowledge and deductive knowledge
④  Refereed knowledge and inferred knowledge.
随机题目
【单选题】 下面叙述中,错误的是()。
①  C语言中的表达式求值,是按其运算符的优先级先高后低的次序进行
②  自增与自减运算符的结合方向为“自右至左”
③  关系运算符的优先级低于算术运算符
④  C语言算术运算符不包含模运算符“%”
【单选题】 以下程序段的运行结果是()。chara[]="abc";charb[]="xyz";charc[10];strcpy(c,a);strcat(c,b);printf("%s",c);
①  abc
②  abcxyz
③  xyz
④  xyzabc
【单选题】 若已定义intm=7;floatk=5.5;则表达式k+m%2/4的值为()。
①  6.375
②  6.75
③  5.75
④  5.5
【单选题】 以下叙述中正确的是()
①  C源程序中注释部分可以出现在程序中任意合适的地方
② 
③  C源程序编译时注释部分的错误将被发现
④  构成C源程序的基本单位是函数,所有函数名都可以由用户命名
【单选题】 下面程序的输出结果是()。#includestdio.hintnum=10;func(){intnum=4;return++num;}voidmain(){printf("%d\n",func());}
①  4
②  5
③  10
④  11
【单选题】 若有定义:inta[3][4];则表达式a[2][1]-a的值为()。
①  7
②  8
③  9
④  10
【单选题】 下面错误的叙述是()。
①  预处理命令行必须位于C源程序的起始位置
② 
③ 
④  C语言的预处理可以实现宏定义和条件编译的功能
【单选题】 若有以下类型说明,则叙述错误的是()。typedefunion{charname[10];intage;}ustu,*umy;
①  umy是指向共用体类型ustu的指针类型名
②  ustu是一个共用体类型名
③  umy是一个共用体类型名
④  age是共用体类型ustu的成员
【单选题】
①  计算文件wj.txt的起始地址
②  计算文件wj.txt的终止地址
③  计算文件wj.txt的长度
④  将文件指针定位到文件末尾
【单选题】 n的值依次为()。
①  5,5,6
②  5,6,5
③  6,6,5
④  6,6,6