Deck 9: Process Specifications and Structured Decisions

ملء الشاشة (f)
exit full mode
سؤال
When drawing the tree, systems analysts do not have to identify:

A) all outcomes.
B) all actions.
C) the order.
D) all conditions.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
In order to use structured English, which convention is not advisable?

A) Express all logic in terms of sequential structures, decision structures, case structures, or iterations.
B) Blank a line and indent blocks of statements to show their hierarchy.
C) Use and capitalize accepted keywords such as IF, THEN.
D) Be careful when using "and" and "or."
سؤال
In order to determine the human information requirements using a decision analysis strategy, what must the systems analyst determine?

A) necessary data
B) objectives
C) information
D) data structure
سؤال
Which of the following is not a problem when creating decision tables?

A) impossible situations
B) too many conditions
C) redundancy
D) contradictions
سؤال
Unlike the decision tree used in management science, what doesn't the analyst's tree contain?

A) decisions
B) conditions
C) outcomes
D) actions
سؤال
When creating process specifications, what needs to be done for manual tasks?

A) Create well-defined procedures for employees performing the tasks.
B) Replace them with automated processes.
C) Outline the decisions using a decision tree.
D) Nothing, they are not part of processing specifications.
سؤال
Which of the following is not one of the main problems that can occur in developing decision tables?

A) incompleteness
B) impossible situations
C) contradictions
D) repetition
سؤال
Process logic may be represented as:

A) structured English.
B) a decision table.
C) a decision tree.
D) a formula.
E) All of the above.
سؤال
Which of the following is not a business rule format?

A) business conditions and actions
B) user ethics
C) logical inferences
D) processing sequences
سؤال
Which of the following is not one of the three basic constructs used to code computer programs?

A) sequence
B) selection
C) iteration
D) computation
سؤال
Which is not one of three main advantages of a decision tree over a decision table?

A) more correct as a communication tool
B) sequential structure of decision tree branches
C) conditions and actions of decision trees are found on some branches
D) more readily understood
سؤال
A goal of producing process specifications is to:

A) reduce process interactions.
B) build technical specifications for a specific computer language.
C) validate the system design, including data flow diagrams and the data dictionary.
D) design computer input and output processes.
سؤال
When iteration is indicated for an element or a group of elements in the data dictionary:

A) a simple sequence of structured English statements is all that is necessary.
B) an IF..THEN...ELSE structured must be present in the structured English statements.
C) DO WHILE, DO UNTIL, or PERFORM UNTIL structured English statements must be included.
D) a decision table must be used to depict the logic.
سؤال
In order to build decision tables, what does the analyst not need to do?

A) Eliminate any impossible situations.
B) Simplify the table as much as possible.
C) Determine the minimum size of the table.
D) Eliminate inconsistencies.
سؤال
In a decision table, contradictions occur when:

A) an important condition is omitted.
B) when the situation cannot occur because there are two or more conditions that cannot occur at the same time.
C) identical sets of alternatives require the same action.
D) rules suggest different actions but satisfy the same conditions.
سؤال
Which is the correct choice?

A) Use structured English when not every condition is relevant to every action.
B) Use decision tables when communication to end users is important.
C) Use decision trees when the sequence of conditions and actions is critical.
D) Use decision tables when there are many repetitious actions.
سؤال
Primitive process specifications are not produced for:

A) processes that use decision trees.
B) processes for which prewritten code already exists.
C) processes that involve complex editing.
D) All of the above.
سؤال
Which is structured English not based on?

A) instructions organized into nested and grouped procedures
B) simple English statements
C) unstructured logic
D) add, multiply, move, and so on
سؤال
When selection is indicated for elements in the data dictionary:

A) a simple sequence of structured English statements is all that is necessary.
B) an IF...THEN...ELSE structure must be present in the structured English statements.
C) DO WHILE, DO UNTIL, or PERFORM UNTIL structured English statements must be included.
D) a decision tree must be used to depict the logic.
سؤال
Which of the following is not a business rule?

