【判断题】【消耗次数:1】
There were many Germans at the studium.
正确
错误
参考答案:
复制
纠错
相关题目
【单选题】 Many automobile accidents were ____ careless driving.
①  attributed to
②  resulted in
③  contributed to
④  raised from
【单选题】 He wrote a lot of novels, and many of [] were translated into English.
①  it
②  them
③  which
④  that
【单选题】 He wrote a lot of novels, many of [] were translated into English.
①  it
②  them
③  which
④  that
【单选题】 Many people who had seen the film were afraid to go to the forest when they remembered the scenes ___ people were eaten by the tiger.
①  that
②  by which
③  which
④  in which
【单选题】 40. Many workers were organized to clear away ______remained of the World Trade Center.
①  those
②  that
③  what
④  where
【单选题】 Many manufacturers were accused of concentrating too heavily on cost reduction, often at the ____ of the quality of their products.
①  expense
②  exposure
③  expansion
④  expectation
【判断题】 判断线上的内容是否正确:Many young people, most___of them___were well-educated, headed for remote regions to chase their dreams.
①  正确
②  错误
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”He was lucky and you were so.
①  正确
②  错误
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”Many people like going shopping on weekends.
①  正确
②  错误
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”Why are so many people moved to Las Vegas?
①  正确
②  错误
随机题目
【单选题】 先参与运算后自增的是
①  i++
②  ++i
③  --i
④  i=1
【单选题】 在Excel 2013中,如果要删除整个工作表,正确的操作步骤是()。
①  选中要删除工作表的标签,再按Del键  
②  选中要删除工作表的标签,按住Shift键,再按Del键  
③  选中要删除工作表的标签,按住Ctrl键,再按Del键  
④  选中要删除工作表的标签,在快捷菜单中"删除"命令  
【单选题】 在以下字符串String的赋值运算中,错误的是( )。
①  char str[10]= { S ,t, r ,i,n, g,\0};
②  char str[10]= "String";
③  char str[10]= { S ,t, r ,i,n, g};
④  char str[]= { S ,t, r ,i,n, g,\0};
【单选题】 以下数组定义中,错误的是( )。
①  int a[]={1,2,3};
②  int a[5]={1,2,3};
③  int a[3]={2,3,4,5};
④  int a[5],b;
【单选题】 以下循环体的执行次数是#include stdio.hvoid main(){ int i,j; for(i=0,j=1; i i=i+2) j--; }
①  3
②  2
③  1
④  0
【单选题】 C语言逻辑运算中代表假的是
①  true
②  1
③  0
④  null
【判断题】 switch语句中的不能没有break语句
①  正确
②  错误
【判断题】 常量的关键字是const
①  正确
②  错误
【判断题】 冒泡排序通常用两重循环控制排序。外重循环控制比较轮数,内重循环控制每轮比较的次数。
①  正确
②  错误
【判断题】 不同结构体成员的名字可以相同,不互相冲突
①  正确
②  错误