网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
______ outlines the Admiralty method of Harmonic tidal analysis for long and short observation periods plus a volume on datums for hydrographic surveys.
A.Ocean Passages for the World(NP136)
B.Admiralty Tidal Stream Atlases
C.Admiralty Manual of Tides(NP120)
D.Admiralty Tidal Handbooks(NP122 1-3)
参考答案
更多 “ ______ outlines the Admiralty method of Harmonic tidal analysis for long and short observation periods plus a volume on datums for hydrographic surveys.A.Ocean Passages for the World(NP136)B.Admiralty Tidal Stream AtlasesC.Admiralty Manual of Tides(NP120)D.Admiralty Tidal Handbooks(NP122 1-3) ” 相关考题
考题
Java语言中数值数据的类型能自动转换,按照从左到右的转换次序为()。A.byte→int→short→long→float→doubleB.byte→short→int→long→float→doubleC.byte→short→int→float→long→doubleD.short→byte→int→long→float→double
考题
自动类型转换是按优先关系从低级数据转换成高级数据,规定的优先次序是( )。A.byte, short, char→int→long→float→doubleB.float→int→long→byte, short, char→doubleC.int→long→float→double→byte, short, charD.double→int→float→long→byte, short, char
考题
自动类型转换规定的优先次序是( )。A.short,byte,char→long→int→float→doubleB.short,byte,char→int→long―float→doubleC.byte,short,char→long→int→float→doubleD.byte,short,char→int→long→float→double
考题
以下代码中变量result的可能类型有哪些?byte b = 11;short s = 13;result = b * ++s;
A.byte, short, int, long, float, doubleB.boolean, byte, short, char, int, long, float, doubleC.byte, short, char, int, long, float, doubleD.byte, short, charE.int, long, float, double
考题
______ gives daily predictions of the times and heights of high and low waters for over 230 standard and 6,000 secondary ports in the world.A.Admiralty Tide TablesB.Admiralty Tidal Stream AtlasesC.Admiralty Manual of Tides(NP120)D.Admiralty Tidal Handbooks(NP122 1-3)
考题
______ offers a detailed description of tidal theory and its application to the analysis and prediction of tides and tidal streams.A.Ocean Passages for the World(NP136)B.Admiralty Tidal Stream AtlasesC.Admiralty Manual of Tides(NP120)D.Admiralty Tidal Handbooks(NP122 1-3)
考题
The latest known details of lights are given in ______.A.gives daily predictions of the times and heights of high and low water for a selection of Standard PortsB.lists the principal harmonic constants for all those ports where they are known,for use for prediction by the Simplified Harmonic Method of Tidal PredictionC.is a comprehensive guide for the yachtsmanD.permits the mariner to select and simultaneously calculate tidal heights for multiple ports for up to seven days
考题
The major tidal streams for selected waters of North West Europe are shown in diagrammatic form in ______.A.Admiralty Tidal Stream AtlasesB.Admiralty Tidal Stream AtlasesC.Admiralty Manual of Tides(NP120)D.Admiralty Tidal Handbooks(NP122 1-3)
考题
In the statistical analysis method of Engineering quality,it is generally adopted to find the primary and secondary factors affecting the quality( )
在工程质量统计分析方法中,寻找影响质量主次因素的方法一般采用( )。A.Permutation graph method
排列图法B.Causal Analysis Graph
因果分析图法C.histogram method
直方图法D.Control Chart Method
控制图法
考题
class A { protected int method1(int a, int b) { return 0; } } Which two are valid in a class that extends class A?() A、 public int method1(int a, int b) { return 0; }B、 private int method1(int a, int b) { return 0; }C、 private int method1(int a, long b) { return 0; }D、 public short method1(int a, int b) { return 0: }E、 static protected int method1(int a, int b) { return 0; }
考题
都是VB.NET中的数据类型的选项是()A、Short、Integer、Long、Float、DoubleB、Short、Int、Long、Single、DoubleC、Integer、Long、Single、Double、DecimalD、Boolen、Byte、Bit、Decimal、Date
考题
Java中整型包括()。A、int,byte,charB、int,short,long,byte,charC、int,short,long,charD、int,short,long,byte
考题
public class Yikes { public static void go(Long n) {System.out.println(”Long “);} public static void go(Short n) {System.out.println(”Short “);} public static void go(int n) {System.out.println(”int “);} public static void main(String [] args) { short y= 6; long z= 7; go(y); go(z); } } What is the result?() A、 int LongB、 Short LongC、 Compilation fails.D、 An exception is thrown at runtime.
考题
public class Wow { public static void go(short n) {System.out.println(”short”); } public static void go(Short n) {System.out.println(”SHORT”);} public static void go(Long n) {System.out.println(” LONG”); } public static void main(String [] args) { Short y= 6; int z=7; go(y); go(z); } } What is the result?() A、 short LONGB、 SHORT LONGC、 Compilation fails.D、 An exception is thrown at runtime.
考题
单选题public class Wow { public static void go(short n) {System.out.println(”short”); } public static void go(Short n) {System.out.println(”SHORT”);} public static void go(Long n) {System.out.println(” LONG”); } public static void main(String [] args) { Short y= 6; int z=7; go(y); go(z); } } What is the result?()A
short LONGB
SHORT LONGC
Compilation fails.D
An exception is thrown at runtime.
考题
多选题Given the following code, which method declarations, when inserted at the indicated position, will not cause the program to fail compilation?() public class Qdd1f { public long sum(long a, long b) { return a + b; } // insert new method declaration here }Apublic int sum(int a, int b) { return a + b; }Bpublic int sum(long a, long b) { return 0; }Cabstract int sum();Dprivate long sum(long a, long b) { return a + b; }Epublic long sum(long a, int b) { return a + b; }
考题
单选题Traditionally,the signal for fire aboard ship is().A
more than 6 short blasts and 1 long blast on the whistle,and the same signal on the general alarmB
continuous sounding of the ship's whistle and the general alarm for at least 10 secondsC
1 short blast on the whistleD
alternating short and long blasts on the ship's whistle
考题
单选题The stowage factor for a cargo is based upon().A
one short tonB
one short metric tonC
one long tonD
one long metric ton
考题
单选题()offers a detailed description of tidal theory and its application to the analysis and prediction of tides and tidal streams.A
Ocean Passages for the WorldB
Admiralty Tidal Stream AtlasesC
Admiralty Manual of TidesD
Admiralty Tidal Handbooks
考题
单选题()outlines the Admiralty method of Harmonic tidal analysis for long and short observation periods plus a volume on datums for hydrographic surveys.A
Ocean Passages for the WorldB
Admiralty Tidal Stream AtlasesC
Admiralty Manual of TidesD
Admiralty Tidal Handbooks
考题
多选题class A { protected int method1(int a, int b) { return 0; } } Which two are valid in a class that extends class A?()Apublic int method1(int a, int b) { return 0; }Bprivate int method1(int a, int b) { return 0; }Cprivate int method1(int a, long b) { return 0; }Dpublic short method1(int a, int b) { return 0: }Estatic protected int method1(int a, int b) { return 0; }
考题
单选题The latest known details of lights are given in().A
gives daily predictions of the times and heights of high and low water for a selection of Standard PortsB
lists the principal harmonic constants for all those ports where they are known,for use for prediction by the Simplified Harmonic Method of Tidal PredictionC
is a comprehensive guide for the yachtsmanD
permits the mariner to select and simultaneously calculate tidal heights for multiple ports for up to seven days
考题
单选题public class Yikes { public static void go(Long n) {System.out.println(”Long “);} public static void go(Short n) {System.out.println(”Short “);} public static void go(int n) {System.out.println(”int “);} public static void main(String [] args) { short y= 6; long z= 7; go(y); go(z); } } What is the result?()A
int LongB
Short LongC
Compilation fails.D
An exception is thrown at runtime.
考题
单选题The abandon ship signal sounded by the vessels whistle is ().A
6 short blasts and 1 long blastB
long blast mare than 6 short blastsC
more than 6 short blasts and 1 long blastD
1 long blast of at least 10 seconds
热门标签
最新试卷