【单选题】【消耗次数:1】
1.If my memory serves me, there was a_________hill near your hometown.
bare
empty
empty
nude
参考答案:
复制
纠错
相关题目
【单选题】 This bottle is nearly empty; you _____ a lot.
①  could have drunk
②  ought to drink
③  must drink
④  must have drunk
【单选题】 —Susan, will you please go and empty that drawer?— ________?
①  What for
②  What is it
③  How is it
④  How come
【单选题】 一Susan, will you please go and empty that drawer? 一 ?
①  What for
②  What is it
③  How is it
④  When is it
【单选题】 3.The classroom was almost empty ______ a desk or two.
①  besides
②  except for
③  except
④  in addition to
【判断题】 A: How do you find your job? B: My friend recommended it to me.
①  正确
②  错误
【单选题】 Every time when I go back to my hometown, I usually spend two days ____ of my relatives.
①  going the rounds of
②  rounding up
③  making the rounds of
④  rounding on
【单选题】 This job is great ( ) advancement, but its too far away from my hometown.
①  in terms of
②  as a result of
③  based on
④  on behalf of
【单选题】 I suddenly noticed someone ____________ at me near the door of the court.
①  stare
②  stared
③  stares
④  staring
【判断题】 阅读课文II.How to Improve Memory,判读正误3. Your parents address is usually in your long-term memory.
①  正确
②  错误
【单选题】 The man told me that by the end of the week he _______ away from his hometown for 20 years.
①  has been
②  will have been
③  is to be
④  would have been
随机题目
【单选题】 下列关于收缩SQL Server 2008数据库空间的说法,错误的是( )。
①  可以收缩某个指定数据文件的空间
②  可以收缩某个指定日志文件的空间
③  收缩数据文件空间时不能小于该文件的初始大小
④  收缩数据库有缩小整个数据库空间大小和缩小某个文件大小两种方式
【单选题】 设某职工表中有用于存放年龄(整数)的列,下列类型中最适合年龄列的是( )。
①  int
②  smallint
③  tinyint
④  bit
【单选题】 下列为变量赋值的语句中,错误的是( )。
①  SET @X = 10
②  SELECT @X = 10
③  SET @X = 10 + 10
④  SET @X = 10 + A
【单选题】 关于 numeric(p,s)说法错误的是( )。
①  p代表整个数值的数字位数
②  s代表小数点后的数字位数
③  numeric(p,s)是近似数值类型
④  最大的存储空间是17字节
【单选题】 下列关于扩大SQL Server 2008数据库空间的说法,错误的是( )。
①  可以扩大数据文件和日志文件的空间
②  可以通过添加新文件的方法扩大数据库空间
③  可以直接扩大数据文件的空间
④  只能通过添加新文件的方法扩大日志的空间
【单选题】 设有表T,现要在该表新增加一个列,列名为:c1,类型为int。下列能实现该功能的语句是( )。
①  ALTER TABLE T ADD COLUMN c1 int
②  ALTER TABLE T ADD (c1 int)
③  ALTER TABLE T ADD COLUMN c1
④  ALTER TABLE T ADD c1
【单选题】 设有表M,将其中的Type列的数据类型改为NCHAR(4)。下列能实现该功能的语句是( )。
①  ALTER TABLE M ADD COLUMN Type NCHAR(4)
②  ALTER TABLE M ALTER COLUMN Type NCHAR(4)
③  ALTER TABLE M DROP COLUMN Type NCHAR(4)
④  ALTER TABLE M ALTER Type NCHAR(4)
【单选题】 下列关于用文件管理数据的说法,错误的是( )。
①  用文件管理数据,难以提供应用程序对数据的独立性
②  当存储数据的文件名发生变化时,必须修改访问数据文件的应用程序
③  用文件存储数据的方式难以实现数据访问的安全控制
④  将相关的数据存储在一个文件中,有利于用户对数据进行分类,因此也可以加快用户操作数据的效率
【判断题】 数据模型的三要素是数据操作、数据结构、完整性约束。
①  正确
②  错误
【判断题】 在一台计算机上安装一次SQL Server时,就生成了一个实例。在一台计算机上只能安装一个默认实例,同时也只能安装一个命名实例。
①  正确
②  错误