Deck 5: Data and Process Modeling

ملء الشاشة (f)
exit full mode
سؤال
In a data flow diagram (DFD),a data flow must have a process symbol on at least one end.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Data stores are shown in a context diagram because data stores are external to the system.
سؤال
In data flow diagrams (DFD),systems analysts call an entity that supplies data to the system a sink.
سؤال
The only disadvantage of the four-model approach is the added time and cost needed to develop a logical and physical model of the current system.
سؤال
The end product of data and process modeling is a logical model that will support business operations and meet user needs.
سؤال
In a data flow diagram (DFD),a process symbol can have only one outgoing data flow.
سؤال
In a data flow diagram (DFD),the name of the process appears inside a rectangle.
سؤال
When a data flow diagram (DFD)is exploded,the higher-level diagram is called the child diagram.
سؤال
In a data flow diagram (DFD),systems analysts call an entity that receives data from the system a source.
سؤال
Deciding whether to explode a process further or determine that it is a functional primitive is a matter of experience,judgment,and interaction with programmers who must translate the logical design into code.
سؤال
When a context diagram is expanded into data flow diagram (DFD)diagram 0,all the connections that flow into and out of process 0 must be retained.
سؤال
A decision tree is read from left to right,with the conditions along the various branches and the actions at the far left.
سؤال
A data flow diagram (DFD)does not show the external entities that provide data to the system or receive output from the system.
سؤال
Processes contain the business logic,also called business rules,which transforms the data and produces the required results.
سؤال
When a data flow diagram (DFD)is exploded,the lower-level diagram is referred to as the parent diagram.
سؤال
In DFDs,a process symbol can be referred to as a white hole,because the inputs,outputs,and general functions of the process are hidden,but the underlying details and logic are known.
سؤال
Processes are generally very simple.
سؤال
In the systems design phase,a logical model is built that describes how the system will be constructed.
سؤال
What makes one system more complex than another is the number of components,the number of levels,and the degree of interaction among its processes,entities,data stores,and data flows.
سؤال
The primary purpose of pseudocode is to describe the underlying business logic of code.
سؤال
A data flow diagram (DFD)shows _____.

A) how data arerelated
B) what key fields are stored in the system
C) how a system transforms input data into useful information
D) what data is stored in the system
سؤال
If processes must be performed in a specific sequence,the information should be documented in the _____.

A) leveling guide
B) process descriptions
C) data dictionary
D) data flow diagram (DFD)
سؤال
In data and process modeling,a(n)_____ shows what the system must do,regardless of how it will be implemented physically.

A) organizational model
B) physical model
C) logical model
D) relational model
سؤال
Spontaneous generation,black holes,and gray holes are impossible logically in a data flow diagram.
سؤال
_____ maintains consistency among data flow diagrams (DFDs)by ensuring that input and output data flows align properly.

A) Balancing
B) Indexing
C) Adapting
D) Shipping
سؤال
The symbol for an entity is a circle.
سؤال
Diagram 0 (the numeral zero,and not the letter O)provides an overview of all the components that interact to form the overall system.
سؤال
Data flow diagram entities also are called terminators because they are data origins or final destinations.
سؤال
On lower-level diagrams with multiple processes,there should not be more than nine process symbols.
سؤال
Since diagram 0 is a(n)_____ version of process 0,it shows considerably more detail than a context diagram.

A) contracted
B) exploded
C) condensed
D) extrapolated
سؤال
By showing processes as _____,an analyst can create data flow diagrams (DFDs)that show how the system functions but avoid unnecessary detail and clutter.

A) black boxes
B) process descriptions
C) business rules
D) decision tables
سؤال
_____ is the process of drawing a series of increasingly detailed data flow diagrams (DFDs),until all functional primitives are identified.

A) Leveling
B) Balancing
C) Indexing
D) Looping
سؤال
In a data flow diagram (DFD),the Gane and Sarson symbol for an entity is a ____.

