【判断题】【消耗次数:1】
In precis writng, try to keep the direct quotations in the orignal passage.
正确
错误
参考答案:
复制
纠错
相关题目
【判断题】 In precis writing, try to keep all the examples in the orginal passage.
①  正确
②  错误
【判断题】 In precis writing, you can rearrange the main points in the orignal passage in your own way.
①  正确
②  错误
【判断题】 In precis writing, try to keep as many specific words as possible.
①  正确
②  错误
【判断题】 In precis writing, try to avoid repetition.
①  正确
②  错误
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”She asked the Africans all kinds of question for their lives, and got direct answers.
①  正确
②  错误
【判断题】 If too many details are retained in a precis, it can hardly be considered a good precis.
①  正确
②  错误
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”Try to relax when you study. You cannot remember things when you are tired or unhappy.
①  正确
②  错误
【单选题】 9. The goal is to keep this land alive, to ______ animal population and keep it growing.
①  insist
②  keep
③  preserve
④  kill
【单选题】 A precis is about [] of a written material.
①  viewpoint
②  structure
③  organization
④  main idea
【判断题】 Paraphrasing only can not produce a good precis.
①  正确
②  错误
随机题目
【单选题】 将两个字符串连接起来组成一个字符串时,选用( )函数。
①  strlen()
②  strcap()
③  strcat()
④  strcmp()
【单选题】 当处理特定问题时的循环次数已知时,通常采用( )循环来解决。
①  for
②  while
③  do-while
④  Switch
【单选题】 字符串\a\xy=4\n的长度为( )。
①  8
②  9
③  10
④  11
【单选题】 假定a为一个数组名,则下面的( )表示有错误。
①  a[i]
②  *a++
③  *a
④  *(a+1)
【单选题】 假定一个二维数组的定义语句为“int a[3][4]={{3,4},{2,8,6}};”,则元素a[1][2]的值为( )。
①  2
②  4
③  6
④  8
【单选题】 假定一条定义语句为“int a[10],x,*pa=a;”,若要把数组a中下标为3的元素赋值给x,则不正确的语句为( )。
①  x=pa[3];
②  x=*(a+3);
③  x=a[3];
④  x=*pa+3;
【单选题】 在下面循环语句中内层循环体S语句的执行次数为( )。 for(int i=0;ii++) for(int j=i;jj++)S;
①  n2
②  (n+1)/2
③  n(n-1)/2
④  n(n+1)/2
【单选题】 假定有一个元素类型为double的二维数组为a[4][6],其中a[2][5]元素的字节地址为( )。
①  (char*)a+24
②  (char*)a+136
③  (char*)a+192
④  (char*)a+10
【单选题】 在下面的一维数组定义中,( )语句有语法错误。
①  int a[]={1,2,3};
②  int a[10]={0};
③  int a[];
④  int a[5];
【单选题】 一个二维字符数组a[M][N]能够至多存储( )个字符串。
①  M
②  N
③  M-1
④  N-1