【单选题】【消耗次数:1】
Feeling that she was in the right, she took _____at the dirty remark.
production
offense
defense
guard
参考答案:
复制
纠错
相关题目
【单选题】 Mary tiptoed over and took the clock away because she hated to hear it ____ when she was trying to go to sleep.
①  sounding
②  ringing
③  ticking
④  humming
【单选题】 There were dirty marks on her trousers ___ she had wiped her hands.
①  where
②  which
③  when
④  that
【单选题】 She took it as an insult which wasn’t at all what I( ).
①  intend
②  intended
③  has intended
④  had intended
【单选题】 Which type does the following production practice belong to? She sells sea shells on the seashore.
①  Make up sentences
②  Using meaningful context
③  Using pictures
④  Using tongue twisters.
【单选题】 Kingsley took a lot of ______________ with her while traveling because she was doing scientific research on fish.
①  furniture
②  equipment
③  information
④  education
【判断题】 The girl is made to do her homework right after she comes from school.
①  正确
②  错误
【多选题】 She insisted that she _____ the trip.
①  A.organized
②  B.organizes
③  C.should organize
④  D.organize
【判断题】 Has she been listening? Yes, she has./ No, she hasn’t.
①  正确
②  错误
【单选题】 She dares to go alone, _____?
①  does she
②  dares she
③  doesn’ t she
④  daren’ t she
【单选题】 She said she __________ lost a pen.
①  have
②  has
③  had
④  having
随机题目
【多选题】 下列选项中事件说法传递不正确的是()
①  事件可以传递给Service并进行处理
②  事件只能在UI界面中通过视图传递
③  事件既可以在Service中传递,也可以在UI控件之间传递
④  以上都不对
【多选题】 在C语言中,以下关于文件的说法叙述中正确的是()
①  C语言中对二进制文件的访问速度比文本文件快
②  在计算机中,一个整型的数据既可以用ASCII码形式存储,也可以用二进制形式存
③  语句FILE?fp;定义了一个名为fp的文件指针
④  C语言中的文本文件以ASCII码形式存储数据
【多选题】 以下假设变量都已经正确定义,以下能实现两数交换的是;()
①  t=a;a=b;b=t;
②  t=b;b=a;a=t;
③  a=t;b=t;t=a;
④  b=t;a=b;a=t;
【多选题】 利用数组可以很方便的对多个数据进行()操作。
①  求和
②  求平均
③  求最大值
④  求最小值
【多选题】 返回语句的作用包含以下哪些项()
①  利用返回语句能立即从所有的函数中退出,即返回到调用的程序中去
②  返回语句能返回值
③  返回语句的主要作用是结束循环的判断
④  返回语句在程序是只能起分隔作用
【多选题】 continue语句可以用在下列哪种语句中()。
①  while
②  do-while
③  for
④  switch
【多选题】 C语言中数组的分类包括()
①  一维数组
②  二维数组
③  三维数组
④  多维数组
【多选题】 函数从传递参数的角度分为()
①  库函数
②  自定义函数
③  有参函数
④  无参函数
【多选题】 共用体常用于()
①  常用来节省内存,特别是一些嵌入式编程,内存是非常宝贵的!
②  常用来占据内存,特别是一些嵌入式编程,内存越占多越好
③  常用于操作系统数据结构或硬件数据结构!
④  以上都不对
【多选题】 下面对字符数组初始化正确的是()
①  chara[5]={a,b,c,d,e};
②  chara[3]={a,b,c,d,e};
③  chara[5]={a,b,c,d,e};
④  chara[10]={a,b,c,d,e};