adplus-dvertising
frame-decoration

Question

Which one of the following is not a definition of error ?

a.

It refers to the discrepancy between a computed, observed or measured value and the true, specified or theoretically correct value

b.

It refers to the actual output of software and the correct output

c.

It refers to a condition that causes a system to fail

d.

It refers to human action that results in software containing a defect or fault

Answer: (c).It refers to a condition that causes a system to fail

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which one of the following is not a definition of error ?

Similar Questions

Discover Related MCQs

Q. Which one of the following is not a key process area in CMM level 5 ?

Q. If S1 is total number of modules defined in the program architecture, S3 is the number of modules whose correct function depends on prior processing then the number of modules not dependent on prior processing is:

Q. The ................ model is preferred for software development when the requirements are not clear.

Q. Which of the following is not included in waterfall model ?

Q. The extent to which a software tolerates the unexpected problems, is termed as:

Q. Software Engineering is an engineering discipline that is concerned with:

Q. Which of the following is not one of three software product aspects addressed by McCall's software quality factors?

Q. Which of the following statement(s) is/are true with respect to software architecture?

S1: Coupling is a measure of how well the things grouped together in a module belong together logically.
S2: Cohesion is a measure of the degree of interaction between software modules.
S3: If coupling is low and cohesion is high then it is easier to change one module without affecting others.

Q. The Prototyping model of software development is:

Q. A software design pattern used to enhance the functionality of an object at run-time is:

Q. Which of the following statement(s) is/are TRUE with regard to software testing?

I. Regression testing technique ensures that the software product runs correctly after the changes during maintenance.
II. Equivalence partitioning is a white-box testing technique that divides the input domain of a program into classes of data from which test cases can be derived.

Q. Which of the following are facts about a top-down software testing approach?

I. Top-down testing typically requires the tester to build method stubs.
II. Top-down testing typically requires the tester to build test drivers.

Q. Match the terms related to Software Configuration Management (SCM) in List-I with the descriptions in List-II.

List-1                  List-II
I. Version           A. An instance of a system that is
distributed to customers.
II. Release         B. An instance of a system which
is functionally identical to other
instances, but designed for different
hardware/software configurations.
III. Variant          C. An instance of a system that differs,
in some way, from other instances.

Codes:
      I   II  III

Q. 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?

Q. 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

Q. 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?

Q. 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.

Q. The major shortcoming of waterfall model is

Q. The quick design of a software that is visible to end users leads to ............

Q. For a program of k variables, boundary value analysis yields .............. test cases.