【单选题】【消耗次数:1】
In winter, men and women wear an overcoat ( ) their suit.
over
under
in
to
参考答案:
复制
纠错
相关题目
【单选题】 Suits are usually made ( ) woolen cloth. People can wear a suit most of the year.
①  from
②  of
③  in
④  at
【多选题】 Every day,___________ , many thousands of men and women jog.
①  in all kinds of weather
②  in all weathers
③  on all kinds of weather
④  on all weathers
【单选题】 All the men were under heavy____ working day and night
①  prize
②  rain
③  pressure
④  reward
【单选题】 Women have to be more ____ than men if they want to get anywhere in the business world.
①  difficult
②  ambitious
③  traditional
④  conservative
【单选题】 Only about one out of twelve of the young men and women of this country ____ college education.
①  receive
②  receives
③  have received
④  have been received
【单选题】 The earnings of women are well below that of men ____ educational differences that are diminishing between the two sexes.
①  although
②  though
③  despite of
④  in spite of
【单选题】 Young drivers under 25 have the highest number of accidents while those over 50 have ______.
①  the less
②  the least
③  the fewer
④  the fewest
【单选题】 A man’s suit is a ( ) jacket and a pair of trousers.
①  pair
②  suit
③  connecting
④  matching
【单选题】 “The Sad Young Men” actually refers to _________.
①  the lost generation
②  the angry young men
③  Beat generation
④  the war profiteers
【多选题】 A: That suit looks very good on you.B:___________ ?
①  How many is it
②  How much is it
③  How much does it cost
④  Whats the price
随机题目
【单选题】 修改存储过程P1的语句,正确的是( )。
①  ALTER P1
②  ALTER PROC P1
③  MODIFY P1
④  MODIFY PROC P1
【单选题】 关于自然连接的说法,错误的是( )。
①  自然连接的连接条件一定是等值连接
②  进行自然连接的两个关系可以没有列名相同的列
③  对两个关系进行相同条件的自然连接和等值连接,自然连接结果的列个数一定少于等值连接结果的列个数
④  自然连接是一种特殊的等值连接
【单选题】 关于集合并运算的说法,正确的是( )。
①  进行并运算的两个关系必须具有相同数目的行个数
②  进行并运算的两个关系必须具有相同数目的行个数和列个数
③  进行并运算的两个关系的列个数必须相同,对应列的语义相同
④  如果两个关系包含内容相同的数据行,则并运算结果将包含这些重复的数据行
【单选题】 关系数据库管理系统的三种基本关系运算不包括( )。
①  选择运算
②  投影运算
③  连接运算
④  比较运算
【单选题】 关于第三范式的说法,错误的是( )。
①  第三范式的关系模式一定是第一范式的
②  第三范式的关系模式一定也是第二范式的
③  第三范式的关系模式一定不包含部分函数依赖和传递函数依赖
④  第三范式的关系模式一定不包含传递函数依赖,但可以包含部分函数依赖
【单选题】 属于传统的集合运算的是( )。
①  选择运算
②  投影运算
③  连接运算
④  并运算
【单选题】 关于传统关系代数的说法,错误的是( )。
①  集合的并运算要求参与运算的两个关系必须具有相同的目
②  有m目x行数据的关系R和有n目y行数据的关系S进行笛卡尔积运算,其结果是有(m+n)目和(x+y)行数据的关系
③  对m目的关系R进行选择运算,其结果关系一定也是m目的
④  对有m行数据的关系R进行投影运算,其结果关系的行数可能小于m
【单选题】 不属于数据模型三要素的是( )。
①  数据结构
②  数据操作
③  数据库管理系统
④  数据完整性约束
【单选题】 数据库系统中的三级模式以及模式间的映像提供了数据的独立性。下列关于两级映像的说法,正确的是( )。
①  外模式到模式的映像是由应用程序实现的,模式到内模式的映像是由DBMS实现的
②  外模式到模式的映像是由DBMS实现的,模式到内模式的映像是由应用程序实现的
③  外模式到模式的映像以及模式到内模式的映像都是由DBMS实现的
④  外模式到模式的映像以及模式到内模式的映像都是由应用程序实现的
【单选题】 关于用文件管理数据的说法,错误的是( )。
①  用文件管理数据,难以提供应用程序对数据的独立性
②  当存储数据的文件名发生变化时,必须修改访问数据文件的应用程序
③  用文件存储数据的方式难以实现数据访问的安全控制
④  将相关的数据存储在一个文件中,有利于用户对数据进行分类,因此也可以加快用户操作数据的效率