—It’s said that the new highway has been completed.—Yes, but

题目
单选题
—It’s said that the new highway has been completed.—Yes, but we don’t know ______it’s to be opened to traffic soon.
A

which

B

when

C

whether

D

since

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

All _____ is sheer nonsense. We must find a way out right now.

A. what has been said

B. the things

C. that has been said

D. of has been said


参考答案: C

第2题:

______ has long been well known as a poet who can hardly be classified with the old or the new.

A、Ezra Pound

B、Robert Lee Frost

C、T. S. Eliot

D、Emily Dickinson


参考答案:B

第3题:

It has been over a century _______ the railway was completed.

(A)when

(B) once

(C) which

(D) since


正确答案:D
解答参考:D此题考察句型It has been…since that… 自从……以来有多久了【译文】从铁路建成以来有一个多世纪之久了。

第4题:

A new scheme for getting children to and from school is being started by the education authorities in part of Eastern England. This could end the worries of many parents fearful for their children's safety on the roads.
Until now the Country Council has only been prepared to provide bus services for children living more than three miles from their school, or sometimes less if special reasons existed. Now it has been decided that if a group of parents ask for help in organizing transport they will be prepared to go ahead, provided the arrangement will not lose money and that children taking part will be attending their nearest school.
The new scheme is to be tried out this term for children living at Milton who attend Impington school. The children live just within the three-mile limit and the Council has said in the past it will not undertake to provide free transport to the school. But now they have agreed to organize a bus service from Milton to Impington and back, a plan which has the support of the school's headmaster.
Between 50 and 60 parents have said they would like their children to take part in. Final calculations have still to be carried out, but a council official has said the cost of parents should be less than $6.50 a tenn.
They have been able to arrange the service at a low cost because there is already an agreement with the bus company for a bus to take children who live further away to Impington. The same bus would now just make an extra journey to pick up the Milton children. The official said they would get in touch with other groups of parents who in the past had asked if transport could be provided for their children, to see if they would like to take part in the new scheme.
The new bus service will run__________.

A.on morning journeys to school only
B.in connection with an existing service
C.only for children living more than three miles away
D.only in wet weather

答案:B
解析:
根据第三段“ne children live just within the three—mile limit”和第五段“there is already an agreement with the bus company for a bus to take children who live further away to Impington”结合起来考虑,可以排除A、C,D项没有提及,故选B。

第5题:

3下碳程序段的输出结果是( )。 class Test{ public static void main(Srting args[]){ MyThread t=new MyThread(); t.displayOutput("t has been created"); t.start(); } } class MyThread extends Thread{ public void displayOutput(String s){ SYStem.out.println(s); } public void run() { displayOutput("t is running."); } }

A.t has been created.

B.t has been created. t is running.

C.t is running.

D.编译出错


正确答案:A

第6题:

下面程序段的输出结果是( )。 class Test{ public s,tatic void main(String args[]){ MyThread t=new MyThread; displayOutput("t has been createD"); start; } } Class MyThread extends Thread{ public void displayOutput(String s){ System.out.println(s); } public void run{ displayOutput("t is running."); } }

A. t has been created.

B.t has been created. t is running.

C.t is running.

D.编译出错


正确答案:B
B。【解析】start方法就可以启动该线程,线程也就处于可运行状态Runnable。Start方法产生了线程运行需要的系统资源,并调用线程体,也就是run方法,使得线程可以进入运行状态。程序运行时首先创建一个新的线程对象t,并调用displayOutput(Strings)方法输出thasbeencreated。t.start方法调用run方法,输出tisrunning,所以正确答案为选项B。

第7题:

下面程序段的输出结果是 class Test{ public static void main(String args[]){ MyThread t=new MyThread(); t.displayOutput("t has been created)); t.start(); } } class MyThread extends Thread{ public void displayOutput(String s){ System.out.println(s); } public void run(){ displayOutput(t is running."); } }

A.t has been created.

B.t has been created. t is running.

C.t is running.

D.编译出错