A) logical inferences
B) mathematical and functional derivations
C) programming language IF statements
D) definitions of business terms
سؤال
A data structure with optional elements contained in parentheses or either/or elements contained
In brackets will have a corresponding ________ statement in the process specification.

A) DO ... WHILE
B) PERFORM
C) DO ... UNTIL
D) IF ...THEN ...ELSE
سؤال
Which of the following is not an example of a keyword for structured English?

A) IF
B) DO
C) PERFORM
D) IS LIKE
سؤال
Process specifications show the decision-making logic and formulas necessary to transform process input data into output.
سؤال
In a decision table, ________ occur(s) when rules suggest different actions but satisfy the same conditions.

A) contradictions
B) conditions
C) redundancy
D) incompleteness
سؤال
Which of the following is not a goal of producing process specifications?

A) to reduce the ambiguity of the process
B) to reduce the time it takes for a process to run
C) to obtain a precise description of what is accomplished
D) to validate the system design
سؤال
Process descriptions may exist on a form but not within a CASE tool repository.
سؤال
________ are created for primitive processes on a data flow diagram.

A) Process specifications
B) Process diagrams
C) Process databases
D) Production specifications
سؤال
One of the goals of producing ________ is to validate the system design, including the data flow diagram and the data dictionary.

A) process diagrams
B) process databases
C) process specifications
D) production specifications
سؤال
Process specifications are sometimes called ________, because they are a small portion of the total project specifications.

A) designs
B) data flows
C) information nodes
D) minispecs
سؤال
Process logic may be represented as either structured English, a decision table, a decision tree, or a formula.
سؤال
________, indicated by braces on a data structure, must have a corresponding DO WHILE, DO UNTIL, or PERFORM UNTIL structured English statement.

A) Iteration
B) Selection
C) Movement
D) Sequence
سؤال
Running a section of code over and over again until some condition is met is an example of a:

A) loop.
B) IF...THEN.
C) DO... WHILE.
D) decision table.
سؤال
While process specifications produce a precise description of what is accomplished, they are not detailed enough to validate the system design.
سؤال
Structured English can be more complex if blocks of (instructions) are ________ within each other to show hierarchy.

A) nested
B) grouped
C) selected
D) placed
سؤال
Process descriptions may exist on a form or within a ________ repository.

A) data
B) data dictionary
C) CASE tool
D) CASE diagram
سؤال
________ are used when complex branching occurs in a structured decision process.

A) Decision tables
B) Data dictionaries
C) Decision trees
D) All of the above.
سؤال
________ are an important tool in the analysis of structured decisions.

A) Contradictions
B) Data dictionaries
C) Decision trees
D) Decision tables
سؤال
Selection data dictionary entries become IF...THEN...ELSE structured English statements.
سؤال
Process specifications are always produced for input and output operations, such as a read or write operation.
سؤال
When structured decisions are not complex, an appropriate technique for analyzing the decision process is the use of:

