Question
If a discrete random variable X follows uniform
distribution and assumes only the values 8, 9, 11, 15, 18, 20, the value of P(|X-14| < 5) will be:Solution
The correct answer is D
Shadow paging in recovery eliminates the need for:
Which SQL constraint ensures that a column cannot have NULL values?
Which of the following is not part of the process control block (PCB)?
Which type of DBMS model organizes data in tables with rows and columns?
Wait-Die and Wound-Wait are strategies for:
Given a `Queue` data structure with `enqueue` and `dequeue` operations. What is the element returned by the last `dequeue` operation in the following se...
What will be the value of `x` after the following pseudo-code execution?Â
```
  x = 0
  data = [10, 20, 30]
  f...
Which of the following is a type of phishing attack?
Multiversion Concurrency Control (MVCC) ensures:
Which normal form removes partial dependency?