Question
Statements: P % Q, P $ R, Q # S, R @ T
Conclusions: I. R $ Q                     II. S & T                III. P % S In the following questions, the symbols $, %, &, @ and # are used with the following meaning as illustrated below. A $ B means A is not smaller than B, A % B means A is not greater than B, A & B means A is neither smaller nor equal to B, A @ B means A is neither greater nor equal to B, A # B means A is neither smaller than nor greater than B.Solution
given statements: P % Q, P $ R, Q # S, R @ T After converting: P ≤ Q, P ≥ R, Q = S , R < T After combining: T > R ≤ P ≤ Q = S Conclusion a → R $ Q → R ≥ Q , It cannot be true as T > R ≤ P ≤ Q = S. As Q ≥ R so, it is not true.  Conclusion b → S & T → S > T There is no relation between S and T in the statement T > R ≤ P ≤ Q = S. So, it is not true. Conclusion c → P % S → P ≤ S It is true in the statement T > R ≤ P ≤ Q = S. So, it is true.
Which tree traversal is most suitable for finding the shortest path in an unweighted graph represented as a tree?
Which of the following algorithms is used for finding Minimum Spanning Tree?
Which of the following algorithms is most commonly used in Operating Systems for deadlock prevention?
Which of the following is true about C++ destructors?
- Which network device operates at the Data Link Layer of the OSI model and helps to filter and forward data between LAN segments?
In Java, which method is called when an object is garbage collected?
Which of the following is a valid operation on a linked list data structure?
In C, what is the output of printf("%d", 5/2);?
In Java, which data type is used to store true or false values?
- Which of the following is a core feature of Cloud Computing that distinguishes it from traditional computing models?