Question
The average marks of Karan in 5 different papers was
calculated as 73. But it was later found that his marks in two subjects were wrongly entered as 80 and 68 instead of 85 and 79. What is his accurate average?Solution
ATQ,
Wrong total = 73 × 5 = 365
Correct total = 365 - (80 + 68) + (85 + 79) = 381
Correct average = 381 ÷ 5 = 76.2
Which SQL keyword is used to modify existing rows in a table?
How is dynamic memory deallocated in Java?
In digital electronics, a flip-flop is a sequential logic circuit capable of storing one bit of information. Which statement about flip-flops is true?
What data structure is commonly used to represent the parse tree in parsing?
The dynamic memory allocation is the memory allocation done at the _________.
Which of the following is NOT a method for handling deadlocks?
Join in which result is generated when variable matches from any one of table
The time taken by a single bit to travel around the ring is known as ___?
In Node.js, which module is used for file system operations?
Virtual memory allows for the efficient management of: