多选题Which two statements are true about a Work Item with "Open" Notification? ()(Choose two.)AThe Work Item is not eligible for Purge.BThe Work Item is eligible for a Permanent purge.CThe Work Item is eligible for a Temporary purge.DThe Work Item is not co

题目
多选题
Which two statements are true about a Work Item with "Open" Notification? ()(Choose two.)
A

The Work Item is not eligible for Purge.

B

The Work Item is eligible for a Permanent purge.

C

The Work Item is eligible for a Temporary purge.

D

The Work Item is not complete because it still has Open Notification.

E

The Work Item is eligible for both Temporary and Permanent purge.


相似考题
参考答案和解析
正确答案: C,A
解析: 暂无解析
更多“多选题Which two statements are true about a Work Item with "Open" Notification? ()(Choose two.)AThe Work Item is not eligible for Purge.BThe Work Item is eligible for a Permanent purge.CThe Work Item is eligible for a Temporary purge.DThe Work Item is not co”相关问题
  • 第1题:

    ●The project budget has been finalized.Additional work has been discovered that was not planned for in the budget or project scope.(74) could provide the fund to cover the newly discovered work item.

    (74) A. Contingency reserve

    B. Project profit

    C. Management reserve

    D. Special fund


    正确答案:C

  • 第2题:

    Which two statements are true about AH?() (Choose two.)

    A. AH provides data integrity.

    B. AH is identified by IP protocol 50.

    C. AH is identified by IP protocol 51.

    D. AH cannot work in conjunction with ESP


    参考答案:A, C

  • 第3题:

    An application needs a table for each connection that tracks the ID and Name of all items previously ordered and committed within the connection. The table also needs to be cleaned up and automatically removed each time a connection is ended. Assuming the ITEMS table was created with the following SQL statement:CREATE TABLE items item_no INT, item_name CHAR(5), item_qty INT)Which of the following SQL statements will provide the table definition that meets the specified requirements?()

    A.DECLARE GLOBAL TEMPORARY TABLE tracker AS (SELECT item_no, item_name FROM items) WITH NO DATA ON COMMIT PRESERVE ROWS ON DISCONNECT DROP TABLE

    B.DECLARE GLOBAL TEMPORARY TABLE tracker AS (SELECT item_no, item_name FROM items) WITH NO DATA ON COMMIT PRESERVE ROWS

    C.CREATE TABLE systmp.tracker AS (SELECT item_num, item_name FROM items) WITH NO DATA ON COMMIT PRESERVE ROWS

    D.CREATE TABLE tracker AS (SELECT item_num, item_name FROM items) ON COMMIT PRESERVE ROWS ON DISCONNECT DROP TABLE


    参考答案:B

  • 第4题:

    The project budget has been finalized.Additional work has been discovered that was not planned for in the budget or project scope. (74) could provide the fund to cover the newly discovered work item.

    A.Contingency reserve
    B.Project profit
    C.Management reserve
    D.Special fund

    答案:C
    解析:
    项目的预算还未最终确定,额外的工作已经发现,没有计划的预算或并不在项目范围内。管理储备可以提供该基金支付新发现的工作项。

  • 第5题:

    已知xml文档包含如下内容(list为根元素): <list> <item id="0001"> <price>18</price> </item> <item id="0002"> <price>15</price> </item> <item/> <product> <item id="01"></item> </product> </list> 使用xslt进行转换时,语句<xsl:template match=”/list/item[@id]”>能够匹配到()个item元素。

    • A、3
    • B、2
    • C、1
    • D、0

    正确答案:B

  • 第6题:

    An application needs a table for each connection that tracks the ID and Name of all items previously ordered and committed within the connection. The table also needs to be cleaned up and automatically removed each time a connection is ended. Assuming the ITEMS table was created with the following SQL statement: CREATE TABLE items item_no INT, item_name CHAR(5), item_qty INT) Which of the following SQL statements will provide the table definition that meets the specified requirements?()

    • A、DECLARE GLOBAL TEMPORARY TABLE tracker AS (SELECT item_no, item_name FROM items) WITH NO DATA ON COMMIT PRESERVE ROWS ON DISCONNECT DROP TABLE
    • B、DECLARE GLOBAL TEMPORARY TABLE tracker AS (SELECT item_no, item_name FROM items) WITH NO DATA ON COMMIT PRESERVE ROWS
    • C、CREATE TABLE systmp.tracker AS (SELECT item_num, item_name FROM items) WITH NO DATA ON COMMIT PRESERVE ROWS
    • D、CREATE TABLE tracker AS (SELECT item_num, item_name FROM items) ON COMMIT PRESERVE ROWS ON DISCONNECT DROP TABLE

    正确答案:B

  • 第7题:

    Which two statements are true about AH?() (Choose two.)

    • A、AH provides data integrity.
    • B、AH is identified by IP protocol 50.
    • C、AH is identified by IP protocol 51.
    • D、AH cannot work in conjunction with ESP

    正确答案:A,C

  • 第8题:

    You execute this command to drop the ITEM table, which has the primary key referred in the ORDERtable:  SQL> DROP TABLE scott.item CASCADE CONSTRAINTS PURGE;  Which two statements are true about the effect of the command()

    • A、No flashback is possible to bring back the ITEM table.
    • B、The ORDER table is dropped along with the ITEM table.
    • C、The dependent referential integrity constraints in the ORDER table are disabled.
    • D、The dependent referential integrity constraints in the ORDER table are removed.
    • E、The table definition of the ITEM table and associated indexes are placed in the recycle bin.

    正确答案:A,D

  • 第9题:

    In the COURSE_ENROLLMENT form module, you define a master-detail relation between the COURSES_OFFERED data block and the STUDENT data block, respectively. To implement block coordination, which statement must be true?()

    • A、 The Enforce Primary Key property on the STUDENT block is set to Yes. 
    • B、 The Alias property on the COURSES_OFFERED block is set to Student. 
    • C、 The Copy Value from item property on the foreign key item in the STUDENT blocks is set to the primary key item of the COURSES_OFFERED block. 
    • D、 The Synchronize with item property on the foreign key item in the STUDENT block is set to the primary key item of the COURSES_OFFERED block.

    正确答案:C

  • 第10题:

    单选题
    Which statement is true about item records and inventory management? ()
    A

     With IBM Maximo Asset Management V6.2 (IMAM), item records are created in the Item Master application, and storeroom records are created in the Storerooms application, but inventory is managed in the Inventory application.

    B

     With IMAM, item records are created in the Storerooms application, and storeroom records are created in the Inventory application, but inventory is managed in the Inventory application.

    C

     With IMAM, item records are created in the Inventory application, and storeroom records are created in the Item Master application, and inventory is managed in the Item Master application.

    D

     With IMAM, item records are created in the Inventory application, and storeroom records are created in the Storerooms application, but inventory is managed in the Item Master application.


    正确答案: B
    解析: 暂无解析

  • 第11题:

    多选题
    You execute this command to drop the ITEM table, which has the primary key referred in the ORDERtable:  SQL> DROP TABLE scott.item CASCADE CONSTRAINTS PURGE;  Which two statements are true about the effect of the command()
    A

    No flashback is possible to bring back the ITEM table.

    B

    The ORDER table is dropped along with the ITEM table.

    C

    The dependent referential integrity constraints in the ORDER table are disabled.

    D

    The dependent referential integrity constraints in the ORDER table are removed.

    E

    The table definition of the ITEM table and associated indexes are placed in the recycle bin.


    正确答案: C,D
    解析: 暂无解析

  • 第12题:

    多选题
    When defining a function activity, what is true about the Result Type?() (Choose two.)
    A

    Result Type is optional.

    B

    Result Type is mandatory.

    C

    Result Type can be changed after it is assigned to the function activity.

    D

    Result Type should belong to the same item type as the function activity


    正确答案: D,C
    解析: 暂无解析

  • 第13题:

    When defining a function activity, what is true about the Result Type?() (Choose two.)

    A. Result Type is optional.

    B. Result Type is mandatory.

    C. Result Type can be changed after it is assigned to the function activity.

    D. Result Type should belong to the same item type as the function activity


    参考答案:A, C

  • 第14题:

    请完成下列Java程序:实现2个下拉式菜单,一个包含exit菜单项,另一个包含item1和item2共2个菜单项。要求选择exit菜单项时,退出程序;选择item1菜单项之后,item1项变为不可选而item2可选;选择item2菜单项时,item2变为不可选而item1可选。

    注意:请勿改动main()主方法和其他已有语句内容,仅在下划线处填入适当的语句。

    程序运行结果如下:

    import java.awt.*;

    import java.awt.event.*;

    public class ex18_2 extends Frame. implements ActionListener {

    private choiceHandler ch;

    private MenuItem item1;

    private MenuItem item2;

    public static void main(String[] arg) {

    new ex18_2 ( );

    }

    ex18_2 ( ) {

    setTitle("ex18_2");

    MenuItem item;

    ch = new choiceHandler();

    MenuBar mb = new MenuBar();

    Menu fm = new Menu("File");

    fm.addSeparator();

    fm.add(item = new MenuItem("Exit"));

    item.addActionListener(this);

    fm.add(item);

    mb.add(fm);

    Menu mm = new Menu("Choice");

    mm.add(item1 = new MenuItem("item1"));

    item1.addActionListener(ch);

    mm.add(item2 = new MenuItem("item2"));

    item2.addActionListener(ch);

    mb.add(mm);

    setMenuBar(mb);

    setSize(200,200);

    show();

    }

    public void actionPerformed(ActionEvent ae) {

    if(ae.getActionCommand().equals("Exit"))

    System.exit(0);

    else

    System.out.println(ae.getActionCommand());

    }

    class choiceHandler implements ActionListener {

    public void actionPerformed(ActionEvent ae) {

    String strCommand = ae.getActionCommand();

    if(_________________) {

    item2.setEnabled(true);

    item1.setEnabled(false);

    } else if(______________________) {

    item2.setEnabled(false);

    item1.setEnabled(true);

    }

    }

    }

    }


    正确答案:strCommand.equals(”item1”) strCommand.equals(”item2”)
    strCommand.equals(”item1”) strCommand.equals(”item2”) 解析:本题主要考查AWT建立菜单的基本方法和事件处理机制,以及控制菜单项的可选与否。解题关键是熟悉菜单的创建和设置方法,掌握菜单的事件处理模型,通过事件处理机制实现对菜单项的设置。本题中,第1个空,判断菜单命令是由选择 item1项发出的,则进行相关的设置;第2个空,判断菜单命令是由选择item2项发出的,则进行相关的操作。

  • 第15题:

    在有N个缓冲区的生产者消费者的问题中,下列叙述中哪些是错误的?producer() { int item; while(TRUE) { item = produce_item(); P(empty); P(mutex); insert_item(item); V(mutex) V(full); } } consumer() { int item; while(TRUE) { P(full); P(mutex); item = remove_item(); V(mutex); V(mutex); consume_item(item); } }

    A.信号量empty的初值为N

    B.信号量full的初值为0

    C.信号量mutex的初值为0

    D.P(full)和P(mutex)两条语句可以颠倒顺序

    E.V(mutex)和V(mutex)两条语句可以颠倒顺序


    正确答案:CD

  • 第16题:

    print({x:’item’+str(x**2)forxin(2,4,6)})输出什么?()

    • A、[2,’item4’,4,’item16’,6,’item36’]
    • B、{2:’item4’,4:’item16’,6:’item36’}
    • C、{2,4,6}
    • D、{’item4’,’item16’,’item36’}

    正确答案:B

  • 第17题:

    Which statement is true about item records and inventory management? ()

    • A、 With IBM Maximo Asset Management V6.2 (IMAM), item records are created in the Item Master application, and storeroom records are created in the Storerooms application, but inventory is managed in the Inventory application.
    • B、 With IMAM, item records are created in the Storerooms application, and storeroom records are created in the Inventory application, but inventory is managed in the Inventory application.
    • C、 With IMAM, item records are created in the Inventory application, and storeroom records are created in the Item Master application, and inventory is managed in the Item Master application.
    • D、 With IMAM, item records are created in the Inventory application, and storeroom records are created in the Storerooms application, but inventory is managed in the Item Master application.

    正确答案:A

  • 第18题:

    What is a rotating item?()

    • A、A rotating item is an individual item that is defined with a common item number. An item is designated as rotating because one wants to be able to create individual asset records by using the information (Classification, Specification,and Item Assembly Structure) contained on the item record.
    • B、A rotating item is a set of items that are defined with a specific code. An item is designated as rotating because one does not want to be able to create individual asset records by using the information (Classification, Specification, and Item Assembly Structure) contained on the item record.
    • C、A rotating item is a set of kits that are defined with a specific description and GL. An item is designated as rotating because one has the single cost to manage prefers to be able to create individual asset records by using the information (Classification, Specification, and Item Assembly Structure) contained on the assembly record.
    • D、A rotating item is an individual item that is defined with a common item number and can be a spare part. An item is designated as rotating because one wants to be able to create multiple asset records by using the information (Classification, Specification, and Item Assembly Structure) contained on the item set records.

    正确答案:A

  • 第19题:

    When defining a function activity, what is true about the Result Type?() (Choose two.)

    • A、Result Type is optional.
    • B、Result Type is mandatory.
    • C、Result Type can be changed after it is assigned to the function activity.
    • D、Result Type should belong to the same item type as the function activity

    正确答案:A,C

  • 第20题:

    Which two statements are true about a Work Item with "Open" Notification? ()(Choose two.)

    • A、The Work Item is not eligible for Purge.
    • B、The Work Item is eligible for a Permanent purge.
    • C、The Work Item is eligible for a Temporary purge.
    • D、The Work Item is not complete because it still has "Open" Notification.
    • E、The Work Item is eligible for both Temporary and Permanent purge.

    正确答案:A,D

  • 第21题:

    单选题
    What item is mainly assessed in the following question?How well did you work in your group tasks?
    A

    Language performance.

    B

    Improvement in strategies.

    C

    Progress.

    D

    Classroom participation.


    正确答案: B
    解析:

  • 第22题:

    单选题
    If you find this item too difficult to work out, it is _____ to leave as it is and move to the next one.
    A

    advisable

    B

    changeable

    C

    variable

    D

    adaptable


    正确答案: A
    解析:
    句意:如果你认为这个题目太难做不出来,留着它去做下一个是可取的。advisable可取的,明智的。changeable可变的。variable易变的。adaptable能适应的,可修改的。

  • 第23题:

    多选题
    Which two statements are true about AH?() (Choose two.)
    A

    AH provides data integrity.

    B

    AH is identified by IP protocol 50.

    C

    AH is identified by IP protocol 51.

    D

    AH cannot work in conjunction with ESP


    正确答案: D,A
    解析: 暂无解析