英译中:Box car

题目

英译中:Box car

参考答案和解析
正确答案: 箱式车
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

The box of bricks hit the man because______.

A. the box of bricks was heavier than him

B. the box of bricks was lighter than him

C. the box of bricks came down too fast

D. the man was too careless


正确答案:A

此题为细节题。见文章第二段内句子Unfortunately the box of bricks was heavier than the man

第2题:

若已定义了类Vehicle,则下列派生类定义中,错误的是

A.class Car:Vehicle{/*类体略*/);

B.class Car:public Car{/*类体略*/);

C.class Car:public Vehicle{/*类体略*/);

D.class Car:virtual public Vehicle{/*类体略*/);


正确答案:B
解析:派生类从基类的继承方式有3种:公有继承(public)、私有继承(private)和保护继承(protected)。如果不显式地给出继承方式,默认的类继承方式是私有继承,ACD项正确。类的继承是新的类从已有类那时得到已有的特性,故B项错误。

第3题:

In order to cut down on the carbon emission, more people choose to travel_.

A.by electric car, bicycle or plane

B.by private car, bicycle or bus

C.by bus, electric car or plane

D.by bicycle, bus or electric car


正确答案:D

第4题:

下列哪一个可以作为链式jQuery命令的示例()。

  • A、$(<#box>).fadeOut().fadeIn()
  • B、$("#box").fadeOut().fadeIn()
  • C、$("box").fadeOut().fadeIn()
  • D、$(#box).fadeOut().fadeIn()

正确答案:B

第5题:

In order to cut down on the carbon emission,more people choose to travel______.

A.by electric car,bicycle or plane

B.by private car,bicycle or bus

C.by bus,electric car or plane

D.by bicycle. bus or electric car


正确答案:D
解析:见第四段,人们通过骑自行车,坐公共汽车,开电力汽车的方式来减少二氧化碳的排放。故选D。

第6题:

下列代码中可以使控件Txt Box获得焦点的是( )。

A.set Txt Box. focus

B.set Txt Box. focus=true

C.Txt Box. Set Focus

D.Txt Box. Set Focus=true


正确答案:C
解析:本题考查使对象获得焦点的方法。使对象获得焦点的方法是Seffocus。因此 Txt Box. Set Focus语句可以使Txt Box获得焦点。答案为C。

第7题:

22..What kind of car does Mrs Hill have?

A. A fast and new car.

B. A fast but old car.

C. A slow and old car.

D. A fast but small car.


正确答案:A
22.A【解析】从文中第二段最后两句“Her car is new. It's very large,and it can g0 200 kilometers an hour!”可知Mrs Hill的车非常新,而且很快。

第8题:

Passage Two

There was a big pile of bricks on the top of a tall building and a man

had to bring them down to the ground. He had a long rope which went over a pulley(滑轮) at the roof of the building. The other end was fastened to a big box.

First he pulled the box up to the top of the building, and fastened the end of the rope so that the

box could not come down. Then he climbed up the ladder and filled the box with bricks. Next

he climbed down the ladder and untied the rope. Unfortunately the box of bricks was heavier than

the man, and as a result he was pulled up by the: rope. Half-way up, the box of bricks hit him as it was coming down.

When he reached the top, his head hit the pulley. The box of bricks hit the ground and broke.

As a result the bricks fell out. The box was then lighter than the man and consequently he began

to come down and the box began to go up.

Half-way up, the box hit the man. The man still held on to the rope and the box therefore Continued to

go up. The man then reached the ground. Then he let go the rope to rub his head. The box, of

course, then fell down and hit the man on the head again. As a result, an ambulance came and took

him to hospital

40. Why did the man fasten the end of the rope before he climbed up the ladder?

A. He was afraid that someone would steal his box.

B. Because he wanted to climb up along the rope.

C. He fastened the end of the rope in order to keep the box unmoved.

D. Because he wanted to prevent the box from coming down.


正确答案:D

此题为细节题。见文章的第二段第一行fastened the end of the rope so that the box could not come down

第9题:

以下将#box的背景色设为灰色,且加5px的顶填充的写法,错误的是()。

  • A、$(’#box’).css({’background’:’#ccc’,’padding-top’:’5px’})
  • B、$(’#box’).css(’background’,’#ccc’).css(’paddingTop’,’5px’)
  • C、$(’#box’).css(’background’:’#ccc’,’padding-top’:’5px’)
  • D、$(’#box’).css({’background’:’#ccc’,’paddingTop’:’5px’})

正确答案:C

第10题:

下列哪一个选项可以作为链式jQuery命令的示例()。

  • A、$(<#box>).fadeOut().fadeIn()
  • B、$("#box").fadeOut().fadeIn()
  • C、$("box").fadeOut().fadeIn()
  • D、$(#box).fadeOut().fadeIn()

正确答案:B

更多相关问题