皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
A battery-driven bus, which is not only quiet and pollution-free but competitive with the conventional bus on cost and performance has been developed by a group of British companies. The prototype, fifty-passenger single-deck vehicle, is to go in operation in Manchester shortly, and discussions with the Department of the Environment are expected to lead to a further batch of twenty going into regular passenger service in Manchester within two year and possibly in other cities, including London. Unlike the small government-sponsored battery bus now undergoing trials in provincial cities, whose low speed and range effectively limits it to city-center operation, the new Silent Rider, with a range 40 miles between charges and a speed of 40 m. p. h. , will take its place with diesel buses for normal urban and sub urban services. Its capital cost is higher (about 20,000 pounds compared with 1500 pounds) but lower maintenance and fuel costs bring it down to fully competitive cost with the diesel bus over thirteen year without taking into account the environmental benefits. The Chloride battery group--which is developing it in partnership with SELN (South-East Lancashire and North-East Cheshire Passenger Transport Authority) is confident of a market potential of 400 vehicles a year by 1980. The prototype weighs 16 tons, of which the batteries and passengers account for each. It has a single set of batteries, which take three and a half hours to recharge, against the normal eight hours of passenger traffic. A larger , Mark II version is being designed with two sets of batteries which can be charged in under a minute. That will allow low-cost night charging and greater operational flexibility. What had been the main factor preventing the development of battery buses?
A.
Their limited range.
B.
Their high cost.
C.
Their heavy weight.
D.
Their loud noise.
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】植物细胞在生长过程中不断形成:
A.
初生壁
B.
胞间层
C.
次生壁
D.
角质层
【单选题】植物细胞在生长过程中不断形成:
A.
初生壁
B.
胞间层
C.
次生壁
【单选题】植物细胞在生长过程中不断形成:
A.
初生壁
B.
胞间层
C.
次生壁
D.
中层
【简答题】写出下面程序的运行结果。 ls=[1,2,3,2,3,4] print(ls.index(4)) print(ls.count(3)) print(max(ls)) print(min(ls)) print(len(ls)) del ls[3] print(ls) ls.sort(reverse=True) print(ls)
【简答题】写出下面程序的运行结果。 ls=[1,2,3,2,3,4] print(ls.index(4)) print(ls.count(3)) print(max(ls)) print(min(ls)) print(len(ls)) del ls[3] print(ls) ls.sort(reverse=True) print(ls)
【单选题】已有数组a=array([2,4,7,3,1]), 对其进行排序运算np.sort(a),之后输出a的结果为:
A.
array([1,2,3,4,7])
B.
array([7,4,3,2,1])
C.
array([2,4,7,3,1])
D.
array([2,4,3,1,7])
【单选题】如下程序的运行结果是_________defsortArrayByParity(lst):lst.sort(key=lambdat:t%2)returnlstlst=[3,1,2,4]sortArrayByParity(lst)print(lst)
A.
[2, 4, 3, 1]
B.
[1, 2, 3, 4]
C.
[4, 3, 2, 1]
D.
[3, 1, 2, 4]
【单选题】药事管理学科是( )的分支学科之一
A.
药学科学
B.
管理科学
C.
社会科学
D.
经济学
【单选题】社会保险是国家通过立法建立的一种社会保障制度。它的主要险种不包括( )。
A.
社会养老保险
B.
人身保险
C.
失业保险
D.
医疗保险
【单选题】l=[1,4,3,6,7,8,2] print(l.sort()) 运行上面的程序代码的结果是__________。
A.
显示: None
B.
显示: [1,4,3,6,7,8,2]
C.
显示 [1,2,3,4,6,7,8]
D.
显示 [8,7,6,4,3,2,1]
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题