Deck 7: Structuring System Process Requirements

ملء الشاشة (f)
exit full mode
سؤال
On a data flow diagram,an arrow represents an action,such as calculating an employee's pay.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
A data flow represents data in motion,moving from one place in the system to another.
سؤال
A primitive level data flow diagram is the first deliverable produced during requirements structuring.
سؤال
On a data flow diagram in the DeMarco and Yourdon model,two parallel lines represent a data store.
سؤال
Assume shipment data is entered into a logbook once shipments are received at the company's warehouse;the logbook is represented on a data flow diagram as a sink.
سؤال
On a data flow diagram,a diamond represents a process.
سؤال
A customer order is represented on a data flow diagram as a data flow.
سؤال
The determination of which items are low in stock is represented on a data flow diagram as a process.
سؤال
A data flow diagram is a graphical tool that allows analysts to illustrate the flow of data in an information system.
سؤال
On a data flow diagram,a paycheck is represented as a data store.
سؤال
A context diagram shows the scope of the organizational system,system boundaries,external entities that interact with the system,and major information flows between entities and the system.
سؤال
Data flow diagrams evolve from the more general to the more detailed as current and replacement systems are better understood.
سؤال
When constructing data flow diagrams,you should show the interactions that occur between sources and sinks.
سؤال
A Web site's customer is represented as a source on a data flow diagram.
سؤال
Context diagrams have only one process labeled "P-1."
سؤال
Logic modeling graphically represents the processes that capture,manipulate,store,and distribute data between a system and its environment and among components within a system.
سؤال
The data a sink receives and often what data a source provides are fixed.
سؤال
Assume your local veterinarian records information about each of his patients on patient medical history forms;the collection of medical history forms is represented on a data flow diagram as a data store.
سؤال
Sources and sinks are internal to the system.
سؤال
The calculation of a student's grade is represented on a data flow diagram as a data flow.
سؤال
Double-ended arrows are used to represent data flowing in both directions.
سؤال
A fork in a data flow means that exactly the same data go from a common location to two or more different processes,data stores,or sources/sinks.
سؤال
A composite data flow on one level can be split into component data flows at the next level,but no new data can be added and all data in the composite must be accounted for in one or more subflows.
سؤال
Data cannot move directly from a source to a sink.
سؤال
Coupling is the conservation of inputs and outputs to a data flow diagram process when that process is decomposed to a lower level.
سؤال
To keep a data flow diagram uncluttered,you may repeat data stores,sinks/sources,and processes.
سؤال
The decomposition of Process 2.4.3.4 is shown on a level-4 diagram.
سؤال
As a rule of thumb,no data flow diagram should have more than about seven processes on it,because the diagram would be too crowded and difficult to understand.
سؤال
More than one data flow noun phrase can appear on a single arrow as long as all of the flows on the same arrow move together as one package.
سؤال
A process has a verb phrase label.
سؤال
A data flow can go directly back to the same process it leaves.
سؤال
Assume we have placed a data store between Process 5.1 and Process 5.5;we would say that these processes are decoupled.
سؤال
Assume Process 7.4 produces a data flow and that Process 7.2 must be ready to accept it;we would say that these processes are physically linked to each other.
سؤال
A data flow to a data store means update.
سؤال
Functional decomposition is an iterative process of breaking the description of a system down into finer and finer detail.
سؤال
Because the system's data stores are conceptually inside one process,no data stores appear on a context diagram.
سؤال
The decomposition of Process 1.1 is shown on a level-1 diagram.
سؤال
A level-0 diagram is a data flow diagram that represents a system's major processes,data flows,and data stores at a high level of detail.
سؤال
Because data flow names represent a specific set of data,another data flow that has even one more or one less piece of data must be given a different unique name.
سؤال
The lowest-level data flow diagrams are called level-0 diagrams.
سؤال
Inefficiencies cannot be identified by studying DFDs.
سؤال
Assume condition one has three values,condition two has four values,and condition three has two values;the number of rules required for the decision table is nine.
سؤال
A gross violation of DFD consistency would be a level-1 diagram with no level-0 diagram.
سؤال
Data flow diagrams aren't versatile enough to be used as tools for process modeling.
سؤال
Condition stubs are that part of a decision table that lists the actions that result for a given set of conditions.
سؤال
To date,data flow diagrams have not been useful tools for modeling processes in business process reengineering.
سؤال
Referencing a decision table,specific combinations of conditions trigger specific actions.
سؤال
Rules are that part of the decision table that specify which actions are to be followed for a given set of conditions.
سؤال
Assume condition one has two values,condition two has five values,condition three has three values,and condition four has two values;the number of rules required for the decision table is sixty.
سؤال
A data flow repository entry would include the composition or list of data elements contained in the data flow.
سؤال
DFD cohesion means your DFDs include all of the necessary components for the system you are modeling.
سؤال
Action stubs are that part of a decision table that lists the conditions relevant to the decision.
سؤال
A decision table is a matrix representation of the logic of a decision,which specifies the possible conditions for the decision and the resulting actions.
سؤال
One of the primary purposes of a DFD is to represent time,giving a good indication of whether data flows occur constantly in real time,once a day,or once a year.
سؤال
Completeness,consistency,timing,iterative development,and primitive DFDs are guidelines for drawing DFDs.
سؤال
Decision tables allow you to represent a set of conditions and the actions that follow from them in a tabular format.
سؤال
Structured analysis is the process of discovering discrepancies between two or more sets of data flow diagrams or discrepancies within a single DFD.
سؤال
Make the decision table as simple as possible by removing any rules with impossible actions.
سؤال
An insignificant condition is a condition in a decision table whose value does not affect which actions are taken for two or more rules.
سؤال
The principle of balancing and the goal of keeping a DFD as simple as possible led to four additional,advanced rules for drawing DFDs.
سؤال
Student data contained on an enrollment form is represented on a data flow diagram as a:

