Regular driver training.
Improved highway design.
Stricter traffic regulations.
Better public transportation.
第1题:
In winter, traffic accidents occur____ on the highway.
A frequently B suddenly C usually D rapidly
第2题:
A、40-years-old
B、40-year-old
C、40 year old
第3题:
A. crawled
B.crouched
C.pressed
D.crashed
第4题:
We can learn from the passage that .
A. buses are scheduled as usual on weekends and public holidays
B. regular students at QUT need to buy adult tickets
C. Pre—paid tickets can be bought from the Public Transport Information Centre
D. Ten?-trip Savers can be used at off-peak time
第5题:
第6题:
QoS refers to the ability of a network to provide improved service, over various underlying technologies, to select network traffic. Which two traits are inherent to QoS?()
第7题:
Six by seven galvanized wire rope
Six by twenty-four improved plow steel wire rope
Six by thirty-seven preformed fiber-core wire rope
Six by nineteen regular-lay filler wire rope
第8题:
Japan’s auto industry is exceeding America’s auto industry
the public schooling has stagnated because of competition
the current American education system is better than the Japanese one
competition must be introduced into the public education system
第9题:
Smart Highway Projects—The Ultimate Solution to Traffic Congestion.
A Quick Fix Solution for the Traffic Problems.
A Venture to Remedy Traffic Woes.
Highways Get Smart—Part of the Package to Relieve Traffic Gridlock.
第10题:
mass-production methods
popular demand for a better product
a decrease in production costs
competition among manufacturers
第11题:
keep in the right lane
wait to arrive at his destination
keep in constant touch with the computer center
inform the system of his destination by phone
第12题:
Designing better cars.
Building more highways.
Increasing people’s awareness of traffic problems.
Enhancing drivers’ sense of responsibility.
第13题:
The driver ____at the crossroads as the traffic lights flashed red.
A. pulled off
B. pulled up
C. pulled round
D. pulled over
第14题:
Regular review leads to improved performance on tests.
第15题:
试题七(共 15 分)
阅读下列说明、图和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();
}
}
第16题:
第17题:
第18题:
Which TWO of the following tasks of system maintenance can be improved by using Remote Deployment Manager?()
第19题:
Learners who adopt specific listening strategies become better listeners.
Learners taught in the traditional way are better at reinforcing what they learn.
Learners are more confident if they make fewer mistakes.
Learners who listen on a regular basis improve faster.
第20题:
A product may be filmed or photographed to make it appear better.
A product may be presented as “unique”, “supreme”
A product may claim to be “new” or “improved”.
A product may be sold at a discount.
第21题:
as good, if not better, than an elite private college
as good, if not better, as one at an elite private college
as good as, if not better, than an elite private college education
as good an education as, if not better, than one at an elite private college
as good as, if not better than, one at an elite private college
第22题:
develop sophisticated facilities on the interstate highways
provide passenger vehicle with a variety of services
optimize the highway capabilities
improve communication between driver and the traffic monitors
第23题:
which
when
whether
since