【单选题】【消耗次数:1】
If you show your key, you can get a 10% ( )at the restaurant here.
count
discount
cheap
discussion
参考答案:
复制
纠错
相关题目
【单选题】 How much do you ______for this package tour? Can I get a discount?
①  charge
②  change
③  choose
④  chase
【单选题】 Show me your ____ hand. Can you move it like that?
①  another
②  the other
③  other
④  the others
【单选题】 Show me your ______hand. Can you move it like that?
①  another
②  the other
③  other
④  the others
【单选题】 Can I help you with your suitcase?
①  I have no idea
②  No, no. I can carry it myself
③  That’s a good idea
④  Thank you. I can manage myself
【单选题】 When checking in, you need to show your ticket and ______.
①  import
②  export
③  passport
④  transport
【单选题】 When you read about your destination, you will learn more about the world and get ideas for places to visit and things to see. By ( ) prices and offers , you can also make your travel budget last longer.
①  compare
②  compatible
③  comparable
④  comparing
【单选题】 You must think of [填空] you can do for your parents.
①  that
②  how
③  what
④  which
【判断题】 A: Could you show me your passport? B: Sure.
①  正确
②  错误
【单选题】 If you drink too much, your health will get even ____.
①  bad
②  poor
③  worse
④  not well
【判断题】 A: How can I book a cheap hotel? B: If I were you, Id phone a travel agent.
①  正确
②  错误
随机题目
【单选题】 This 是对什么的引用?
①  当前对象
②  当前表单
③  任意对象
④  任意表单
【单选题】 数据表中的“团否”字段为逻辑型,要显示所有的非团员,应执行命令
①  LIST FOR 团否=真
②  LIST FOR 团否=假
③  LIST FOR 团否
④  LIST FOR 团否= .F.
【单选题】 有关参照完整性的删除规定 , 正确的描述就是
①  如果删除规则选择的就是“限制”,则当用户删除父表中的记录时,系统将自动删除子表
②  如果删除规则选择的就是“级联”,则当用户删除父表中的记录时,系统将禁止删除子表
③  如果删除规则选择的就是“忽略”,则当用户删除父表中的记录时,系统不负责做任何工作
④  上面三种说法都不对
【单选题】 在 SQL SELECT 语句中,为了将查询结果存储到临时表应该使用短语
①  TO CURSOR
②  INTO CURSOR
③  INTO DBF
④  TO DBF
【单选题】 下列关于 Visual FoxPro 中运算符的优先级的说法中不正确的是
①  算术运算符的优先级高于其他类型运算符
②  字符串运算符“+”和“-”优先级相等
③  逻辑运算符的优先级高于关系运算符
④  所有关系运算符的优先级都相等
【单选题】 在查询设计器中,可以指定是否重复记录的是哪个选项卡?
①  字段
②  杂项
③  连接
④  筛选
【单选题】 通过指定字段的数据类型与宽度来限制该字段的取值范围 , 这属于数据完整性中的
①  参照完整性
②  实体完整性
③  域完整性
④  字段完整性
【单选题】 查询“读者”表的所有记录并存储于临时表文件 one 中的 SQL 语句是
①  SELECT * FROM 读者 INTO CURSOR one
②  SELECT * FROM 读者 TO CURSOR one
③  SELECT * FROM 读者 INTO CURSOR DBF one
④  SELECT * FROM 读者 TO CURSOR DBF one
【单选题】 以下关于空值(NULL)叙述正确的就是
①  空值等同于空字符串
②  空值表示字段或变量还没有确定值
③  不支持空值
④  空值等同于数值0
【单选题】 哪个是面向对象程序设计中程序运行的最基本实体?
① 
②  对象
③  方法
④  函数