Loops Are Allowed in DFD. False: Short Qz3 (8/10) Mapapa-Isip Na Lang Ako?! Ano To?
Loops Are Allowed in DFD. False: Short Qz3 (8/10) Mapapa-Isip Na Lang Ako?! Ano To?
Loops Are Allowed in DFD. False: Short Qz3 (8/10) Mapapa-Isip Na Lang Ako?! Ano To?
If a DFD is too detailed it will have too many data flows and will be easy to understand.
False (SURE ATA AKO?!)
This method of top down analysis and breaking down DFDs to give more and more detail is known as
splitting.
False
For interactive data input, customized screens are designed for easy data entry. Errors in data entry are
instantly detected by a ________________ during data entry and can be immediately corrected.
validation program
Which of the following classification of codes is NOT precise?
None of the choices
In ____________ data entry, batches of data are formed and entered. They are checked by a validation
program and the corrected records are stored in a file.
Off-line
The _____________________ is where user presented several alternatives and asked to type his/her
choice.
screen
Logical operators are used in constructing a Structured English, which of the following is not a logical
operator?
If
What is metadata?
Data about data
The _____________________ is where user presented several alternatives and asked to type his/her
choice.
Screen
The Student Grading Information System needs to compute for the average grade on 10 quizzes of a
student. What is the correct Structured English?
for quiz = 1 to quiz = 10 do
{
Total Score = Total Score + Score
}
end for
Average = Total Score / 10
If the process p is expanded, the process at the next level will be labeled as
p.1, p.2, p.3
TRUE or FALSE. Use Structured English when there are large number of conditions to check and logic is
complex.
False
In ____________ data entry, batches of data are formed and entered. They are checked by a validation
program and the corrected records are stored in a file.
Off-line
TRUE OR FALSE: In designing a DFD, start from the broad overview of the system.
True
TRUE or FALSE. A decision table is said to be complete if it has at least 2 possible distinct elementary
rules.
False
A rectangle represents
An external entity
The _____________________ is a catalogue of all data used in an application, their names, type and
their origin.
Data dictionary
TRUE OR FALSE: As a guideline in DFD, nouns are used to name an external entity.
True
The ______________ data entry is suitable if the number of records is very large.
Off-line
If a DFD is too detailed it will have too many data flows and will be easy to understand.
False
TRUE or FALSE. The while keyword is a selection structure.
True
For interactive data input, customized screens are designed for easy data entry. Errors in data entry are
instantly detected by a ________________ during data entry and can be immediately corrected.
validation program