You are on page 1of 22

SNJB’s Late Sau.

KBJ COE, Chandwad Department of Computer Engg

PART I : Software development process, language and software development


environments, language and software design methods, languages and computer
architecture, programming language qualities, languages and reliability, languages
and maintainability, languages and efficiency.

((MARKS)) 1
(1/2/3...)
((QUESTIO What is Software ?
N))
((OPTION_ Set of computer programs, procedures and possibly
A)) associated document concerned with the operation of data
processing.
((OPTION_ A set of compiler instructions
B))
((OPTION_ A mathematical formula
C))
((OPTION_ None of above
D))
((CORRECT A
_CHOICE))
(A/B/C/D)
((EXPLANA Computer software or just software, is a collection of
TION)) computer programs and related data that provides the
(OPTIONAL instructions for telling a computer what to do and how to do
) it.

((MARKS)) 1
(1/2/3...)

1
SNJB’s Late Sau. KBJ COE, Chandwad Department of Computer Engg

((QUESTIO Which of the following is not the characteristic of software


N))

((OPTION_ Software does not wear out


A))
((OPTION_ Software is flexible
B))
((OPTION_ Software is not manufactured
C))
((OPTION_ Software is always correct
D))
((CORRECT D
_CHOICE))
(A/B/C/D)
((EXPLANA Software is not correct until it meets all the user
TION)) requirements.
(OPTIONAL
)

((MARKS)) 1
(1/2/3...)
((QUESTIO Spiral Model was developed by?
N))
((OPTION_ Bev Littlewood
A))

2
SNJB’s Late Sau. KBJ COE, Chandwad Department of Computer Engg

((OPTION_ Berry Bohem


B))
((OPTION_ Roger Pressman
C))
((OPTION_ Victor Bisili
D))
((CORRECT B
_CHOICE))
(A/B/C/D)

3
SNJB’s Late Sau. KBJ COE, Chandwad Department of Computer Engg

((EXPLANA Spiral model was developed by Berry Bohem in 1986 in his


TION)) article "A Spiral Model of Software Development and
(OPTIONAL Enhancement"
)

((MARKS)) 1
(1/2/3...)
((QUESTIO Which model is popular for students small projects ?
N))
((OPTION_ Waterfall Model
A))
((OPTION_ Spiral Model
B))

((OPTION_ Quick and Fix model


C))
((OPTION_ Prototyping Model
D))
((CORRECT A
_CHOICE))
(A/B/C/D)
((EXPLANA No Explanation
TION))
(OPTIONAL
)

((MARKS)) 1
(1/2/3...)
((QUESTIO Which is not a software life cycle model?
N))
((OPTION_ Spiral Model
A))

4
SNJB’s Late Sau. KBJ COE, Chandwad Department of Computer Engg

((OPTION_ Waterfall Model


B))

((OPTION_ Prototyping Model


C))
((OPTION_ Capability maturity Model
D))
((CORRECT D
_CHOICE))
(A/B/C/D)
((EXPLANA Capability maturity model is not a software life cycle
TION)) model
(OPTIONAL
)

((MARKS)) 1
(1/2/3...)
((QUESTIO Project risk factor is considered in ?
N))
((OPTION_ Spiral Model
A))
((OPTION_ Waterfall Model
B))

((OPTION_ Prototyping Model


C))
((OPTION_ Iterative enhancement Model
D))
((CORRECT A
_CHOICE))
(A/B/C/D)
((EXPLANA Aim of Risk analysis phase in the spiral model is to
TION)) eliminate the high risk problems before they threaten the

5
(OPTIONAL project operation or cost.
)

((MARKS)) 1
(1/2/3...)
((QUESTIO SDLC stands for ?
N))
((OPTION_ Software design life cycle
A))
((OTION_B) Software development life cycle
)

((OPTION_ System design life cycle


C))
((OPTION_ System development life cycle
D))
((CORRECT B
_CHOICE))
(A/B/C/D)
((EXPLANA Full form of SDLC is software development life cycle.
TION))
(OPTIONAL
)

((MARKS)) 1
(1/2/3...)
((QUESTIO SRS stands for ?
N))

((OPTION_ Software requirement specification


A))

6
((OTION_B) Software requirement solution
)
((OPTION_ System requirement specification
C))
((OPTION_ None of Above
D))
((CORRECT A
_CHOICE))
(A/B/C/D)
((EXPLANA SRS acts as a contract between the developer and the user.
TION))
(OPTIONAL
)

((MARKS)) 1
(1/2/3...)
((QUESTIO Waterfall model is not suitable for ?
N))
((OPTION_ Small Projects
A))

((OTPION_ Complex Projects


B))
((OPTION_ Accommodating change
C))

((OPTION_ None of Above


D))
((CORRECT C
_CHOICE))
(A/B/C/D)
((EXPLANA Waterfall model does not accommodate any change that's
TION)) why this model is used in those situations where

