i.v is guaranteed always to be 0 or 1.
j.v is guaranteed always to be 0 or 1.
k.v is guaranteed always to be 0 or 1
j.v will always be greater than or equal to k.v at any give time.
k.v will always be greater than or equal to j.v at any give time.
第1题:
Which of the following statements concerning intellectual property is wrong?()
第2题:
Given the following code fragment: public void create() { Vector myVect; myVect = new Vector(); } Which of the following statements are true?()
第3题:
c=d
l and k are parallel
m and l are perpendicular
第4题:
Cargoes are any type of goods transported by any type of ships
Cargoes are goods transported in bulk
Cargoes usually include goods transported in bulk and in containers
Cargoes are usually packaged in containers
第5题:
Special tools are required for lapping or grinding
It is impossible to throttle flow with a butterfly valve
To close the valve, it is only necessary to turn the handle a quarter of a turn
The butterfly valve should never be used in a freshwater system
第6题:
a++;
b++;
c++;
d++;
e++;
第7题:
They are particularly suited for pumping high viscosity fluids
They are started with the discharge valve opened
The flow of liquid is developed by imparting energy due to the rotation of an impeller
They are always mounted in a horizontal position
第8题:
High conductivity of the distillate indicates distillate salinity is excessive
Increasing the absolute pressure of the shell will increase the distillers capacity
Mesh separators are used in evaporators to filter the distillate
Reducing the brine density will reduce the heat lost overboard
第9题:
The cetane number affects the amount of injection lag
The cetane number is an indication of the fuels viscosity
Ignition lag is reduced with fuels having a high cetane number
The cetane number is of little significance in the combustion process
第10题:
It is lower than the ignition temperature
It is the temperature at which a substance will spontaneously ignite
It is the temperature at which a substance, when ignited, will continue to bum
It is the temperature at which the released vapors will fall within the explosive range
第11题:
The greater the atomization, the greater the penetration
The greater the atomization, the less the penetration
The degree of atomization has nothing to do with the degree of penetration
Atomization and penetration are one and the same
第12题:
Viscosity will increase as temperature increases
Viscosity is a measure of a fluid s internal resistance to flow
Viscosity will decrease as temperature decreases
Viscosity is not dependent on temperature
第13题:
If a vessel subject to PSC inspection, PSC Officer shall give the inspection to the Captain, the given timeframe for rectification of each deficiency is commonly given in a coded form which called “action code”, which code listed below is used for indication of detention of the vessel?()
第14题:
Energy can be created or destroyed
Energy may not be transformed
The total quantity of energy in the universe is always the same
None of the above
第15题:
10
30
17
16
第16题:
The application will crash.
The code on line 29 will be executed.
The code on line 5 of class A will execute.
The exception will be propagated back to line 27.
The code on line 5 of class B will execute.
第17题:
The code will fail to compile.
The constructor in a that takes an int as an argument will never be called as a result of constructing an object of class b or c.
Class c has three constructors.
Objects of class b cannot be constructed.
At most one of the constructors of each class is called as a result of constructing an object of class c.
第18题:
Heat is given off from a high temperature region known as a heat sink
Heat transfer rate is affected most by the size of the heat sink involved
Heat transfer rate is affected most by the temperature difference between the heat source and the heat sink
Heat transfer by radiation will occur only by mass motion of a fluid substance
第19题:
Many employees don’t like a conservative dress code.
Comfortable clothes make employees more productive.
A casual clothes code is welcomed by young employees.
All the employers in the U. S. are for casual office wear.
第20题:
Combustion gases flow through the tubes
Flames impinge on the tubes
Combustion occurs in the tubes
Water flows through the tubes
第21题:
All switch statements must have a default label.
There must be exactly one label for each code segment in a switch statement.
The keyword continue can never occur within the body of a switch statement.
No case label may follow a default label within a single switch statement.
A character literal can be used as a value for a case label.
第22题:
The oil temperature is less than the cooling water temperature
The oil pressure is less than the cooling water pressure
The oil pressure is greater than the cooling water pressure
The oil flow control valve is always installed in the oil input line
第23题:
The agent is considered nontoxic at room temperature in low concentrations
The agent is less effective than carbon dioxide
Halon primarily extinguishes the fire by cooling
The agent cannot be used on electrical fires because it leaves a residue
第24题:
The declaration on line 2 does not allocate memory space for the variable myVect.
The declaration on line 2 allocates memory space for a reference to a Vector object.
The statement on line 2 creates an object of class Vector.
The statement on line 3 creates an object of class Vector.
The statement on line 3 allocates memory space for an object of class Vector.