Question
Consider the following statements:
>I. Prime Minister, Shri Narendra Modi inaugurated the headquarters of IN-SPACe at Bangalore. II. In IN-SPACe “P” stands for “Priority”. III. IN-SPACe is an autonomous and single window nodal agency in the Department of Space for the promotion, encouragement and regulation of space activities of both government and private entities. Which statement/statements is/are not correct?Solution
The Prime Minister, Shri Narendra Modi inaugurated the headquarters of the Indian National Space Promotion and Authorisation Centre (IN-SPACe) at Bopal, Ahmedabad. The programme also witnessed the exchange of MoUs between IN-SPACe and private sector companies working in the field of space-based applications and services. The promotion and enabling of private entities in the space sector will provide a major fillip to the space sector and open up new vistas of opportunity for India’s talented youth. About IN-SPACe The establishment of IN-SPACe was announced in June 2020. It is an autonomous and single window nodal agency in the Department of Space for the promotion, encouragement and regulation of space activities of both government and private entities. It also facilitates the usage of ISRO facilities by private entities.
Which design pattern is most suitable for controlling access to a resource by limiting the number of clients that can use it concurrently?
The time complexity of binary search is:
In a binary tree, what is the maximum number of children a node can have?
Which type of AI is primarily used for adaptive mobile applications like virtual assistants?
Which of the following techniques is primarily used to address overfitting in machine learning models?
A data analysis algorithm requires processing data in a Last-In, First-Out (LIFO) manner. Which operation is used to get the most recently added element...
What type of relationship is represented by Aggregation in Object-Oriented Programming?
Consider the following sequence of stack operations:
PUSH(10) → PUSH(20) → PUSH(30) → POP() → PUSH(40) → POP() → POP()
What is...
Which of the following is true about triggers in a relational database?
Union-Find with path compression achieves nearly constant time because its complexity is: