You are on page 1of 12

QUIZ

Midterm Quiz 1
Marks 10.00/10.00
Grade 100.00 out of 100.00
Question 1
Correct
Mark 1.00 out of 1.00

Flag question

Question text
A ____ mark in the decision table means that an action must be taken.

Select one:

a.

b.
Any character

c.
X

d.
Check

e.
Y

Question 2
Correct
Mark 1.00 out of 1.00

Flag question

Question text
A data flow diagram

Select one:
a.
None of the choices

b.
Is a good communication tool between Systems Analyst and Head of the company requesting
for the systems development.

c.
All of the choices

d.
Provides attributes of the external entities

e.
Starts from a broad overview and expand it to a hierarchy of detailed diagrams

Question 3
Correct
Mark 1.00 out of 1.00

Flag question

Question text
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 non IT students will only get 10% discount.

Select one:

a.
if student year = 1
if course = BSIT
else discount = 50%
endif
else
discount = 10%
endif

b.
if student year = 1
Then discount = 50%
else
Discount = 10%
endif

c.
if student year = 1 AND course = BSIT
then discount = 50%
endif
else
discount = 10%
endif

d.
if student year = 1 AND course = BSIT
then discount = 50%
else
discount = 10%
endif
Feedback
Your answer is correct.

Question 4
Correct
Mark 1.00 out of 1.00

Flag question

Question text
A rectangle represents

Select one:

a.
An external entity

b.
An input or output of the system
c.
Start of the DFD

d.
A data storage

Question 5
Correct
Mark 1.00 out of 1.00

Flag question

Question text
TRUE or FALSE: Type TRUE if the given statement is correct and FALSE if it is incorrect.
Conditions need always to be BINARY.
FALSE
Answer:

Question 6
Correct
Mark 1.00 out of 1.00

Flag question

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

Select one:

a.
Structured English is similar to Pascal programming

b.
Structured English should be understandable to the user

c.
Structured English shows decision structure

d.
Structured English should be written or follow the programming syntax rules and convention

Question 7
Correct
Mark 1.00 out of 1.00
Flag question

Question text
TRUE or FALSE: Type TRUE if the given statement is correct and FALSE if it is incorrect.
Loops are allowed in DFD.
FALSE
Answer:

Question 8
Correct
Mark 1.00 out of 1.00

Flag question

Question text
TRUE or FALSE: Type TRUE if the given statement is correct and FALSE if it is incorrect.
Use Decision trees when there are many conditions to be tested.
TRUE
Answer:

Question 9
Correct
Mark 1.00 out of 1.00

Flag question

Question text
TRUE or FALSE. The for keyword is a loop structure.

Select one:
True
False

Question 10
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Which of the following is NOT an advantage of using decision table?

Select one:

a.
Easy detection of program error
b.
Allows systematic creation of test data

c.
Good documentation of rules in data processing

d.
Simple representation of complex decision rules

QUIZ

Midterm Quiz 2
Marks 10.00/10.00
Grade 100.00 out of 100.00
Question 1
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The _____________________ is where user presented several alternatives and asked to type his/her
choice.

Select one:

a.
textbox

b.
keyboard

c.
menu

d.
screen

Question 2
Correct
Mark 1.00 out of 1.00
Flag question

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

Select one:

a.
System Requirement Specification

b.
None of the choices

c.
Data dictionary

d.
Data Flow Diagram

e.
Documentation

Question 3
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The _____________________ is a catalogue of all data used in an application, their names, type and
their origin.

Select one:

a.
Documentation

b.
None of the choices

c.
System Requirement Specification
d.
Data Flow Diagram

e.
Data dictionary

Question 4
Correct
Mark 1.00 out of 1.00

Flag question

Question text
A data element in a data dictionary may have

Select one:

a.
only positive value

b.
only whole number in value

c.
no value

d.
only decimal value

Question 5
Correct
Mark 1.00 out of 1.00

Flag question

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

Select one:

a.
Is important documentation which would be useful to maintain a system

b.
None of the choices
c.
It is a repository of the elements in a system

d.
Data dictionary and data source both are the same

Question 6
Correct
Mark 1.00 out of 1.00

Flag question

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

Select one:

a.
The data analyst normally maintains the data dictionary.

b.
None of the choices

c.
Data dictionary contains the name and description of each data element

d.
Updating the data elements means modifying the data dictionary

Question 7
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The ______________ data entry is suitable if the number of records is very large.

Select one:

a.
On-line

b.
Real-time

c.
Mobile

d.
Off-line

Question 8
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Which of the following classification of codes is NOT comprehensive?

Select one:

a.
Block codes

b.
None of the choices

c.
Significant Code

d.
Group Classification code

e.
Group classification code and significant code

f.
Serial number and block codes

g.
Serial number

Question 9
Correct
Mark 1.00 out of 1.00
Flag question

Question text
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.

Select one:

a.
high speed internet connection

b.
desktop computer with high specifications

c.
database operator

d.
validation program

Question 10
Correct
Mark 1.00 out of 1.00

Flag question

Question text
A data dictionary is usually developed

Select one:

a.
when data flow diagram is developed

b.
during data gathering stage

c.
after designing the database

d.
during feasibility analysis

You might also like