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
A necessary supplement to transform or transaction mapping needed to create a complete architectural design is ________.
Choose an answer
entity relationship diagrams
the data dictionary
processing narratives for each module
test cases for each module
Previous
Skip
Next
Question # 2
Collaboration diagrams have basically two types of components: objects and ----------
Choose an answer
messages
methods
classes
non of the above
Previous
Skip
Next
Question # 3
Source files can have the extension ---------------------
Choose an answer
c++
.C
.cpp
all of the given
Previous
Skip
Next
Question # 4
Graph-based testing methods can only be used for object-oriented systems
Choose an answer
True
False
None of above
Previous
Skip
Next
Question # 5
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 # 6
Software Bugs have multiple names, Which one of the belw is not the name of Software Bugs --------------
Choose an answer
Bugs
Defects
Errors
Mistakes
Previous
Skip
Next
Question # 7
The scope description establishes the ----------between the system we are developing and everything else in the universe
Choose an answer
Boundary
Balance
Constraint
None of the given
Previous
Skip
Next
Question # 8
The hardest single part of building a software system is deciding precisely ----------- to build.
Choose an answer
What
How
When
Why
Previous
Skip
Next
Question # 9
The cyclomatic complexity metric provides the designer with information regarding the number of
Choose an answer
Cycles in the program
Errors in the program
Independent logic paths in the program
Statements in the program
Previous
Skip
Next
Question # 10
Symptoms of logical errors are ------------------------------
Choose an answer
code is misbehaving
The program doesn't crash, but the flow of program takes odd branches through the code.
Results are the opposite
Output looks strange
all of the given
Previous
Skip
Next
Back