Question
Four number pair have been given, out of which three
are alike in a certain way and one is different. Select the one that is different. (NOTE: Operations should be performed on the whole numbers, without breaking down the numbers into its constituent digits. E.g., 13 - operation on 13 such as adding/subtracting/multiplying etc. to 13 can be performed. Breaking down 13 into 1 and 3 and then performing mathematical operations on 1 and 3 is not allowed)Solution
The logic followed is as follows: In each pair, the second number = (First number)² - 4. Option 'A': 16 – 252 → 16² - 4 = 256 - 4 = 252 Option 'B': 20 – 396 → 20² - 4 = 400 - 4 = 396 Option 'C': 15 – 221 → 15² - 4 = 225 - 4 = 221 Option 'D': 11 – 117 → 11² - 4 = 121 - 4 = 117
What is the purpose of the with statement when working with files?
Data Frame are associated with which layer of OSI Model
- What will be the output of the following Java code snippet, which implements a simple ArrayList and performs an insertion and a retrieval? import java.util...
Which of the following protocols is responsible for sending and receiving emails across the internet?Â
In data analytics, which algorithm is commonly used for predictive modeling when the target variable is categorical?   Â
Which of the following SQL queries is used to find the second highest salary from an employee table?
SELECT MAX (salary) Â Â Â Â Â Â Â FROM empl...- Which attack type specifically targets application-layer protocols like HTTP, DNS, and SMTP?
Which of the following is the most effective method for ensuring that an organization complies with security and privacy regulations such as GDPR or HIP...
In database management systems (DBMS), which normalization form removes partial dependency?
Which of the following statements best describes a key difference between virtual machines and containers?Â