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

题目内容 (请给出正确答案)
单选题
The objectives of the ISM Code are to ensure ().
A

safety at sea

B

prevention of human injury or loss of life

C

avoidance of damage to the marine environment and to property

D

all of the above


参考答案

参考解析
解析: 暂无解析
更多 “单选题The objectives of the ISM Code are to ensure ().A safety at seaB prevention of human injury or loss of lifeC avoidance of damage to the marine environment and to propertyD all of the above” 相关考题
考题 2 The activities of an organisation have to be managed and co-ordinated to ensure that its objectives are met. The organisation’s structure is designed to support this.Required:(a) What is meant by the term ‘organisational structure,’ often shown as an organisation chart? (5 marks)

考题 You need to write a code segment that transfers the first 80 bytes from a stream variable named stream1 into a new byte array named byteArray.You also need to ensure that the code segment assigns the number of bytes that are transferred to an integer variable named bytesTransferred.Which code segment should you use?()A.bytesTransferred=stream1.Read(byteArray,0,80);B.C.D.

考题 The requirements of the ISM Code may be applied toA.only oil tankersB.only passenger shipsC.only containersD.all kinds of ships

考题 The installation and prevision of fire fighting equipment is mainly subject toA.ISM CodeB.ISPS CodeC.IBC CodeD.FSS Code

考题 The installation and provision of fire fighting equipment is mainly subject to ___.A.ISM codeB.ISPS codeC.IBC codeD.FSS code

考题 The objectives of the ISM Code are to ensure ①safety at sea②prevention of human injury or loss of life③avoidance of damage to the marine environment and to propertyA.①B.②C.②③D.①②③

考题 You are creating an undo buffer that stores data modifications.You need to ensure that the undo functionality undoes the most recent data modifications first.You also need to ensure that the undo buffer permits the storage of strings only.Which code segment should you use?()A、Stackstring undoBuffer=new Stackstring();B、Stack undoBuffer=new Stack();C、Queuestring undoBuffer=new Queuestring();D、Queue undoBuffer=new Queue();

考题 You work as an application developer at Certkiller .com. Certkiller .com has instructed you to create a class named MetricFormula. This class will be used to compare MetricUnit and EnglishUnit objects.The MetricFormula is currently defined as follows (Line numbers are used for reference purposes only): 1. public class MetricFormula2. { 3. 4. } You need to ensure that the MetricFormula class can be used to compare the required objects. What should you do? ()A、 Add the following code on line 1: : IComparable {B、 Add the following code on line 1: : IComparer {C、 Add the following code on line 3: public int Compare (object x, object y) {// implementation code }D、 Add the following code on line 3: public int CompareTo (object obj) {// implementation code }

考题 单选题Which kind of vessel is not required to comply with the ISM code until 2002?()A Passenger ships and high-speed crafts of 500 gross tons or moreB Oil tankers and Chemical tankers and Gas carriersC Bulk freight vesselsD General cargo vessels

考题 单选题The ship security officer shall have knowledge and have received training, taking into account the guidance given in Part B of ()A the ISM CodeB the ISPS CodeC the IBC CodeD the IGC Code

考题 单选题In the ISM code, “company” doesnt mean()A the ship ownerB the manager or bareboat chartererC a person assuming the responsibility for ship operationD a business enterprise dealing with freight

考题 单选题Under ISM Code the ship to which it applies has to carry ()A an International Ship Security CertificateB an International Oil Pollution Prevention CertificateC a Safety Management CertificateD an International Ballast Water Management Certificate

考题 单选题1992年发布的卡德伯利报告是()A Report of Committee on the Financial Aspects of Corporate GovernanceB Enhancing Corporate Governance for Banking OrganizationsC Internal Control: Guidance for Directors on the Combined Code,Turnbull ReportD Control Objectives for Information and Related Technology

考题 单选题A(An)()should be issued for every company complying with the requirement of the ISM Code by the Administration.A ISMB DOCC SMCD PSC

考题 单选题The ISM Code is a part of ()A SOLASB MARPOLC STCWD Ballast Water convention

考题 单选题The ISM code is part of().A SOLASB STCWC MARPOLD High Speed Craft Code

考题 单选题Which of the following about ISM Code is not right?()A It aims to ensure safety at seaB It aims to avoid damage to the environmentC It aims to prevent human injury or loss of lifeD It aims to provide a method to run a company

考题 单选题我国政府规定,对船舶实施ISM Code认证工作由()执行,对船公司实施ISM Code认证工作由()执行。A 中华人民共和国海事局/中国船级社B 中国船级社/中华人民共和国交通运输部C 中华人民共和国海事局或船级社/中华人民共和国交通运输部D 中国船级社/中华人民共和国海事局

考题 单选题All the following are the objectives of ISM code except().A to ensure safety at seaB to ensure prevention of human injury or loss of lifeC to ensure avoidance of damage to the environment,in particular,to the marine environment,and to propertyD to ensure achievement of shipping profits by both the carrier/owner and the shipper

考题 单选题The objectives of()are to ensure safety at sea, prevention of human injury or loss of life, and avoidance of damage to the environment,in particular to the marine environment and to property.A COLREGB IMDGC ISMD SOLAS

考题 单选题You are developing an application that runs by using the credentials of the end user. Only users who are members of the Administrator group get permission to run the application. You write the following security code to protect sensitive data within the application.bool isAdmin=false;  WindowsBuiltInRole role=WindowsBuiltInRole.Administrator; ......  if(!isAdmin)          throw new Exception("User not permitted");   You need to add a code segment to this security code to ensure that the application throws an exception if a user is not a member of the Administrator group. Which code segment should you use?()A AB BC CD D

考题 单选题During PSC inspection related to the ISM Code, of the Safety Management System (SMS) should be carried out if clear grounds are established()A a less favorable inspectionB a more favorable inspectionC a less detailed inspectionD a more detailed inspection

考题 单选题The safety management objectives of the ISM Code are ().A to provide for safe practices in ship operation and a safe working environmentB to establish safeguards against all identified risksC to continuously improve safety management skills of personnel, including preparing for emergenciesD all the above

考题 单选题A safety management system that satisfies the requirements of the ISM Code is a system of prevention designed to prevent pollution and improve safety. The safety management system shall include the following functional requirements, please find out the non applicable function().A A safety and environmental protection policy;B Instructions and procedures to ensure safety operation of ships and protection of the environment in compliance with relevant international and flag state legislationC Provide a guarantee that there will never be another accident or technical defectD Defined levels of authority and lines of communication between and amongst, shore and shipboard personnel

考题 单选题The requirements of the ISM Code may be applied to ().A only oil tankersB only passenger shipsC only containersD all ships

考题 单选题You are creating a Windows Forms application by using the .NET Framework 3.5.You plan to develop a new control for the application. You need to ensure that the control extends the DataGridView control by allowing the cells to contain multicolored text. What should you do?()A Override the OnPaint method.B Write a code segment to handle the CellPainting event.C Write a code segment to handle the CellParsing event.D Write a code segment to handle the RowPostPaint event.

考题 单选题ISM Code.在()通过。A 1993.7.1B 1994.5.24C 1995.7.1D 1996.7.1