A) CASE tools.
B) structured English.
C) decision trees.
D) decision diagrams.
سؤال
If communication is unimportant, structured English is a viable alternative for decision analysis.
سؤال
When structured decisions are not complex, an appropriate technique for analyzing the decision process is the use of semistructured English.
سؤال
In systems analysis, trees are used mainly for identifying and organizing conditions and actions in a completely structured decision process.
سؤال
Use decision tables when you require a method that effectively avoids impossible situations, redundancies, and contradictions.
سؤال
It is useful to combine conditions and actions when drawing decision trees.
سؤال
Use decision trees when the sequence of conditions and actions is critical.
سؤال
Use decision tables when complex combinations of conditions, actions, and rules are found.
سؤال
Business rules are the set of procedures, conditions or formulas that allow a corporation to run its business.
سؤال
In drawing the tree, identify all conditions and actions and the order and timing of these.
سؤال
Use decision trees when there are many repetitious actions.
سؤال
Use decision trees when not every condition is relevant to every action.
سؤال
Use decision tables when there are many repetitious actions.
سؤال
Use structured English when complex combinations of conditions, actions, and rules are found.
سؤال
Use structured English when not every condition is relevant to every action.
سؤال
All the process specifications for the entire data flow diagram are consolidated and included in the specification packet given to the computer programmer.
سؤال
One major advantage of using decision tables over other methods is that tables help the analyst ensure completeness.
سؤال
Besides the obvious advantage of clarifying the logic and relationships found in human languages, structured English has another important advantage as a communication tool.
سؤال
A square node indicates a condition, and a circle indicates an action.
سؤال
Iteration data dictionary entries become simple structured English statements in a sequence.
سؤال
Decision trees are most often drawn on their side, with the root of the tree on the left-hand side paper, branching out to the right.
سؤال
The lower half of a decision tree contains the actions to be taken on the left and the rules for executing the actions on the right.
سؤال
Use decision trees when not every condition is relevant to every action (the branches are different).
سؤال
Business rules are the set of procedures, conditions or formulas that allow a corporation to run its business.
سؤال
Use decision trees when communication to end users is important.
سؤال
Compose a structured English statement for the following supermarket scenario:
"First, we determine whether the customer has shopped with us before. If they have, we give them a free bonus coupon. If they have not yet shopped with us, we give them a free membership card. We do this until there are no more customers in line."
سؤال
Use decision trees when not every condition is relevant to every decision.
سؤال
What three advantages do decision trees have over decision tables?
سؤال
Use decision tables when the sequence of conditions and actions is critical.
سؤال
Decision trees are useful when it is essential to keep a string of decisions in a particular sequence.
سؤال
What are the three reasons for producing process specifications?
سؤال
Use decision tables when complex combinations of conditions, actions, and rules are found.
سؤال
In drawing the tree, begin building from left to right while making sure you are complete in listing all possible alternatives before moving over to the right.
سؤال
What is the advantage of using structured English to communicate with people in the organization?
سؤال
A goal of producing process specifications is to obtain a precise description of what is accomplished.
سؤال
The use of diagrams makes the decision tree more readable when one thinks of a circle as signifying IF when the square means THEN.
سؤال
Use decision trees when there are many repetitious actions.
سؤال
List three of the five conventions that should be followed when using structured English.
سؤال
Use decision trees when you require a method that effectively avoids impossible situations, redundancies and contradictions.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/78
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 9: Process Specifications and Structured Decisions
1
When drawing the tree, systems analysts do not have to identify:

A) all outcomes.
B) all actions.
C) the order.
D) all conditions.
A
2
In order to use structured English, which convention is not advisable?

A) Express all logic in terms of sequential structures, decision structures, case structures, or iterations.
B) Blank a line and indent blocks of statements to show their hierarchy.
C) Use and capitalize accepted keywords such as IF, THEN.
D) Be careful when using "and" and "or."
B
3
In order to determine the human information requirements using a decision analysis strategy, what must the systems analyst determine?

A) necessary data
B) objectives
C) information
D) data structure
B
4
Which of the following is not a problem when creating decision tables?

A) impossible situations
B) too many conditions
C) redundancy
D) contradictions
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
5
Unlike the decision tree used in management science, what doesn't the analyst's tree contain?

A) decisions
B) conditions
C) outcomes
D) actions
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
6
When creating process specifications, what needs to be done for manual tasks?

A) Create well-defined procedures for employees performing the tasks.
B) Replace them with automated processes.
C) Outline the decisions using a decision tree.
D) Nothing, they are not part of processing specifications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
7
Which of the following is not one of the main problems that can occur in developing decision tables?

A) incompleteness
B) impossible situations
C) contradictions
D) repetition
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
8
Process logic may be represented as:

A) structured English.
B) a decision table.
C) a decision tree.
D) a formula.
E) All of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
9
Which of the following is not a business rule format?

A) business conditions and actions
B) user ethics
C) logical inferences
D) processing sequences
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
10
Which of the following is not one of the three basic constructs used to code computer programs?

A) sequence
B) selection
C) iteration
D) computation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
11
Which is not one of three main advantages of a decision tree over a decision table?

