Question
Select the option in which the numbers share the same
relationship in set as that shared by the numbers in the given set. (NOTE: Operations should be performed on the whole numbers, without breaking down the numbers into its constituent digits. E.g., Operation on 24 such as adding/subtracting/ Multiplying etc. to 24 can be performed. Breaking down 24 into 2 and 4 and then performing mathematical operations on 2 and 4 is not allowed) (8, 3, 126) (11, 2, 174)Solution
The logic followed here is: Third number = (First number + second number) Β² + 5 (8, 3, 126) β (8 + 3)Β² + 5 β 121 + 5 β 126 (11, 2, 174) β (11 + 2)Β² + 5 β 169 + 5 β 174 (5, 4, 66) β (5 + 4)Β² + 5 β 81 + 5 β 86 Β (9, 4, 154) β (9 + 4)Β² + 5 β 169 + 5 β174 (7, 5, 144) β (7 + 5)Β² + 5 β 144 + 5 β149 (13, 2, 230) β (13 + 2)Β² + 5 β 225 + 5 β 230
The amortized cost of appending an element at the end of a dynamic array is:
Which of the following accurately describes the role of virtual memory in modern operating systems?
Which of the following traversal methods is used to visit nodes in the order "left child, root, right child" in a binary tree?
Which memory is the fastest?
Given the following code snippet, which operation is performed on the binary tree to produce the output: 4, 2, 5, 1, 3 ?
class Node {Β Β Β Β Β in...Which OOP principle allows for restricting access to certain parts of an object while exposing only necessary parts for interaction?
In system design, what is the primary purpose of a feasibility study?
Which page replacement algorithm minimizes the number of page faults theoretically but is difficult to implement in practice?
Which SOLID principle ensures that a class has only one reason to change?
Which of the following is a key characteristic of an effective Management Information System (MIS)?