Question
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?Solution
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Â
Recursive problems are implemented by
Which of the following is considered the strongest type of encryption method in modern cyber security practices?   Â
Which algorithm finds the longest common subsequence (LCS) of two sequences?
What is the worst-case time complexity of QuickSort with a random pivot for sorting n distinct elements?
Which traversal method in a binary search tree retrieves nodes in sorted order?
Dynamic Programming is preferred over recursion when:
Which sorting algorithm is not stable by default?
Which file structure is best suited for handling large datasets and ensuring fast access in C, C++, Java, or Python?    Â
In Database Management Systems, what is the primary purpose of normalization?
Which architecture allows multiple processors to share memory and work simultaneously?     Â