Question

Question 1 6 pts (TCO 1) Good system requirement are: Unambiguous - Has one, and only...

Question 1
6 pts
(TCO 1) Good system requirement are:

Unambiguous - Has one, and only one, meaning

Detailed - All significant capabilities and attributes are addressed and terms are fully defined.

Verifiable - Must have some method that determines whether the requirements have been satisfied

All of the above

None of the above



Question 2
6 pts
(TCO 1) A software engineering process (SEP), also known as a software development process, defines the ______ of developing software.

who, what, when and how

why, what and when

why, what and how

None of the above



Question 3
6 pts
(TCO 2) A use case diagram subject represents _____.

the boundary of the system being modeled

the line that should not be crossed

all the actors of the use case

the overall structure of the system



Question 4
6 pts
(TCO 2) Jim has documented a functionality of a system as "to compute gross pay by multiplying the hours worked that are recorded on the time card from the time clock by the hourly rate that is recorded in the employee master file from the database." This is an example of a(n) _____ .

a possible system requirement

an alternate flow of a use case

a post condition of a use case

use case



Question 5
6 pts
(TCO 3) A(n) _____ of an class is where the services or behaviors of the class is defined.

operation

attribute

class

object

abstract class



Question 6
6 pts
(TCO 3) The responsibilities section of the CRC card represents the class’s _____.

relationship

attributes

collaboration

operations or methods

Question 7
6 pts
(TCO 4, 5, 8) An execution occurrence in a sequence diagram is represented by a(n) _____.

thin rectangular box over the lifeline

lifeline

message

actor



Question 8
6 pts
(TCO 4, 5, 8) The order of messages on a sequence diagram goes from _____.

right to left

bottom to top

left to right

top to bottom

Question 9
6 pts
(TCO 4, 5, 8) In a communication diagram, a(n) _____ between actors and objects is shown with an undirected line.

procedure call

data flow

link

message



Question 10
6 pts
(TCO 4, 5, 8) Which of the following objects is most likely to be destroyed at some point in time in a sequence diagram?

Customer

Order

Item

Invoice

0 0
Add a comment Improve this question Transcribed image text
Answer #1

If you post more than 1 question, as HOMEWORKLIB RULES guidelines I have to solve only first question.

Ques 1. Answer : (d) all of the above

  • If the system is ambiguous, then there could arise conflict which is not good. So, system shoulf be unambiguous.
  • It shpuld be detailed so that each and every feature is clear.
  • If it is verified, then it is better trusted and reliable

Ques 2. Answer : (c) why, what and how

why tells the reason for the development of the software

what tells what is eing developed

how represents the process we follow to develop the system

Ques 3. Answer : (a)  the boundary of the system being modeled

Use case diagram represents the boundaries of the system which is to be developed.

Add a comment
Know the answer?
Add Answer to:
Question 1 6 pts (TCO 1) Good system requirement are: Unambiguous - Has one, and only...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Question 15 pts (TCO 6) _____ control determines the types of Internet services that can be...

    Question 15 pts (TCO 6) _____ control determines the types of Internet services that can be accessed, inbound or outbound. Behavior Direction Service User Flag this Question Question 25 pts (TCO 6) A _____ gateway sets up two TCP connections, one between itself and a TCP user on an inner host and one between itself and a TCP user on an outside host. packet filtering stateful inspection application-level circuit-level Flag this Question Question 35 pts (TCO 5) The _____ is...

  • Choose the best answer to each of the following: (1) _____ A system consists of: a....

    Choose the best answer to each of the following: (1) _____ A system consists of: a. A set of objects b. The attributes of objects c. The relationships between objects d. All of the above (2) _____ Which of the following is a type of UML diagram: a. Activity b. Context c. User Interface d. None of the above (3) _____ Requirements can be recorded using: a. Natural language b. Formal methods c. Both of the above d. Neither of...

  • Question 13 pts (TCO 4) Which of the following functions grows at a slower rate than...

    Question 13 pts (TCO 4) Which of the following functions grows at a slower rate than the rest? n2 n log n n3 Flag this Question Question 23 pts (TCO 4) Algorithms can be described using pseudo-code. assignment and arithmetic operations. loops and decision statements. All of the above Flag this Question Question 33 pts (TCO 4) The running time of an algorithm is the time, in milliseconds, it takes to complete its execution. the running time of its implementation....

  • 1. (TCO 7) Which of the following statements are true? (Points : 5)        Interfaces contain...

    1. (TCO 7) Which of the following statements are true? (Points : 5)        Interfaces contain one and only one implemented method, a constructor.        Interfaces are defined inside an abstract class.        All methods defined in an interface must be implemented when used by another class.        A true object-oriented design must contain as least one interface. Question 2. 2. (TCO 7) In an object-oriented program, methods with no implementation might be found in an _____ and/or a(n) ______....

  • Question 116 pts (TCO 2) What is the output of the following code?                         void func(int...

    Question 116 pts (TCO 2) What is the output of the following code?                         void func(int x)                         {                                     x = x * 2;                         } int main( ) {         int x = 10;         func(x);         cout << x << endl; } 20 30 10 5 Question 126 pts (TCO 2) A derived class is typically an example of _____. a “has a” relationship an “is a” relationship a “uses a” relationship an “is used” relationship Question...

  • Question 4 3 pts (TCO 1) Name one advantage of the cut-through switching method as opposed...

    Question 4 3 pts (TCO 1) Name one advantage of the cut-through switching method as opposed to the store-and-forward switching method. Currently built into Cisco switches May provide faster delivery of frames Erroneous frames may pass through Ease of implementation All of the above Flag this Question Question 5 3 pts (TCO 2) Which of the following is a standardized tagging protocol? ISL CDP 802.1Q IEEE DTP Flag this Question Question 6 3 pts (TCO 2) The command one uses...

  • Question 1 (TCO 1) An open-loop control system has all the following except? actuator controller sensor...

    Question 1 (TCO 1) An open-loop control system has all the following except? actuator controller sensor process Question 2 (TCO 1) The controlled variable in a closed-loop system is the direction of a robot arm. Initially it is at 50o; then it is commanded to go to 15o. When the error is 10ofor the first time, what is direction of the robot arm? 15o 25o 10o 35o Question 3 (TCO 1) Which of the following is a closed-loop system? Turning...

  • Question 1 5 pts (TCO 6) Referring to the block diagram below, which signal point is...

    Question 1 5 pts (TCO 6) Referring to the block diagram below, which signal point is the automatic frequency control? W A E B G A A W X Y Z -ON

  • (1) Sequence diagrams represent    (a) exactly what the use case diagram represents.    (b) the...

    (1) Sequence diagrams represent    (a) exactly what the use case diagram represents.    (b) the sequence for a scenario of a use case.    (c) exactly what the class diagram represents.    (d) the sequences that connect multiple use cases together. (2) Actors in a sequence diagram typically interact with    (a) Boundary objects    (b) Entity objects    (c) Any type of object    (d) Control objects (3) Are sequence and communication diagrams different from one another?   ...

  • Question 1: In a tabular form, list the fundamental system modeling perspectives as context, interaction, structural,...

    Question 1: In a tabular form, list the fundamental system modeling perspectives as context, interaction, structural, and behavioral and provide the names of corresponding UML diagrams that best fits to each model perspective. When applicable, provide subcategories for the system modeling perspectives, as well as possible alternative diagrams. Question 2: Imagine you are hired to design a software FBI-HRSW for FBI to be used in its Human Resources Department to hire job applicants. Draw the context model for the FBI-HRSW...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT