You are on page 1of 15

3/12/2019 Midterms

Question 1 Which of the following is BEST for checking for completeness?


Not yet answered
Marked out of 1.00 Select one:
Any of the choices
Decision Trees
Decision Table
Structured English

Question 2 Provides overview of the system to be designed.


Not yet answered
Marked out of 1.00 Select one:
Relational Diagram
None of the choice
Context Diagram
Procedural Diagram

Question 3 Which of the following is an entity


Not yet answered
Marked out of 1.00 Select one:
Employee
Sell
Programmer & Employee
All of the choices
Programmer
Visit
Sell & Visit
None of the choices

https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34592729 1/15
3/12/2019
Question 4
Not yet answered
Marked out of 1.00

Midterms
The following are requirements of a good code EXCEPT

Select one:
Meaningful
All of the choices
Expandable
Precise
None of the choices
Lengthy

Question 5 Not yet answered In the ER Diagram, relationships are


Marked out of 1.00
Select one:
Verbs
Nouns
Adjective
None of the choices

Question 6 Not yet answered Which of the following classification of codes is NOT comprehensive?
Marked out of 1.00
Select one:
Significant Code
Group Classification code
Serial number
None of the choices
Serial number and block codes
Block codes
Group classification code and significant code
3/12/2019
Question 7
Not yet answered
Marked out of 1.00

Midterms
Which of the following classification of codes is NOT expandable?

Select one:
None of the choices
Group Classification code
All of the choices
Serial number
Significant Code
Block codes

Logical operators are used in constructing a


Question 8 Not yet answered Structured English, which of the following is not a logical operator?
Marked out of 1.00
Select one:
None of the choices
AND
OR
NOT
IF

ractive data input,9customized screens are designed for easy data entry. Errors in data entry are instantly detected by a during data entry and ca
Question
Not yet answered
one: Marked out of 1.00
eed internet connection
se operator
on program
p computer with high specifications

Which of the following statements is INCORRECT with respect to a Data Dictionary?

Select one:
Data dictionary and data source both are the same
Is important documentation which would be useful to maintain a system
It is a repository of the elements in a system
Question 10 None of the choices
Not yet answered
Marked out of 1.00
3/12/2019
Question 11
Not yet answered
Marked out of 1.00

Midterms
Which of the following classification of codes is NOT precise?

Select one:
Block codes
Significant Code
Group Classification code
None of the choices
Serial number

Question 12
TRUE OR FALSE: External entities can process data.
Not yet answered
Marked out of 1.00

Answer: TRUE

Question 13 To reduce errors in input, it is essential to .


Not yet answered
Marked out of 1.00 Select one:
upgrade the desktop computer used for entering data.
migrate the system to online mode.
hire a new employee.
carefully design the forms used for entering data.

Question 14 Every member of an entity set is described by its .


Not yet answered
Marked out of 1.00 Select one:
Size
Methods
Attributes
Classes
3/12/2019
Question 15
Not yet answered
Marked out of 1.00

Midterms
Which of the following classification of codes is NOT comprehensive?

Select one:
Group Classification code
Group Classification code and Significant Code
All of the choices
Serial number
Block codes
Serial number and Block codes
None of the choices
Significant Code

Question 16 Which of the following does NOT describe Structured English?


Not yet answered
Marked out of 1.00 Select one:
Structured English shows decision structure
Structured English is similar to Pascal programming
Structured English should be written or follow the programming syntax rules and convention
Structured English should be understandable to the user

Question 17 If the process p is expanded, the process at the next level will be labeled as
Not yet answered
Marked out of 1.00 Select one:
a. p.1, p.2, p.3
b. None of the choices
c. p.a, p.b, p.c
d. 1.0, 2.0, 3.0

Question 18 In the ER Diagram, normally entities are


Not yet answered
Marked out of 1.00 Select one:
Adjective
Verbs
Nouns
None of the choices
3/12/2019
Question 19
Not yet answered
Marked out of 1.00

Midterms
TRUE OR FALSE: This method of top down analysis and breaking down DFDs to give
more and more detail is known as splitting.

Answer: FALSE

Question 20
Which of the following is a valid ER Diagram?
Not yet answered
Marked out of 1.00
Select one:

a.

b.

c.

d.

Question 21
TRUE OR FALSE: As a guideline in DFD, nouns are used to name an external entity.
Not yet answered
Marked out of 1.00

Answer: TRUE
3/12/2019
Question 22
Not yet answered
Marked out of 1.00

Midterms
Given employee (employee number, salary, department code, supervisor code). What
is the unique relation key.

Select one:
Employee number
Department code
Supervisor code
All of the choices

Question 23 The is a catalogue of all data used in an application, their names, type and their origin.
Not yet answered
Marked out of 1.00 Select one:
Data Flow Diagram
Documentation
None of the choices
System Requirement Specification
Data dictionary

Question 24
Given the DFD below:
Not yet answered
Marked out of 1.00

Select one:
The DFD is incorrect, the symbol of customer and billing system was interchanged.
The DFD is incorrect, there should be a data store in the diagram
The DFD is incorrect, data flow violated the rule of 1 input 1 output
The DFD is incorrect, the arrow lines are not in order
The DFD is correct.
None of the choices are correct.
3/12/2019
Question 25
Not yet answered
Marked out of 1.00

Midterms
Which one of the following statements is FALSE about data dictionary?

Select one:
Updating the data elements means modifying the data dictionary
Data dictionary contains the name and description of each data element
The data analyst normally maintains the data dictionary.
None of the choices

Question 26 In Entity Relationship, the Student number, Course, Date Enrolled, Gender are examples of
Not yet answered
Marked out of 1.00 Select one:
Entity
Cardinality
Tuples
Attributes
Relationship