A) more correct as a communication tool
B) sequential structure of decision tree branches
C) conditions and actions of decision trees are found on some branches
D) more readily understood
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
12
A goal of producing process specifications is to:

A) reduce process interactions.
B) build technical specifications for a specific computer language.
C) validate the system design, including data flow diagrams and the data dictionary.
D) design computer input and output processes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
13
When iteration is indicated for an element or a group of elements in the data dictionary:

A) a simple sequence of structured English statements is all that is necessary.
B) an IF..THEN...ELSE structured must be present in the structured English statements.
C) DO WHILE, DO UNTIL, or PERFORM UNTIL structured English statements must be included.
D) a decision table must be used to depict the logic.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
14
In order to build decision tables, what does the analyst not need to do?

A) Eliminate any impossible situations.
B) Simplify the table as much as possible.
C) Determine the minimum size of the table.
D) Eliminate inconsistencies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
15
In a decision table, contradictions occur when:

A) an important condition is omitted.
B) when the situation cannot occur because there are two or more conditions that cannot occur at the same time.
C) identical sets of alternatives require the same action.
D) rules suggest different actions but satisfy the same conditions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
16
Which is the correct choice?

A) Use structured English when not every condition is relevant to every action.
B) Use decision tables when communication to end users is important.
C) Use decision trees when the sequence of conditions and actions is critical.
D) Use decision tables when there are many repetitious actions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
17
Primitive process specifications are not produced for:

A) processes that use decision trees.
B) processes for which prewritten code already exists.
C) processes that involve complex editing.
D) All of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
18
Which is structured English not based on?

A) instructions organized into nested and grouped procedures
B) simple English statements
C) unstructured logic
D) add, multiply, move, and so on
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
19
When selection is indicated for elements in the data dictionary:

A) a simple sequence of structured English statements is all that is necessary.
B) an IF...THEN...ELSE structure must be present in the structured English statements.
C) DO WHILE, DO UNTIL, or PERFORM UNTIL structured English statements must be included.
D) a decision tree must be used to depict the logic.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
20
Which of the following is not a business rule?

A) logical inferences
B) mathematical and functional derivations
C) programming language IF statements
D) definitions of business terms
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
21
A data structure with optional elements contained in parentheses or either/or elements contained
In brackets will have a corresponding ________ statement in the process specification.

A) DO ... WHILE
B) PERFORM
C) DO ... UNTIL
D) IF ...THEN ...ELSE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
22
Which of the following is not an example of a keyword for structured English?

A) IF
B) DO
C) PERFORM
D) IS LIKE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
23
Process specifications show the decision-making logic and formulas necessary to transform process input data into output.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
24
In a decision table, ________ occur(s) when rules suggest different actions but satisfy the same conditions.

A) contradictions
B) conditions
C) redundancy
D) incompleteness
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
25
Which of the following is not a goal of producing process specifications?

A) to reduce the ambiguity of the process
B) to reduce the time it takes for a process to run
C) to obtain a precise description of what is accomplished
D) to validate the system design
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
26
Process descriptions may exist on a form but not within a CASE tool repository.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
27
________ are created for primitive processes on a data flow diagram.

A) Process specifications
B) Process diagrams
C) Process databases
D) Production specifications
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
28
One of the goals of producing ________ is to validate the system design, including the data flow diagram and the data dictionary.

A) process diagrams
B) process databases
C) process specifications
D) production specifications
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
29
Process specifications are sometimes called ________, because they are a small portion of the total project specifications.

A) designs
B) data flows
C) information nodes
D) minispecs
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
30
Process logic may be represented as either structured English, a decision table, a decision tree, or a formula.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
31
________, indicated by braces on a data structure, must have a corresponding DO WHILE, DO UNTIL, or PERFORM UNTIL structured English statement.

A) Iteration
B) Selection
C) Movement
D) Sequence
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
32
Running a section of code over and over again until some condition is met is an example of a:

A) loop.
B) IF...THEN.
C) DO... WHILE.
D) decision table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
33
While process specifications produce a precise description of what is accomplished, they are not detailed enough to validate the system design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
34
Structured English can be more complex if blocks of (instructions) are ________ within each other to show hierarchy.

