Question
The marks (out of 50) of 5 students are: 10, 14, 18, x,
26. The mean is 18. Find x and the standard deviation.Solution
Mean = 18 β total sum = 5 Γ 18 = 90 Known sum = 10 + 14 + 18 + 26 = 68 So x = 90 β 68 = 22 Data: 10, 14, 18, 22, 26; mean = 18 Deviations from mean: 10 β 18 = β8 14 β 18 = β4 18 β 18 = 0 22 β 18 = 4 26 β 18 = 8 Squares: 64, 16, 0, 16, 64 Sum of squares = 160 Standard deviation (population) = β(Ξ£(dΒ²)/n) = β(160/5) = β32 = 4β2.
Which of the following commands are used to put a restriction on the number of rows returned from a query?
Distributed transactions typically use which protocol for atomicity?
Which type of join returns only matching records from both tables?
A `FOREIGN KEY` constraint is used to:
In two-phase locking, a transaction releases its locks:
Bitmap indexes are most efficient when:
What is a primary key in a relational database?
Which normal form eliminates repeating groups by putting them into separate tables and connecting them through foreign keys?
In a relational schema, which normal form eliminates transitive dependencies (i.e., non-prime attribute depends on another non-prime attribute)?
A transaction that reads a value then later sees a different value because another transaction updated and committed in between experiences which anomaly?