CMS专题

名词解释题英译中:Inland container depot

题目
名词解释题
英译中:Inland container depot
参考答案和解析
正确答案: 公路集装箱中转站
解析: 暂无解析
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You are a database developer for a container manufacturing company. The containers produced by your company are a number of different sizes and shapes. The tables that store the container information are shown in the Size, Container, and Shape Tables exhibit:

Size

SizeID

SizeName

Height

Container

ContainerID

ShapeID

SizeID

Shape

ShapeID

ShapeName

Measurements

A sample of the data stored in the tables is shown below:

Size Table

SizeID SizeName Height

1 Small 40

2 Medium 60

3 Large 80

4 Jumbo 100

Shape Table

ShapeID ShapeName Measurement

1 Triangle 10

2 Triangle 20

3 Triangle 30

4 Square 20

5 Square 30

6 Square 40

7 Circle 15

8 Circle 25

9 Circle 35

Periodically, the dimensions of the containers change. Frequently, the database users require the volume of a container. The volume of a container is calculated based on information in the shape and size tables.

You need to hide the details of the calculation so that the volume can be easily accessed in a SELECT query with the rest of the container information. What should you do?

A. Create a user-defined function that requires ContainerID as an argument and returns the volume of the container.

B. Create a stored procedure that requires ContainerID as an argument and returns the volume of the container.

C. Add a column named volume to the container table. Create a trigger that calculates and stores volume in this column when a new container is inserted into the table.

D. Add a computed column to the container table that calculates the volume of the container.


正确答案:
 

第2题:

What purpose does a bridge fitting serve when lashing containers ________.

A.Ties a container stack to the deck

B.Ties a container to the container below it

C.Restrains racking loads

D.Restrains the container against horizontal motion


正确答案:D

第3题:

The cigars are packed 5 pieces to a small packet, 20 packets to a carton, 144 cartons to a cardboard container.(英译中)


参考答案:雪茄烟每5支装一包,20包装一条,144条装一纸皮箱。

第4题:

客车整备所 passenger car servicing depot


正确答案: 对旅客列车车底进行检查、修理、整备及停留的场所。
主要办理旅客列车车底的取送、洗刷、清扫、技术检查、改编、修理、清毒、整备及停留等作业。

第5题:

移位式客车整备所 moving stock depot for passenger car


正确答案: 客车车底由客运站送到整备所以后,按照作业顺序,分别在不同车场进行整备作业的整备所。

第6题:

在CardLayout布局管理中,用于显示parent容器的前一张卡片的方法是()

A.void previous(Container parent)

B.void show(Container parent,String name)

C.void next(Container parent)

D.void first(Container parent)


答案:A
解析:在CardLayout布局管理中,用于显示parent容器的前一张卡片的方法是void previous(Container parent)

第7题:

英译中:Less than container load(LCL)


正确答案: 拼箱货

第8题:

以下程序的输出结果是_____。 include class object {private:int val; public:objec

以下程序的输出结果是_____。

include<iostream.h>

class object

{ private:

int val;

public:

object( ) ;

object(int i) ;

~object( ) ;};

object: :object( )

{ val=0;

cout < < "Default constructor for object" < < endl;}

object: :object(int i)

{ val=i;

cout < < "Constructor for object" < < val < < endl;}

object: :~object( )

{ cout < < "Destructor for object" < < val < < endl;}

class container{ private:

object one;

object two;

int data;

public:

container( ) ;

container(int i,int j,int k) ;

~container( ) ;};

container: :container( )

{ data=0;

cout < < "Default constructor for container" < < endl;}

container: :container(int i,int j,int k) :two(i) ,one(j)

{ data=k;

cout < < "Constructor for container" < < endl;}

container: :~container( )

{ cout < < "Destructor for container" < < endl;}

void main( )

{ container anObj(5,6,10) ;}


正确答案:Constructor for object6 Constructor for object5 Constructor for container Destructor for container Destructor for object5 Destructor for object6
Constructor for object6 Constructor for object5 Constructor for container Destructor for container Destructor for object5 Destructor for object6 解析:C++语言中的构造函数和析构函数分别是在声明对象时和对象调用完毕后调用,本题中的调用就是这样成对出现的。

第9题:

机车出入段线 track for going out and coming into the depot


正确答案: 设在机务段与车站之间,供机车出入段走行用的线路。

第10题:

段管线 depot siding


正确答案: 设在铁路机务、车辆、工务、电务等段内,供该段使用和管辖的线路。