单选题()is the distance east or west measured in degrees,minutes and seconds of arc on the equator between the prime meridian and the meridian passing through the place.ALongitudeBLatitudeCHeightDBearing

单选题
()is the distance east or west measured in degrees,minutes and seconds of arc on the equator between the prime meridian and the meridian passing through the place.
A

Longitude

B

Latitude

C

Height

D

Bearing


参考解析

解析: 暂无解析

相关考题:

In Trial 9, the electrical force exerted by Sphere Y on Sphere X and the electrical force exerted by Sphere X on Sphere Y were exerted in which direction(s)?A.east; eastB.east; westC.west; westD.west; east

My gyrocompass______is two degrees east.A.troubleB.errorC.wrongD.Mistake

定义枚举如下:publicenumDirection{EAST,SOUTH,WEST,NORTH}下列正确使用该枚举类型的语句是哪项?() A.DirectionDirection=EAST;B.Directiondirection=Direction.WEST;C.inta-Direction.NORTH;D.Directiondirection=2;

The sun _____in the east and ______ in the west.A、rise setB、rose setsC、risen setD、rises sets

Middle east, East Asia, Africa and () are typical societies with high degree of power distance.

Our teacher told us that the earth _____ from west to east. A、turnB、turnsC、turnedD、has turned

East and west, home is _____. (proverb) A、goodB、bestC、the bestD、the worst

请将下列程序的空白处补充完整。Importjava.awt.*;PublicclassEll_4{Publicstaticvoidmain(Stringargs[]){Framef=newFrame(“BorderLayout”);fiadd(“North”,newbuRon(“North”));f.add(“East”,newbutton(“East”));f.add(“West”,newbutton(“West”));f.add(“South”,tf);f.setSize(200,200)fipack();fisetVisible(true);}}

During daylight savings time the meridian used for determining the time is located farther ______.A.west in west longitude and east in east longitudeB.east in west longitude and west in east longitudeC.westD.east

What is NOT an advantage of the rhumb line track over a great circle track?A.Easily plotted on a Mercator chartB.Negligible increase in distance on east-west courses near the equatorC.Does not require constant course changesD.Plots as a straight line on Lambert conformal charts

What is the major advantage of a rhumb line track?A.The vessel can steam on a constant heading (disregarding wind,current,etc)B.The rhumb line is the shortest distance between the arrival and departure pointsC.It is easily plotted on a gnomonic chart for comparison with a great circle courseD.It approximates a great circle on east-west courses in high latitudes

Which magnetic compass corrector(s)CANNOT be set on a heading of magnetic east or magnetic west ________.A.Heeling magnetB.Flinders barC.Fore-and-aft magnetsD.All of the above can be set on magnetic east or magnetic west headings

If the center of low pressure is due west of you in the Northern Hemisphere, which wind direction should you expect?A.South to westB.South to eastC.West to northD.North to east

New Zealand is situated about 1, 500 km ()Anorth-west of AustraliaBsouth-east of AustraliaCnorth-east of AustraliaDsouth-west of Australia

单选题My gyro-compass()is two degrees east.AtroubleBerrorCwrongDmistake

单选题A tropical storm is building strength some distance from your ship. Waves are coming from the east,with periods increasing from 5 seconds to 15 seconds. The swell is from the east. Where was the storm when these new swells were generated? ()ATo the north of youBTo the south of youCTo the east of youDTo the west of you

单选题What is NOT an advantage of the rhumb line track over a great circle track? ()AEasily plotted on a Mercator chartBNegligible increase in distance on east-west courses near the equatorCDoes not require constant course changesDPlots as a straight line on Lambert conformal charts

单选题New Zealand is situated about 1, 500 km ()Anorth-west of AustraliaBsouth-east of AustraliaCnorth-east of AustraliaDsouth-west of Australia

单选题An azimuth angle for a body is measured from the().Aobserver's meridianBGreenwich meridianCbody's meridianDzenith distance

单选题Which magnetic compass corrector(s)CANNOT be set on a heading of magnetic east or magnetic west().AHeeling magnetBFlinders barCFore-and-aft magnetsDAll of the above can be set on magnetic east or magnetic west headings

单选题There is a drifting mine()in position 21 degrees 31 minutes North 124 degrees 20 minutes East.AreportBreportsCreportedDreporting

单选题When latitude and longitude are used,these shall be expressed in()(and decimals of a minute if necessary),north or south of the Equator and east or west of Greenwich.AFathoms and metersBMiles and kilometersCArc and degreesDDegrees and minutes

单选题My gyro-compass error is().Aeast two degreesBtwo degrees eastCtwo east degreesDtwo-degrees east

单选题During daylight savings time the meridian used for determining the time is located farther().AeastBwestCeast in west longitude and west in east longitudeDwest in west longitude and east in east longitude

单选题class Parent {     String one, two;  public Parent(String a, String b){     one = a;     two = b;    }  public void print(){ System.out.println(one); }    }  public class Child extends Parent {     public Child(String a, String b){     super(a,b);     }  public void print(){  System.out.println(one + " to " + two);     }  public static void main(String arg[]){     Parent p = new Parent("south", "north");     Parent t = new Child("east", "west");     p.print();     t.print();     }     }  Which of the following is correct?()A Cause error during compilation. B south     east C south to north     east to west    D south to north     east    E south     east to west

单选题Where is Burma?ATo the east of India.BOn the east of India.COn the west of India.

单选题定义枚举如下:  public  enum  Direction{      EAST,SOUTH,WEST,NORTH      }  下列正确使用该枚举类型的语句是哪项?()ADirection Direction=EAST;BDirection direction=Direction.WEST;Cint a- Direction.NORTH;DDirection direction=2;