Search
.Management Sciences
Category: Software Engineering Mcqs
The MVC pattern was originally proposed in the 1980s as an approach to________________?
A. Web application frameworks
B. Middleware integration frameworks
C. Web application frameworks
D. GUI design
(more…)
Michael hammer defines re-engineer as ___________ and radical redesign of business process to achieve the performance such as cost, quality, service and speed?
A. Business process
B. The fundamental rethinking
C. Organization restructuring
D. None of the above
Which of the following is used to send email message from my ASP.NET page?
A. System.Web.Mail.SmtpMail
B. System.Web.Mail.MailMessage
C. Both A and B
D. None of these
Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it ?
A. who | tee user.lst
B. who > user.lst
C. who >> user.lst
D. who < user.lste
An algorithm is best described as_______________?
A. A computer language
B. A branch of mathematics
C. A step by step procedure for solving a problem
D. All of the above
An ASP.NET page uses a Datagrid displays employee information.The Web application supports a large number of concurrent users, who will be saving data from the grid back to the database?
A. Use View State
B. Use URL munging
C. Disable ViewState and use Session State
D. Disable View State and don’t use session state
____________________ can be associated with a separate processor or core, so that the processing steps can be carried out in parallel ?
A. Process Pipeline
B. Environmental Control
C. Observe and React
D. None of the mentioned
(more…)
What should not be part of an acceptable use policy ?
A. Allowable use of systems
B. Legal obligations
C. Encryption policies
D. User responsibilities
Recent Comments