考题
The best method for tying two lines of the same size together is by using a ______.A.becket bendB.two bowlinesC.single carrick bendD.square knot
考题
A customer has a Fibre Channel switch residing in a configuration where both production and test data coexist. Which of the following is the simplest method for ensuring that the two types of data do not flow through the same port?()A.VLANB.zoningC.trunkingD.LUN masking
考题
Which statement about two lines spliced together is TRUE ________.A.Splicing is used to increase the circumference of each lineB.Splicing two lines together is stronger than knotting two lines togetherC.Splicing is used to increase the overall strength of the lineD.Splicing is used to prevent rotting of the lines bitter end
考题
Router R1 learns two routes with BGP for prefix 200.1.0.0/16. Comparing the two routes, route 1 has a shorter AS_Path Length, smaller MED, the same Weight, and smaller Local PreferencE. Which of the following is true about Router R1's choice of best path for this prefix?()A、Route 1 is the best route.B、Route 2 is the best route.C、The routes tie as best, but one will be picked to be placed in the routing table based on tiebreakers .D、Neither route is considered best.
考题
A customer has a Fibre Channel switch residing in a configuration where both production and test data coexist. Which of the following is the simplest method for ensuring that the two types of data do not flow through the same port?()A、VLANB、zoningC、trunkingD、LUN masking
考题
You should (松)()the mooring lines at the same time when the wind is big.A、fastenB、slackC、fastD、slacken
考题
The ()(系泊缆绳)consist of a head line ,two breast lines, two spring lines and a stern line.A、moor linesB、mooring linesC、unmoor linesD、unmooring lines
考题
及时调整缆绳。()A、Adjust the mooring lines on time.B、Adjust the mooring lines in time.C、Adjust the mooring lines quickly.D、Adjust the mooring lines slowly.
考题
Which two statements best describe the wireless security standard that is defined by WPA? (Choose two.)()A、It specifies use of a static encryption key that must be changed frequently to enhance security.B、It requires use of an open authentication method.C、It specifies the use of dynamic encryption keys that change each time a client establishes a connection.D、It requires that all access points and wireless devices use the same encryption key.E、It includes authentication by PSK
考题
Router R1 learns two routes with BGP for prefix 200.1.0.0/16. Comparing the two routes, route 1 has a longer AS_Path Length, bigger MED, bigger Weight, and smaller Loca l PreferencE. Which of the following is true about Router R1's choice of best path for this prefix?()A、Route 1 is the best route.B、Route 2 is the best route.C、The routes tie as best, but one will be picked to be placed in the routing table based on tiebreakers.D、Neither route is considered best.
考题
A technician needs to troubleshoot connectivity between two devices located on the same network. Which of the following BEST describes the type of protocol being used?()A、IGPB、EIGRPC、EGPD、BGP
考题
Which of the following best describes how locks are used in DB2?()A、To maintain control of updated rows for commit processingB、To ensure only committed changes are altered by another applicationC、To allow two applications to update the same row of data simultaneouslyD、To prevent multiple applications from accessing the same data simultaneously
考题
Which of the following statements are true?() A、 The equals() method determines if reference values refer to the same object.B、 The == operator determines if the contents and type of two separate objects match.C、 The equals() method returns true only when the contents of two objects match.D、 The class File overrides equals() to return true if the contents and type of two separate objects match.
考题
多选题Which two statements best describe the wireless security standard that is defined by WPA? (Choose two.)()AIt specifies use of a static encryption key that must be changed frequently to enhance security.BIt requires use of an open authentication method.CIt specifies the use of dynamic encryption keys that change each time a client establishes a connection.DIt requires that all access points and wireless devices use the same encryption key.EIt includes authentication by PSK
考题
多选题Which two statements are correct about routing tables in JUNOS?()AThere are separate tables for IPv4 and IPv6 called inet.0 and inet6.0 respectively.BThey only contain the best possible route to each destination.CAll running protocols can populate the routing tables at the same time.DRoutes with the highest preference value are placed as active routes in the routing table.
考题
单选题Two mooring lines may be placed on the same bollard and either one cast off first if().A
the eye of the second line is dippedB
the mooring lines are doubledC
the bollard has two hornsD
one of the lines is a breast line
考题
单选题A Chinese stopper (two lines) will hold best when you().A
fasten the bitter ends to the mooring line with half hitchesB
twist the ends together and hold them in the direction of the pullC
twist the ends together and hold them in the direction opposite to the pullD
twist the ends together and hold them at right angles to the mooring line
考题
单选题Router R1 learns two routes with BGP for prefix 200.1.0.0/16. Comparing the two routes, route 1 has a shorter AS_Path Length, smaller MED, the same Weight, and smaller Local PreferencE. Which of the following is true about Router R1's choice of best path for this prefix?()A
Route 1 is the best route.B
Route 2 is the best route.C
The routes tie as best, but one will be picked to be placed in the routing table based on tiebreakers .D
Neither route is considered best.
考题
单选题You should slack the mooring lines ()when the wind is big.A
at the same timeB
on timeC
in timeD
at times
考题
单选题You should ()the mooring lines at the same time when the wind is big.A
fastenB
slackC
fastD
slacken
考题
单选题Which statement is true?()A
If only one thread is blocked in the wait method of an object, and another thread executes the modify on that same object, then the first thread immediately resumes execution.B
If a thread is blocked in the wait method of an object, and another thread executes the notify method on the same object, it is still possible that the first thread might never resume execution.C
If a thread is blocked in the wait method of an object, and another thread executes the notify method on the same object, then the first thread definitely resumes execution as a direct and sole consequence of the notify call.D
If two threads are blocked in the wait method of one object, and another thread executes the notify method on the same object, then the first thread that executed the wait call first definitely resumes execution as a direct and sole consequence of the notify call.
考题
单选题If two mooring lines are to be placed on the same bollard,which method is BEST?().A
Place the eye from the forward line on the bollard and then place the eye from the second line directly over the firstB
It makes no difference how the lines are placedC
Place the eye from either line on the bollard,and then bring the eye of the other line up through the eye of the first,and place it on the bollardD
Place both eyes on the bollard,in any manner,but lead both lines to the same winch head on the vessel and secure them on the winch
考题
单选题The best method for tying two lines of the same size together is by using a().A
becket bendB
two bowlinesC
single carrick bendD
square knot
考题
多选题Which of the following statements are true?()AThe equals() method determines if reference values refer to the same object.BThe == operator determines if the contents and type of two separate objects match.CThe equals() method returns true only when the contents of two objects match.DThe class File overrides equals() to return true if the contents and type of two separate objects match.
考题
单选题Which statement is TRUE about placing the eyes of two mooring lines on the same bollard?()A
Put one line at the low point and one at the high point of the bollard so they don't touchB
Take the eye of the second line up through the eye of the first line before putting the second line on the bollardC
Never put two mooring lines on the same bollardD
The mooring line forward should be put on the bollard first
考题
单选题Which method of adjusting mooring lines is MOST useful for leaving a boat free to rise and fall with the tide?()A
Crossing the spring linesB
Slacking all forward running lines while keeping all after running lines tautC
Doubling up on spring or breast linesD
Slacking bow and stern lines
考题
单选题In a storm,the leeward lines of a ship’s mooring system will().A
pull the unit in the same direction that the weather is pushing itB
pull the unit in the opposite direction that the weather is pushing itC
tend to keep the unit on its original location over the well headD
affect the unit's draft and inclination as maximum mooring tensions are reached