The Rational Unified Process(RUP)is a software engineering process, which captures many of best practices in modem software development. The notions of(71)and scenarios have been proven to be an excellent way to capture function requirements. RUP can be described in two dimensions - time and content. In the time dimension, the software lifecycle is broken into cycles. Each cycle is divided into four consecutive(72)which is concluded with a well-defined(73)and can be further broken down into(74)- a complete development loop resulting in a release of an executable product, a subset of the final product under development, which grows incrementally to become the final system. The content structure refers to the disciplines, which group(75)logically by nature.
A.artifacts
B.use-cases
C.actors
D.workers
第1题:
Givenclassesdefinedintwodifferentfiles:1.packageutil;2.publicclassBitUtils{3.publicstaticvoidprocess(byte[]){/*morecodehere*/}4.}1.packageapp;2.publicclassSomeApp{3.publicstaticvoidmain(String[]args){4.byte[]bytes=newbyte[256];5.//insertcodehere6.}7.}Whatisrequiredatline5inclassSomeApptousetheprocessmethodofBitUtils?()
A.process(bytes);
B.BitUtils.process(bytes);
C.util.BitUtils.process(bytes);
D.SomeAppcannotusemethodsinBitUtils.
E.importutil.BitUtils.*;process(bytes);
第2题:
A. show ip ospf [process - id] interface
B. show ip ospf neighbor
C. show ip ospf [process - id]
D. show ip ospf [process - id area - id] database
第3题:
PROCESS语句属于()语句。
第4题:
A.process(bytes);
B.BitUtils.process(bytes);
C.app.BitUtils.process(bytes);
D.util.BitUtils.process(bytes);
E.import util.BitUtils.*; process(bytes);
F.SomeApp cannot use the process method in BitUtils.
第5题:
第6题:
process语句属于并行语句。