Open In App

UGC-NET | UGC-NET CS 2017 Nov – III | Question 48

In Software Configuration Management (SCM), which of the following is a use-case supported by standard version control systems ? 
(a) Managing several versions or releases of a software 
(b) Filing bug reports and tracking their progress 
(c) Allowing team members to work in parallel 
(d) Identifying when and where a regression occurred

(A)



Only (a), (c), and (d)

(B)



Only (a), (b), and (c)

(C)

Only (a), (b), and (d)

(D)

Only (b), (c), and (d)

Answer: (A)
Explanation:

Managing several versions or releases of a software is managed by SCM 
Filling bug reports and tracking their progresses not managed by SCM 
Allowing team members to work in parallel is managed by SCM 
Identifying when and where a regression occurred is managed by SCM 

So, option (A) is correct.

Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :