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

题目内容 (请给出正确答案)
单选题
A half-height container is used().
A

to carry cargoes of low density

B

when stowage space is limited

C

to carry cargoes such as steel products or drums

D

to double the stowage capacity of the vessel


参考答案

参考解析
解析: 暂无解析
更多 “单选题A half-height container is used().A to carry cargoes of low densityB when stowage space is limitedC to carry cargoes such as steel products or drumsD to double the stowage capacity of the vessel” 相关考题
考题 You are connected using SQL* Plus to a multitenant container database (CDB) with SYSDBA privilegesand execute the following sequence statements:What is the result of the last SET CONTAINER statement and why is it so?()A. It succeeds because the PDB_ADMIN user has the required privileges.B. It fails because common users are unable to use the SET CONTAINER statement.C. It fails because local users are unable to use the SET CONTAINER statement.D. If fails because the SET CONTAINER statement cannot be used with PDB$SEED as the target pluggable database (PDB).

考题 In your multitenant container database (CDB) containing pluggable database (PDBs), you granted theCREATE TABLE privilege to the common user C A_ADMIN in root and all PDBs. You execute thefollowing command from the root container:SQL >REVOKE create table FROM C A_ADMIN;What is the result?()A. It executes successfully and the CREATE TABLE privilege is revoked from C # # A_ADMIN in root only.B. It fails and reports an error because the CONTAINER=ALL clause is not used.C. It excludes successfully and the CREATE TABLE privilege is revoked from C # # A_ADMIN in root and all PDBs.D. It fails and reports an error because the CONTAINER=CURRENT clause is not used.E.It executes successfully and the CREATE TABLE privilege is revoked from C # # A_ADMIN in all PDBs.

