Question
Statements: R © K, K * N, N $ J, J % H
Conclusions: I.R $ N II.J @ K III.H @ N IV.K $ H In the following questions, the symbols @, © , %, $ and * are used with the following meaning as illustrated below. ‘P © Q’ means ‘P is not smaller than Q’. ‘P * Q’ means ‘P is not greater than Q’. ‘P @ Q’ means ‘P is neither greater than nor equal to Q’. ‘P $ Q’ means ‘P is neither smaller than nor equal to Q’. ‘P % Q’ means ‘P is neither greater than nor smaller than Q’. Now in each of the following question assuming the given statements to be true, find which of the conclusions given below them is/are definitely true and give your answer accordingly.Solution
given statements: R © K, K * N, N $ J, J % H After converting: R ≥ K, K ≤ N , N > J , J = H After combining: R ≥ K ≤ N > J = H Conclusion a → R $ N → R > N ( R ≥ K ≤ N ) No relationship can be established between R and N so, it is not true. Conclusion b → J @ K → J < K ( K ≤ N > J ) No relationship can be established between J and K so, it is not true. Conclusion c → H @ N → H < N (N > J = H ) , it is true. Conclusion d → K $ H → K > H ( K ≤ N > J = H), No relationship can be established between K and H so, it is not true.
Which of the following integrity constraints ensures that every non-null foreign key value must reference an existing primary key value in another tabl...
Hashing is used for:
The amortized cost of appending an element at the end of a dynamic array is:
Consider the following stack operations. What will be the content of the stack after executing all the operations?
Stackstack = new Stack... Which of the following is NOT among the OWASP Top 10 Web Security Risks?
In Python, what will be the output of the following code snippet, considering scope rules?
x = 5
In asymmetric encryption, which of the following statements is correct?
Which algorithm constructs a suffix tree in linear time?
What is the primary purpose of a B+ Tree in a database management system?
Which sorting algorithm has O(n log n) average case?