The taxi driver always reminds passengers to()their belongings when they leave the car.AkeepBcatchCholdDtake

The taxi driver always reminds passengers to()their belongings when they leave the car.

Akeep 

Bcatch 

Chold

Dtake


参考解析

此题重点考查常用动词的词义辨析。keep意为“保持,保存,履行”;catch意为“抓住,赶上,领会”;hold意为“握住,担任,认为”;take意为“拿走,带走等”。根据题意:出租车司机时常提醒乘客下车时带走自己的物品,由此可以确定正确答案为D项。

相关考题:

A)阅读下面的短文,判断短文后面的句子是否符合短文内容。符合的写(A),不符合的写(B)。(10分)It was a cold night. The taxi driver didn’t take even one passenger(乘客) all day. When he went by the railway station, he saw a young man coming out with two bags in his hands. So he drove to him and asked, “Where are you going,sir?”“To the Red Hotel,” the young man answered. When the taxi driver heard this, he didn’t feel happy any more. The young man would give him only three dollars because the hotel was near the railway station. But suddenly, he had an idea. He took the young man through many streets of the big city.After a long time, they arrived at the hotel. “Here we are! You should pay me fifteen dollars, please,” the taxi driver said to the young man. “What? Fifteen dollars! Do you think I’m a fool? Only last week, I took a taxi from the railway station to this hotel and I only gave the driver thirteen dollars. I know how much I have to pay for the trip.” 21.The driver was not happy before he saw the young man.

Maybe the taxi driver got thirteen dollars at last.

When he caught a ______ of his girlfriend in the rain, Jack asked the taxi driver to stop to pick her up. A. glanceB. glareC. glimpseD. stare

The passengers can get to the centre of the city by all the transports except .(A) a taxi(B) by bus(C) by coach service(D) by tube

The announcement is mainly about .(A) the terminal building at the airport(B) the transportation in the centre of Sydney(C) the departure taxi(D) the service the airport can provide for the passengers

Who divide after duret into the river to save the little girl? ( )A. David AndersonB. a passer-byC. his girlfriendD. a taxi driver.

Strayer discourages drivers from talking about business on cell phones while driving because_________.A.they tend to forget the details of a conversationB. both the driver and his agent happen to be drivingC. it might not be good for the driver's memoryD. the other passengers would overhear the conversation

Don't forget to _________ the key _________ me when you go out. A.leave...outB.leave...onC.leave...forD.leave...with

A bus driver is responsible()the safety of his passengers.A. inB. forC. to

The bus driver is _____for the passengers’ safety. A.boundenB.answerableC.responsibleD.accountable

Taxi driver: Here you are, sir. Queens Hotel.Passenger: How much is it?Taxi driver: Three dollars and seventy-five cents.Passenger: Here is four dollars. _____________.A: It ’s not necessary to give me the coinsB: Don’t giv e me the restC: Keep the changeD: I give up the pocket money

Whichtwotriggersaremousemovementtriggers?() A.When-Mouse-UpB.When-Mouse-MoveC.When-Mouse-DownD.When-Mouse-ClickE.When-Mouse-Leave

It is reported that two cars (_______) into each other this morning on the highway, killing both driver and two passengers. A. crawledB.crouchedC.pressedD.crashed

