why
which
what
where
第1题:
I tried phoning her office, but I couldn’t _______.
A. get along B. get on
C. get to D. get through
第2题:
A、taking out
B、working out
C、filling out
第3题:
A、get along with
B、get down upon
C、get out of
D、get away with
第4题:
I had two jobs growing up and they all helped shape my life
When I was about12,1 started caddying(当球童) at a nearby country club.All the kids in the neighborhood did it, and I liked it a lot.I got to watch people who were generally pretty wealthy.They were businessmen and doctors.I would listen to them talking about things and see how they behaved with each other.It was like a fly on the wall at a meeting.
The second job was at a shoe store.I constant ly met people from all walks of life and the challenge was exciting.I’d start bringing them different kinds of shoes and get right down there and put them on their feet.If they didn' t like a certain shoe,I always tried to be thinking ahead to a pair they might like better.It was like stepping up to the plate in a baseball game.Every tine someone walked into that store, I was going to bat and taking a swing.I never wanted to let a customer get out of that store without buying a pair of shoes to his satisfaction
This job helped teach me an important business lesson: You have to take risks in business.If you take a risk and fail get up to bat and swing again.
21.The author thinks what he has learned from his first job is()
A.how to learn to like a job
B.how to talk and behave properly
C.how to become weal thy
22.The phrase people from all walks of life in the third paragraph means people()
A.walking in different ways
B.having different interests in life
C.working in different occupations
23.The author thinks his second job is()
A.challenging
B.important
C.different
24.The author compares his second job is()
A.a fly on the wall at a meeting
B.stepping into a golf course
C.joining a baseball game
25.The business lesson the author gets from selling shoes is()
A.thinking ahead of the customers
B.trying every possible way to satisfy a customer
C.never be afraid of taking risks
第5题:
-Shall I use your dictionary?
- ________.
A、Certain, you may
B、Of course, you can.
C、Surely, you can't
D、No, please get out
第6题:
A.for(inti=0;i<a.size();i++) System.out.println(a.get(i)));
B.for(inti=0;i<a.size();i++) System.out.println(a[i]);
C.while(iter.hasNext()) System.out.println(iter.next());
D.for(inti=0,i<a.size();i++) System.out.println(iter[i]);
E.for(inti=0;i<a.size();i++) System.out.println(iter.get(i));
第7题:
III.阅读理解. (20分)
A
Dentists always ask questions when it is impossible for you to answer.One day ,my dentist had just pulled out one of my teeth and asked me to sit in a chair to rest for a while. I tried to say something ,but my mouth was full of cotton-wool(药棉). He knew I collected stamps and asked me whether I got any new recently. He then asked me how my brother was and whether I liked my new job.
As I could not speak ,l either nodded or made strange noises to answer these questions. At the same time ,l tr;ed hard to use my tonguec舌头) to find the hole(洞) in the place of my bad tooth. Suddenly I felt very worried because the bad tooth was still there ,but I could not say any- thing. At last the dentist pulled the cotton-wool out of my mouth ,and I was able to tell lum that he had pulled out the wrong tooth.
( )21. Why did the dentist ask me to rest for a while?
A. I felt tired.
B. I felt painful.
C. I just had a tooth pulled out.
第8题:
第9题:
第10题:
ArraryList a = new ArrayList(); a.add(“Alpha”); a.add(“Bravo”): a.add(“Charlie”); a.add(“Delta”); Iterator iter = a.iterator(); Which two, added at line 17, print the names in the ArrayList in alphabetical order?()
第11题:
visits
visited
should visit
would visit
第12题:
for (int i=0; i< a.size(); i++) System.out.println(a.get(i)));
for (int i=0; i< a.size(); i++) System.out.println(a[i]);
while( iter.hasNext() ) System.out.println(iter.next()) ;
for (int i=0, i< a.size(); i++) System.out.println(iter[i]);
for (int i=0; i< a.size(); i++) System.out.println(iter.get(i));
第13题:
I tried phoning her office,but I couldn\'t_________
A.get along
B.get on
C.get to
D.get through
第14题:
A、nothing
B、none
C、no
D、much
第15题:
Anxiously, she took the dress out of the package and tried it on, only ________ it didn't fit.
A. to find
B. found
C. finding
D. having found
第16题:
He tried to stay ______ the door and refused to get out.
A、into
B、within
C、inside
D、beyond
第17题:
使用VC6打开考生文件夹下的工程test37_1,此工程包含一个源程序文件test37_1.cpp,但该程序运行有问题,请改正函数中的错误,使该程序的输出结果为:
0149 16 25 36 49 64 81
源程序文件test37_1.cpp清单如下:
include<iostream.h>
template <class T, int N = 100> class Vector
{
T vec[N];
public:
void set(int pos, T val);
T get(iht pos);
/***************** found *****************/
}
template <class T, int N> void Vector<T, N>::set(int pos, T val)
{
vec[pos] = val;
}
/***************** found *****************/
template <class T, int N> Vector<T, N>::get(int pos)
{
return vec[pos];
}
int main ()
{
Vector<double, 10> v;
int i = 0;
double d = 0.0;
for (i = 0; i < 10; i++)
v.set(i, double(i * i));
for (i = 0; i < 10; i++)
cout<<v.get(i)<<" ";
cout<<end1;
/***************** found *****************/
}
第18题:
I love traveling in the countryside, but I don't like losing my way. I went on a trip recently, but my trip took me longer than I expecteD.
"I'm going to Woodford Green," I said to the conductor as I got on the bus, "but I don't know where it is."
"I'll tell you where to get off," answered the conductor.
I sat in the front of the bus to get a good view of the countryside. After some time, the bus stoppeD.Looking around, I realized with a shock that I was the only passenger left on the bus.
"You'll have to get off here," the conductor saiD."This is as far as we go."
"Is this Woodford Green?" I askeD.
"Oh, dear," said the conductor suddenly. "I forgot to put you off."
"It doesn't matter," I saiD."I'll get off here."
"We are going back now," said the conductor.
"Well, in that case, I would prefer to stay on the bus," I answereD.
1. The conductor ________.
:A.got angry when he found out the author was still on the bus
B.wanted to make a joke with the author
C.was rude to the author at first
D.forgot to tell the author where to get off the bus
第19题:
— Excuse mc, are you waiting for the bus?
— Yes, I am. But the bus is so late.______, how can I get to No.1 Middle School?
A. In the way
B. On the way
C. Out of the way
D. By the way
从整个语境中可以看出,所填部分为一独立成分,是引起所问问题的插入语,应用by the way,意思是“顺便问一下”。
第20题:
第21题:
第22题:
Hard as I tried to
As I tried hard to
Hard I tried to
Tried as I hard to
第23题:
the impossible
most impossible
the most impossible
the more impossible
第24题:
why
which
what
where