A) rectangle with rounded corners
B) line with a single or double arrowhead
C) flat rectangle that is open on the right side and closed on the left side
D) rectangle,which may be shaded to make it look three-dimensional
سؤال
Data flow diagram (DFD)entities are also called _____ because they are data origins or final data destinations.

A) data stores
B) pseudocodes
C) terminators
D) gray holes
سؤال
A diverging data flow is a data flow in which the same data travels to two or more different locations.
سؤال
When drawing a context diagram,standardized names should be used within each set of symbols.
سؤال
To draw a context diagram,you start by placing a single process symbol on the top right corner of the page.
سؤال
The symbol for a data flow is a triangle.
سؤال
A _____ shows how data moves through an information system but does not show program logic or processing steps.

A) data flow diagram
B) data tree diagram
C) data model diagram
D) data structure diagram
سؤال
A data flow diagram shows the detailed contents of a data store.
سؤال
A data dictionary specifies a data element's _____,which is the set of values permitted for the data element.

A) index
B) domain
C) array
D) record
سؤال
The iteration structure is the completion of _____.

A) one or more process steps based on the results of a test or condition
B) steps in a chronological order,one after another
C) a process step that is repeated until a specific condition changes
D) a specific condition that is repeated until a process changes
سؤال
A _____ shows a logical structure,with all possible combinations of conditions and resulting actions.

A) pseudo table
B) database table
C) decision table
D) validation table
سؤال
In a data dictionary,_____ is the maximum number of characters for an alphabetic or character data element or the maximum number of digits and number of decimal positions for a numeric data element.

A) domain
B) valence
C) length
D) index
سؤال
Decision trees show the logic structure in a _____.

A) vertical form that resembles a tree with the roots at the bottom and the branches at the top
B) horizontal form that resembles a tree with the roots at the left and the branches to the right
C) vertical form that resembles a tree with the roots at the top and the branches at the bottom
D) horizontal form that resembles a tree with the roots at the right and the branches to the left
سؤال
In a data dictionary,_____ refers to whether the data element contains numeric,alphabetic,or character values.

A) pool
B) type
C) valence
D) domain
سؤال
A _____ documents the details of a functional primitive and represents a specific set of processing steps and business logic.

A) logical description
B) primitive description
C) process description
D) function-based description
سؤال
The data dictionary usually records and describes a default value,which is the _____.

A) set of values permitted for the data element
B) identification of the user(s)responsible for changing values for the data element
C) specification for the origination point for the data element's value
D) value for the data element if a value otherwise is not entered for it
سؤال
A _____ is a central storehouse of information about a system's data.

A) data cube
B) data feed
C) data mart
D) data repository
سؤال
Balancing _____.

A) uses a series of increasingly detailed data flow diagrams (DFDs)to describe an information system
B) ensures that the input and output data flows of the parent data flow diagram (DFD)are maintained on the child data flow diagram (DFD)
C) uses a series of increasingly sketchy data flow diagrams (DFDs)to describe an information system
D) ensures that the input and output data flows of the child data flow diagram (DFD)are maintained on the parent data flow diagram (DFD)
سؤال
Many analysts follow _____,which means that they develop a physical model of the current system,a logical model of the current system,a logical model of the new system,and a physical model of the new system.

A) a four-model approach
B) a process description
C) the Zachman Framework
D) the Gane and Sarson symbol
سؤال
In a data dictionary,any name other than the standard data element name is called a(n)_____.

A) clone
B) cipher
C) alias
D) script
سؤال
In a data dictionary,some data elements have _____ rules.For example,an employee's salary must be within the range defined for the employee's job classification.

A) domain
B) range
C) validity
D) mastered
سؤال
Typical process description tools include _____.

A) context diagrams
B) decision trees
C) pseudocode
D) database tables
سؤال
_____ is based on combinations of the three logical structures,or control structures,which serve as building blocks for the process.

A) Modular design
B) Interface design
C) Visual design
D) Product design
سؤال
In a data dictionary,data elements are combined into _____,which are meaningful combinations of data elements that are included in data flows or retained in data stores.

A) fields
B) columns
C) records
D) decimals
سؤال
The selection structure is the completion of _____.