Question 27 Relationship are normalized to ensure that


Not yet answered
Marked out of 1.00 Select one:
When a data item is modified it is modified in all relations where it appears no inconsistency is there
All of the choices
None of the choices
Collection of relations do not unnecessarily hold duplicate data
When data is deleted accidentally, required data is not deleted
Simplifies retrieval of required data

Question 28 A relationship is in 2NF if,


Not yet answered
Marked out of 1.00 Select one:
If key attributes is independent on composite attribute
If there are only 2 attributes
If duplicate tuples exists
It is in 1NF
3/12/2019
Question 29
Not yet answered
Marked out of 1.00

Midterms
TRUE OR FALSE: If a DFD is too detailed it will have too many data flows and will be
easy to understand.

Answer: FALSE

Question 30 Each column in the relation corresponds to


Not yet answered
Marked out of 1.00 Select one:
Entity set
Data of the entity
Records
An attribute of the entity

Question 31 A data dictionary is usually developed


Not yet answered
Marked out of 1.00 Select one:
during data gathering stage
after designing the database
during feasibility analysis
when data flow diagram is developed

Question 32
TRUE or FALSE. Conditions need always to be BINARY.
Not yet answered
Marked out of 1.00

Answer: FALSE
3/12/2019
Question 33
Not yet answered
Marked out of 1.00

Midterms
Which of the following why there is a need for codes?

Select one:
For unique identifier
For unique identifier and for cross referencing between applications
All of the choices
For cross referencing between applications
For efficient storage and retrieval
None of the choices

Question 34 Not yet answered The following are entities EXCEPT


Marked out of 1.00
Select one:
None of the choices
Conduct
Collect
Officer
All of the choices
Collect & Conduct
Monthly
Volunteer
Volunteer & Officer

Question 35
TRUE OR FALSE: In designing a DFD, start from the broad overview of the system.
Not yet answered
Marked out of 1.00

Answer: TRUE

Question 36
TRUE OR FALSE: Data cannot flow from store to external entity.
Not yet answered
Marked out of 1.00

Answer: TRUE
3/12/2019
Question 37
Not yet answered
Marked out of 1.00

Midterms
In Entity Relationship, a tuple is

Select one:
an attribute
a collection of information
another term for database
a row of relation
a column of relation
a table

Question 38 Not yet answered TRUE or FALSE. For every condition, there should only be 2 actions.
Marked out of 1.00
Select one:
True False
3/12/2019
Question 39
Not yet answered
Marked out of 1.00

Midterms
What is the correct Structured English of the following problem?
The University is giving discount to all students. A 50% discount on tuition fee will only be given to BSIT freshmen students. The rest of n

Select one:
if student year = 1 AND course = BSIT then discount = 50%
else
discount = 10% endif
if student year = 1
if course = BSIT else discount = 50%
endif else
discount = 10% endif
if student year = 1 Then discount = 50% else
Discount = 10% endif
if student year = 1 AND course = BSIT then discount = 50%
endif else
discount = 10% endif

Question 40 This gives a single point reference of data repository of an organization.


Not yet answered
Marked out of 1.00 Select one:
None of the choices
Data Flow Diagram
Data dictionary
Documentation
System Requirement Specification
3/12/2019
Question 41
Not yet answered
Marked out of 1.00

Midterms
The objective of using structured English is to

Select one:
develop algorithms corresponding to processes in a DFD
describe computational procedures reasonably precisely which can be understood by any user
expand a DFD so that a user can understand it
ease writing programs for DFDs

Question 42 TRUE or FALSE. A decision table is said to be complete if it has at least 2 possible distinct elementary rules.
Not yet answered
Marked out of 1.00 Select one:
True False

Question 43 A DFD is similar to a document flow diagram.


Not yet answered
Marked out of 1.00 Select one:
None of the choices
Relational
Logical
Physical

Question 44
Not yet answered
The is where user presented several alternatives and asked to type his/her choice.
Marked out of 1.00
Select one:
keyboard
textbox
menu
screen

https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34592729 13/15
3/12/2019 Midterms
Question 45
Not yet answered
Marked out of 1.00

TRUE or FALSE. Use Structured English when there are large number of conditions to check and logic is complex.

Select one:
True False

Question 46
TRUE or FALSE. Use Decision trees when there are many conditions to be tested.
Not yet answered
Marked out of 1.00

Answer: TRUE

Question 47 Data dictionary may be used to eliminate redundancy.


Not yet answered
Marked out of 1.00 Select one:
TRUE
FALSE

In data48
Question entry, batches of data are formed and entered. They are checked by a validation program and the corrected records are store
Not yet answered
Marked
Selectout of 1.00
one:
Off-line
Mobile
On-line
Real-time

Question 49 The data entry is suitable if the number of records is very large.
Not yet answered
Marked out of 1.00 Select one:
Off-line
Mobile
On-line
Real-time

https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34592729 14/15
3/12/2019 Midterms
Question 50
Not yet answered
Marked out of 1.00

The Student Grading Information System needs to compute for the average grade on 10 quizzes of a student. What is the correct Stru

Select one:
for quiz = 1 to quiz = 10 do
{
Total Score = + Score
}
end for
Average = Total Score / 10
for quiz = 1 to quiz = 10 do
{
Total Score = Total Score + Score
}
end for
Average = Total Score / 10
for quiz >= 1 to quiz <= 10 do
{
Total Score = Total Score + Score Average = Total Score / 10

}
end for
for quiz = 1 to quiz = 10 do
{
Total Score = Total Score + Score Average = Total Score / 10
}
end for

https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34592729 15/15

You might also like