【单选题】【消耗次数:1】
You cannot remember things_________ you are tired or unhappy.
why
what
where
when
参考答案:
复制
纠错
相关题目
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”Try to relax when you study. You cannot remember things when you are tired or unhappy.
①  正确
②  错误
【单选题】 If you are tired and_________, you can hardly (几乎不) remember things.
①  relaxed
②  excited
③  unusual
④  unhappy
【单选题】 You can buy things_________ special low prices when department stores have sales.
①  at
②  in
③  on
④  for
【单选题】 You remember things every day, but_________ do you do it?
①  what
②  which
③  how
④  where
【判断题】 新闻5要素包括who、what、when、why 、where
①  正确
②  错误
【判断题】 新闻六要素包括:what who when where why how。
①  正确
②  错误
【单选题】 It is the ability to do the work ___ matters not where you come from or what you are.
①  one
②  that
③  what
④  it
【单选题】 It is the ability to do the job_____ matters, not where you come from or what you are.
①  one
②  that
③  what
④  if
【单选题】 When you make a self-introduction, you can tell what you do for a ______________.
①  job
②  life
③  living
④  taste
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”You remember things every day, but what do you do it?
①  正确
②  错误
随机题目
【单选题】 下列叙述中正确的是( )
①  C语言编译时不检查语法
②  C语言的子程序有过程和函数两种
③  C语言的函数可以嵌套定义
④  C语言的函数可以嵌套调用
【单选题】 C语言程序从( )开始执行
①  程序中第一条可执行语句
②  程序中第一个函数
③  程序中的main函数
④  包含文件中的第一个函数
【单选题】 C语言中运算对象必须是整型的运算符是( )
①  %=
②  /
③  =
④  〈=
【单选题】 设x为int型变量,则执行以下语句后,x的值为(  )x=10; x*=x;
①  10
②  20
③  100
④  0
【单选题】 C语言中的简单数据类型包括( )
①  整型、实型、逻辑型
②  整型、逻辑型、字符型
③  整型、字符型、逻辑型
④  整型、实型、字符型
【单选题】 以下运算符中优先级最高的运算符是( )
①  A
②  ++
③  +=
④  !=
【单选题】 已知int x=5,y=5,z=5;执行语句x%=y+z;后,x的值是( )
①  0
②  1
③  5
④  6
【单选题】 在C语言程序中,表达式5%2的结果是( )
①  2.5
②  2
③  1
④  3
【单选题】 下列表达式中,属于字符型常量的是( )
①  A
②  a
③  A
④  b
【单选题】 C语言中用于结构化程序设计的3种基本结构是( )
①  顺序结构、选择结构、循环结构
②  if,switch,break
③  for,while,do-while
④  if,for,continue