【单选题】【消耗次数:1】
Although born and educated in the countryside, Joed like to work [] the big companies are.
which
when
where
because
参考答案:
复制
纠错
相关题目
【单选题】 Which of the following is the time when students work in groups?
①  When all the students are under the control of the teacher
②  When students work in pairs on an exercise or a task
③  When students work in small group
④  When students are expected to work on their own at their own speed.
【单选题】 Which of the following is the time when students work in a pair?
①  When all the students are under the control of the teacher
②  When students work in pairs on an exercise or a task
③  When students work in small groups
④  When students are expected to work on their own at their own speed.
【单选题】 Which of the following is the time when students work as a whole class?
①  When all the students are under the control of the teacher
②  When students work in pairs on an exercise or a task
③  When students work in small groups
④  When students are expected to work on their own at their own speed.
【单选题】 He _______ lives in the house where he was born.
①  already
②  yet
③  still
④  ever
【判断题】 Which is big, the moon or the earth ?
①  正确
②  错误
【单选题】 Which of the following is the advantage of pair work?
①  It is an ideal way to show materials and do presentations together
②  It allows students to work together rather than under teacher’s guidance
③  It reinforces a sense of belonging among a group of members
④  It is very stressful.
【单选题】 Which of the following is the time when students study by themselves?
①  When all the students are under the control of the teacher
②  When students work in pairs on an exercise or a task
③  When students work in small groups
④  When students are expected to work on their own at their own speed.
【单选题】 Which of the following is the advantage of whole class work?
①  It is an ideal way to show materials and do presentations together
②  It allows students to work together rather than under teacher’s guidance.
③  There is always a great chance of different opinions and contributions to the work
④  It is less stressful.
【单选题】 I think his hard work will _______ big success in the end.
①  take up
②  put out
③  get by
④  result in
【单选题】 The electric fan does not work because of the ____ of service.
①  pause
②  break
③  interruption
④  breakdown
随机题目
【单选题】 在SQL Server中提供了四种数据库备份和恢复的方式,其中( )备份是指将从最近一次全库备份结束以来所有改变的数据备份到数据库。
①  部分备份
②  增量备份
③  事物日记备份
④  数据库文件或文件组备份
【单选题】 关于视图的说法,正确的是( )。
①  通过视图可以提高数据查询效率
②  视图提供了数据的逻辑独立性
③  视图只能建立在基本表上
④  定义视图的语句可以包含数据更改语句
【单选题】 设某职工表中有用于存放年龄(整数)的列,最适合年龄列的类型是( )。
①  int
②  smallint
③  tinyint
④  bit
【单选题】 属于普通编码可变长字符串类型的是( )。
①  real
②  nvarchar
③  numeric
④  varchar
【单选题】 事务所包含的操作作为一个整体,要么都做,要么都不做,这个特性称为事务的( )。
①  一致性
②  持久性
③  隔离性
④  原子性
【单选题】 用于限制列的取值范围的约束是( )。
①  PRIMARY KEY
②  CHECK
③  DEFAULT
④  UNIQUE
【单选题】 查询语句中,错误的是( )。
①  SELECT Sno, COUNT(*) FROM SC GROUP BY Sno
②  SELECT Sno FROM SC GROUP BY Sno WHERE COUNT(*) > 3
③  SELECT Sno FROM SC GROUP BY Sno HAVING COUNT(*) > 3
④  SELECT Sno FROM SC GROUP BY Sno
【单选题】 现要利用Student表查询年龄最小的学生姓名和年龄。下列实现此功能的查询语句中,正确的是( )。
①  SELECT Sname, MIN(Sage) FROM Student
②  SELECT Sname, Sage FROM Student WHERE Sage = MIN(Sage)
③  SELECT TOP 1 Sname, Sage FROM Student
④  SELECT TOP 1 Sname, Sage FROM Student ORDER BY Sage
【单选题】 为变量赋值的语句中,错误的是( )。
①  SET @X = 10
②  SELECT @X = 10
③  SET @X = 10 + 10
④  SET @X = 10 + A
【单选题】 关于DEFAULT约束的说法,错误的是( )。
①  一个DEFAULT约束只能约束表中的一个列
②  在一个表上可以定义多个DEFAULT约束
③  DEFAULT只能定义在列级完整性约束处
④  在列级完整性约束和表级完整性约束处都可以定义DEFAULT约束