A) nested
B) grouped
C) selected
D) placed
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
35
Process descriptions may exist on a form or within a ________ repository.

A) data
B) data dictionary
C) CASE tool
D) CASE diagram
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
36
________ are used when complex branching occurs in a structured decision process.

A) Decision tables
B) Data dictionaries
C) Decision trees
D) All of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
37
________ are an important tool in the analysis of structured decisions.

A) Contradictions
B) Data dictionaries
C) Decision trees
D) Decision tables
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
38
Selection data dictionary entries become IF...THEN...ELSE structured English statements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
39
Process specifications are always produced for input and output operations, such as a read or write operation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
40
When structured decisions are not complex, an appropriate technique for analyzing the decision process is the use of:

A) CASE tools.
B) structured English.
C) decision trees.
D) decision diagrams.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
41
If communication is unimportant, structured English is a viable alternative for decision analysis.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
42
When structured decisions are not complex, an appropriate technique for analyzing the decision process is the use of semistructured English.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
43
In systems analysis, trees are used mainly for identifying and organizing conditions and actions in a completely structured decision process.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
44
Use decision tables when you require a method that effectively avoids impossible situations, redundancies, and contradictions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
45
It is useful to combine conditions and actions when drawing decision trees.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
46
Use decision trees when the sequence of conditions and actions is critical.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
47
Use decision tables when complex combinations of conditions, actions, and rules are found.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
48
Business rules are the set of procedures, conditions or formulas that allow a corporation to run its business.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
49
In drawing the tree, identify all conditions and actions and the order and timing of these.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
50
Use decision trees when there are many repetitious actions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
51
Use decision trees when not every condition is relevant to every action.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
52
Use decision tables when there are many repetitious actions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
53
Use structured English when complex combinations of conditions, actions, and rules are found.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
54
Use structured English when not every condition is relevant to every action.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
55
All the process specifications for the entire data flow diagram are consolidated and included in the specification packet given to the computer programmer.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
56
One major advantage of using decision tables over other methods is that tables help the analyst ensure completeness.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
57
Besides the obvious advantage of clarifying the logic and relationships found in human languages, structured English has another important advantage as a communication tool.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
58
A square node indicates a condition, and a circle indicates an action.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
59
Iteration data dictionary entries become simple structured English statements in a sequence.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
60
Decision trees are most often drawn on their side, with the root of the tree on the left-hand side paper, branching out to the right.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
61
The lower half of a decision tree contains the actions to be taken on the left and the rules for executing the actions on the right.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
62
Use decision trees when not every condition is relevant to every action (the branches are different).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
63
Business rules are the set of procedures, conditions or formulas that allow a corporation to run its business.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
64
Use decision trees when communication to end users is important.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
65
Compose a structured English statement for the following supermarket scenario:
"First, we determine whether the customer has shopped with us before. If they have, we give them a free bonus coupon. If they have not yet shopped with us, we give them a free membership card. We do this until there are no more customers in line."
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
66
Use decision trees when not every condition is relevant to every decision.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
67
What three advantages do decision trees have over decision tables?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
68
Use decision tables when the sequence of conditions and actions is critical.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
69
Decision trees are useful when it is essential to keep a string of decisions in a particular sequence.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
70
What are the three reasons for producing process specifications?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
71
Use decision tables when complex combinations of conditions, actions, and rules are found.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
72
In drawing the tree, begin building from left to right while making sure you are complete in listing all possible alternatives before moving over to the right.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
73
What is the advantage of using structured English to communicate with people in the organization?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
74
A goal of producing process specifications is to obtain a precise description of what is accomplished.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
75
The use of diagrams makes the decision tree more readable when one thinks of a circle as signifying IF when the square means THEN.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
76
Use decision trees when there are many repetitious actions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
77
List three of the five conventions that should be followed when using structured English.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
78
Use decision trees when you require a method that effectively avoids impossible situations, redundancies and contradictions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.