Search
.Management Sciences
Category: Software Engineering Mcqs
Which tool is use for structured designing ?
A. Program flowchart
B. Structure chart
C. Data-flow diagram
D. Module
(more…)
Which of the following is not a design principle that allow the user to maintain control ?
A. Provide for flexible interaction
B. Allow user interaction to be interrupt-able and undo-able
C. Show technical internals from the casual user
D. Design for direct interaction with objects that appear on the screen
(more…)
Model preferred to create client/server applications is _______________________?
A. WINWIN Spiral Model
B. Spiral Model
C. Concurrent Model
D. Incremental Model
(more…)
In your ASP.NET web application you want to display a list of clients on a Web page. The client list displays 10 clients at a time, and you require the ability to edit the clients. Which Web control- ?
A. The GridView control
B. The DetailsView control
C. The FormView control
D. The Table control
How ASP.Net Different from classic ASP ?
A. Code is separated from the HTML and interpreted Code is interpreted separately
B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server
C. Scripting is separated from the HTML, Code is interpreted seperately
D. None of these
The arc-to-node ratio is given as r = a/n. What does ‘a’ represent in the ratio ?
A. maximum number of nodes at any level
B. longest path from the root to a leaf
C. number of modules
D. lines of control
(more…)
Storage which stores or retains data after power off is called_____________________?
A. Volatile storage
B. Non- volatile storage
C. Sequential storage
D. Direct storage
Which command is used to terminate all processes in your own system except the login shell ?
A. kill 1
B. kill 0
C. cancel all
D. cancel 1
Recent Comments