Question
In the following question, select the related number
from the given alternatives. (NOTE: Operations should be performed on the whole numbers, without breaking down the numbers into its constituent digits. E.g., 25 - Operations on 25 such as adding/ subtracting/ multiplying etc. to 25 can be performed. Breaking down 25 into 2 and 5, and then performing mathematical operations on 2 and 5 is not allowed) 248 : 992 :: 164 : ?Solution
The logic followed here is as follows: For each pair of the form 'A : B', the second number is exactly 4 times the first number. B = 4 x A In '248 : 992': 248 x 4 = 992 Similarly, to find the missing number for 164: In '164 : ?': 164 x 4 = 656 So, '656' will replace the question mark.
What is the time complexity for performing `push` and `pop` operations on a stack implemented using a linked list?
Which protocol provides secure authentication by encrypting credentials before transmission and uses a challenge-response mechanism?
Hashing is used for:
Which of the following best exemplifies a critical advantage of Mobile Edge Computing (MEC) over traditional cloud computing?
Which of the following best describes Abstraction in Object-Oriented Programming (OOP)?
Which of the following is a primary advantage of using a star schema in a data warehouse design?
Which of the following statements about normalization in relational databases is correct?
- Artificial Intelligence
Which of the following statements best describes the role of a reinforcement learning agent in a complex environment?
... What is the output of the following recursive function call func(3) ?
int func ( int n) {Â Â Â Â Â Â Â
   if (n == 0 ) return 1 ; <...
Which OSI model layer is responsible for reliable delivery of data between devices?