More Classes
5th Class
6th Class
7th Class
8th Class
9th Class
10th Class
11th Class
12th Class
NAT I
NAT II
CSS
IQ
General Knowledge
MDCAT
ECAT
GAT General
GAT Subject
Other Links
Go to Home
Online Tests
CS-504 Final Term Exams Preparation Virtual University MCQs With Answers
Question # 1
What are the three generic phases of software engineering?
Choose an answer
definition, development, support
what, how, where
programming, debugging, maintenance
analysis, design, testing
Previous
Skip
Next
Question # 2
Software architecture elements are further divided into categories which in total are -----------.
Choose an answer
2
3
4
5
Previous
Skip
Next
Question # 3
System Architecture is important to consider because it helps in making -------------
Choose an answer
Mutual communication
Early design decisions.
Reusable abstraction of a system.
All of the above
Previous
Skip
Next
Question # 4
Object-oriented domain analysis is concerned with the identification and specification of reusable capabilities within an application domain.
Choose an answer
True
False
None of above
Previous
Skip
Next
Question # 5
------------- is a powerful technique that separates error-handling code from normal code.
Choose an answer
Exception handling
Code handling
variable handling
pointer handling
Previous
Skip
Next
Question # 6
The state transition diagram
Choose an answer
depicts relationships between data objects
depicts functions that transform the data flow
indicates how data are transformed by the system
indicates system reactions to external events
Previous
Skip
Next
Question # 7
Source files can have the extension ---------------------
Choose an answer
c++
.C
.cpp
all of the given
Previous
Skip
Next
Question # 8
The construction is used to avoid ---------------- errors.
Choose an answer
compilation
runtime
design time
non of them
Previous
Skip
Next
Question # 9
Following are some statements associated with data flow diagrams. Identify the correct statement from among them.
Choose an answer
DFDs are used to model complex interfaces.
DFDs are used to represent only functional processing, data stores and data movements between functions
DFDs depict only processes which can be decomposed
DFDs do not show external data sources and external data sinks
Previous
Skip
Next
Question # 10
Coupling is a measure of ----------------of a module or component.
Choose an answer
Independent
Closeness
Dependent
All of the given
Previous
Skip
Next
Question # 11
Data Store notation in DFDs presents.
Choose an answer
Data input
Data output
Data input and Data output
non of the given
Previous
Skip
Next
Back