正确答案:A
解析:本题考查线程的创建和调用。创建一个新的线程对象后,通过使用 start()方法就可以启动该线程,线程也就处于可运行状态Runnable。Start()方法产生了线程运行需要的系统资源,并调用线程体,也就是run()方法,使得线程可以进入运行状态。程序运行时首先创建一个新的线程对象t,并调用displayOutput(Strings)方法输出t has been created。t.start()方法调用run()方法,输出t is running,所以正确答案为选项A。

第8题:

下面程序段的输出结果是______。 class Test{ public static void main(String args[ ]){ MyThread t=new MyThread( ); t.displayOutput("t has been created"); t.start( ); } } class MyThread extends Thread{ public void display Output(String s){ System.out,println(s); } public void run( ){ displayOutput("t is running"); } }

A.t has been created t is running

B.t has been created

C.t is running

D.编译错误


正确答案:A
解析: 创建一个新的主线程对象后,通过使用start( )方法就可以启动此线程,线程就处于可运行状态Runnable。程序运行时,首先创建一个线程对象t,并调用displayOutput(Strings)方法输出“t has been created”。t.start( )方法调用run( )方法,输出“t is running”,所以正确答案为A。

第9题:

A new scheme for getting children to and from school is being started by the education authorities in part of Eastern England. This could end the worries of many parents fearful for their children's safety on the roads.
Until now the Country Council has only been prepared to provide bus services for children living more than three miles from their school, or sometimes less if special reasons existed. Now it has been decided that if a group of parents ask for help in organizing transport they will be prepared to go ahead, provided the arrangement will not lose money and that children taking part will be attending their nearest school.
The new scheme is to be tried out this term for children living at Milton who attend Impington school. The children live just within the three-mile limit and the Council has said in the past it will not undertake to provide free transport to the school. But now they have agreed to organize a bus service from Milton to Impington and back, a plan which has the support of the school's headmaster.
Between 50 and 60 parents have said they would like their children to take part in. Final calculations have still to be carried out, but a council official has said the cost of parents should be less than $6.50 a tenn.
They have been able to arrange the service at a low cost because there is already an agreement with the bus company for a bus to take children who live further away to Impington. The same bus would now just make an extra journey to pick up the Milton children. The official said they would get in touch with other groups of parents who in the past had asked if transport could be provided for their children, to see if they would like to take part in the new scheme.
Taking part in the Council's trial schemes are children who__________.

A.living in Milton and go to Impington school
B.living in Impington and go to Milton school
C.living in Milton and go to Milton school
D.living in Impington and go to Impington school

答案:A
解析:
根据第三段“The new scheme is to be tried out this term for children living at Milton who attend Impington school”可知新的体系是为了那些居住在密而顿并且在平因顿上学的孩子制定的,故选A。

第10题:

A new scheme for getting children to and from school is being started by the education authorities in part of Eastern England. This could end the worries of many parents fearful for their children's safety on the roads.
Until now the Country Council has only been prepared to provide bus services for children living more than three miles from their school, or sometimes less if special reasons existed. Now it has been decided that if a group of parents ask for help in organizing transport they will be prepared to go ahead, provided the arrangement will not lose money and that children taking part will be attending their nearest school.
The new scheme is to be tried out this term for children living at Milton who attend Impington school. The children live just within the three-mile limit and the Council has said in the past it will not undertake to provide free transport to the school. But now they have agreed to organize a bus service from Milton to Impington and back, a plan which has the support of the school's headmaster.
Between 50 and 60 parents have said they would like their children to take part in. Final calculations have still to be carried out, but a council official has said the cost of parents should be less than $6.50 a tenn.
They have been able to arrange the service at a low cost because there is already an agreement with the bus company for a bus to take children who live further away to Impington. The same bus would now just make an extra journey to pick up the Milton children. The official said they would get in touch with other groups of parents who in the past had asked if transport could be provided for their children, to see if they would like to take part in the new scheme.
?Agreement to pay for the new bus service has been obtained from__________.

A.the school's headmaster
B.the education department
C.the bus company
D.the parents

答案:D
解析:
根据第四段可知,为新巴士计划付费的是家长,故选D。

更多相关问题