Computer Programming MCQs

5739 MCQs  (Page 311 of 574)

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.
User requirements are expressed as _______________ in Extreme Programming?
A. Implementation tasks
B. Functionalities
C. Scenarios
D. None of the mentioned
Which three framework activities are present in Adaptive Software Development(ASD) ?
A. Analysis, design, coding
B. Requirements gathering, adaptive cycle planning, iterative development
C. Speculation, collaboration, learning
D. All of the mentioned
How many phases are there in Scrum ?
A. Two
B. Three
C. Four
D. Scrum is an agile method which means it does not have phases
A stakeholder is anyone who will purchase the completed software system under development ?
A. True
B. False
ExpLanation: stakeholders are anyone who has an interest in the project. project stakeholders are individuals and organizations that are actively involved in the project, or whose interests may be affected as a result of project execution or project compl
Which is one of the most important stakeholder from the following ?
A. Entry level personnel
B. Middle level stakeholder
C. Managers
D. Users of the software