Work packages are used to:
A . Represent units of work at a level where work is performed.
B . Clearly distinguish one work package from all others assigned to a single functional group.
C . Limit the work to be performed to relatively short periods of time.
D . All of the above.
E . A and B only
第1题:
第2题:
下列哪些工程名是合法的()。
A.work_2
B.work2
C.2work
D.work2_
第3题:
2、若有以下说明和语句,则引用方式不正确的是? struct worker{ int no; char *name; }work, *p=&work;
A.work.no
B.(*p).no
C.p->no
D.work->no
第4题:
work
第5题:
若有以下说明和语句,则以下引用方式中不正确的是()。 struct worker { int no; char *name; }work, *p=&work;
A.work.no
B.(*p).no
C.p->no
D.work->no
第6题:
若有以下说明和语句,则引用方式不正确的是? struct worker{ int no; char *name; }work, *p=&work;
A.work.no
B.(*p).no
C.p->no
D.work->no