Question
What is the budgetary allocation for the Pradhan Mantri
Kisan samman nidhifor the finnancial year 2024-25?Solution
Pradhan Mantri Kisan Samman Nidhi (PM-Kisan) had a consistent budget allocation of ₹60,000 crore over the years 2023-24 and 2024-25.
Which IPv6 feature can unintentionally expose internal network structure to attackers if not properly randomized?
When debugging an N-Queens problem solution using backtracking, a common issue is that the algorithm either finds no solutions or finds too many, includ...
Given a 2D array (matrix) in Python:
matrix = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]
What are the values of matrix[1][2] and matrix[2][0] respectively?
Which of the following is a characteristic of an intelligent agent?
What is the output for the below code
MyList = ["New York", "London", "Paris", "New Delhi"] MyFile=open('output.txt','w') Â for element in MyLis...
Consider the following Python code:
from abc import ABC, abstractmethod
class Shape(ABC):
  @abstractmethod
  def ar...
What is the relationship between encapsulation and abstraction?
Which register stores the temporary results during computation?
The _____________ deals with the coordination of the data transfer between end systems and hosts.
How many types of JDBC drivers?