7
(OPTIONAL requirements are well understood.
)

((MARKS)) 1
(1/2/3...)
((QUESTIO RAD stands for ?
N))
((OPTION_ Rapid Application Development
A))
((OTPION_ Relative Application Development
B))
((OPTION_ Ready Application Development
C))
((OPTION_ Repeated Application Development
D))
((CORRECT A
_CHOICE))
(A/B/C/D)
((EXPLANA No Explanation for this question.
TION))
(OPTIONAL
)

((MARKS)) 1
(1/2/3...)
((QUESTIO Software engineering aims at developing ?
N))
((OPTION_ Reliable Software
A))
((OTPION_ Cost Effective Software
B))

8
((OPTION_ Reliable and cost effective Software
C))
((OPTION_ None Of Above
D))
((CORRECT C
_CHOICE))
(A/B/C/D)
((EXPLANA Software engineering is the process that aims at developing
TION)) the software's that are Reliable and cost effective as well.
(OPTIONAL
)

((MARKS)) 1
(1/2/3...)
((QUESTIO In object oriented design of software , objects have ?
N))
((OPTION_ attributes and names only
A))
((OTPION_ operations and names only
B))
((OPTION_ attributes, name and operations
C))
((OPTION_ None of above
D))
((CORRECT C
_CHOICE))
(A/B/C/D)
((EXPLANA The objects contains attributes, names and operations as
TION)) well.
(OPTIONAL
)

9
((MARKS)) 1
(1/2/3...)
((QUESTIO The model remains operative until the software is retired ?
N))
((OPTION_ Waterfall
A))
((OTPION_ Incremental
B))
((OPTION_ Spiral
C))
((OPTION_ None of these
D))
((CORRECT C
_CHOICE))
(A/B/C/D)
((EXPLANA The spiral model is based on continuous refinement of key
TION)) products for requirements definition and analysis, system
(OPTIONAL and software design, and implementation (the code). At
) each iteration around the cycle, the products are extensions
of an earlier product. This model uses many of the same
phases as the waterfall model, in essentially the same order,
separated by planning, risk assessment, and the building of
prototypes and simulations

((MARKS)) 1
(1/2/3...)
((QUESTIO RAD is not appropriate when ?
N))
((OPTION_ Fast finding already done

10
A))
((OTPION_ Technical risks are high
B))
((OPTION_ Testing is not needed
C))
((OPTION_ None of above
D))
((CORRECT B
_CHOICE))
(A/B/C/D)
((EXPLANA RAD model may not be useful for large, unique or highly
TION)) complex projects.This method cannot be a success if the
(OPTIONAL team is not sufficiently motivated and nor is unable to work
) cohesively together.

((MARKS)) 1
(1/2/3...)
((QUESTIO Which activity is carried out first?
N))
((OPTION_ Verification
A))
((OTPION_ Validation
B))
((OPTION_ Both
C))
((OPTION_ None
D))
((CORRECT A
_CHOICE))
(A/B/C/D)

11
((EXPLANA No explanation
TION))
(OPTIONAL
)

((MARKS)) 1
(1/2/3...)
((QUESTIO The correct order of steps to solve a problem is
N))
((OPTION_ Analyse, design, develop, test, implement, maintenance
A))
((OTPION_ Analyse, design, test, develop, implement, maintenance
B))
((OPTION_ Design, analyse, develop, maintenance, implement, test,
C))
((OPTION_ Analyse, design, develop, test, maintenance , implement
D))
((CORRECT A
_CHOICE))
(A/B/C/D)
((EXPLANA
TION))
(OPTIONAL
)

((MARKS)) 1
(1/2/3...)
((QUESTIO How many steps are in the systems development life
N)) cycle (SDLC)?

((OPTION_ 4

12
A))

((OTPION_ 5
B))

((OPTION_ 6
C))

((OPTION_ 10
D))
((CORRECT C
_CHOICE))
(A/B/C/D)
((EXPLANA SDLC has 6 phases : Analyse, design, develop, test,
TION)) implement, maintenance
(OPTIONAL
)

((MARKS)) 1
(1/2/3...)
((QUESTIO The first step in the systems development life cycle (SDLC)
N)) is:

((OPTION_ Analysis.
A))

((OTPION_ Design.
B))
((OPTION_ Problem/Opportunity Identification.
C))
((OPTION_ Development and Documentation.
D))
((CORRECT A
_CHOICE))

13
(A/B/C/D)
((EXPLANA No Explanation
TION))
(OPTIONAL
)

((MARKS)) 1
(1/2/3...)
((QUESTIO The make-or-buy decision is associated with the
N)) step in
the SDLC.

((OPTION_ Problem/Opportunity Identification


A))
((OTPION_ Design
B))
((OPTION_ Analysis
C))
((OPTION_ Development and Documentation.
D))
((CORRECT B
_CHOICE))
(A/B/C/D)
((EXPLANA No Explanation
TION))
(OPTIONAL
)

