Question
The average of n numbers is 60. If each of 55% of
the numbers is increased by 16 and each of the remaining numbers is decreased by 12, then the new average of the numbers will beSolution
Desire Average = 60 + ((55 x 16 - 45 x 12)/100) = 60 + 3.4 = 63.4
Which scheduling policy guarantees that every job will be executed in a finite amount of time?
Which technique is used to address the issue of class imbalance in a classification task?
What is the primary goal of requirement analysis in software development?
Which type of memory is faster to access and closer to the processor, providing temporary storage for frequently used data?
What is a serializable schedule in concurrency control?
Physical limitation of a signal is called?
Which SQL keyword is used to remove rows from a table?
What is the concept of "paging" in memory management?
Which recovery technique involves creating a new database instance from a previous full backup and then applying transaction logs up to the desired reco...
What happens if dynamic memory is not deallocated after its use?