Question
A box contains 4 yellow balls, 5 black balls and 3 white
balls. If two balls are drawn randomly, find the probability that none of them is black or whiteSolution
Required probability = (4 × 3) ÷ (12 × 11) = 12 ÷ 132 = 1/11
By which program python was interpreted?
Which company originally developed the Go programming language?
What is the term for malicious software designed to damage or disrupt computer systems?
The Poisson distribution is typically used to model:
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
The hexadecimal number system uses digits from 0 to __.
Which type of memory can be electrically erased and reprogrammed in blocks or sectors?
State true or false.
Is it possible that the assignment of observations to clusters does not change between successive iterations in K-Means?
Which notation is used to represent a weak entity in an ER diagram?
How can the Banker's algorithm be used to prevent deadlocks?