网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
Buoys are marked with reflective material to assist in their detection by searchlight. Which statement is TRUE? ()
A

A safe-water buoy will display red and white vertical stripes of reflective material

B

All reflective material is white because it is the most visible at night

C

A special-purpose mark will display either red or green reflective material to agree with its shape

D

A preferred-channel buoy displays either red or green reflective material to agree with the top band of color


参考答案

参考解析
解析: 暂无解析
更多 “单选题Buoys are marked with reflective material to assist in their detection by searchlight. Which statement is TRUE? ()A A safe-water buoy will display red and white vertical stripes of reflective materialB All reflective material is white because it is the most visible at nightC A special-purpose mark will display either red or green reflective material to agree with its shapeD A preferred-channel buoy displays either red or green reflective material to agree with the top band of color” 相关考题
考题 According to the text, the career of Jack Lindsay as a writer can be described as _____.[A]inventive[B]productive[C]reflective[D]inductive

考题 What does VAT stand for?A. Value-Assist TagB. Value-Added TaxC. Value-Added TagD. Value-Assist Tax

考题 On either side of York River Entrance Channel, there are areas bounded by short-long magenta lines and marked by yellow buoys. These areas are ______.A.fish trap areasB.designated anchoragesC.spoil areasD.naval exercise areas

考题 In April, 2009, President Hu inspected the warships in Qingdao, the 60th anniversary of the founding of the PLA Navy.A. marking B. marked C. having marked D. being marked

考题 You are sailing south on the Intracoastal Waterway(ICW)when you sight a green can buoy with a yellow square painted on it.Which of the following is TRUE ________.A.You should pass the buoy close aboard on either sideB.The buoy marks the end of the ICW in that areaC.You should leave the buoy to portD.The yellow square is retroreflective material used to assist in sighting the buoy at night

考题 Which buoy will NOT display white retro reflective material ________.A.Safe water markB.Isolated danger markC.Preferred channel markD.Daymark of no lateral significance

考题 A vessel’s position should be plotted using bearings of ______.A.buoys close at handB.fixed known objects on shoreC.buoys at a distanceD.All of above

考题 Port-hand buoys are painted () in color.A、greenB、redC、yelloD、white

考题 Which is the earliest line in the following code after which the object created on the line marked (0) will be a candidate for being garbage collected, assuming no compiler optimizations are done? ()  public class Q76a9 {   static String f() {   String a = "hello";   String b = "bye"; // (0)   String c = b + "!"; // (1)   String d = b;  b = a; // (2)   d = a; // (3)   return c; // (4)  }   public static void main(String args[]) {   String msg = f();   System.out.println(msg); // (5)   }   }  A、The line marked (1).B、The line marked (2).C、The line marked (3).D、The line marked (4).E、The line marked (5).

考题 单选题The name and hailing port of a documented commercial vessel is().A not required to be marked anywhere on the vesselB required to be marked on both bows and on the keelC required to be marked on the stern with the name of the vessel marked on both bowsD required to be marked on the keel,stern,and both bows

考题 单选题What occurs on a Frame Relay network when the CIR is exceeded?()A All TCP traffic is marked discard eligibleB All UDP traffic is marked discard eligible and a BECN is sentC All TCP traffic is marked discard eligible and a BECN is sentD All traffic exceeding the CIR is marked discard eligible

考题 单选题The ship is moored()buoys.A ofB onC alongsideD to

考题 单选题The ship is to ()to buoys.A moorB berthC anchorD dock

考题 单选题Which line contains a constructor in this class definition?()   public class Counter { // (1)   int current, step;   public Counter(int startValue, int stepValue) { // (2)   set(startValue);   setStepValue(stepValue);  }   public int get() { return current; } // (3)   public void set(int value) { current = value; } // (4)   public void setStepValue(int stepValue) { step = stepValue; } // (5)  }A Code marked with (1) is a constructorB Code marked with (2) is a constructorC Code marked with (3) is a constructorD Code marked with (4) is a constructorE Code marked with (5) is a Constructor

考题 单选题Two navigational hazards are located near to each other,but each is marked by an individual cardinal buoyage system. The buoys of one cardinal system may be identified from the other system by().A the differing light colorsB one system having odd numbers while the other system has even numbersC one system using horizontal bands while the other system uses vertical stripesD the difference in the periods of the light

考题 单选题Which buoy will NOT display white retro reflective material().A Safe water markB Isolated danger markC Preferred channel markD Daymark of no lateral significance

考题 单选题According to Bartlett, reflective teaching includes five stages, mapping, informing and three other stages EXCEPT _________.A monitoringB contestingC appraisalD acting

考题 单选题The positions and characteristics of lights and buoys shown within the port area are().A untrueB impossibleC suspectfulD unimportant

考题 单选题You are the network administrator of an enterprise with a main site and multiple remote sites. Your networkcarries both VOIP and data traffic. You agree with your service provider to classify VOIP and data trafficaccording to the different service RFCs. How can your data and VOIP traffic be marked?()A data marked with DSCP AF21,VOIP marked with DSCP EFB data marked with DSCP AF51,VOIP marked with DSCP EFC data marked with the DE-bit. VOIP marked with the CLP-bitD data marked with DSCP EF,VOIP marked with DSCP AF31E data marked with IP precedence 5,VOIP marked with DSCP EF

考题 单选题What occurs on a Frame Relay network when the CIR is exceeded?()A All TCP traffic is marked discard eligible.B All UDP traffic is marked discard eligible and a BECN is sent.C All TCP traffic is marked discard eligible and a BECN is sent.D All traffic exceeding the CIR is marked discard eligible.

考题 单选题The port of registry is().A not required to be marked anywhere on the vesselB required to be marked on both bows and on the keelC required to be marked on the stern with the name of the vessel marked on both bowsD required to be marked on the keel, stern, and both bows

考题 单选题Which is the earliest line in the following code after which the object created on the line marked (0) will be a candidate for being garbage collected, assuming no compiler optimizations are done? ()  public class Q76a9 {   static String f() {   String a = "hello";   String b = "bye"; // (0)   String c = b + "!"; // (1)   String d = b;  b = a; // (2)   d = a; // (3)   return c; // (4)  }   public static void main(String args[]) {   String msg = f();   System.out.println(msg); // (5)   }   }A The line marked (1).B The line marked (2).C The line marked (3).D The line marked (4).E The line marked (5).

考题 单选题You are the network administrator of an enterprise with a main site and multiple remote sites. Your network carries both VOIP and data traffic. You agree with your service provider to classify VOIP and data traffic according to the different service RFCs. How can your data and VOIP traffic be marked?()A data marked with DSCP AF21,VOIP marked with DSCP EFB data marked with DSCP AF51,VOIP marked with DSCP EFC data marked with the DE-bit,VOIP marked with the CLP-bitD data marked with DSCP EF,VOIP marked with DSCP AF31E data marked with IP precedence 5 VOIP marked with DSCP EF

考题 单选题Green lights may appear on().A horizontally banded buoysB vertically striped buoysC yellow buoysD spherical buoys

考题 单选题On a ship,how many ring buoys are required to have a buoyant line attached?()A One ring life buoyB One ring life buoy on each side of the shipC Three ring life buoysD Two ring life buoys on each side of the ship

考题 单选题Fishing gear with buoys ahead()you.A ofB onC forD at

考题 单选题When entering a channel from seaward,the numbers on buoys().A are the same as their Light List numberB are marked in 6 inch figures with retroreflective materialC increase with the even numbers to starboardD decrease with the odd numbers to starboard