【单选题】【消耗次数:1】
Alicereceived an invitation from her boss, ____came as a surprise.?
it ?
that ?
which ?
he?
参考答案:
复制
纠错
相关题目
【单选题】 My grandfather had suffered from cancer for two years. It was no surprise when I was told that he had _____.
①  passed off
②  passed away
③  passed by
④  passed over
【多选题】 Suddenly,_____________ , a good idea came to her.
①  to her disappointment
②  to her great joy
③  to her surprise
④  to her delight
【单选题】 A: Where does he come from? B: [填空], but her accent suggests Beijing.
①  Im sure
②  Im not sure
③  Perhaps
④  Maybe
【单选题】 My boss is a 40-year-old man, _______ wife is from Australia.
①  that
②  which
③  whose
【判断题】 Her home is far from her company.
①  正确
②  错误
【单选题】 She came in, a baby[填空] in her arms.
①  is
②  /
③  was
④  be
【单选题】 He’s not Greek. He _______ from London.
①  comes
②  is coming
③  came
【单选题】 The donated liver came from the UK, but the hospital is giving no further __________ .
①  instance
②  character
③  items
④  details
【单选题】 He____________ her out of her money.
①  chatted
②  changed
③  cheated
④  chose
【单选题】 ____ his illness, he came to the meeting.
①  Though
②  Because
③  Despite
④  Therefore
随机题目
【单选题】 苏东剧变之后,世界政治格局的发展趋势是()。
①  单极化
②  两极化
③  多极化
④  全球化
【单选题】 在学习C语言的过程中不可采用的学习方法是()。
①  分析理解
②  动手实践
③  阅读代码
④  强行记忆
【单选题】 若要求在if后一对圆括号中的表达式,表示a等于0时的值为真,则能正确表示这一关系的表达式是()。
①  a!=0
②  !a
③  a
④  a=0
【单选题】 对C程序在作逻辑运算时判断操作数真、假的表述,()是正确的。
①  0为假非0为真
②  只有1为真
③  -1为假1为真
④  0为真非0为假
【单选题】 若有以下说明语句: structstudent {int charname[ floatscore; }stu; 则下面的叙述不正确的是()
①  struct是结构体类型的关键字
②  structstudent是用户定义的结构体类型
③  num,score都是结构体成员名
④  stu是用户定义的结构体类型名
【单选题】 以下函数调用语句中,calc(exp1,(exp3,exp4,exp5));含有的实参个数是()
①  1
②  2
③  3
④  4
【单选题】 在C语言类型中,int,char,short等类型的长度是()
①  固定的
②  由用户自己定义
③  任意的
④  与机器字长有关
【单选题】 以下有关宏定义的叙述,正确的是()
①  宏名必须用大写字母表示
②  带参数的宏就是一个函数
③  宏名不具有类型
④  宏定义和其它C语句,其末尾要加分号
【单选题】 为了计算s=10!,则定义变量s时应该使用的数据类型是()
①  int
②  unsigned
③  long
④  以上三种类型均可
【单选题】 在C语言程序中,定义符号常量的标识符是()。
①  main
②  define
③  include
④  float