【判断题】【消耗次数:1】
Travel agency can provide travelers with Substantial discounts on airfares and hotel accommodations
正确
错误
参考答案:
复制
纠错
相关题目
【判断题】 Travel agency can make your trip easy and simple.
①  正确
②  错误
【判断题】 A: How can I book a cheap hotel? B: If I were you, Id phone a travel agent.
①  正确
②  错误
【单选题】 A travel agency ( )schedules, routing , lodging, prices,destination and all other aspects of travel.
①  is knowledge at
②  is acknowledge at
③  is knowledgeable in
④  is knowledge in
【判断题】 A travel agency is knowledge in schedules, routing , lodging, prices, .destination and all other aspects of travel.
①  正确
②  错误
【判断题】 Travel agents can help you find out information about package trips that include hotel costs, tours and entrance tickets and so on .
①  正确
②  错误
【单选题】 When traveling, you are advised to take travelers’ checks, which provide a secure _____ tocarrying your money in cash.
①  preference
②  selection
③  choice
④  alternative
【单选题】 In china, people can pay their hotel bills in cash, by credit cards or with( )
①  check
②  money
③  travel checks
④  traveler’s checks
【判断题】 Please stay healthy. You can drink tap water in the hotel.
①  正确
②  错误
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”Many joggers feel that if they can succeed in jogging, they can succeed in other things as well.
①  正确
②  错误
【单选题】 The travel agent may help you with travel ( ) such as passport and visa.
①  documents
②  materials
③  procedure
④  paper
随机题目
【判断题】 getchar( )和scanf()均为输入函数,它们之间可通用,没有任何区别。
①  正确
②  错误
【判断题】 执行语句scanf(%6.3f ,&a)后,输入123456可使a的值为123.456。
①  正确
②  错误
【判断题】 枚举类型中的元素都具有一个整型值。
①  正确
②  错误
【多选题】 以下选项中不是C语言合法整数的是( )。
①  10110
②  0386
③  x2a2
④  0Xffa
【多选题】 下列叙述正确的是( )。
①  使用#include 的形式比使用#include 文件名形式节省编译时间
②  #include 格式中的文件名之前可以包括路径
③  #include C:\\user\\file.h是正确的包含命令,它表示文件file.h存放在C盘的user目录下
④  #include命令可以包含一个含有函数定义的C语言源程序文件
【多选题】 以下选项中不合法的字符常量是( )。
①  B
②  \010
③  68
④  D
【多选题】 以下叙述中正确的是( )。
①  一个C源程序可由一个或多个函数组成
②  一个C源程序必须包含一个main()函数
③  C源程序的基本组成单位是函数
④  在C源程序中,注释说明只能位于一条语句的最后
【多选题】 以下描述正确的是( )。
①  调用函数时,实参可以是表达式
②  调用函数时,实参与形参可以共用内存单元
③  调用函数时,将为形参分配内存单元
④  调用函数时,实参与形参的类型必须一致
【多选题】 设有以下定义 int a=0; double b=1.25; char c=A; #define d 2 则下面语句中正确的是( )。
①  a++;
②  b++;
③  c++;
④  d++;
【多选题】 以下关于数组描述错误的是( )。
①  数组的大小是固定的,但可以有不同的类型的数组元素
②  数组的大小是可变的,但所有数组元素的类型必须相同
③  数组的大小是固定的,所有数组元素的类型必须相同
④  数组的大小是可变的,可以有不同的类型的数组元素