考题 以下程序的输出结果是_____。 include class object {private:int val; public:objec 以下程序的输出结果是_____。include<iostream.h>class object{ private:int val;public:object( ) ;object(int i) ;~object( ) ;};object: :object( ){ val=0;cout < < "Default constructor for object" < < endl;}object: :object(int i){ val=i;cout < < "Constructor for object" < < val < < endl;}object: :~object( ){ cout < < "Destructor for object" < < val < < endl;}class container{ private:object one;object two;int data;public:container( ) ;container(int i,int j,int k) ;~container( ) ;};container: :container( ){ data=0;cout < < "Default constructor for container" < < endl;}container: :container(int i,int j,int k) :two(i) ,one(j){ data=k;cout < < "Constructor for container" < < endl;}container: :~container( ){ cout < < "Destructor for container" < < endl;}void main( ){ container anObj(5,6,10) ;}

考题 在CardLayout布局管理中,用于显示parent容器的前一张卡片的方法是() A.void previous(Container parent)B.void show(Container parent,String name)C.void next(Container parent)D.void first(Container parent)

考题 A high cube container would most likely be used to stow ______.A.dense bulk cargoesB.household appliancesC.fragile cargoesD.heavy industrial machinery

考题 Onboard a Ro-Ro vessel many decks are used for the carriage of both rolling and container cargoes,as such it is most useful if a deck socket accepts both ______.A.Twist-Locks and lashing hooksB.Container locks and bridge fittingsC.Bridge fittings and lashing hooksD.Twist-locks and container locks

考题 The universal lifting spreader is a lifting device used on ______.A.dockside container cranesB.shipboard container cranesC.straddle trucksD.straddle cranes

考题 What purpose does a bridge fitting serve when lashing containers ________.A.Ties a container stack to the deckB.Ties a container to the container below itC.Restrains racking loadsD.Restrains the container against horizontal motion

考题 Where a container,pallet or similar article of transport is used to consolidate goods,the number of packages or units enumerated in the bill of lading as packed in such article of transport ______ to be the number of packages or units in calculating the amount beyond which the carrier or the ship is not reliable.A.Is deemedB.Are deemedC.DeemsD.Deem

考题 A half-height container is used ______.A.to carry cargos of low densityB.when stowage space is limitedC.to carry cargos such as steel products or drumsD.to double the stowage capacity of the vessel

考题 Your multitenant container database (CDB) contains some pluggable databases (PDBs), you execute the following command in the root container: Which two statements are true?()A、Schema objects owned by the C# # A_ADMIN common user can be shared across all PDBs.B、The C # # A_ADMIN user will be able to use the TEMP_TS temporary tablespace only in root.C、The command will, create a common user whose description is contained in the root and each pdb.D、The schema for the common user C # # A_ADMIN can be different in each container.E、The command will create a user in the root container only because the container clause is not used

考题 Write a line of code that declares a variable named layout of type LayoutManager and initializes it with a new object, which when used with a container can lay out components in a rectangular grid of equal-sized rectangles, 3 components wide and 2 components high.()

考题 which of the following is not true about the classification of the cantainers?()A、containers are classified as general purpose (dry cargo) container and specific purpose containerB、general purpose container (GP) is suitable for the widest varieties of cargoC、specific purpose container is suitable for the specific cargoD、bulk container, reefer container, open-top container are all general purpose containers

考题 Your web application requires the ability to load and remove web files dynamically to the web container’s filesystem. Which two HTTP methods are used to perform these actions?()A、PUTB、POSTC、SENDD、DELETEE、REMOVE

考题 多选题In your multitenant container database (CDB) containing same pluggable databases (PDBs), you execute the following commands in the root container: Which two statements are true?()AThe C # # ROLE1 role is created in the root database and all the PDBs.BThe C # # ROLE1 role is created only in the root database because the container clause is not used.CPrivileges are granted to the C##A_ADMIN user only in the root database.DPrivileges are granted to the C##A_ADMIN user in the root database and all PDBs.EThe statement for granting a role to a user fails because the CONTAINER clause is not used.

考题 单选题You are ordering ship’s stores. Which statement is TRUE?().A Stores such as line,rags,mattresses,linens,etc. must be treated to be fire retardantB Stores certified for use on uninspected vessels may be identified by the certification number used by Underwriter's LaboratoriesC A portable container of a flammable liquid used as fuel for portable auxiliary equipment must be stowed in a paint locker or at a designated open locationD Acetylene may be in a ship's storeroom in quantities not exceeding 6000 cubic feet

考题 单选题You are connected using SQL* Plus to a multitenant container database (CDB) with SYSDBA privilegesand execute the following sequence statements:What is the result of the last SET CONTAINER statement and why is it so?()A It succeeds because the PDB_ADMIN user has the required privileges.B It fails because common users are unable to use the SET CONTAINER statement.C It fails because local users are unable to use the SET CONTAINER statement.D If fails because the SET CONTAINER statement cannot be used with PDB$SEED as the target pluggable database (PDB).

考题 多选题Your web application requires the ability to load and remove web files dynamically to the web container’s filesystem. Which two HTTP methods are used to perform these actions?()APUTBPOSTCSENDDDELETEEREMOVE

考题 单选题Which statement is true?()A  A flow layout can be used to position a component that should resize horizontally when the  container is resized.B  A grid layout can be used to position a component tat should maintain a constant size even when  the container is resized.C  A border layout can be used to position component that should maintain a constant size even when  the container is resized.D  The grid bag layout can be used to give a grid-like layout which differs from the normal grid in that individual rows and columns can have unique sizes.E  If two components are placed in the same column of a grid bag layout, and one component resizes horizontally, then the other component must resize horizontally.

考题 单选题A high cube container would most likely be used to stow().A dense bulk cargoesB household appliancesC fragile cargoesD heavy industrial machinery

考题 多选题Which three statements are true about the working of system privileges in a multitenant control database(CDB) that has pluggable databases (PDBs)?()ASystem privileges apply only to the PDB in which they are used.BLocal users cannot use local system privileges on the schema of a common user.CThe granter of system privileges must possess the set container privilege.DCommon users connected to a PDB can exercise privileges across other PDBs.ESystem privileges with the with grant option container all clause must be granted to a common user before the common user can grant privileges to other users.

考题 多选题Your multitenant container database (CDB) contains some pluggable databases (PDBs), you execute the following command in the root container: Which two statements are true?()ASchema objects owned by the C# # A_ADMIN common user can be shared across all PDBs.BThe C # # A_ADMIN user will be able to use the TEMP_TS temporary tablespace only in root.CThe command will, create a common user whose description is contained in the root and each pdb.DThe schema for the common user C # # A_ADMIN can be different in each container.EThe command will create a user in the root container only because the container clause is not used

考题 单选题You are on a containership. The cargo includes a container of small arms ammunition,a container of lead-acid storage batteries and bottles of methyl acetylene. Which statement is TRUE?().A The storage batteries must be stowed on deck away from the ammunitionB The storage batteries must be at least ten horizontal feet away from the methyl acetylene if in the same spaceC The ammunition must be separated from the methyl acetylene by at least one holdD The methyl acetylene may be stowed on deck or under deck with under deck stowage to be used if available

考题 单选题In your multitenant container database (CDB) containing pluggable database (PDBs), you granted theCREATE TABLE privilege to the common user C # # A_ADMIN in root and all PDBs. You execute thefollowing command from the root container:SQL REVOKE create table FROM C # # A_ADMIN;What is the result?()A It executes successfully and the CREATE TABLE privilege is revoked from C # # A_ADMIN in root only.B It fails and reports an error because the CONTAINER=ALL clause is not used.C It excludes successfully and the CREATE TABLE privilege is revoked from C # # A_ADMIN in root and all PDBs.D It fails and reports an error because the CONTAINER=CURRENT clause is not used.E It executes successfully and the CREATE TABLE privilege is revoked from C # # A_ADMIN in all PDBs.

考题 单选题An inflatable liferaft is floating in its container,attached to the ship by its painter,as the ship is sinking rapidly. Which action should be taken with respect to the liferaft container? ()A Cut the painter line so that it will not pull the liferaft container downB Swim away from the container so that you will not be in danger as it goes downC Take no action as the pull on the painter will cause the liferaft to inflate and open the containerD Manually open the container and inflate the liferaft with the hand pump

考题 单选题What purpose does a bridge fitting serve when lashing containers?().A Ties a container stack to the deckB Ties a container to the container below itC Restrains racking loadsD Restrains the container against horizontal motion

考题 填空题Write a line of code that declares a variable named layout of type LayoutManager and initializes it with a new object, which when used with a container can lay out components in a rectangular grid of equal-sized rectangles, 3 components wide and 2 components high.()