System Analysis and Design
191. By levelling a DFD we mean
- splitting it into different levels
- make its structure uniform
- expanding a process into one with more sub-processes giving more detail
- summarizing a DFD to specify only the essentials
Correct answer: (C)
expanding a process into one with more sub-processes giving more detail
192. When a DFD is levelled
- new external entities may be required
- no new processes are allowed
- no new data flows are allowed
- new data stores may be necessary and are allowed
Correct answer: (D)
new data stores may be necessary and are allowed
193. A physical DFD
- has no means of showing material flow
- does not concern itself with material flow
- can show only stored material
- can show the flow of material
Correct answer: (D)
can show the flow of material
194. A data store in a DFD represents
- a sequential file
- a disk store
- a repository of data
- a random access memory
Correct answer: (C)
a repository of data
195. When a DFD is levelled it is a good idea not to
- be concerned about the number of new processes at the next level
- allow more than 5 to 10 new processes at the next level for each expanded process
- allow new data stores at the next level
- allow any new processes at the next level
Correct answer: (B)
allow more than 5 to 10 new processes at the next level for each expanded process
196. External Entities may be a
- source of input data only
- source of input data or destination of results
- destination of results only
- repository of data
Correct answer: (B)
source of input data or destination of results
197. A context diagram is used
- as the first step in developing a detailed DFD of a system
- in systems analysis of very complex systems
- as an aid to system design
- as an aid to programmers
Correct answer: (A)
as the first step in developing a detailed DFD of a system
198. A data flow can
- only enter a data store
- only leave a data store
- enter or leave a data store
- either enter or leave a data store but not both
Correct answer: (C)
enter or leave a data store
199. When a DFD is levelled no new
- data stores may appear
- external entities may appear
- processes may appear
- data flows may appear
Correct answer: (B)
external entities may appear
200. Structured English is used to describe
- how programs are to be written
- processes in a DFD in a reasonably precise manner
- how DFDs are used in data processing
- data flows in DFD
Correct answer: (B)
processes in a DFD in a reasonably precise manner