Question
Statements: Q = R; S ≥ T; P ≤ Q; R > V; R >
S; T ≥ U Conclusions: (i) R > U (ii) V ≥ U (iii) P = R (iv) P < R In the following question assuming the given statements to be true, find which of the conclusion among given conclusions is/are definitely true and then give your answers accordingly.Solution
Given statements: Q = R; S ≥ T; P ≤ Q; R > V; R > S; T ≥ U On combining: P ≤ Q = R > S ≥ T ≥ U ; R > V Conclusions: (i) R > U ,True since R > S ≥ T ≥ U (ii) V ≥ U ,False since either V ≥ U or V < U (iii) P = R ,can be true since P ≤ Q =R (iv) P < R, can be true since P ≤ Q =R Hence, option 3 is the answer.
Which of the following is a primary limitation of the COCOMO model?
How many dimensions are selected in Slice operation?
Which keyword is used to throw an exception explicitly?
What is the primary purpose of memory management in an operating system?
Which component in the MVC architecture communicates directly with the database?
In a LAN, what is a common device used to connect multiple segments or networks and make forwarding decisions based on MAC addresses?
What is a race condition in the context of synchronization?
What is the main advantage of Network Attached Storage (NAS) technology?
Default value of boolean variable in an array
Running time T(n) where 'n' is the input size of the recursive algorithm given as : T(n) = c + T(n-1), if n > 1 ; T(n) = d if n < 1. The order of the a...