【单选题】【消耗次数:1】
When the teacher had ____through with the class, they felt very ashamed.
gone
got
done
taken
参考答案:
复制
纠错
相关题目
【单选题】 When I got up this morning, I felt the temperature had ____.
①  sunk
②  reduced
③  dropped
④  lowed
【单选题】 The shy girl felt ____ and uncomfortable when she could not answer her teacher’s questions.
①  awkward
②  amazed
③  curious
④  amused
【单选题】 The shy girl felt ____ and uncomfortable when she could not answer her teacher’s questions.
①  amazed
②  awkward
③  curious
④  amused
【单选题】 A kind teacher always takes a very _______ attitude when correcting students’ mistakes.
①  negative
②  partial
③  potential
④  positive
【单选题】 Is the river_____ through that town very large?
①  which flows
②  flows
③  that flowing
④  whose flows
【单选题】 My grandmother’s taken ill and I’ve got to go down to the hospital.
①  We’re going to the same place
②  Very sorry to hear it. I hope it’s nothing serious
③  Really?
④  Let me go with you
【单选题】 When I got there, Henry ____ to the hospital.
①  had been sent
②  would send
③  was sent
④  would be sent
【单选题】 25. Do you remember when Mark and Julie came over and had that terrible row? That was ______ day I wouldn’t want to go through again.
①  the
②  a
③  /
④  one
【单选题】 The lecture _______ already _______when we got to the school hall.
①  has,started
②  was,started
③  had,started
【单选题】 It is clear that the whole world is passing through a social revolution in which a central_____ must be taken by scientists and technologists.
①  process
②  attention
③  measure
④  part
随机题目
【单选题】 如果需要从文件中读取数据,则可以在程序中创建哪一个类的对象( )
①  FileInputStream
②  FileOutputStream
③  DataOutputStream
④  FileWriter
【单选题】 下列哪一项不属于 Swing 的顶层组件( )。
①  JApplet
②  JDialog
③  JTree
④  Jframe
【单选题】 下列哪一个import命令可以使我们在程序中创建输入/输出流对象(
①  import java.sql.*;
②  import java.util.*;
③  import java.io.*;
④  import java.net.*;
【单选题】 下列哪一项不属于 AWT 布局管理器( )。
①  GridLayout
②  CardLayout
③  BorderLayout
④  BoxLayout
【单选题】 进行 Java 基本 GUI 设计需要用到的包是( )。
①  java.io
②  java.sql
③  java.awt
④  java.rmi
【单选题】 下面的哪一个关键字通常用来对对象加锁,从而使得对对象的访问是排他的( )。
①  serialize
②  transient
③  synchronized
④  Static
【单选题】 以下对TCP和UDP描述正确的是( )
①  TCP不能提供数据的可靠性
②  UDP能够保证数据库的可靠性
③  TCP数据传输效率高于UDP
④  UDP数据传输效率高于TCP
【单选题】 Java语言具有许多优点和特点,哪个反映了Java程序并行机制的特点?( )
①  安全性
②  多线性
③  跨平台
④  可移植
【单选题】 Frame对象默认的布局管理器是( )
①  FlowLayout
②  BorderLayout
③  CardLayout
④  null
【单选题】 若要删除一个文件,应该使用下列哪个类的实例( )。
①  RandomAccessFile
②  File
③  FileOutputStream
④  FileReader