Question
The average height of 30 boys is 165 cm and the average
height of another group of 25 boys is 172 cm. What is the average height (in cm) of all the boys together? (Round off to the nearest integer)Solution
ATQ,
Required average = (30 Γ 165 + 25 Γ 172) Γ· (30 + 25)
= (4950 + 4300) Γ· 55
= 9250 Γ· 55
= 168 cm
Which statement is FALSE for PLL used for demodulation of FM?
Which of the following is a type of polymorphism achieved through method overloading?
In a 4-bit DAC, reference voltage is 5 Volts , then analog voltage corresponding to binary data is 1001 is _______
In the context of algorithm analysis, what does "Big O notation" primarily describe?
Deadlock can arise if four necessary conditions hold simultaneously. Which of the following is NOT one of them?
The following C++ code has a compilation error. How can you correct it to properly use the abstract base class `Printer`?
#include
...You are designing a system where multiple threads need to access and modify a shared counter variable. What is a critical concern you must address to en...
Which of the following protocols is used to reliably transfer a file over an insecure channel and provides authentication and encryption?
What is the typical time complexity for removing the highest-priority element (using poll()) from a java.util.PriorityQueue with N elements?
Β οΏ½...
What happens if a subclass does not explicitly call a superclass constructor?