网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
A Master should file a marine note of protest if().
A
cargo was received at ship side which was damaged in land transit
B
longshore labor went on strike in the port causing undue vessel delay
C
portions of his vessel's cargo were illegally impounded in a foreign port
D
the vessel encountered heavy weather which might have caused cargo damage
参考答案
参考解析
解析:
暂无解析
更多 “单选题A Master should file a marine note of protest if().A cargo was received at ship side which was damaged in land transitB longshore labor went on strike in the port causing undue vessel delayC portions of his vessel's cargo were illegally impounded in a foreign portD the vessel encountered heavy weather which might have caused cargo damage” 相关考题
考题
A note of protest is a declaration made by the Master of a vessel before a notary public.Its purpose is to ________ .A.protest acts of violence or misconduct by the vessels crewB.state that damage to cargo or vessel was caused by improper loading or pilferage by others rather than ships personnelC.state that the damage to ship,cargo or both was due to the perils of the seaD.state that the perishable cargo was damaged because of negligence by port authorities or other officials
考题
If the vessel encountered rough voyage,the captain of the vessel shall ________ his note of protest to harbor authorities after vessel's arrival.A.typewriteB.conveyC.submitD.take down
考题
If while the ship is in port damage is verified after survey,the master should submit a note of extended protest to ________ as that to which the initial protest was submitted.A.another partyB.any authoritiesC.the same partyD.any party concerned
考题
______ is not a proper office at which a note of sea protest should be filed.A.ConsulB.Notary PublicC.Marine Protest OfficeD.Diplomatic Representative
考题
A declaration made by the Master before a PRC Consul,giving particulars regarding heavy weather or other incidents which may have caused damage to the vessel or cargo,through no fault of the vessel,her officers,or crew is a(n) ______.A.cargo addendumB.exception reportC.Master's declarationD.note of protest
考题
A Master should file a marine note of protest if ______.A.cargo was received at ship side which was damaged in land transitB.longshore labor went on strike in the port causing undue vessel delayC.portions of his vessel's cargo were illegally impounded in a foreign portD.the vessel encountered heavy weather which might have caused cargo damage
考题
A Master would be well advised to file a note of protest if ______.A.Portions of his vessel’s cargo were illegally impoundedB.Longshore labor went on strike in a port causing undue vessel delayC.Cargo was received at ship side which was damaged in land transitD.The vessel encountered heavy weather which might have caused bottom damage
考题
Fearing damage from either or both of the above incidents,the Master now ______ me this note of protest,reserving to himself the right to extend same at time and place convenient.A.entersB.enters intoC.enters withD.enters to
考题
uring the course of a voyage,a seaman falls on the main deck and injures his ankle. The Master should submit a Report of Marine Accident,Injury or Death if the ______.A.injury results in loss of life onlyB.injury is the result of misconductC.injured is incapacitatedD.injured needs first aid
考题
In the case of an injury causing a person to be incapacitated,the Master or person in charge of a mobile offshore drilling unit must submit a report to the ______.A.nearest Marine Safety or Marine Inspection OfficeB.nearest hospitalC.Department of EnergyD.American Bureau of Shipping
考题
The damage to a vessel is over $25,000. Who must notify the nearest Coast Guard Marine Safety or Marine Inspection Office as soon as possible?A.The Master of the vesselB.The Radio OfficerC.The Chief OfficerD.All of the above
考题
单选题A master would be well advised to note a sea protest if().A
portions of his vessel's cargo were illegally impoundedB
longshoreman went on strike against the overtimeC
the vessel encountered heavy weather which might have caused some damages to herD
a wreck of fishing boat was located on the voyage
考题
单选题A Master would be well advised to file a note of protest if().A
Portions of his vessel's cargo were illegally impoundedB
Longshore labor went on strike in a port causing undue vessel delayC
Cargo was received at ship side which was damaged in land transitD
The vessel encountered heavy weather which might have caused bottom damage
考题
单选题In the master’s note of sea protest, I reserve the right to extend same at time and place convenient. What’s the meaning of the same?().A
same timeB
sea protestC
reportD
accident
考题
单选题A note of protest is a declaration made by the Master of a vessel before a notary public.Its purpose is to().A
Protest acts of violence or misconduct by the vessel's crewB
State that damage to cargo or vessel was caused by improper loading or pilferage by others rather than ship's personnelC
State that the damage to ship,cargo or both was due to the perils of the seaD
State that the perishable cargo was damaged because of negligence by port authorities or other officials
考题
单选题The master shall be()the marine environment when taking collision-avoiding action.A
Aware ofB
Clear ofC
In charge ofD
Interested with
考题
单选题During the course of a voyage,a seaman falls on the main deck and injures his ankle. The Master should submit a Report of Marine Accident,Injury or Death if the().A
injured needs first aidB
injured is incapacitatedC
injury results in loss of life onlyD
injury is the result of misconduct
考题
单选题()is not a proper office at which a note of sea protest should be filed.A
ConsulB
Notary PublicC
Marine Protest OfficeD
Diplomatic Representative
考题
单选题You are creating an ASP.NET Web site. The site has a master page named Custom.master. The code-behind file for Custom.master contains the following code segment.Partial Public Class Custom Inherits System.Web.UI.MasterPagePublic Property Region As String Protected Sub Page_Load(ByVal sender As Object,ByVal e As System.EventArgs) Handles Me.LoadEnd SubEnd Class You create a new ASP.NET page and specify Custom.master as its master page.You add a Label control named lblRegion to the new page. You need to display the value of the master pages Region property in lblRegion.What should you do? ()A
Add the following code segment to the Page_Load method of the page code-behind file. Dim custom As Custom = Me.Parent lblRegion.Text = custom.RegionB
Add the following code segment to the Page_Load method of the page code-behind file. Dim custom As Custom = Me.Master lblRegion.Text = custom.RegionC
Add the following code segment to the Page_Load method of the Custom.Master.vb code-behind file. Dim lblRegion As Label = Page.FindControl(lblRegion) lblRegion.Text = Me.RegionD
Add the following code segment to the Page_Load method of the Custom.Master.vb code-behind file. Dim lblRegion As Label = Master.FindControl(lblRegion) lblRegion.Text = Me.Region
考题
单选题In the case of an injury causing a person to be incapacitated,the Master or person in charge of a mobile offshore drilling unit must submit a report to the().A
nearest Marine Safety or Marine Inspection OfficeB
nearest hospitalC
Department of EnergyD
American Bureau of Shipping
考题
单选题You modify an existing Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You add a theme to the ASP.NET application. You need to apply the theme to override any settings of individual controls. What should you do?()A
In the Web.config file of the application,set the Theme attribute of the pages element to the name of the theme.B
In the Web.config file of the application,set the StyleSheetThemeattribute of the pages element to the name of the theme.C
Add a master page to the application. In the @Master directive,set the Theme attribute to the name of the theme.D
Add a master page to the application. In the @Master directive,set the StyleSheetTheme attribute to the name of the theme.
考题
单选题Fearing damage from either or both of the above incidents,the Master now()me this note of protest,reserving to himself the right to extend same at time and place convenient.A
entersB
enters intoC
enters withD
enters to
考题
单选题The damage to a vessel is over $25,000. Who must notify the nearest Coast Guard Marine Safety or Marine Inspection Office as soon as possible?()A
The Master of the vesselB
The Radio OfficerC
The Chief OfficerD
All of the above
考题
单选题During the course of a voyage,a seaman falls on the main deck and injures his ankle. The Master should submit a Report of Marine Accident,Injury or Death if the().A
injured is unfit for dutyB
injured is able to return to workC
injury results in loss of life onlyD
injury is the result of misconduct
热门标签
最新试卷