Software Engineering Mcqs
Which one of the following is not an application of embedded software product ?

A. Keypad control of a security system
B. Pattern recognition game playing
C. Digital function of dashboard display in a car
D. None of the mentioned

Which one of the following is not a software process quality ?

A. Productivity
B. Portability
C. Timeliness
D. Visibility

_______________ & ________________ are two kinds of software products ?

A. Cad, cam
B. Firmware, embedded
C. Generic, customised
D. None of the mentioned

Purpose of process is to deliver software________________?

A. In time
B. With acceptable quality
C. That is cost efficient
D. Both in time & with acceptable quality

Which four framework activities are found in the Extreme Programming(XP) ?

A. Analysis, design, coding, testing
B. Planning, analysis, design, coding
C. Planning, design, coding, testing
D. Planning, analysis, coding, testing

Is a customer involved test development and validation in XP ?

A. Yes
B. No
C. It may vary from customer to customer
D. None of the mentioned

Programmers prefer programming to testing and sometimes they take shortcuts when writing tests. For example, they may write incomplete tests that do not check for all possible exceptions that may occur ?

A. True
B. False
ExpLanation: in xp some tests can be very difficult to write incrementally.for example, in a complex user interface, it is often difficult to write unit tests for the code that implements the ‘display logic’ and workflow between screens.