【单选题】【消耗次数:1】
Before taking off, they were asked to ____ their seat-belts.
fast
wide
focus
fasten
参考答案:
复制
纠错
相关题目
【单选题】 Ladies and gentlemen, please fasten your seat belts. The plane __________.
①  takes off
②  ia taking off
③  has taken off
④  took off
【单选题】 The airplane?[填空] is taking off?is?making a lot of noise.
①  what
②  which
③  who
④  those
【判断题】 The students were running on the playground as fast as they can.
①  正确
②  错误
【单选题】 I asked the secretary if there were ______ tickets but she had only the expensive ______.
①  one, ones
②  any, one
③  some, ones
④  any, ones
【单选题】 If you check the route to your ____before starting off, you will save much trouble.
①  aim
②  purpose
③  destination
④  determination
【单选题】 Many passengers for a plane journey would like to reserve a ______ seat or aisle seat.
①  vision
②  view
③  glass
④  window
【判断题】 Never fasten napkin on your collar or rumple it in your hands
①  正确
②  错误
【单选题】 -- Im taking my driving test tomorrow.-- _________ !
①  Cheers
②  Congratulations
③  Come on
④  Good luck
【单选题】 The ( )hotels many focus on attracting vacationers who simply want to lie in the sun for weeks.
①  business
②  casino
③  luxury
④  resort
【单选题】 —I’m taking my driving test tomorrow. —____.
①  Cheers!
②  Congratulations!
③  Come on!
④  Good luck!
随机题目
【单选题】 C语言中的简单数据类型有()
①  整型、实型、逻辑型
②  整型、实型、字符型
③  整型、字符型、逻辑型
④  整型、实型、字符型、逻辑型
【单选题】 已知inta[4][4]={{1,2},{3},{4},{1,2,3}};问a[2][0]该元素的值是()
①  2
②  3
③  4
④  1
【单选题】 用C语言编写的源程序经过编译后,若没有产生编译错误,则系统将()。
①  生成可执行文件
②  生成目标文件
③  输出运行结果
④  自动保存源文件
【单选题】 排序是计算机内经常进行的一种操作,其目的是()
①  将一组无序的记录序列调整为有序的记录序列。
②  将一组有序的记录序列调整为无序的记录序列。
③  将一组交错的记录序列调整为有序的记录序列。
④  将一组交错的记录序列调整为无序的记录序列。
【单选题】 定义字符数组charclassname[100];接收从键盘输入的班级名称,下面语句正确的是()
①  scanf(%c,classname)
②  scanf(%s,classname);
③  Scanf(%c,classname);
④  Scanf(%s,classname);
【单选题】 若变量已正确说明为int类型,要给a,b,c输入数据,以下语句正确的是()
①  read(a,b,c);
②  scanf(%d%d%d,a,b,c);
③  scanf(%D%D%D,a,%b,%c);
④  scanf(%d%d%d,a,b,c);
【单选题】 求多个数的和值,一般我们设置和值变量的初始值是()。
①  0
②  1
③  2
④  3
【单选题】 下面是对字符数组str 的初始化语句,其中不正确的是()。
①  char str[5]={abcd};
②  char str[5]={’a’,’b’,’c’,’d’};
③  char str[]=abcd;
④  char str[5];str=abcdef;
【单选题】 以下程序的输出结果是()。 main( ) { int b[3][3]={0,1,2,0,1,2,0,1,2},i,j,t=0; for(i=0;i for(j=i;j t=t+b[i][b[j][j]]; printf(%d\n,t); }
①  3
②  4
③  1
④  9
【单选题】 设有程序:则在程序中的两个括号中分别应填入() main( ) { int i,a[11]; printf(给数组赋值:\n); for (i=0;i scanf(%d,( )); ... ... printf(输出数组:\n); for(i=0;i printf(%d,,( )); }
①  a[i]和a[i]
②  a[i]和a[i]
③  a[i]和a[i]
④  a[i]和a[i]