Question
With reference to the ‘Samudrayaan Mission’,
consider the following statements: Which of the statements given above is/are correct? i. The project aims to send first of its unique manned submersible vehicle MATSYA 6000 including three persons into the sea at a depth of 6000metres. ii. It is launched by the Ministry of Science and Technology. iii. A five year project with an estimated cost of Rs 350 crore. iv. The mission aims to the exploration of rare minerals in Deep Ocean.Solution
Union Minister of State Dr Jitendra Singh launched India's first manned ocean mission Samudrayan at Chennai. With the launch of this Ocean Mission, India joins the elite club of 5 nations such as the USA, Russia, Japan, France and China to have such underwater vehicles for carrying out subsea activities. The Matsya 6000, the deep-sea vehicle under the Samudrayan initiative, is designed to carry three people in a titanium alloy personnel sphere of 2.1-metre diameter enclosed space. It comes under the purview of Ministry of Earth Sciences (MoES).
Which of the following is a major advantage of using Power BI over traditional Excel charts for data visualization?
Which of the following is the key difference between probability-based and non-probability-based sampling techniques?
Deadlock prevention in operating systems can be achieved by ensuring which of the following conditions does NOT hold?
In hypothesis testing, which of the following statements best describes the null hypothesis?
What does the following list comprehension produce?
result = [x**2 for x in range(5) if x % 2 == 0]
print(result)
What is the primary purpose of normalization in database design?
In time series forecasting, which of the following is true regarding the impact of autocorrelation on the model?
In a structured database, which data storage format would best support hierarchical data with varying levels of nested attributes?
Which cloud computing service model provides users with complete control over hardware resources like servers, storage, and networks?
What is the purpose of the break statement in Python?