Podcast
Questions and Answers
What is the primary purpose of a data store in a data-flow diagram?
What is the primary purpose of a data store in a data-flow diagram?
Which of the following statements about data stores is true?
Which of the following statements about data stores is true?
Which of the following statements about data-flows is true?
Which of the following statements about data-flows is true?
What does the notation of a straight line with an incoming arrow represent in a data-flow diagram?
What does the notation of a straight line with an incoming arrow represent in a data-flow diagram?
Signup and view all the answers
Which of the following statements about data-flow rules is true?
Which of the following statements about data-flow rules is true?
Signup and view all the answers
According to the data-flow rules, which of the following is incorrect?
According to the data-flow rules, which of the following is incorrect?
Signup and view all the answers
Which of the following statements is true about processes in a data-flow diagram?
Which of the following statements is true about processes in a data-flow diagram?
Signup and view all the answers
What does the notation of a straight line with an outgoing arrow represent in a data-flow diagram?
What does the notation of a straight line with an outgoing arrow represent in a data-flow diagram?
Signup and view all the answers
A data store must have at least one input data-flow and at least one output data-flow.
A data store must have at least one input data-flow and at least one output data-flow.
Signup and view all the answers
Data can move directly from an entity to a data store without being processed.
Data can move directly from an entity to a data store without being processed.
Signup and view all the answers
A data-flow can represent a single data element or a set of data elements (a data structure).
A data-flow can represent a single data element or a set of data elements (a data structure).
Signup and view all the answers
Data can move directly from one data store to another without being processed.
Data can move directly from one data store to another without being processed.
Signup and view all the answers
A data-flow with an incoming arrow represents an output data-flow.
A data-flow with an incoming arrow represents an output data-flow.
Signup and view all the answers
A data store is used in a data-flow diagram to represent a situation when the system must retain data because one or more processes need to use the stored data in a later time.
A data store is used in a data-flow diagram to represent a situation when the system must retain data because one or more processes need to use the stored data in a later time.
Signup and view all the answers
Data can move directly from a data store to an external entity without being processed.
Data can move directly from a data store to an external entity without being processed.
Signup and view all the answers
Every process in a data-flow diagram must have at least one input data-flow and one output data-flow.
Every process in a data-flow diagram must have at least one input data-flow and one output data-flow.
Signup and view all the answers