Wednesday, June 30, 2010

CS504 Current Quiz

Quiz Start Time: 05:08 PM
Time Left
79
sec(s)
Question # 1 of 10 ( Start time: 05:08:46 PM )
Total Marks: 1
The pattern movement became very quiet until ------------- when patterns appeared again at an OOPSLA conference.
Select correct option:
1987
1988
1962
1995
Bottom of Form
Top of Form
Quiz Start Time: 05:08 PM
Time Left
87
sec(s)
Question # 2 of 10 ( Start time: 05:09:52 PM )
Total Marks: 1
Which piece of code is self-documented?
Select correct option:
if (x==0) // this is the case when we are allocating a new number
if (AllocFlag == 0)
If (AllocFlag == NEW_NUMBER)
None of the given
Bottom of Form
Top of Form
Quiz Start Time: 05:08 PM
Time Left
87
sec(s)
Question # 3 of 10 ( Start time: 05:11:13 PM )
Total Marks: 1
Variables should be initialized where they are ------and they should be declared in the ------scope possible.
Select correct option:
defined and smallest
declared and medium
defined and medium
declared and smallest
Bottom of Form
Top of Form
Quiz Start Time: 05:08 PM
Time Left
79
sec(s)
Question # 4 of 10 ( Start time: 05:11:55 PM )
Total Marks: 1
Complex expressions should be broken down into multiple statements. Select the correct one *x += (*xp=(2*k < (n-m) ? c[k+1] : d[k--]));
Select correct option:
if (2*k < n-m) *xp = c[k+1]; else *xp = d[k--]; *x = *x + *xp;
if (2*k <= n-m) *xp = c[k+1]; *xp = d[k--]; *x = *x + *xp;
if (2*k < n-m) *xp = d[k--]; else *xp = c[k+1]; *x = *x + *xp;
None of the given
Bottom of Form
Top of Form
Quiz Start Time: 05:08 PM
Time Left
88
sec(s)
Question # 5 of 10 ( Start time: 05:13:12 PM )
Total Marks: 1
Goto statements violates the idea of
Select correct option:
object oriented code
structured code
control structure
repetition structure
Bottom of Form
Top of Form
Quiz Start Time: 05:08 PM
Time Left
88
sec(s)
Question # 5 of 10 ( Start time: 05:13:12 PM )
Total Marks: 1
Goto statements violates the idea of
Select correct option:
object oriented code
structured code
control structure
repetition structure
Bottom of Form
Top of Form
Quiz Start Time: 05:08 PM
Time Left
86
sec(s)
Question # 6 of 10 ( Start time: 05:14:11 PM )
Total Marks: 1
in the case of zero-install, the network environment is used to ---------server side processing by adding a number of servers which share processing load.
Select correct option:
Distribute
Centeralize
shift
None of the above
Bottom of Form
Top of Form
Quiz Start Time: 05:08 PM
Time Left
84
sec(s)
Question # 7 of 10 ( Start time: 05:15:14 PM )
Total Marks: 1
Which one is the is the most desirable quality of a software artifact.
Select correct option:
Reliability
Performance
Maintainability
All of the given
Bottom of Form
Top of Form
Quiz Start Time: 05:08 PM
Time Left
89
sec(s)
Question # 8 of 10 ( Start time: 05:16:37 PM )
Total Marks: 1
Which of these is a graphical notation for depicting procedural detail?
Select correct option:
box diagram
decision table
ER diagram
graph matrix
Bottom of Form
Top of Form
Quiz Start Time: 05:08 PM
Time Left
88
sec(s)
Question # 9 of 10 ( Start time: 05:18:25 PM )
Total Marks: 1
A decision table should be used
Select correct option:
to document all conditional statements
to guide the development of the project management plan
only when building an expert system
when a complex set of conditions and actions appears in a component
Bottom of Form
Top of Form
Quiz Start Time: 05:08 PM
Time Left
85
sec(s)
Question # 10 of 10 ( Start time: 05:19:09 PM )
Total Marks: 1
N-tier architecture stems from the struggle to find a -----------between the fatclient architecture and the thin-client architecture.
Select correct option:
Concurrency
Concurrency
Middle ground
Similarity
Bottom of Form

No comments:

Post a Comment