【单选题】【消耗次数:1】
Farmers____bygovernmenttodooddjobsincitieswhentheyarefree.
encourage
areencouraging
areencouraged
arecourageous
参考答案:
复制
纠错
相关题目
【单选题】 They’ve got a special ( ) to encourage research.
①  grant
②  impact
③  outcome
④  grade
【单选题】 How many morphemes are there in the word “farmers”?
①  one
②  two
③  three
④  four
【单选题】 They could buy vegetables that farmers produced ( ).
①  local
②  locals
③  locally
④  in local
【单选题】 It has always been the ___ of our firm to encourage workers to take part in social activities.
①  plan
②  campaign
③  procedure
④  policy
【单选题】 If it rain next week,the farmers could still have a good harvest.
①  should
②  could
③  would
④  might
【单选题】 If it rain next week,the farmers could still have a good harvest.
①  should
②  could
③  would
④  might
【单选题】 Farmers are allowed to grow small gardens of their own and they sell their vegetables ____ the black market.
①  on
②  at
③  in
④  for
【单选题】 Farmers are allowed to grow small gardens of their own and they sell their vegetables _____the black market.
①  on
②  at
③  in
④  for
【单选题】 The devastating floods and droughts that imposed a recurrent tax of suffering on the farmers no longer occur. Egyptianagriculture has been transformed, and industry is benefiting from power generated by the dam.
①  A.过去不断给农民带来灾难的旱涝两灾,现在不再发生了。埃及的农业得到了改造,工业也用上了水坝发的电。
②  B.过去不断给农民带来灾难的不但有旱涝两灾,还有税收。但是现在埃及的农业得到了改造,工业也用上了水坝发的电。
③  C.过去不断给农民带来灾难的旱涝两灾,现在不再发生了。埃及的农业得到了改良,水坝发的电也用在了工业上。
④  D.过去不断给农民带来灾难的不但有旱涝两灾,还有税收。但是埃及的农业得到了改良,工业也给水坝发电带来了很大的好处。
【单选题】 If a person talks about his weak points, his listener is expected to say something in the way of ____.
①  persuasion
②  remedy
③  encourage
④  compromise
随机题目
【判断题】 执行语句scanf(%6.3f ,&a)后,输入123456可使a的值为123.456。
①  正确
②  错误
【判断题】 枚举类型中的元素都具有一个整型值。
①  正确
②  错误
【多选题】 以下选项中不是C语言合法整数的是( )。
①  10110
②  0386
③  x2a2
④  0Xffa
【多选题】 下列叙述正确的是( )。
①  使用#include 的形式比使用#include 文件名形式节省编译时间
②  #include 格式中的文件名之前可以包括路径
③  #include C:\\user\\file.h是正确的包含命令,它表示文件file.h存放在C盘的user目录下
④  #include命令可以包含一个含有函数定义的C语言源程序文件
【多选题】 以下选项中不合法的字符常量是( )。
①  B
②  \010
③  68
④  D
【多选题】 以下叙述中正确的是( )。
①  一个C源程序可由一个或多个函数组成
②  一个C源程序必须包含一个main()函数
③  C源程序的基本组成单位是函数
④  在C源程序中,注释说明只能位于一条语句的最后
【多选题】 以下描述正确的是( )。
①  调用函数时,实参可以是表达式
②  调用函数时,实参与形参可以共用内存单元
③  调用函数时,将为形参分配内存单元
④  调用函数时,实参与形参的类型必须一致
【多选题】 设有以下定义 int a=0; double b=1.25; char c=A; #define d 2 则下面语句中正确的是( )。
①  a++;
②  b++;
③  c++;
④  d++;
【多选题】 以下关于数组描述错误的是( )。
①  数组的大小是固定的,但可以有不同的类型的数组元素
②  数组的大小是可变的,但所有数组元素的类型必须相同
③  数组的大小是固定的,所有数组元素的类型必须相同
④  数组的大小是可变的,可以有不同的类型的数组元素
【多选题】 以下关于typedef的叙述正确的是( )。
①  用typedef可以定义各种类型名,但不能用来定义变量
②  用typedef可以增加新类型
③  用typedef只是将已存在的类型用一个新的名字来代表
④  使用typedef便于程序的通用