网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
The date and time kept in the radiotelephone log shall commence at().
A
midnight
B
noon
C
beginning of the watch
D
any convenient time
参考答案
参考解析
解析:
暂无解析
更多 “单选题The date and time kept in the radiotelephone log shall commence at().A midnightB noonC beginning of the watchD any convenient time” 相关考题
考题
We trust that you will be able to accept our offer, which shall() against reply by cableA、kept openB、keep validC、be kept firmD、be keeping open
考题
You are using replication and the binary log files on your master server consume a lot of disk space. Which two steps should you perform to safely remove some of the older binary log files?()
A.Use the command PURGE BINARY LOGS and specify a binary log file name or a date and time to remove unused filesB.Execute the PURGE BINARY LOGE NOT USED commandC.Remove all of the binary log files that have a modification date earlier than todayD.Edit the .index file to remove the files you want to deleteE.Ensure that none of the attached slaves are using any of the binary logs you want to delete
考题
为了使程序的输出的正确结果为: Now is 2004.7.10 10:10:10. 那么应在下列程序划线处填入的正确语句是( )。 那么应在下列程序划线处填入的正确语句是( )。 #include <iostream> using namespace std; class TIME; class DATE { public: DATE(int y=2004,int m=1,int d=1) { year=y; month=m; day=d; } friend void DateTime(DATE d, TIME t); private: int year, month, day; }; class TIME { public: TIME(iht h=0, int m=0,int s=0) { hour=h; minute=m; second=s; } friend void DateTime(DATE d,TIME t); private: int hour,minute, second; }; ______________________ //函数 DateTime 的首部 { cout<<"Now is"<<d.year<<'.'<<d.month<<'.'<<d.day<< ' '<<t.hour<<":"<<t.minute<<':'<<t.second<<'.'<<end1; } int main ( ) { DATE d(2004,7,10); TIME t(10, 10, 10); DateTime(d,t); return 0; }A.void DateTime(DATE d,TIME t)B.void TIME::DateTime(DATE d,TIME t) constC.friend void DateTime(DATE d,TIME t)D.void DATE::DateTime(DATE d,TIME t)
考题
Date Time是一个Date类型的变量,以下赋值语句中正确的是 ( )A.DateTime="5/12/03"B.Date Time=September 1, 2003C.DateTime=#12 :15 :30 AM#D.Date Time=("8/8/99")
考题
Admiralty Sailing Directions are Kept up to date by________.A.correctionsB.publicationsC.supplementsD.alterations
考题
材料:A Passenger Ship Safety Certificate shall be issued for a period not exceeding 12 months.A Cargo Ship Safety Construction Certificate,Cargo Ship Safety Equipment Certificate and Cargo Ship Safety Radio Certificate shall be issued for a period specified by the Administration which shall not exceed five years.An Exemption Certificate shall not be valid for longer than the period of the certificate to which it refers.(i)When the renewal survey is completed within three months before the expiry date of the existing certificate,the new certificate shall be valid from the date of completion of the renewal survey to:(1)for a passenger ship,a date not exceeding 12 months from the date of expiry of the existing certificate;(2)for a cargo ship,a date not exceeding five years from the date of expiry of the existing certificate;(ii)When the renewal survey is completed after the expiry date of the existing certificate,the new certificate shall be valid from the date of completion of the renewal survey to:(1)for a passenger ship,a date not exceeding 12 months from the date of expiry of the existing certificate;(2)for a cargo ship,a date not exceeding five years from the date of expiry of the existing certificate;(iii)when the renewal survey is completed more than three months before the expiry date of the existing certificate,the new certificate shall be valid from the date of completion of the renewal survey to:(1)for a passenger ship,a date not exceeding 12 months from the date of completion of the renewal survey;(2)for a cargo ship,a date not exceeding five years from the date of completion of the renewal survey.问题:The valid period of an Exemption Certificate for Cargo Ship Safety Equipment Certificate shall be ________.A.longer than five yearsB.shorter than five yearsC.longer than 12 monthsD.shorter than 12 monthsWhen the renewal survey is completed within one month before the expiry date of the existing Cargo Ship Safety Construction Certificate,the new certificate shall be valid ________.A.from the date of completion of the renewal survey to a date not exceeding 12 months from the date of expiry of the existing certificateB.from the date of completion of the renewal survey to a date not exceeding five years from the date of expiry of the existing certificateC.from the date of expiry of the existing certificate to a date not exceeding 12 months from the dateD.from the date of expiry of the existing certificate to a date not exceeding five years from the dateIt can be concluded that the actual period of validity of a new Passenger Ship Safety Certificate is less than 12 months if the renewal survey is completed ________.A.4 months before its expiry dateB.3 months before its expiry dateC.2 months before its expiry dateD.after its expiry dateWhen the renewal survey is completed on a date which is 99 days before the expiry date of the existing Cargo Ship Safety Radio Certificate,the new certificate shall be valid ________.A.from the date of completion of the renewal survey to a date not exceeding 12 months from the date of expiry of the existing certificateB.from the date of completion of the renewal survey to a date not exceeding five years from the date of expiry of the existing certificateC.from the date of expiry of the existing certificate to a date not exceeding 12 months from the dateD.from the date of completion of the renewal survey to a date not exceeding five years from that date请帮忙给出每个问题的正确答案和分析,谢谢!
考题
Admiralty Sailing Directions published in England are kept up to date by______.A.correctionsB.publicationsC.supplementsD.Alterations
考题
Based on which two conditions can master Preventive Maintenance (PM) schedules be created?()A、 elapsed time since the target start date or completion date of previous work generated by PM B、 difference between completion date of previous work and system date is equal to Lead Time C、 elapsed time since the target start date or completion date of the latest work orders for the assetD、 metered equipment usage since the target start date or completion date of previous work generated by PME、 metered equipment usage since the target start date or completion date of the latest work order for the asset
考题
我希望没有让你久等。()A、I hope I have not kept you waiting for long.B、I hope I have not kept you waiting for a short time.C、I hope I have not kept you waiting for a while.D、I hope I have not kept you waiting for a little time.
考题
After installing WebSphere Commerce,the WebSphere Application Server fails to start. Which log file will help determine if WebSphere Application Server was installed correctly?()A、WAS_installdir/logs/log.txt B、WC_installdir/logs/install_date_time.log C、WAS_installdir/logs/WC_instance_name/SystemOut.log D、WC_installdir/instances/instance_name/xml/instance_name.xml E、WAS_installdir/logs/serverStatus.log
考题
单选题After installing WebSphere Commerce,the WebSphere Application Server fails to start. Which log file will help determine if WebSphere Application Server was installed correctly?()A
WAS_installdir/logs/log.txt B
WC_installdir/logs/install_date_time.log C
WAS_installdir/logs/WC_instance_name/SystemOut.log D
WC_installdir/instances/instance_name/xml/instance_name.xml E
WAS_installdir/logs/serverStatus.log
考题
单选题Admiralty Sailing Directions are Kept up to date by ().A
correctionsB
publicationsC
supplementsD
alterations
考题
单选题All charts and publications should be kept up to date with the()amendmentsA
latestB
updateC
lastD
up-to-date
考题
多选题You are using replication and the binary log files on your master server consume a lot of disk space. Which two steps should you perform to safely remove some of the older binary log files?()AUse the command PURGE BINARY LOGS and specify a binary log file name or a date and time to remove unused filesBExecute the PURGE BINARY LOGE NOT USED commandCRemove all of the binary log files that have a modification date earlier than todayDEdit the .index file to remove the files you want to deleteEEnsure that none of the attached slaves are using any of the binary logs you want to delete
考题
单选题At least()two-way VHF radiotelephone apparatus shall be provided on every cargo ship of 300 tons gross tonnage and upwards but less than 500 tons gross tonnage.A
oneB
twoC
threeD
four
考题
单选题The International Sewage Pollution Prevention Certificate shall be issued for a period specified by the Administration, which shall not exceed from the date of issue()A
six monthsB
one yearC
three yearD
five years
考题
单选题All stations which receive a distress alert shall immediately cease().A
any transmissionB
any harmful transmissionC
to use radiotelephoneD
using radiotelephone
考题
单选题According to the “Vessel Bridge-to-Bridge Radiotelephone Act”,your radiotelephone log must contain().A
a record of all routine callsB
a record of your transmissions onlyC
the home address of the vessel's Master or ownerD
a summary of all distress calls and messages
考题
单选题You want the ability to recovery any time within the last seven days and therefore you configured the recovery window retention policy using the command: RMAN CONFIGURE RETENTIOH POLICY TO RKCOVFRY WINDOW OF 7 DAYS; After configuring the recovery window, you performed the database backup as follows:()A
Backup RB1 at log sequence number 12871 on 5th JanB
Backup RB2 at log sequence number 15622 on 12th JanC
Backup RB3 at log sequence 16721 on 15th JanD
On 20th Jan when the log sequence number was 18112 you realize that there Is a need to a point in time at the beginning of the recovery window. You have all an hived redo log files to date.
考题
单选题When making entries in the Oil Record Book, the date, operational code and item number shall be inserted in the appropriate columns and the required particulars shall be recorded () in the blank spaces.A
periodicallyB
occasionallyC
chronologicallyD
additionally
考题
单选题which one of the following should maria do to display the release date in a text column?()A
used the number and time format options B
used the @date to text functions to convert time to text C
concatenated the date types using mathematical operators D
used the @text functions to convert time and number data to text in text columns
考题
单选题At an unsheltered anchorage the chief engineer officer shall consult with the master whetheror not to maintain an underway watch“An underway watch” means()A
a watch which is kept with lower standardB
a watch which is kept when the ship isnt sailingC
a watch which is kept when the ship is sailingD
a watch which is kept when the ship is in a restricted visibility area
考题
单选题Wat is NOT required in the radiotelephone log?()A
Distress and alarm signals transmitted or interceptedB
Times of beginning and end of watch periodC
Routine navigational trafficD
Daily statement about the condition of the required radiotelephone equipment
考题
单选题General requirements for a vessel’s radiotelephone station log are that().A
logs must be kept in an orderly mannerB
erasures are not allowedC
it must identify the vessel's name and official numberD
All of the above
考题
单选题Sailing directions are kept up to date by ().A
publicationsB
notices to marinersC
supplementsD
Annual Summary of Admiralty Notices to Mariners
考题
单选题After conducting an abandonment drill,the Master or person in charge of a ship shall log().A
the names of crew members who participated in the drillB
the length of time that each motor propelled lifeboat was operated in the drillC
the length of time the lifeboat was in the waterD
the time it took to lower the boat
热门标签
最新试卷