Question
Which among the following symbols should replace the
question mark [?] (in the same order from left to right) in the given expression in order to make both the expressions 'H > M' and 'M ≥ K' definitely true? H = Z ≥ G [?] M = U ≥ Y [?] L ≥ KSolution
H = Z ≥ G > M = U ≥ Y ≤ L ≥ K H > M but there is no relation between L and P. Hence option 1 is incorrect. H = Z ≥ G > M = U ≥ Y > L ≥ K H > M but M > K. Hence option 2 is incorrect. H = Z ≥ G = M = U ≥ Y = L ≥ K H ≥ M and M ≥ K. Hence option 3 is incorrect. H = Z ≥ G > M = U ≥ Y = L ≥ K H > M and M ≥ K. Hence option 4 is correct. H = Z ≥ G ≥ M = U ≥ Y ≥ L ≥ K H ≥ M and M ≥ K. Hence option 5 is incorrect
What does the following code do?
x = [1, 2, 3]
y = [4, 5, 6]
z = x + y
Binary relationship has how many participating entities?
Which component of RDBMS allows users and applications to interact with the database through SQL queries?
Which circuit configuration has a single path for current flow?
Which type of tree structure is optimized for sequential access and range queries?
Simplify the following Boolean expression using Boolean algebra laws:
F = (A + B) * (A' + C) * (B + C)
What is the main purpose of a digital signature?
Which of the following is a key function of the network layer?
syntax of loops in shell scripting?
Default value of boolean variable in an array