Question
What is the full form of
DIKSHA?Solution
DIKSHA stands for Digital Infrastructure for Knowledge Sharing. It is an online platform launched by the Ministry of Education, Government of India, to provide digital resources and support for teachers and students across the country. The platform includes e-content for teachers, standardized training materials, and interactive resources to enhance teaching and learning. Bee Facts 1. DIKSHA was launched in September 2017 as part of the Digital India initiative. 2. It provides tools for teachers to create lesson plans and assessments. 3. Offers multilingual content, making it accessible across states. 4. Available via web and mobile apps, ensuring ease of access. 5. Supports the National Education Policy (NEP) 2020 goals of digitizing education.
What does the following list comprehension produce?
result = [x**2 for x in range(5) if x % 2 == 0]
print(result)
In Python, which of the following functions in the Pandas library is used to merge two DataFrames df1 and df2 on a common column id?
Which of the following is the main characteristic that differentiates random sampling from non-random sampling techniques?
Which of the following is the best approach for presenting data-driven insights to a non-technical audience?
In healthcare, how can trend analysis most effectively enhance patient care?
Which of the following SQL commands is classified as a Data Definition Language (DDL) command?
Which sampling technique is most suitable when a population has distinct subgroups that should be represented proportionally?
Which of the following R functions is most appropriate for fitting a linear regression model?
In the context of metadata for data management, which of the following examples best illustrates descriptive metadata?
Which of the following cryptographic algorithms is an example of symmetric encryption and employs a block cipher with a key size of up to 256 bits?