You are on page 1of 17

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

In
Question 5 Not yet answered the ER Diagram, relationships are
Marked out of 1.00
Select one:
Verbs
Nouns
Adjective
None of the choices

Which
Question 6 Not yet answered 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

https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34592729 2/15
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
Question 8 Not yet answered operators are used in constructing a 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

Question 9 For interactive data input, customized screens are designed for easy data entry. Errors in data entry are instantly det
Not yet answered
Marked out of 1.00 Select one:
high speed internet connection
database operator
validation
Which of theprogram
following statements is INCORRECT with respect to a Data Dictionary?
desktop computer with high specifications
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
None of the choices

Question 10
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34592729 3/15
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
Not yet answered
TRUE OR FALSE: External entities can process data.
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

https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34592729 4/15
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

https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34592729 5/15
Question 18 In the ER Diagram, normally entities are
Not yet answered
3/12/2019
Marked out of 1.00 Select one:
Question 19
Not yet answered Adjective
Marked out of 1.00 Verbs
Nouns
None of the choices

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
Not yet answered
Which of the following is a valid ER Diagram?
Marked out of 1.00
Select one:

a.

b.

c.

d.

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

Answer: TRUE

https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34592729 6/15
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 Theis 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
Not yet answered
Given the DFD below:
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.

https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34592729 7/15
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 th
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
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34592729 8/15
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
Not yet answered
TRUE or FALSE. Conditions need always to be BINARY.
Marked out of 1.00

Answer: FALSE

https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34592729 9/15
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

The
Question 34 Not yet answered 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
Not yet answered
TRUE OR FALSE: In designing a DFD, start from the broad overview of the system.
Marked out of 1.00

Answer: TRUE

Question 36
TRUE OR FALSE: Data cannot
https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34592729
Not yet answered
flow from store to external entity. 10/15
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

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

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

https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34592729 12/15
Midterms
d English of the following problem?
ount to all students. A 50% discount on tuition fee will only be given to BSIT freshmen students. The rest of non IT students will only get 10% dis

ourse = BSIT then discount = 50%

count = 50%

discount = 50% else

ourse = BSIT then discount = 50%

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

https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34592729 13/15
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 ADFD 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
Theis where user presented several alternatives and asked to type his/her choice.
Not yet answered
Marked out of 1.00
Select one:
keyboard
textbox
menu
screen

https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34592729
Question 45
3/12/2019 Midterms
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
Not yet answered
TRUE or FALSE. Use Decision trees when there are many conditions to be tested.
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

Question 48 Indata entry, batches of data are formed and entered. They are checked by a validation program and the corrected re
Not yet answered
Marked out of 1.00 Select one:
Off-line
Mobile
On-line
Real-time

Question 49 Thedata 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
Question 50
3/12/2019 Midterms
Not yet answered
Marked out of 1.00

https://blended.amauonline.com/mod/quiz/attempt.php?attempt=34592729
The Student Grading Information System needs to compute for the average grade on 10 quizzes of a student. What is the correct Struct

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

You might also like