The advantages of flash type evaporators, as compared to sub

题目
单选题
The advantages of flash type evaporators, as compared to submerged tube type evaporators, include ().
A

less internal corrosion because of lower brine density

B

higher temperature evaporation for lower salinity of the distillate produced

C

less scale formation in a flash evaporator

D

less feed-water required for a flash evaporator

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

第1题:

执行以下程序段后

ARRAY DW 10DUP(2)

XOR AX, AX

MOV CX, LEHGTH ARRAY

MOV SI, SIZE ARRAY_TYPE ARRAY

NEXT: ADD AX,ARRAY[SI]

SUB SI, TYPE ARRAY

LOOP NEXT

写出AX=【 】。


正确答案:20
20

第2题:

设在工程中定义了如下类型: Type stutype ino As Integer stmame As String*20 strsex As String*1 smark As Single End Type 在窗体上正确使用这个类型的是下列哪个操作( )。

A.Sub Command1_click() Dimstudent As Stutype With student .ino=12 .strname=smith .strsex=男 .smark=89 End With End Sub

B.Sub Command1_Click() Dim student As Stutype With student .ino=12 .strname="smith" .strsex="男" .smark=89 End With End Sub

C.Sub Command1_Click() Dim student As Stutype With Stutype .ino=12 .strname="smith" .strsex="男" .smark=89 End With End Sub

D.Sub Command1_click() Dim student As Stutype With student .ino=12 .strname="smith" .strsex="男" .smark=89 End student End Sub


正确答案:B
解析:本题考查为记录类型变量student赋值。使用With语句可以对某个对象执行一系列的语句,而不用重复指出对象的名称。其语法如下:With记录类型变量.记录类型变量成员名=要赋的值…EndWith给记录类型变量中的字符串型成员赋值时要加双引号。

第3题:

设在工程中定义了下列类型: Type Stutype ino As Integer strname As String*20 Strsex As String*1 Smark As Single End Type在窗体上正确使用这个类型的是下列哪个操作 A. Sub Command1_Click() Dim student As Stutype With student .ino=12 .strname=smith .strsex=男 .smark=89 End With End Sub B. Sub Command1_Click() Dim student As Stutype With student .ino=12 .strname="smith" .strsex="男" .smark=89 End With End Sub C. Sub Command1_Click() Dim student As Stutype With Stutype .ino=12 .strname="smith" .strsex="男" .smark=89 End With End Sub D. Sub Command1_Click() Dim student As Stutype With student .ino=12 .strname="smith" .strsex="男" .smark=89 End student End Sub


正确答案:B
【解析】本题考查为记录类型变量student赋值。使用with语句可以对某个对象执行一系列的语句,而不用重复指出对象的名称。其语法如下:
With 记录类型变量
.记录类型变量成员名=要赋的值
...
End With
给记录类型变量中的字符串型成员赋值时要加双引号。

第4题:

You are designing a DNS implementing strategy to meet the business and technical requirement.  Which type of zone should you use?()

  • A、 Sub Zones
  • B、 Standard Primary Zones
  • C、 Secondary Zones
  • D、 Active DirectoryIntegrated Zones

正确答案:D

第5题:

有如下程序: Private Type stu X As String Y As Integer End Type Private Sub Command1 Click( ) Dim a As stu X="ABCD" Y=12345 Print a End Sub 程序运行时出现错误,错误的原因是( )。

A.Type定义语句没有放在标准模块中

B.变量声明语句有错

C.赋值语句不对

D.输出语句Print不对


正确答案:D
D。【解析】本题程序的含义是,定义了一个stu类型,此类型包含有两个变量X和Y,当单击Command控件时,定义一个类型为stu类型的变量a,其中a.X的值为“ABCD”,a.Y的值为12345,再输出a。其中输出语句是错误的,此时输出只能标准输出可以输出a.X或者a.Y。

第6题:

执行下面的程序后,AX寄存器中的数据是( )。 BUT DW 10 DUP (2) XOR AX,AX MOV CX,LENGTH MOV SI,SIZE BUF-TYPE BUF NEXT: ADD AX,BUF [SI] SUB SI,TYPE BUT LOOP

A.20

B.30

C.32

D.40


正确答案:A

第7题:

有如下程序:

Private type stu

X as string

Y as integer

End type

Private Sub Command1_Click()

Dim a as stu

a.x=”ABCD”

a.Y=12345

print a

End Sub

程序运行时出现错误,错误的原因是

A)Type定义语句没有放在标准模块中

B)变量声明语句有错

C)赋值语句不对

D)输出语句print不对


正确答案:D
【答案】:D
【知识点】:结构体类型变量的定义及使用
【解析】结构体类型的变量只能单独引用它的每一个成员,而不能整体使用。故本题选D。

第8题:

执行下面的程序段后,(AX)=______。

ARRAY DW 10 DUP(2)

XOP AX,AX

MOV CX,LENGTH ARRAY

MOV SI,SCE ARRAY-TYPE ARRAY

NEXT: ADD AX,ARRAY[SI]

SUB SI,TYPE ARRAY

LOOP NEXT


正确答案:20
20

第9题:

In a flash type evaporator, all saltwater heaters are vented through individual vent cocks to the ______.

A.saltwater heater shell

B.second-stage condenser

C.atmosphere

D.second-stage flash chamber


正确答案:C

第10题:

单选题
You are using a radar in which your own ship is shown at the center,and the heading flash always points to 0°. If bearings are measured in relation to the flash,what type of bearings are produced? ()
A

Relative

B

TRUE

C

Compass

D

Magnetic


正确答案: D
解析: 暂无解析

更多相关问题