M: I’m going to drop my chemistry class. I have to do lots of experiments. W: Is that really a good excuse to drop the class, Tom?The woman implies ___.
A: Tom should continue his chemistry class.
B: Tom should choose another course.
C: Tom made the decision for a good reason.
A: Tom should continue his chemistry class.
B: Tom should choose another course.
C: Tom made the decision for a good reason.
A
举一反三
- Man: I'm going to drop my Information Science class. It meets too early in the morning.Woman: Is that really a good reason to drop the class, TonyQuestion: What does the woman imply A: Tony should continue taking the course. B: She approves of Tony's decision. C: Tony can choose "another science course. D: She can't meet Tony so early in the morning.
- Man: I’m going to drop my Information Science class. It means too early in the morning. Woman: Is that really the good reason to drop the class, Tony Question: What does the woman mean A: Tony should continue taking the course. B: She approves of Tony’s decision. C: Tony can choose another science course. D: She can’t meet Tony so early in the morning.
- Tom is one of the (__) (good) students in his class.
- ______ are in the same class. A: Tom and me B: Tom and I C: C. I and Tom
- "I enrolled a dance class for myself." means_____________ A: I'm teaching at a dance class. B: I made good friends at a dance class. C: I'm studying at a dance class. D: I quit lessons at a dance lass.
内容
- 0
Tom and I are good friends. I have ______. A: some pictures of Tom B: some pictures of Tom’s C: some picture of Tom’s
- 1
Of all the students in the class, Tom is_________. A: good B: better C: the best
- 2
I suggest (that) Tom ______ a rest. A: should do B: having C: should have D: should has
- 3
Tom is stronger than ___in his class.
- 4
对于下列Tom类,哪个叙述是正确的 public class Test { public static void main(String args[]){ Tom cat1 = new Tom(); Tom cat2 = new Tom(100); } } class Tom { void Tom{ System.out.print("hello"); } Tom(int n){ System.out.print(n); } }