John is answering a survey with 3 questions, each with 2 options. Only one option is correct per question. If John answers randomly, what is the probability that he gets exactly 1 question right?
ATQ, Probability of choosing the right answer = 1/2 Probability of choosing the wrong answer = 1/2 Number of ways to choose 1 correct answer out of 3 = (3/1) = 3 So, the required probability = 3 × (1/2)1 × (1/2)2 = (3×1×1)/(2×2×2) = 3/8Â
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