adplus-dvertising

Welcome to the Software Engineering MCQs Page

Dive deep into the fascinating world of Software Engineering with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of Software Engineering, a crucial aspect of UGC CBSE NET Exam. In this section, you will encounter a diverse range of MCQs that cover various aspects of Software Engineering, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within UGC CBSE NET Exam.

frame-decoration

Check out the MCQs below to embark on an enriching journey through Software Engineering. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of UGC CBSE NET Exam.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of Software Engineering. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

Software Engineering MCQs | Page 7 of 35

Q61.
A software project was estimated at 352 Function Points (FP). A four person team will be assigned to this project consisting of an architect, two programmers, and a tester. The salary of the architect is Rs.80,000 per month, the programmer Rs.60,000 per month and the tester Rs.50,000 per month. The average productivity for the team is 8 FP per person month. Which of the following represents the projected cost of the project?
Discuss
Answer: (d).Rs.27,50,000
Q62.
Complete each of the following sentences in List-I on the left hand side by filling in the word or phrase from the List-II on the right hand side that best completes the sentence:

List-I                                          List-II
I. Determining whether you
have built the right system
is called .............                       A. Software testing
II. Determining whether you
have built the system right
is called .........                           B. Software verification
III. ............ is the process of
demonstrating the existence
of defects or providing
confidence that they do not
appear to be present.              C. Software debugging
IV. .......... is the process of
discovering the cause of a
defect and fixing it.                  D. Software validation

Codes:
      I   II  III  IV
Discuss
Answer: (d).D  B  A  C
Q63.
A software company needs to develop a project that is estimated as 1000 function points and is planning to use JAVA as the programming language whose approximate lines of code per function point is accepted as 50. Considering a=1.4 as multiplicative factor, b=1.0 as exponention factor for the basic COCOMO effort equation and c=3.0 as multiplicative factor, d=0.33 as exponention factor for the basic COCOMO duration equation, approximately how long does the project take to complete?
Discuss
Answer: (b).12.2 months
Q64.
Which of the following is used to determine the specificity of requirements ?

(A) n1/n2                        (B) n2/n1
(C) n1+n2           (D) n1–n2

Where n1 is the number of requirements for which all reviewers have identical interpretations, n2 is number of requirements in a specification.

a.

A

b.

B

c.

C

d.

D

Discuss
Answer: (a).A
Discuss
Answer: (a).the difficulty in accommodating changes after requirement analysis.
Q66.
The quick design of a software that is visible to end users leads to ............
Discuss
Answer: (b).prototype model
Q67.
For a program of k variables, boundary value analysis yields .............. test cases.
Discuss
Answer: (c).4k + 1
Q68.
The extent to which a software performs its intended functions without failures, is termed as
Discuss
Answer: (c).Reliability
Q69.
An Operating System (OS) crashes on the average once in 30 days, that is, the Mean Time Between Failures (MTBF) = 30 days. When this happens, it takes 10 minutes to recover the OS, that is, the Mean Time To Repair (MTTR) = 10 minutes. The availability of the OS with these reliability figures is approximately :
Discuss
Answer: (d).99.97%
Q70.
Match each software lifecycle model in List – I to its description in List – II:

List – I                                       List – II
I. Code-and-Fix                        a. Assess risks at each step; do most critical
action first.
II. Evolutionary prototyping  b. Build an initial small requirement specifications,
code it, then “evolve” the specifications and code
as needed.
III. Spiral                                    c. Build initial requirement specification for
several releases, then design-and-code in
sequence
IV. Staged Delivery                 d. Standard phases (requirements, design,
code, test) in order
V. Waterfall                               e. Write some code, debug it, repeat
(i.e. ad-hoc)

Codes :
      I    II   III   IV   V
Discuss
Answer: (a).e   b   a    c    d

Suggested Topics

Are you eager to expand your knowledge beyond Software Engineering? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!