A) one or more process steps based on the results of a test or condition
B) steps in a chronological order,one after another
C) a process step that is repeated until a specific condition changes
D) a specific condition that is repeated until a process changes
سؤال
Using _____,an analyst starts with an overall view,which is a context diagram with a single process symbol,and then creates diagram 0,which shows more detail.

A) balancing
B) indexing
C) exploding
D) leveling
سؤال
In modular design,_____ is also called looping.

A) sequence
B) selection
C) iteration
D) process description
سؤال
In a data dictionary,a(n)_____ is the smallest piece of data that has meaning within an information system.

A) field
B) index
C) record
D) pixel
سؤال
The disadvantage of the four-model approach is that ____.

A) it gives an unclear picture of the current system functions before any modifications or improvements are made
B) the requirements of a new information system always are different from the current information system
C) additional time and money are required to develop a logical and physical model of the current system
D) it does not take additional steps to avoid mistakes made earlier in systems development
سؤال
Explain why an analyst may use a black box symbol.
سؤال
Define functional primitives and explain how they are used.
سؤال
If they make use of the four-model approach,which is a likely outcome?

A) The time required to develop the model will increase.
B) Costs of developing a logical and physical model of the current system will decrease.
C) It will not be possible to get a clear picture of the current system functions before modifications are made.
D) The requirements of a new information system will always be different from those of the current information system.
سؤال
What guidelines should you follow when you draw a context diagram and other data flow diagrams (DFDs)?
سؤال
What type of relationships exist among the items in a data dictionary?
سؤال
Explain what a data dictionary is,making sure to include definitions of the terms data element and record in your explanation.Provide examples of each of these terms as you include them.
سؤال
The major benefit of _____ is that it gives a clear picture of current system functions before any modifications or improvements are made.

A) the four-model approach
B) balancing
C) leveling
D) the Zachman Framework
سؤال
Which of the following is a benefit if they use the four-model approach?

A) It will take less time to build a logical and physical model of the current system.
B) It will not require additional expenditures to develop logical and physical models of the current system.
C) It will provide a clear picture of current system functions before any modifications or improvements are made.
D) It will provide time to create the current system models even for projects with tight schedules.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/69
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 5: Data and Process Modeling
1
In a data flow diagram (DFD),a data flow must have a process symbol on at least one end.
True
2
Data stores are shown in a context diagram because data stores are external to the system.
False
3
In data flow diagrams (DFD),systems analysts call an entity that supplies data to the system a sink.
False
4
The only disadvantage of the four-model approach is the added time and cost needed to develop a logical and physical model of the current system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
5
The end product of data and process modeling is a logical model that will support business operations and meet user needs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
6
In a data flow diagram (DFD),a process symbol can have only one outgoing data flow.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
7
In a data flow diagram (DFD),the name of the process appears inside a rectangle.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
8
When a data flow diagram (DFD)is exploded,the higher-level diagram is called the child diagram.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
9
In a data flow diagram (DFD),systems analysts call an entity that receives data from the system a source.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
10
Deciding whether to explode a process further or determine that it is a functional primitive is a matter of experience,judgment,and interaction with programmers who must translate the logical design into code.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
11
When a context diagram is expanded into data flow diagram (DFD)diagram 0,all the connections that flow into and out of process 0 must be retained.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
12
A decision tree is read from left to right,with the conditions along the various branches and the actions at the far left.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
13
A data flow diagram (DFD)does not show the external entities that provide data to the system or receive output from the system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
14
Processes contain the business logic,also called business rules,which transforms the data and produces the required results.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
15
When a data flow diagram (DFD)is exploded,the lower-level diagram is referred to as the parent diagram.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
16
In DFDs,a process symbol can be referred to as a white hole,because the inputs,outputs,and general functions of the process are hidden,but the underlying details and logic are known.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
17
Processes are generally very simple.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
18
In the systems design phase,a logical model is built that describes how the system will be constructed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
19
What makes one system more complex than another is the number of components,the number of levels,and the degree of interaction among its processes,entities,data stores,and data flows.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
20
The primary purpose of pseudocode is to describe the underlying business logic of code.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
21
A data flow diagram (DFD)shows _____.

