【单选题】【消耗次数:1】
John _______ to be a polite man. But in fact he is very rude.
pretends
assures
affords
melts
参考答案:
复制
纠错
相关题目
【单选题】 John Lennon was a man __________ enjoyed music very much.
①  Who
②  whom
【单选题】 The old man is upset in fact today, but he looks as if he______ as happy as before.
①  will be
②  were
③  had been
④  is
【单选题】 The secretary was a vain and () man.
①  healthy
②  wise
③  kind
④  pompous
【单选题】 You are ____ to have had the help of such a man.
①  thoughtful
②  considerate
③  fortunate
④  moderate
【单选题】 He asked John ______ he could swim.
①  that
②  if
③  how
④  how many
【单选题】 That man alone over there – who is he?
①  He is a student
②  He is Doctor Took
③  A driver, I suppose
④  He’s drunk
【单选题】 18.He told me he saw it , but _____fact he wasn’t really there.
①  in point of
②  at point of
③  about point of
④  from point of
【单选题】 If it were not for the fact that he was a millionaire, she ____ him.
①  might never marry
②  will never marry
③  would never have married
④  would never marry
【判断题】 A: How is he? B: He is not very well.
①  正确
②  错误
【单选题】 Is he the man [填空]sells eggs?
①  that
②  when
③  whom
④  those
随机题目
【单选题】 若想要在函数内部使用函数外定义的变量,可以使用的方式是( )。
①  GLOBAL关键字
②  预定义变量$GLOBAL
③  PUBLIC关键字
④  GLOBALS关键字
【单选题】 在实际编程中,使用可变函数可以增加程序的( )。
①  可读性
②  实用性
③  复用性
④  灵活性
【判断题】 在一个PHP文件中同时定义函数f1(){}和F1(){}时,程序不会报错。
①  正确
②  错误
【判断题】 数组指针默认情况下指向数组的最后一个元素。
①  正确
②  错误
【判断题】 在PHP中,函数名称区分大小写。
①  正确
②  错误
【判断题】 函数的参数不可以设定默认值。
①  正确
②  错误
【判断题】 在同一个文件中,可以先调用后定义函数。
①  正确
②  错误
【单选题】 下列选项中,哪些不是数组指针操作函数( )。
①  current()
②  next()
③  count()
④  each()
【单选题】 下列选项中,可以将数组的指针指向第一个元素的是( )。
①  restart ()
②  reset ()
③  prev ()
④  current ()
【单选题】 关于array_search()函数,下面说法错误的是( )。
①  第一个参数表示在数组中要查找的值
②  第二个参数表示被查询的数组
③  如果要查找的值没有找到,就返回FALSE
④  如果要查找的值找到了,就返回TRUE