Question
A is trying to break a bulb by throwing balls at it. If
he hits the bulb 4 times in every 11 throws and bulb breaks 3 times out of 7 hits, then find the probability of A breaking the bulb.Solution
Probability of A hitting the bulb = 4/11 Probability of the bulb being broke on getting hit = 3/7 Probability of A breaking the bulb = (4/11) Γ (3/7) = 12/77
What does a "hash" represent in the context of blockchain?
The truth table for a boolean function with two variables, A and B, has four rows. How many different boolean functions can be defined with two variables?
What is a primary key in the context of the ER model?
Which of the following techniques is used for dimensionality reduction while preserving the data's variance?
What is the primary purpose of memory management in an operating system?
What is a key characteristic of dynamic programming?
Which scheduling policy dynamically adjusts the priority of a job based on its behavior?
Which IPC mechanism provides synchronization capabilities to prevent race conditions between processes?
Which tool is used to build data pipelines and workflows in Hadoop-based systems?
Which sorting algorithm is known for its best-case time complexity of O(n) when the input is already partially sorted?