Question
Statements: E * M, M # N, N $ K Conclusions: a)
E * N b) M $ K 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 neither smaller than nor equal to Q’ ‘P % Q’ means ‘P is neither smaller than nor greater than Q’ ‘P $ Q’ means ‘P is not greater than Q’ ‘P * Q’ means ‘P is neither greater than nor equal to Q’ Now in each of the following the questions assuming the given statements to be true, find which of the two conclusions a and b given below is/are definitely true?Solution
Explanation: L * D, D # K, K $ J → L < D, D > K, K ≤ J → L < D > K ≤ J Conclusion a → L * K → L < K The relation between L and K in the statement L < D > K ≤ J: L = K or L > K or L < K. So, it is not true. Conclusion b → D $ J → D ≤ J The relation between D and J in the statement L < D > K ≤ J: D = J or D > J or D < J. So, it is not true.
Function to copy one memory location to other in C++
Which data analytics technique is best suited for identifying hidden patterns or relationships in large datasets?
A device that helps to prevent congestion and data collision?
In time series forecasting, what does MAE stand for?
A is the only candidate key. Then how many superkey possible with R(A,S,C,D)
Which of the following is used to retrieve data from a SQL database?
Which COCOMO mode provides a more detailed estimation based on individual project characteristics?
Which of the following is not a stable sort algorithm?
_________ is an agile development process focused primarily on ways to manage tasks in team-based development conditions
Which SQL command is used to create a new database table?