Question
A pair of dice is rolled once, what is the probability that
the sum of the numbers on top is 5?Solution
For the sum to be 5, the various favorable outcomes are: (4,1), (1,4), (2,3) and (3,2)
=> Total number of favorable outcomes = 4; Total number of possible outcomes = 6*6 = 36
=> Probability = 4/36 = 1/9
What is the purpose of the CASE statement in SQL?
Which of the following protocol is a network layer protocol and used for reporting errors?
In a system using the Least Recently Used (LRU) page replacement algorithm, which of the following statements holds true?Â
How do you correctly create a new Map object in JavaScript?
Maximum Power transfer occurs when the_____
The Maximum Power transfer theorem states that maximum power is delivered when_______
Which of the following best describes the concept of ‘Concurrency’ in the context of Operating Systems?Â
Which is relational Database
What is the primary function of a MAC address in a network?
Which of the following statements best describes the role of the JDBC package in Java programming?