((MARKS)) 1
(1/2/3...)
((QUESTIO In the Analysis phase, the development of the

14
N)) occurs, which is a clear statement of the
goals and objectives of the project.

((OPTION_ documentation
A))
((OTPION_ flowchart
B))
((OPTION_ program specification
C))
((OPTION_ design
D))
((CORRECT C
_CHOICE))
(A/B/C/D)
((EXPLANA No Explanation
TION))
(OPTIONAL
)

((MARKS)) 1
(1/2/3...)
((QUESTIO Actual programming of software code is done during the
N)) step in the SDLC.

((OPTION_ Maintenance and Evaluation


A))
((OTPION_ Design
B))
((OPTION_ Analysis
C))
((OPTION_ Development and Documentation
D))

15
((CORRECT D
_CHOICE))
(A/B/C/D)
((EXPLANA No Explanation
TION))
(OPTIONAL
)

((MARKS)) 1
(1/2/3...)
((QUESTIO Enhancements, upgrades, and bug fixes are done during the
N)) step in the SDLC.

((OPTION_ Maintenance and Evaluation


A))
((OTPION_ Design
B))
((OPTION_ Problem/Opportunity Identification
C))
((OPTION_ Development and Documentation
D))
((CORRECT A
_CHOICE))
(A/B/C/D)
((EXPLANA No Explanation
TION))
(OPTIONAL
)

16
((MARKS)) 1
(1/2/3...)
((QUESTIO Reliability is achieved by….?
N))
((OPTION_ Writability, Readability, Simplicity, Locality, Robustness
A))

((OPTION_ Writability, Readability Simplicity , Safety, Robustness


B))
((OPTION_ Writability, Readability, Simplicity, Factoring, Robustness
C))
((OPTION_ None of above
D))
((CORRECT B
_CHOICE))
(A/B/C/D)
((EXPLANA Reliability is achieved by…. Writability, Readability
TION)) Simplicity , Safety, Robustness
(OPTIONAL
)

((MARKS)) 1
(1/2/3...)
((QUESTIO Maintainability is achieved by….
N))
((OPTION_ Factoring and Locality
A))

((OPTION_ Locality and Safety


B))
((OPTION_ Safety and Factoring
C))

17
((OPTION_ A and B
D))
((CORRECT A
_CHOICE))
(A/B/C/D)
((EXPLANA Maintainability is achieved by…. Factoring and Locality
TION))
(OPTIONAL
)

((MARKS)) 1
(1/2/3...)
((QUESTIO Efficiency earlier was measured by ……
N))
((OPTION_ Quality of language and its implementation
A))

((OPTION_ Optimization
B))
((OPTION_ Execution speed and space
C))
((OPTION_ Programming language compatibility
D))
((CORRECT C
_CHOICE))
(A/B/C/D)
((EXPLANA No Explanation
TION))
(OPTIONAL
)

18
((MARKS)) 1
(1/2/3...)
((QUESTIO The most important feature of spiral model is
N))

((OPTION_ requirement analysis


A))
((OPTION_ risk management.
B))
((OPTION_ quality management.
C))
((OPTION_ configuration management.
D))
((CORRECT B
_CHOICE))
(A/B/C/D)
((EXPLANA
TION))
(OPTIONAL
)

((MARKS)) 1
(1/2/3...)
((QUESTIO In the spiral model ‘risk analysis’ is performed
N))

((OPTION_ In the first loop


A))
((OPTION_ in the first and second loop
B))
((OPTION_ In every loop
C))

19
((OPTION_ before using spiral model
D))
((CORRECT C
_CHOICE))
(A/B/C/D)
((EXPLANA
TION))
(OPTIONAL
)

((MARKS)) 1
(1/2/3...)
((QUESTIO Each time a defect gets detected and fixed, the reliability of
N)) a software product
((OPTION_ Increases
A))
((OPTION_ Decreases
B))
((OPTION_ Remains Constant
C))
((OPTION_ Cannot Say
D))
((CORRECT A
_CHOICE))
(A/B/C/D)
((EXPLANA
TION))
(OPTIONAL
)

((MARKS)) 1
(1/2/3...)

20
((QUESTIO Requirements can be refined using
N))

((OPTION_ The waterfall model


A))
((OPTION_ prototyping model
B))
((OPTION_ The evolutionary model
C))
((OPTION_ the spiral model
D))
((CORRECT B
_CHOICE))
(A/B/C/D)
((EXPLANA
TION))
(OPTIONAL
)

21
((MARKS)) 1
(1/2/3...)
((QUESTIO Requirements can be refined using
N))

((OPTION_ The waterfall model


A))
((OPTION_ prototyping model
B))
((OPTION_ The evolutionary model
C))
((OPTION_ the spiral model
D))
((CORRECT B
_CHOICE))
(A/B/C/D)
((EXPLANA
TION))
(OPTIONAL
)

22

You might also like