【单选题】【消耗次数:1】
I should think they have done it ________, to avoid paying you the money.
with purpose
on purpose
in purpose
to purpose
参考答案:
复制
纠错
相关题目
【单选题】 1.The authors purpose of writing
①  To show the cruelty of AIDS
②  To explain the cause of AIDS
③  To illustrate the right attitude one should adopt towards AIDS patients
【单选题】 1. The authors purpose of writing
①  To describe a planes jolt
②  To tell the readers a story about the lightning.
③  To narrate the authors personal experience during an accident.
【单选题】 1.The authors purpose of writing
①  To point out the disadvantages of having only one child.
②  To display the disadvantages of having only one child.
③  To raise a controversial problem with its probable causes and effects
【单选题】 1.The authors purpose of writing
①  To show the authors grandparents were honest.
②  To explain what Integrity Triad realy embodies.
③  To demonstrate the authors grandparents motto
【单选题】 1.The authors purpose of writing
①  To predict how children under the future educational system would feel
②  to tell us a story about Tommy and Maggie
③  to display the availability of the net courses
【单选题】 We should make a clear ____ between the two scientific terms for the purpose of our discussion.
①  separation
②  discrimination
③  deviation
④  distinction
【单选题】 Casino hotels are built for one purpose: to attract people who will engage in ( ).
①  travelling
②  gambling
③  pleasure
④  relaxing
【单选题】 1. Decide which of the following best states the authors purpose of writing?
①  To express his anguish of movig from his old home
②  To describe the laughter and tears of the four generations of his family
③  to explain the real meaning of his grandpas wordsneversay googbye‘
④  To tell the story of his grandpas death
【单选题】 The American Red Cross is one of the volunteer organizations _______ purpose is to help the sick and the needy.
①  its
②  that
③  who
④  whose
【单选题】 I think you should ( ) your viewpoint on such an occasion.
①  assure
②  utilize
③  confront
④  voice
随机题目
【单选题】 已知inta=4,b=5;,这执行表达式a=a>b后,变量a的值为()
①  0
②  1
③  4
④  5
【单选题】 以下不能正确定义二维数组的选项是()
①  int a[2][2]={{1},{2}}  
②  int a[][2]={l,2,3,4}
③  int a[2][2]={{l},2,3}  
④  int a[2][]={{1,2},{3,4}}
【单选题】 下面不是C语言基本数据类型的是()
①  指针类型
②  整型
③  无符号长整型
④  单精度型
【单选题】 已定义以下函数 fun(int*p) {return*p;} 该函数的返回值是()
①  不确定的值
②  形参p中存放的值
③  形参p所指存储单元中的值
④  形参p的地址值
【单选题】 已定义c为字符型变量,则下列语句中正确的是()
①  c=97;
②  c="97";
③  c="a";
④  c=97;
【单选题】 已知charb[5],*p=b;,则正确的赋值语句是()
①  b=“abcd”;
②  *b=“abcd”;
③  p=“abcd”;
④  *p=“abcd”;
【单选题】 以下不合法的赋值语句是()
①  x=(1,y=2);
②  ++x;
③  x=y=15;
④  y=int(x);
【单选题】 已知charch=A;且表达式ch=(ch>=A&&ch<=Z)?(ch32)::ch 的值是()
①  A
②  a
③  Z
④  出错
【单选题】 已知小写字母的ASCII码为97,对于inta=99,b=b;printf(“%c,%d”,a,b);的结果是()
①  99,b
②  c,98
③  99,98
④  c,b
【单选题】 下列描述中不正确的是()
①  字符型数组中可以存放字符串
②  可以对字符型数组进行整体输入、输出
③  可以对整型数组进行整体输入、输出
④  不能在赋值语句中通过赋值运算符“=”对字符型数组进行整体赋值