149 A program can best be described as:A. A grouping of related activities which last two years or moreB. The first major subdivision of a projectC. A grouping of projects, similar in nature, which support a product or product line and have no definable e

题目

149 A program can best be described as:

A. A grouping of related activities which last two years or more

B. The first major subdivision of a project

C. A grouping of projects, similar in nature, which support a product or product line and have no definable end point

D. A product line

E. Another name for a project


相似考题
更多“149A program can best be described as: A.A grouping of related activities which last two y ”相关问题
  • 第1题:

    A、partly

    B、respect

    C、describe

    D、culture


    正确答案:B

  • 第2题:

    已知last指向单向简单链表的尾结点,将s所指结点加在表尾,不正确的操作是____。

    A.last->next=s,last=s,last->next=NULL;

    B.last->next=s,s->next=NULL,last=s;

    C.s->next=NULL, last->next=s, s=last;

    D.s->next=NULL, last->next=s,last=s;


    s->next=NULL, last->next=s, s=last;

  • 第3题:

    已知last指向单向简单链表的尾结点,将s所指结点插入在表尾,正确的操作是____。

    A.s->next=s,last=s,last->next=NULL;

    B.last->next=s,s->next=NULL,last=s;

    C.s->next=NULL, last->next=s, s=last;

    D.s->next=last, last->next=NULL,last=s;


    B

  • 第4题:

    What learning strategy can the following help to train?
    Match the adjectives on the left with the nouns on the right.

    A.Grouping.
    B.Collocation.
    C.Imitation.
    D.Imagery.

    答案:B
    解析:
    考查学习策在教学中的运用。“将左边的形容词与右边的名词配对”训练的是词的搭配(collocation)。

  • 第5题:

    7、已知last指向单向简单链表的尾结点,将s所指结点加在表尾,正确的操作是____。

    A.s->next=s,last=s,last->next=NULL;

    B.last->next=s,s->next=NULL,last=s;

    C.s->next=NULL, last->next=s, s=last;

    D.s->next=last, last->next=NULL,last=s;


    s->next=NULL, last->next=s, s=last;

  • 第6题:

    已知last指向单向简单链表的尾结点,将s所指结点加在表尾,正确的操作是____。

    A.s->next=s,last=s,last->next=NULL;

    B.last->next=s,s->next=NULL,last=s;

    C.s->next=NULL, last->next=s, s=last;

    D.s->next=last, last->next=NULL,last=s;


    B