Question
Among P, Q, R, S and T whose salary is the highest?
I. Combined salary of P and Q is more than the combined salary of R and S but T’s salary is more than both P’s and Q’s. II. Difference between P’s salary and R’s salary is more than the difference between S’s and Q’s salaries where P’s salary and S’s salary are higher than R’s and Q’s respectively. In each of the questions given below has one question and two statements marked I and II. You have to decide whether the data provided in the statements are sufficient to answer the question. Read both the statements.Solution
From I. Salary of (P + Q) > salary of (R + S) and salary of T > salary of P, Q. From II. Salary of (P – R) > Salary of (S – Q), salary of P > salary of R and S > Q. Even from both the statements, we are not able to get the answer.
Which of the following is TRUE for PROM memories?
Which query retrieves all records from TableA that have no corresponding records in TableB?
In R, which function reshapes data from long to wide format?
What is the primary purpose of a system call?
Which SQL command is primarily used to retrieve records from a database table?
In a Selection Sort algorithm, the inner loop finds the index of the minimum element in the unsorted part. Which line correctly completes the if conditi...
The core element of parallel processing is ___.
Dynamic Programming is typically used for problems that exhibit which two main properties?
For the circuit shown, Find the number of nodes and number of independent equations used for analysis of circuit using nodal analysis.
Which algorithmic paradigm does the Floyd-Warshall algorithm primarily use?