● We can use the word processor to (74) your documents.
(74)
A. edit
B. compute
C. translate
D. unload
第1题:
试题(71)~(75)Object-oriented analysis (OOA) is a semiformal specification technique for the object-oriented paradigm. Object-oriented analysis consists of three steps. The first step is (71). It determines how the various results are computed by the product and presents this information in the form. of a (72) and associated scenarios. The second is (73) , which determines the classes and their attributes. Then determine the interrelationships and interaction among the classes. The last step is (74) , which determines the actions performed by or to each class or subclass and presents this information in the form. of (75) .
(71)
A. use-case modeling
B. class modeling
C. dynamic modeling
D. behavioral modeling
(72)
A. collaboration diagram
B. sequence diagram
C. use-case diagram
D. activity diagram
(73)
A. use-case modeling
B. class modeling
C. dynamic modeling
D. behavioral modeling
(74)
A. use-case modeling
B. class modeling
C. dynamic modeling
D. behavioral modeling(75)
A. activity diagram
B. component diagram
C. sequence diagram
D. state diagram
第2题:
A.错误
B.正确
第3题:
● Object-oriented analysis (OOA) is a semiformal specification technique for the object-oriented paradigm. Object-oriented analysis consists of three steps. The first step is (71). It determines how the various results are computed by the product and presents this information in the form. of a (72) and associated scenarios. The second is (73) , which determines the classes and their attributes. Then determine the interrelationships and interaction among the classes. The last step is (74) , which determines the actions performed by or to each class or subclass and presents this information in the form. of (75) .
(71)
A.use-case modeling
B. class modeling
C. dynamic modeling
D. behavioral modeling
(72)
A. collaboration diagram
B. sequence diagram
C. use-case diagram
D. activity diagram
(73)
A. use-case modeling
B. class modeling
C. dynamic modeling
D. behavioral modeling
(74)
A.use-case modeling
B. class modeling
C. dynamic modeling
D. behavioral modeling
(75)
A. activity diagram
B. component diagram
C. sequence diagram
D. state diagram
第4题:
●Object-oriented analysis (OOA) is a semiformal specification technique for the object-oriented paradigm. Object-oriented analysis consists of three steps. The first step is (71). It determines how the various results are computed by the product and presents this information in the form. of a (72) and associated scenarios. The second is (73) , which determines the classes and their attributes, then determines the interrelationships and interaction among the classes. The last step is (74) , which determines the actions performed by or to each class or subclass and presents this information in the form. of (75) .
(71)
A.use-case modeling
B. class modeling
C. dynamic modeling
D. behavioral modeling
(72)
A. collaboration diagram
B. sequence diagram
C. use-case diagram
D. activity diagram
(73)
A. use-case modeling
B. class modeling
C. dynamic modeling
D. behavioral modeling
(74)
A.use-case modeling
B. class modeling
C. dynamic modeling
D. behavioral modeling
(75)
A. activity diagram
B. component diagram
C. sequence diagram
D. state diagram
第5题:
27.If we travel by car ,we_________.
A. can't travel fifty or one hundred miles a day
B. can-t stop at a hotel to spend the night
C. can make our own timetable '
D. can travel to a very far place in several minutes
第6题:
如下程序的运行结果是__________ lst=[12,63,74,51] lst.sort(key= lambda temp:temp%10,reverse=True) print(lst)
A.[74,63,12,51]
B.[12,51,63,74]
C.[51,12,63,74]
D.[74,63,51,12]