Question
For the holistic development of tribal groups, PM
launched ____ a Rs 24,000 crore InitiativeSolution
PM Modi also launched the PM Janjati Adivasi Nyaya Maha Abhiyan, a Rs 24,000 crore initiative for holistic development of tribal groups. Additionally, he laid the foundation stone for multiple development projects in Jharkhand worth Rs 7200 crores
What is polymorphism in Python?
An employee in a financial organization receives an email claiming to be from the company CEO, asking them to urgently transfer funds to a specific acco...
In Python, missing values in DataFrame are represented as:
In Python, which method in the Pandas library would you use to replace NaN values in a DataFrame with the median value of each column?
In artificial intelligence, what is the primary advantage of using a convolutional neural network (CNN) over a traditional multi-layer perceptron (MLP) ...
In a dataset with outliers, which measure is more robust than the mean?
Which of the following sampling techniques is most suitable when the population is divided into distinct subgroups, and it is important to ensure each s...
Which IoT communication protocol is lightweight and optimized for constrained devices?
Consider the following Python code:
class Shape:
def area(self):
return 0
class Circle(Shape):
�...
Which characteristic best distinguishes big data from traditional data?