A) how data arerelated
B) what key fields are stored in the system
C) how a system transforms input data into useful information
D) what data is stored in the system
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
22
If processes must be performed in a specific sequence,the information should be documented in the _____.

A) leveling guide
B) process descriptions
C) data dictionary
D) data flow diagram (DFD)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
23
In data and process modeling,a(n)_____ shows what the system must do,regardless of how it will be implemented physically.

A) organizational model
B) physical model
C) logical model
D) relational model
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
24
Spontaneous generation,black holes,and gray holes are impossible logically in a data flow diagram.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
25
_____ maintains consistency among data flow diagrams (DFDs)by ensuring that input and output data flows align properly.

A) Balancing
B) Indexing
C) Adapting
D) Shipping
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
26
The symbol for an entity is a circle.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
27
Diagram 0 (the numeral zero,and not the letter O)provides an overview of all the components that interact to form the overall system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
28
Data flow diagram entities also are called terminators because they are data origins or final destinations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
29
On lower-level diagrams with multiple processes,there should not be more than nine process symbols.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
30
Since diagram 0 is a(n)_____ version of process 0,it shows considerably more detail than a context diagram.

A) contracted
B) exploded
C) condensed
D) extrapolated
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
31
By showing processes as _____,an analyst can create data flow diagrams (DFDs)that show how the system functions but avoid unnecessary detail and clutter.

A) black boxes
B) process descriptions
C) business rules
D) decision tables
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
32
_____ is the process of drawing a series of increasingly detailed data flow diagrams (DFDs),until all functional primitives are identified.

A) Leveling
B) Balancing
C) Indexing
D) Looping
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
33
In a data flow diagram (DFD),the Gane and Sarson symbol for an entity is a ____.

A) rectangle with rounded corners
B) line with a single or double arrowhead
C) flat rectangle that is open on the right side and closed on the left side
D) rectangle,which may be shaded to make it look three-dimensional
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
34
Data flow diagram (DFD)entities are also called _____ because they are data origins or final data destinations.

A) data stores
B) pseudocodes
C) terminators
D) gray holes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
35
A diverging data flow is a data flow in which the same data travels to two or more different locations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
36
When drawing a context diagram,standardized names should be used within each set of symbols.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
37
To draw a context diagram,you start by placing a single process symbol on the top right corner of the page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
38
The symbol for a data flow is a triangle.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
39
A _____ shows how data moves through an information system but does not show program logic or processing steps.

A) data flow diagram
B) data tree diagram
C) data model diagram
D) data structure diagram
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
40
A data flow diagram shows the detailed contents of a data store.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
41
A data dictionary specifies a data element's _____,which is the set of values permitted for the data element.

A) index
B) domain
C) array
D) record
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
42
The iteration structure is the completion of _____.

A) one or more process steps based on the results of a test or condition
B) steps in a chronological order,one after another
C) a process step that is repeated until a specific condition changes
D) a specific condition that is repeated until a process changes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
43
A _____ shows a logical structure,with all possible combinations of conditions and resulting actions.

A) pseudo table
B) database table
C) decision table
D) validation table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
44
In a data dictionary,_____ is the maximum number of characters for an alphabetic or character data element or the maximum number of digits and number of decimal positions for a numeric data element.

A) domain
B) valence
C) length
D) index
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
45
Decision trees show the logic structure in a _____.

A) vertical form that resembles a tree with the roots at the bottom and the branches at the top
B) horizontal form that resembles a tree with the roots at the left and the branches to the right
C) vertical form that resembles a tree with the roots at the top and the branches at the bottom
D) horizontal form that resembles a tree with the roots at the right and the branches to the left
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
46
In a data dictionary,_____ refers to whether the data element contains numeric,alphabetic,or character values.

A) pool
B) type
C) valence
D) domain
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
47
A _____ documents the details of a functional primitive and represents a specific set of processing steps and business logic.

