Question
Select the option that is related to the third number in
the same way as the second number is related to the first number and the sixth number is related to the fifth number. 67 : 871:: 54 : ? :: 72 : 648Solution
The logic followed here is: First number Γ (sum of the digits of the first number) = Second number. For the pair 67 : 871 β 67 Γ (6 + 7) = 67 Γ 13 = 871 For the pair 72 : 648 β 72 Γ (7 + 2) = 72 Γ 9 = 648 Now, for 54:? β 54 Γ (5 + 4) = 54 Γ 9 = 486
Which famous sorting algorithm uses the divide-and-conquer strategy?
What is the correct syntax to declare a variable in C?
In SQL, which keyword is used to retrieve data from a database?
A firewall that monitors the state of active connections and makes decisions based on the context of those connections is known as a:
What is the main purpose of the parity bit in error detection?
Which component is responsible for translating virtual addresses to physical addresses?
What is the scope of a variable declared as "static" inside a function?
How can the Banker's algorithm be used to prevent deadlocks?
The java.sql and javax.sql are the primary packages for JDBC 4.0.
In tuple calculus, what does the β symbol represent?