A)process
B)data flow
C)source
D)data store
سؤال
The deliverables of process modeling state:

A)how you should develop the system during physical design
B)what you learned during requirements determination
C)how you should implement the new system during implementation
D)what you learned during project planning
سؤال
Referencing a decision table,every possible combination of conditions must be represented.
سؤال
Graphically representing the functions,or processes,which capture,manipulate,store,and distribute data between a system and its environment and between components within a system refers to:

A)data modeling
B)flow charting
C)process modeling
D)transition modeling
سؤال
A computer-based file containing employee information is represented on a data flow diagram as a:

A)data flow
B)source
C)data store
D)process
سؤال
Which of the following is not one of the primary deliverables resulting from studying and documenting a system's processes?

A)context data flow diagram (DFD)
B)thorough descriptions of each DFD component
C)DFDs of the current logical system
D)state-transition diagram
سؤال
Recording a customer's payment is represented on a data flow diagram as a:

A)process
B)source
C)data flow
D)data store
سؤال
If an inventory item is either perishable or nonperishable,its condition is classified as an extended entry.
سؤال
Referencing a decision table,an action is provided for each rule.
سؤال
Referencing a decision table,a limited entry occurs when a condition has only two possible values.
سؤال
Decision tables support nested conditions.
سؤال
Data flow diagrams that concentrate on the movement of data between processes are referred to as:

A)process models
B)data models
C)flow models
D)flow charts
سؤال
Referencing a decision table,an employee condition that has only two possible values is considered a limited entry.
سؤال
Calculating an employee's salary is represented on a data flow diagram as a:

A)data flow
B)source
C)data store
D)process
سؤال
In a decision table,an indifferent condition is represented by an asterisk.
سؤال
Data at rest,which may take the form of many different physical representations,defines:

A)source
B)data store
C)data flow
D)process
سؤال
Data in motion,moving from one place in a system to another,defines:

A)data store
B)process
C)source
D)data flow
سؤال
A file folder containing orders is represented on a data flow diagram as a:

A)process
B)source
C)data flow
D)data store
سؤال
The diagram that shows the scope of the system,indicating what elements are inside and which are outside the system,is called a:

