Previous Year Questions For Practice

1. 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: [UGC NET CSE 2017]

List 1

List 2

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

c. Software Debugging

iv. ______ is the process of discovering the cause of a defect and fixing it.

d. Software Validation

(A) i-b, ii- d, iii-a, iv-c

(B) i-b, ii-d, iii-c, iv-a

(C) i-d, ii-b, iii-c, iv-a

(D) i-d, ii-b, iii-a, iv-c

Solution: The correct answer is (D).

Verification Methods in Software Verification

Reviewing any software to find faults is known as Software Verification. Verification is the process of checking that software achieves its goal without any bugs. It is the process to ensure whether the product that is developed is right or not. The reviewing of a document can be done from the first phase of software development i.e. software requirement and analysis phase where the end product is the SRS document. There are many methods for practicing the verification of the software like peer-reviews, walkthroughs, inspections, etc. that can help us in the prevention of potential faults otherwise, it may lead to the failure of the software.

Similar Reads

Methods of Verification

Here are some of the common methods that are required for Verification are listed below....

Applications of Verification Methods

The above three verification methods are very popular and have their strengths and weaknesses. We can compare these methods on various specific issues as given below:...

Previous Year Questions For Practice

1. 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: [UGC NET CSE 2017]...

Frequently Asked Questions Verification Methods

1. What is Multi-Step Verification?...

Contact Us