A) logical description
B) primitive description
C) process description
D) function-based description
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
48
The data dictionary usually records and describes a default value,which is the _____.

A) set of values permitted for the data element
B) identification of the user(s)responsible for changing values for the data element
C) specification for the origination point for the data element's value
D) value for the data element if a value otherwise is not entered for it
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
49
A _____ is a central storehouse of information about a system's data.

A) data cube
B) data feed
C) data mart
D) data repository
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
50
Balancing _____.

A) uses a series of increasingly detailed data flow diagrams (DFDs)to describe an information system
B) ensures that the input and output data flows of the parent data flow diagram (DFD)are maintained on the child data flow diagram (DFD)
C) uses a series of increasingly sketchy data flow diagrams (DFDs)to describe an information system
D) ensures that the input and output data flows of the child data flow diagram (DFD)are maintained on the parent data flow diagram (DFD)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
51
Many analysts follow _____,which means that they develop a physical model of the current system,a logical model of the current system,a logical model of the new system,and a physical model of the new system.

A) a four-model approach
B) a process description
C) the Zachman Framework
D) the Gane and Sarson symbol
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
52
In a data dictionary,any name other than the standard data element name is called a(n)_____.

A) clone
B) cipher
C) alias
D) script
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
53
In a data dictionary,some data elements have _____ rules.For example,an employee's salary must be within the range defined for the employee's job classification.

A) domain
B) range
C) validity
D) mastered
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
54
Typical process description tools include _____.

A) context diagrams
B) decision trees
C) pseudocode
D) database tables
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
55
_____ is based on combinations of the three logical structures,or control structures,which serve as building blocks for the process.

A) Modular design
B) Interface design
C) Visual design
D) Product design
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
56
In a data dictionary,data elements are combined into _____,which are meaningful combinations of data elements that are included in data flows or retained in data stores.

A) fields
B) columns
C) records
D) decimals
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
57
The selection structure is the completion of _____.

A) one or more process steps based on the results of a test or condition
B) steps in a chronological order,one after another
C) a process step that is repeated until a specific condition changes
D) a specific condition that is repeated until a process changes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
58
Using _____,an analyst starts with an overall view,which is a context diagram with a single process symbol,and then creates diagram 0,which shows more detail.

A) balancing
B) indexing
C) exploding
D) leveling
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
59
In modular design,_____ is also called looping.

A) sequence
B) selection
C) iteration
D) process description
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
60
In a data dictionary,a(n)_____ is the smallest piece of data that has meaning within an information system.

A) field
B) index
C) record
D) pixel
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
61
The disadvantage of the four-model approach is that ____.

A) it gives an unclear picture of the current system functions before any modifications or improvements are made
B) the requirements of a new information system always are different from the current information system
C) additional time and money are required to develop a logical and physical model of the current system
D) it does not take additional steps to avoid mistakes made earlier in systems development
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
62
Explain why an analyst may use a black box symbol.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
63
Define functional primitives and explain how they are used.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
64
If they make use of the four-model approach,which is a likely outcome?

A) The time required to develop the model will increase.
B) Costs of developing a logical and physical model of the current system will decrease.
C) It will not be possible to get a clear picture of the current system functions before modifications are made.
D) The requirements of a new information system will always be different from those of the current information system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
65
What guidelines should you follow when you draw a context diagram and other data flow diagrams (DFDs)?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
66
What type of relationships exist among the items in a data dictionary?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
67
Explain what a data dictionary is,making sure to include definitions of the terms data element and record in your explanation.Provide examples of each of these terms as you include them.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
68
The major benefit of _____ is that it gives a clear picture of current system functions before any modifications or improvements are made.

A) the four-model approach
B) balancing
C) leveling
D) the Zachman Framework
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
69
Which of the following is a benefit if they use the four-model approach?

A) It will take less time to build a logical and physical model of the current system.
B) It will not require additional expenditures to develop logical and physical models of the current system.
C) It will provide a clear picture of current system functions before any modifications or improvements are made.
D) It will provide time to create the current system models even for projects with tight schedules.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 69 في هذه المجموعة.