A)context diagram
B)level-2 diagram
C)referencing diagram
D)representative diagram
سؤال
If the different values for the employee type condition do not affect the action taken,then employee type is an indifferent condition.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/182
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 7: Structuring System Process Requirements
1
On a data flow diagram,an arrow represents an action,such as calculating an employee's pay.
False
2
A data flow represents data in motion,moving from one place in the system to another.
True
3
A primitive level data flow diagram is the first deliverable produced during requirements structuring.
False
4
On a data flow diagram in the DeMarco and Yourdon model,two parallel lines represent a data store.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
5
Assume shipment data is entered into a logbook once shipments are received at the company's warehouse;the logbook is represented on a data flow diagram as a sink.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
6
On a data flow diagram,a diamond represents a process.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
7
A customer order is represented on a data flow diagram as a data flow.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
8
The determination of which items are low in stock is represented on a data flow diagram as a process.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
9
A data flow diagram is a graphical tool that allows analysts to illustrate the flow of data in an information system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
10
On a data flow diagram,a paycheck is represented as a data store.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
11
A context diagram shows the scope of the organizational system,system boundaries,external entities that interact with the system,and major information flows between entities and the system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
12
Data flow diagrams evolve from the more general to the more detailed as current and replacement systems are better understood.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
13
When constructing data flow diagrams,you should show the interactions that occur between sources and sinks.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
14
A Web site's customer is represented as a source on a data flow diagram.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
15
Context diagrams have only one process labeled "P-1."
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
16
Logic modeling graphically represents the processes that capture,manipulate,store,and distribute data between a system and its environment and among components within a system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
17
The data a sink receives and often what data a source provides are fixed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
18
Assume your local veterinarian records information about each of his patients on patient medical history forms;the collection of medical history forms is represented on a data flow diagram as a data store.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
19
Sources and sinks are internal to the system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
20
The calculation of a student's grade is represented on a data flow diagram as a data flow.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
21
Double-ended arrows are used to represent data flowing in both directions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
22
A fork in a data flow means that exactly the same data go from a common location to two or more different processes,data stores,or sources/sinks.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
23
A composite data flow on one level can be split into component data flows at the next level,but no new data can be added and all data in the composite must be accounted for in one or more subflows.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
24
Data cannot move directly from a source to a sink.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
25
Coupling is the conservation of inputs and outputs to a data flow diagram process when that process is decomposed to a lower level.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
26
To keep a data flow diagram uncluttered,you may repeat data stores,sinks/sources,and processes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
27
The decomposition of Process 2.4.3.4 is shown on a level-4 diagram.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
28
As a rule of thumb,no data flow diagram should have more than about seven processes on it,because the diagram would be too crowded and difficult to understand.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
29
More than one data flow noun phrase can appear on a single arrow as long as all of the flows on the same arrow move together as one package.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
30
A process has a verb phrase label.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
31
A data flow can go directly back to the same process it leaves.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
32
Assume we have placed a data store between Process 5.1 and Process 5.5;we would say that these processes are decoupled.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
33
Assume Process 7.4 produces a data flow and that Process 7.2 must be ready to accept it;we would say that these processes are physically linked to each other.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
34
A data flow to a data store means update.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
35
Functional decomposition is an iterative process of breaking the description of a system down into finer and finer detail.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
36
Because the system's data stores are conceptually inside one process,no data stores appear on a context diagram.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
37
The decomposition of Process 1.1 is shown on a level-1 diagram.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
38
A level-0 diagram is a data flow diagram that represents a system's major processes,data flows,and data stores at a high level of detail.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
39
Because data flow names represent a specific set of data,another data flow that has even one more or one less piece of data must be given a different unique name.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
40
The lowest-level data flow diagrams are called level-0 diagrams.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
41
Inefficiencies cannot be identified by studying DFDs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
42
Assume condition one has three values,condition two has four values,and condition three has two values;the number of rules required for the decision table is nine.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
43
A gross violation of DFD consistency would be a level-1 diagram with no level-0 diagram.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
44
Data flow diagrams aren't versatile enough to be used as tools for process modeling.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
45
Condition stubs are that part of a decision table that lists the actions that result for a given set of conditions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
46
To date,data flow diagrams have not been useful tools for modeling processes in business process reengineering.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
47
Referencing a decision table,specific combinations of conditions trigger specific actions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
48
Rules are that part of the decision table that specify which actions are to be followed for a given set of conditions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
49
Assume condition one has two values,condition two has five values,condition three has three values,and condition four has two values;the number of rules required for the decision table is sixty.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
50
A data flow repository entry would include the composition or list of data elements contained in the data flow.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
51
DFD cohesion means your DFDs include all of the necessary components for the system you are modeling.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
52
Action stubs are that part of a decision table that lists the conditions relevant to the decision.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
53
A decision table is a matrix representation of the logic of a decision,which specifies the possible conditions for the decision and the resulting actions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
54
One of the primary purposes of a DFD is to represent time,giving a good indication of whether data flows occur constantly in real time,once a day,or once a year.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
55
Completeness,consistency,timing,iterative development,and primitive DFDs are guidelines for drawing DFDs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
56
Decision tables allow you to represent a set of conditions and the actions that follow from them in a tabular format.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
57
Structured analysis is the process of discovering discrepancies between two or more sets of data flow diagrams or discrepancies within a single DFD.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
58
Make the decision table as simple as possible by removing any rules with impossible actions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
59
An insignificant condition is a condition in a decision table whose value does not affect which actions are taken for two or more rules.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
60
The principle of balancing and the goal of keeping a DFD as simple as possible led to four additional,advanced rules for drawing DFDs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
61
Student data contained on an enrollment form is represented on a data flow diagram as a:

