【单选题】【消耗次数:1】
A group of American soldiers were walking along the road in Irap when a bomb was _____, three of whom were killed.
set about
set out
set up
set off
参考答案:
复制
纠错
相关题目
【单选题】 He set up in business ____ his own and was very successful
①  in
②  of
③  on
④  by
【单选题】 We should set up special schools for the ______ people.
①  A.young
②  B.old
③  C.poor
④  D.disabled
【单选题】 Up to now we have ( )the goal we set at the very beginning.
①  assured
②  influenced
③  possessed
④  accomplished
【判断题】 执行命令“set date to american”,将设置美国日期(时间)格式
①  正确
②  错误
【多选题】 SET协议的目标是()。
①  防止数据被非法用户窃取,保证信息在互联网上的安全传输
②  提供一个开放式的标准,规范协议和消息的格式
③  解决多方认证问题,不但对客户的信用卡认证,还对在线商家认证,实现客户和商家、银行间的互相认证
④  保证上网交易的实时性、是所有的支付过程都是在线的
【单选题】 I shall never_________ the days when I first set foot in Beijing.
①  forgive
②  forecast
③  forbid
④  forget
【单选题】 5. The rescue team set out for the earth-stricken area _______ the constant aftershocks.
①  in spite
②  despite of
③  despite
④  but for
【单选题】 Williams proposal,()at a board meeting last week, was to set up a committee to review the marketing plan.
①  discuss 
②  discussing
③  discussed
④  to be discussed
【单选题】 在SET交易中,购买请求()。
①  由特卡人发生商户
②  由持卡人同时发往商户和收单行
③  由持卡人同时发生商户和发卡行
④  由持卡人同时发往商户和支付网关
【单选题】 The fox fell into the _____the hunter had set for it.
①  bush
②  trap
③  trick
④  circle
随机题目
【单选题】 C语言中,逻辑“假“等价于( )。
①  大于零的数
②  大于零的整数
③  0
④  非零的整数
【单选题】 指针变量定义格式正确的是
①  int a
②  int *p
③  int a *
④  * int a
【单选题】 以下函数fun的返回值类型为( )。fun(double x){ ……}
①  int
②  void
③  无法确认类型
④  double
【单选题】 下列说法不正确的是()
①  for循环用于循环次数已知的情况更加方便。
②  for的特例:for(变量=终值;变量初值;变量--)
③  do…while循环的循环体至少执行一次
④  循环体里不能有if 语句
【单选题】 若有说明语句 int a[10],*p=a;对数组元素正确的引用是
①  a[p]
②  p[a]
③  *(p+1)
④  p+2
【单选题】 字符串输出函数是
①  getchar()
②  putchar()
③  getchars()
④  putchars()
【单选题】 先参与运算后自增的是
①  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;