Question
How many nuclear warheads did India have as of January
2025 according to SIPRI?Solution
The SIPRI report stated that India’s nuclear arsenal increased to 180 warheads as of January 2025.
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?