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 change becomes ------------- because of close presence of data and functions
Choose an answer
Localized
Private
Global
Accessible
Previous
Skip
Next
Question # 2
Idea behind zero install architecture is to develop a system where no installation on the ---------- is needed.
Choose an answer
Client side
Server Side
Client & Server Side
Non of the all
Previous
Skip
Next
Question # 3
Quantitative methods for assessing the quality of proposed architectural designs are readily available.
Choose an answer
True
False
None of them
Previous
Skip
Next
Question # 4
A complex System evolves from a
Choose an answer
smaller system
medium system
bigger system
non of the given
Previous
Skip
Next
Question # 5
Which of the following are characteristics of testable software?
Choose an answer
observability
simplicity
stability
all of the given
Previous
Skip
Next
Question # 6
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 # 7
Which one of the given below is not a symptom of memory overrun?
Choose an answer
Program crashes quite regularly after a given routine is called, that routine should be examined for a possible overrun condition
If the routine in question does not appear to have any such problem the most likely cause is that another routine, called in the prior sequence, has already trashed variables or memory blocks
Checking the trace log of the called routines leading up to one with the problem will often show up the error
Compiler warnings
Previous
Skip
Next
Question # 8
A ----------- is a code that explains itself without the need of comments and extraneous documentation
Choose an answer
Self documenting code
Self telling Code
Self Documenting Design
None of the given
Previous
Skip
Next
Question # 9
A system ------------- is the period in which tremendous pressure is on developers end to fix the problem and make the system running again
Choose an answer
Uptime
Downtime
Currentime
futuretime
Previous
Skip
Next
Question # 10
The construction is used to avoid ---------------- errors.
Choose an answer
compilation
runtime
design time
non of them
Previous
Skip
Next
Question # 11
One of the Guidelines to avoid common mistakes is to never use --------- except for declaration
Choose an answer
,
;
=
||
Previous
Skip
Next
Back