【单选题】【消耗次数:1】
It is said that people can ______ or deposit money from bank through facial recognition, ie, they don’t have to use a bank card.
snatch
rob
draw
pull
参考答案:
复制
纠错
相关题目
【单选题】 It is said that people can ______ or deposit money from bank through facial recognition, ie, they dont have to use a bank card.
①  snatch
②  rob
③  draw
④  pull
【单选题】 She went to the bank to____________ her money.
①  call in
②  draw out
③  find out
④  suffer from
【单选题】 Why not buy a cheaper one, ___ you don’t have enough money?
①  since
②  because
③  for
④  though
【单选题】 It may only be through repeated experiments _______ a baby will come to accept the idea _______ other people can have different views from what he or she has.
①  how;which
②  how;that
③  that;that
④  which;which
【单选题】 Don’t borrow money [填空] her.
①  from
②  to
③  for
④  in
【单选题】 —Someof the plastic bags can’t______after June 1. —Yes, people will use environmental bags instead.
①  are used
②  be used
③  be use
④  use
【单选题】 25. I can’t go—for one thing, I have no money, and ___, I have too much work.
①  what’s more 
②  as well 
③  for another 
④  in addition
【单选题】 Don’t forget ______ some money with you.
①  bringing
②  to bring
【单选题】 Visitor: How do I get to the bank? I have no knowledge of this area.   Policeman: Cross the road and turn left at the other side. __________ for about 100 meters and the bank is to your left.
①  Continue your walking
②  Keep going straight
③  Go along
④  Go on walking
【单选题】 Visitor: How do I get to the bank? I have no knowledge of this area.   Policeman: Cross the road and turn left at the other side. __________ for about 100 meters and the bank is to your left.
①  Continue your walking
②  Keep going straight
③  Go along
④  Go on walking
随机题目
【单选题】 若有定义:inta=5,b=2;则表达式b=(a!=5)的值为()。
①  5
②  0
③  3
④  2
【单选题】
①  包含1个字符
②  包含2个字符
③  包含3个字符
④  是非法表示
【单选题】 设已定义chars[]="\"Name\\Address\023\n";,则字符串所占的字节数是()。
①  19
②  16
③  18
④  14
【单选题】 设intx=10,a=0,b=25;,条件表达式x1?a+10︰b的值是(   )
①  0
②  1
③  10
④  25
【单选题】 以下程序的输出结果为()。#includestdio.hvoidmain(){enumWeekday{sun=7,mon=1,tue,wed,thu,fri,sat};enumWeekdayday=wed;printf("%d\n",day);}
①  2
②  3
③  4
④  5
【单选题】 下面程序的运行结果是()。#includestdio.hmain(){FILE*fp;inta=2,b=4,c=6,k,n;fp=fopen("test.dat","w");fprintf(fp,"%d\n",a);fprintf(fp,"%d%d\n",b,c);fclose(fp);fp=fopen("test.dat","r");fscanf(fp,"%d%*d%d",k,printf("%d%d\n",k,n);fclose(fp);}
①  24
②  26
③  42
④  62
【单选题】 下面叙述中,错误的是()。
①  C语言中的表达式求值,是按其运算符的优先级先高后低的次序进行
②  自增与自减运算符的结合方向为“自右至左”
③  关系运算符的优先级低于算术运算符
④  C语言算术运算符不包含模运算符“%”
【单选题】 以下程序段的运行结果是()。chara[]="abc";charb[]="xyz";charc[10];strcpy(c,a);strcat(c,b);printf("%s",c);
①  abc
②  abcxyz
③  xyz
④  xyzabc
【单选题】 若已定义intm=7;floatk=5.5;则表达式k+m%2/4的值为()。
①  6.375
②  6.75
③  5.75
④  5.5
【单选题】 以下叙述中正确的是()
①  C源程序中注释部分可以出现在程序中任意合适的地方
② 
③  C源程序编译时注释部分的错误将被发现
④  构成C源程序的基本单位是函数,所有函数名都可以由用户命名