A)process
B)data flow
C)source
D)data store
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
62
The deliverables of process modeling state:

A)how you should develop the system during physical design
B)what you learned during requirements determination
C)how you should implement the new system during implementation
D)what you learned during project planning
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
63
Referencing a decision table,every possible combination of conditions must be represented.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
64
Graphically representing the functions,or processes,which capture,manipulate,store,and distribute data between a system and its environment and between components within a system refers to:

A)data modeling
B)flow charting
C)process modeling
D)transition modeling
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
65
A computer-based file containing employee information is represented on a data flow diagram as a:

A)data flow
B)source
C)data store
D)process
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
66
Which of the following is not one of the primary deliverables resulting from studying and documenting a system's processes?

A)context data flow diagram (DFD)
B)thorough descriptions of each DFD component
C)DFDs of the current logical system
D)state-transition diagram
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
67
Recording a customer's payment is represented on a data flow diagram as a:

A)process
B)source
C)data flow
D)data store
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
68
If an inventory item is either perishable or nonperishable,its condition is classified as an extended entry.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
69
Referencing a decision table,an action is provided for each rule.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
70
Referencing a decision table,a limited entry occurs when a condition has only two possible values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
71
Decision tables support nested conditions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
72
Data flow diagrams that concentrate on the movement of data between processes are referred to as:

A)process models
B)data models
C)flow models
D)flow charts
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
73
Referencing a decision table,an employee condition that has only two possible values is considered a limited entry.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
74
Calculating an employee's salary is represented on a data flow diagram as a:

A)data flow
B)source
C)data store
D)process
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
75
In a decision table,an indifferent condition is represented by an asterisk.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
76
Data at rest,which may take the form of many different physical representations,defines:

A)source
B)data store
C)data flow
D)process
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
77
Data in motion,moving from one place in a system to another,defines:

A)data store
B)process
C)source
D)data flow
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
78
A file folder containing orders is represented on a data flow diagram as a:

A)process
B)source
C)data flow
D)data store
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
79
The diagram that shows the scope of the system,indicating what elements are inside and which are outside the system,is called a:

A)context diagram
B)level-2 diagram
C)referencing diagram
D)representative diagram
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
80
If the different values for the employee type condition do not affect the action taken,then employee type is an indifferent condition.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 182 في هذه المجموعة.