Question
Which specialized scientific institution commissioned
the state-of-the-art X-Band Dual-Polarization Doppler Weather Radar at Mahabaleshwar, Maharashtra, to provide real-time tracking of extreme precipitation events and cloudburst dynamics over the Western Ghats?Solution
- While the IMD runs the national radar grid, this specific, localized X-Band Dual-Polarization research radar facility at Mahabaleshwar was systematically commissioned by the Indian Institute of Tropical Meteorology (IITM), Pune , an autonomous body under the Ministry of Earth Sciences .
- Dual-polarization radars emit both horizontal and vertical radio waves, allowing researchers to accurately assess the physical geometry, type, and size of precipitation particles inside active storm clouds.
Which of the following is the correct definition of 'polymorphism' in Object-Oriented Programming?
Which SQL keyword is used to sort the result set?
Which of the following prevents inheritance in C++?
Which of the following is used to eliminate redundancy and anomalies in a database?
Which OOP principle allows a single interface to represent different underlying forms or data types?
The concept of "data hiding" is primarily achieved through which OOP principle?
Which of the following correctly describes the concept of 'encapsulation' in OOP?
A primary key in a table:
The result of a Cartesian product of two relations R and S will have:
In C++, if a base class has a virtual function, and a derived class overrides that function, which mechanism ensures that the correct derived class func...