Select the option that is related to the third number cluster in the same way the second number cluster is related to the first number cluster.
36: 648 :: 48: ?
The first number is multiplied by its half to get the second number. Similarly, the third number is multiplied by its half to get the fourth number. For (36: 648): 36 × (36 ÷ 2) = 36 × 18 = 648 Similarly, for (48: ?): 48 × (48 ÷ 2) = 48 × 24 = 1152
In Big Data Analytics, what is the main function of the MapReduce programming model?
In the context of preemptive CPU scheduling, which of the following algorithms can potentially cause starvation, and how can this issue be mitigated?Â
What will be the output of the following code when printList is called with a linked list containing the values 1 -> 2 -> 3?
class Node:
Â...
In data communication networks, which protocol is responsible for ensuring reliable data transfer between devices over a network?   Â
...What does the function re.match do?
Which of the following best describes the primary purpose of virtualization in cloud computing?Â
In which scenario would para virtualization be preferred over full virtualization?Â
Which is/are correct w.r.t Passive attacks
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?Â
Divide and conquer is used by