代做web | 代做uml | Mvc | quiz代写 – Exam 2

Exam 2

代做web | 代做uml | Mvc | quiz代写 – 这道题目是利用uml进行的编程代写任务, 是比较典型的web/uml/Mvc等代写方向, 这是值得参考的quiz代写的题目

web代写 代写web 网站代写

Started: Mar 10 at 9:52am

quiz Instructions

Question 1^0.^25 pts
True
False
The main structural components are identified from requirements in the architectural
design phase, and then they are further used for designing software.
Question 2^0.^25 pts
True
False
Informal block diagrams are often used as architectural representations.
Question 3 0. 25 pts
True
False
Explicit architecture complicates system analysis, i.e., checking whether the system
meets its non-functional requirements is possible.

Question 4 0. 25 pts True False Repository architecture is used when building new facilities on top of existing systems. Question 5 0. 25 pts True False The availability characteristic means that software uses fine-grain, replaceable components. Question 6 0. 25 pts True False In client-server architecture, the functionality of the system is organized into services, and each service is delivered from a separate server. Question 7 0. 25 pts

True False Mvc supports the representation of the same data in different ways with changes made in one representation shown in all of them. Question 8 0. 25 pts True False Pipe and filter architecture is used in data processing applications where inputs are processed in separate stages to generate related outputs. Question 9 0. 25 pts True False Software design is the process of implementing a program. Question 10 0. 25 pts True Both structural and dynamic models could involve objects and relationships between them.

False Question 11 0. 25 pts True False Object identification could only be done by a grammatical approach based on a description of the system. Question 12 0. 25 pts True False Structural patterns provide various object creation mechanisms, which increase flexibility and reuse of existing code. Question 13 0. 25 pts True False To keep track of many different software versions, it is a good idea to use a configuration management system.

Question 14 0. 25 pts True False Software engineering reuse is acceptable only at the component and abstraction levels. Question 15 0. 25 pts True False The BSD license is less flexible than the GNU licenses. Question 16 0. 25 pts True False Unit test cases can be classified by two types: 1) that reflect the normal operation of a program and 2) that show that software works as expected. Question 17 0. 25 pts In the partition testing strategy, groups of inputs that have common characteristics should be identified. Some test(s) per each such group should then be created and

True False run. Question 18 0. 25 pts True False Test cases for the component testing are applied to the interface of the composite component. Question 19 0. 25 pts True False Structural uml models may only be static. Question 20 0. 25 pts True False An association is a link between classes that indicates that there is some relationship between these classes

Question 21 0. 25 pts True False Class inheritance is a mechanism in object-oriented languages that implements generalization. Question 22 0. 25 pts True False Event-driven modeling has no assumption about the number of states in a system being modeled. Question 23 0. 25 pts True False Model-driven architecture uses domain-specific guidelines but not language-specific patterns to generate executable code. Question 24 0. 25 pts

True False In model-driven engineering, code is generated automatically. Question 25 0. 25 pts True False Physical connectivity between systems is implemented in middleware. Question 26 0. 25 pts True False Client-server architecture can only have two tiers. Question 27 0. 25 pts True False In fat-client systems, application processing is implemented on the client end.

Question 28 0. 25 pts True False RESTful web services use SOAP/WSDL. Question 29 0. 5 pts How will the system be distributed across hardware cores or processors? How to allocate budget between teams developing components? What strategy will be used to control the operation of the components in the system? What will be the fundamental approach used to structure the system? Which design patterns to use for implementation of components? Which of the following are the typical questions to make architectural design decisions? Question 30 0. 5 pts Model-View-Controller Architecture Layered Architecture Sustainable architecture Repository architecture Client-server architecture Which of the following are the architectural patterns?

Pipe and filter architecture Question 31 0. 5 pts Singleton Observer Iterator Adapter Which of the following are the behavioral software patterns? Question 32 0. 5 pts computation independent model computation specific model platform independent model platform specific model Model-driven architecture offers the following types of model: Question 33 0. 5 pts Parameter interfaces Shared memory interfaces In interface testing, the following types of interfaces can be tested:

Humancomputer interfaces Message passing interfaces Procedural interfaces Voice-user interfaces Question 34 0. 5 pts Unit testing Component testing System testing Genetic testing Which of the following are the types of development testing? Question 35 2. 5 pts Identify possible objects in a design of software to stream video (such as Youtube). List fields and methods for each object and explain (informally) how these objects relate to each other. Question 36 2. 5 pts You are given a program that is run from the command line and that implements binary search over an array of integer numbers. The array has to be read from a text

Not saved file. Describe (informally) several test cases for this program that maximize the test coverage. For each of them, formulate assumptions about the input data and expectations about the outputs. Explain how you call the program and how you prepare test data. Submit Quiz