Question
Three of the four words are alike in a certain way and
one is different. Pick the odd one out.Solution
The logic followed here is the difference between the place value of any two consecutive letters is a prime numbers. In option 'A': ADGK → D(4) - A(1) = 3, G(7) - D(4) = 3, K(11) - G(7) = 4 In option 'B': MPSV→ P(16) - M(13) = 3, S(19) - P(16) = 3, V(22) - S(19) = 3 In option 'C': HKNP→ K(11) - H(8) = 3, N(14) - K(11) = 3, P(16) - N(14) = 2 In option 'D': FMRU → M(13) - F(6) = 7, R(18) - M(13) = 5, U(21) - R(18) = 3
Which normal form eliminates transitive dependencies?
A program needs to process elements from a `Queue` until it becomes empty. Which control flow structure is most suitable for this task?Â
Which of the following is a key difference between a file system and a Relational Database Management System (RDBMS)?
HTTPS ensures which of the following?
Which normal form eliminates transitive dependency?
Which operation is NOT part of relational algebra?
Which of these ensures referential integrity?
Which interrupt is generated by software?
Which normal form ensures that every determinant is a candidate key?
Shadow paging in recovery eliminates the need for: