【判断题】【消耗次数:1】
Credit cards are be used in most countries, but you may also need to bring some cash.
正确
错误
参考答案:
复制
纠错
相关题目
【单选题】 How would you like to ( ) , by credit card or in cash.
①  make payment
②  payed
③  make pay
④  paying
【单选题】 In china, people can pay their hotel bills in cash, by credit cards or with( )
①  check
②  money
③  travel checks
④  traveler’s checks
【判断题】 Most countries allow travelers to bring in a certain amount of duty-free goods.
①  正确
②  错误
【单选题】 When traveling, you are advised to take travelers’ checks, which provide a secure _____ tocarrying your money in cash.
①  preference
②  selection
③  choice
④  alternative
【单选题】 But the Internet can bring some ________ effects, too. The most common one, some teenagers are addicted to computer games on the Internet.
①  negative
②  positive
③  important
④  excite
【判断题】 The credit cards were invented in the French
①  正确
②  错误
【单选题】 In some cases, your instructor may tell you the topics ____ or may give you a choice of topics to write about.
①  in advance
②  ahead of
③  above al
④  right away
【判断题】 In America and some Europian countries, if you want hitchhiking(搭车), you can hold your thumb up.
①  正确
②  错误
【单选题】 Many in the credit industry expect that credit cards will eventually ( ) paper money for almost every purchase.
①  exchange
②  substitute
③  replace
④  trade
【单选题】 Credit cards make it possible to ( ) payment over weeks or months.
①  spread
②  spread out
③  spread from
④  spread outwards
随机题目
【单选题】 C语言中,若缺省定义函数返回值类型,则该函数默认返回值类型是()。
①  void
②  long
③  int
④  double
【单选题】 若在fopen函数中使用文件的方式是"a+",该方式的含义是()。
①  以读/写方式打开一个文本文件
②  以输出方式打开一个文本文件
③  以读/写方式建立一个新的文本文件
④  以读/写方式建立一个新的二进制文件
【单选题】 以下程序段运行后s的值是()。inta[3][3]={1,2,3,4,5,1,2,3,4};inti,j,s=1;for(i=0;ii++)for(j=i+1;jj++)s+=a[i][j];
①  6
②  120
③  7
④  240
【单选题】 以下程序段运行后,x[1]的值为()。intx[5]={5,4,3,2,1};x[1]=x[3]+x[2+2]-x[3-1];
①  6
②  0
③  1
④  5
【单选题】 构成C源程序的基本单位是()
①  语句
②  变量
③  运算符
④  函数
【单选题】 t和q分别指向图中所示结点:ptq↓↓↓┌──┬──┐┌──┬──┐┌──┬──┐│data│next┼→│data│next┼→│data│next┼→...└──┴──┘└──┴──┘└──┴──┘现要将t和q所指结点的先后位置交换,同时要保持链表的连续,以下错误的程序段是()
①  t-next=q-p-next=q;q-next=t;
②  p-next=q;t-next=q-q-next=t;
③  q-next=t;t-next=q-p-next=q;
④  t-next=q-q-next=t;p-next=q;
【单选题】 下列程序段中,非死循环的是()。
①  inti=100;while(1){i=i%100+1;if(i=100)break;}
②  intk=0;do{++k;}while(k
③  ints=10;while(++s%2+s%2)s++;
④  for(;;)
【单选题】
①  5
②  7
③  10
④  0
【单选题】
①  -1
②  1
③  0
④  5
【单选题】 下面关于C语言变量的叙述中,错误的是()。
①  可以用define关键字定义变量
②  变量名用大小写字母是有区别的
③  C语言允许不同基本类型的变量之间进行混合运算
④  C语言中要求对变量作强制定义的主要理由是:便于确定类型和分配空间