Search
.Management Sciences
Category: Software Engineering Mcqs
When a bank uses information to launch a personalised credit card product this_____________?
A. manages risks
B. creates a new opportunity
C. adds value
D. reduces costs
In analyzing the compilation of PL/I program, the term “Syntax analysis” is associated with________________?
A. creation of more optional matrix
B. recognition of basic syntactic constructs through reductions
C. recognition of basic elements and creation of uniform symbols
D. use of macro processor to produce more optimal assembly code
Which of the following object is used along with application object in order to ensure that only one process accesses a variable at a time ?
A. Lock()
B. ThreadLock
C. Synchronize()
D. Synchronize
Which one of the following is not a phase of Prototyping Model ?
A. Quick Design
B. Coding
C. Prototype Refinement
D. Engineer Product
(more…)
If in an ASP.NET application one want to create http handlers which of the interface is used________________?
A. pipeline
B. Handler
C. IHttpHandlerFactory
D. None of the above
How many stages are there in Iterative-enhancement model used during software maintenance ?
A. two
B. three
C. four
D. five
(more…)
The following program: public class Test{ static boolean is OK; public static void main(String args[]){System.out.print(is OK); } } ?
A. Prints true
B. Prints false
C. Will not compile as boolean is not initialized
D. Will not compile as boolean can never be static
Why is Requirements Elicitation a difficult task ?
A. Problem of scope
B. Problem of understanding
C. Problem of volatility
D. All of the mentioned
(more…)
The actual work process of ASP.NET is taken care by _____________?
A. aspnet_wp.exe
B. aspnet_isapi.dll
C. inetinfo.exe
D. None of these
Recent Comments