What are the four steps in creating a use case description?
What will be an ideal response?
Use case descriptions are created with these four steps:
A. Use agile stories, problem definition objectives, user requirements, or a features list.
B. Ask about the tasks that must be done.
C. Determine if there are any iterative or looping actions.
D. The use case ends when the customer goal is complete.
You might also like to view...
The _________ are the fundamental entities that can be scheduled and dispatched to run on one of the system processors.
A) ?Processes ? B) ?Kernel threads C) ?LWPs ? D) ?ULTs
Which of the following will cause a syntax error?
A. for (index = 0; index < 6000000;) { x = 123.456789 / 987.654321; } B. numberArray = new Array(SIZE); C. for (index = 0; index < SIZE; index++) { numberArray[index] = index + 1; } D. for (index = 0; index < SIZE; index++) { bookTitles[index] = prompt ("Enter title for book #" + (index + 1) + ":",ES); }
The == symbol is referred to as the ______ operator.?
Fill in the blank(s) with the appropriate word(s).
Which of the following is NOT true about a red-black tree?
a) it is balanced b) its insertion operation requires one pass from root to leaf c) its deletion operation requires one pass from root to leaf d) it requires more storage than a 2-3-4 tree