Question
What is the total housing target under PMAY-G after its
extension beyond 2023-24?Solution
PMAY-G originally targeted 2.95 crore houses by 2023-24, and later an additional 2 crore houses were approved for FY 2024-29, bringing the total target to 4.95 crore houses.
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?