The Kasturba Gandhi Balika Vidyalaya plan was introduced by the Government of India in August 2004. It was then integrated into the Sarva Shiksha Abhiyan program, to provide educational facilities for girls belonging to Scheduled Castes, Scheduled Tribes, Other Backward Classes, minority communities and families below the poverty line in Educationally Backward Blocks
What does the following list comprehension produce?
result = [x**2 for x in range(5) if x % 2 == 0]
print(result)
In SQL, which type of join returns all records from the left table and the matched records from the right table, and fills in NULL values for non-matchi...
Which of the following protocols is widely used for low-power, short-range communication in IoT devices?
In SQL, which type of JOIN will return all rows from the left table and the matching rows from the right table, filling with NULLs where there is no match?
Which Python library is most commonly used to calculate the correlation matrix of a dataset in preparation for predictive modeling?
Which of the following factors should primarily determine the sample size in a data analysis project?
A scatter plot reveals a strong positive linear relationship between two variables. Which of the following is the most appropriate statistical measure t...
Which of the following statements best describes the primary difference between big data and traditional data?
Which OOP concept ensures that the internal details of an object are hidden from the outside world, providing a clear interface for interaction?
Which of the following statements is true regarding the Dickey-Fuller test in time series analysis?