阅读下列说明、图和Java代码,将应填入(n)处的字句写在对应栏内。【说明】已知对某载客车辆(Car)进行类建模,如图7-1所示,其中类Engine表示发动机引擎,类Wheel表示车轮,类Body表示车身,类Driver表示司机,类Passenger表示乘客。【Java代码】class Body{ //此处代码省略 ); //车身类class Passenger{ //此处代码省略 )/ //乘客类class Wheel{ //此处代码省略 ); //车轮类class Driver{ //司机类public String name; //表示第几路公交车司机public Driver(String driverName){name = driverName/) //构造函数};class Engine{//引擎类public String engineNo;//引擎编号public Engine(String engineNo){this.engineNo=engineNo;)//构造函数};public class Car{//汽车类static final int(1)=7; //定义最多载客数static final int MAX WHEELS =5; //定义最多轮胎数protected Engine engine;protected Driver driver;protected Body body=new Body();protected Wheel[] wheels;protected Passenger[]passengers;public Car(Driver driver){ //构造函数(2).driver=driver;engine=new Engine("TX6536型号引擎");wheels=new Wheel[MAX WHEELS];passengers=new Passenger[MAX_PASSENGERS];for(int index=0;index<MAX_WHEELS;index++){wheels[index]=new Wheel();}for(int index=0;index<MAX_PASSENGERS;index++){passengers[index]=null;}}int getPassengerNumber(){//获取车上乘客数量//此处代码省略}void getOnPassenger(Passenger aPassenger){//乘客上车//此处代码省略}void run(){ //开车if((3)){System.out.println("司机尚未上车!");return;}//此处代码省略}public static void main(String args[]){Driver driver=new Driver("第五路公交车司机");Car car=new Car((4));for (int index = 0 ; index < MAX_PASSENGERS; index ++)car.getOnPassenger((5) Passenger());car.run();}}

阅读下列说明、图和C++代码,填补空缺。[说明]已知对某载客车辆(Car)进行类建模,如图12-2所示,其中类Engine表示发动机引擎,类Wheel表示车轮,类Body表示车身,类Driver表示司机,类Passenger表示乘客。const int __________ =7; //定义最多载客数const int MAX_WHEELS=5; //定义最多轮胎数class Body{ //此处代码省略 ); //车身类class Passenger{ //此处代码省略}; //乘客类Class Wheel{ //此处代码省略}; //车轮类Class Driver{ //司机类public:string name; //表示第几路公交车司机Driver(string driverName):marne( __________ ){}; //构造函数};class Engine{ //引擎类public:string engineNo; //引擎编号Engine(string engineNo){ __________ ->engineNo=engineNo; }//构造函数};Class Car{ //汽车类protected:Engine *engine; Driver *driver; Body body;Wheel *wheels[MAX_WHEELS]; Passenger *passengers[MAX_PASSENGERS];public:Car(Driver *driver)( //构造函数this->driver=driver;engine=new Engine("TX653 6型号引擎");for(int index=0; index<MAX_WHEELS; index++){wheels[index]=new Wheel( );}for(int index=0; index passengers[index]=NULL;}}virtual -Car( ){ //析构函数for (int index=0; index<MAX_WHEELS; index++)delete wheels[index];delete __________ ;}int getPassengerNumber( ){ //获取车上乘客数量//此处代码省略}void getonpassenger(Passenger *apassenger ){//乘客上车//此处代码省略}void run( ){ //开车if(driver==NULL){cout<< "司机尚未上车!"; return; }//此处代码省略}};void main( ){Driver driver("第五路公交车司机");Car car( __________ );Passenger passengers[MAX_PASSENGERS];for(int index=0; index<MAX_PASSENGERS; index++)//乘客上车处理car. getOnPasSenger(passengers[index]);car. run( );}

试题五(共 15 分)阅读下列说明、图和C++代码,将应填入 (n) 处的字句写在答题纸的对应栏内。[说明]已知对某载客车辆(Car)进行类建模,如图 5-1所示,其中类 Engine 表示发动机引擎,类 Wheel 表示车轮,类 Body 表示车身,类 Driver 表示司机,类 Passenger 表示乘客。[C++代码]const int (1) = 7; //定义最多载客数const int MAX_WHEELS = 5; //定义最多轮胎数class Body{ //此处代码省略 }; //车身类class Passenger{ //此处代码省略 }; //乘客类class Wheel{ //此处代码省略 }; //车轮类class Driver{ //司机类public:string name; //表示第几路公交车司机Driver(string driverName):name( (2) ){}; //构造函数};class Engine{ //引擎类public:string engineNo; //引擎编号Engine(string engineNo){ (3) -engineNo = engineNo; } //构造函数};class Car{ //汽车类protected:Engine * engine; Driver * driver; Body body;Wheel * wheels[MAX_WHEELS]; Passenger * passengers[MAX_PASSENGERS];public:Car(Driver *driver){ //构造函数this-driver = driver;engine = new Engine("TX6536 型号引擎");for (int index = 0; index MAX_WHEELS; index++){wheels[index] = new Wheel();}for (int index = 0; index MAX_PASSENGERS; index++){passengers[index] = NULL;}}virtual ~Car(){ //析构函数for (int index=0; index MAX_WHEELS; index++)delete wheels[index];delete (4) ;}int getPassengerNumber(){ //获取车上乘客数量//此处代码省略}void getOnPassenger(Passenger * aPassenger ){ //乘客上车//此处代码省略}void run(){ //开车if(driver == NULL){ cout "司机尚未上车!"; return; }//此处代码省略}};void main(){Driver driver("第五路公交车司机");Car car( (5) );Passenger passengers[MAX_PASSENGERS];for (int index = 0 ; index MAX_PASSENGERS; index ++) //乘客上车处理car.getOnPassenger(passengers[index]);car.run();}

A passenger vessel is underway. When may passengers visit the pilothouse?A.Passengers are excluded from the pilothouse while underwayB.Passengers are permitted in the pilothouse during daylight hours onlyC.Passengers are permitted to visit the pilothouse when authorized by the Master and officer of the watchD.Passengers are permitted in the pilothouse when they are escorted by a ship's officer

For safety reasons,when assistance towing ______.A.the disabled vessel should be towed to the nearest portB.the disabled vessel should be inspected for flammable gasesC.passengers should always be removed from the disabled vesselD.personnel on the disabled vessel should don PFD's

共用题干An Intelligent CarDriving needs sharp eyes, keen ears, quick brain, and coordination(协调)between hands and the brain.Many human drivers have all_________(1)and can control a fast-moving car. But how does an intelligent car control itself?There is a virtual(虚拟的)driver in the smart car. This virtual driver has "eyes", "brains","hands"and"feet",too.The minicameras_________(2)each side of the car are his"eyes",which_________(3)the road conditions ahead of it.They watchthe_________(4)to the car's left and right.There is also a highly automatic driving _________(5)in the car. It is the built-in computer,which is the virtual driver's "brain".His"brain"_________(6)the speeds of other moving cars near it andanalyzes their positions.Basing on this information,it chooses the_________(7)path for the intelligent car,and gives instructions to the"hands"and"feet"to act accordingly. In this way,the virtual driver_________(8)his car.What is the virtual driver's best advantage?He reacts_________(9).The minicameras are bringing_________(10)continuously to the"brain".It completes the processing of the images within 100 milliseconds._________(11),the world's best driver needs at least one second to react.Besides,when he takes_________(12),he needs one more second.The virtual driver is really wonderful.He can reduce the accident_________(13) considerably on expressways(高速公路).In this_________(14),can we let him have the wheel at any time and in any place?Experts_________(15)that we cannot do that just yet.His ability to recognize things is still limited.He can now only drive an intelligent car on expressways._________(1)A:these B:them C:this D:that

单选题In an emergency airline passengers are advised to do all of the following EXCEPT ______.Afollow crew commandsBjump on fully inflated escape slidesCrun away as soon as possibleDcarry personal belongings

单选题What prevents Jack, an experienced taxi driver, working for Capes Taxi?AUnable to speak a foreign language.BPunished for speeding and wrong parking.CNot having college education.

单选题While taking a taxi in Finland, ______.Aa passenger can go anywhere without having to pay the driverBa passenger pays two US dollars for a taxi rideCa passenger can never be turned down by the taxi driver wherever he wants to goDa passenger needs to provide good faith demonstration before they leave without paying

单选题I have kept that portrait ______ I can see it every day , as it always reminds me of my university days in London.AwhichBwhereCwhetherDinto

单选题The driver_____the passengers off at the supermarket and then went to the next stop.AfellBsankCdroppedDstepped

单选题The taxi driver always reminds passengers to()their belongings when they leave the car.AkeepBcatchCholdDtake

单选题On May 22, a Han taxi driver ______ an old lady to the hospital as soon as he could in Xinjiang.AsentBsendsCis sendingDhas sent

单选题I have kept the portrait ____ I can see it every day as it always reminds me of my university days.AwhichBwhereCwhetherDwhen