Question
Consider the following statement about Mission Saksham
Anganwadi and Poshan 2.0. I. Pre-school Kit/ECCE is one of the sub-components of Saksham Anganwadi and Poshan 2.0. II. An amount of Rs. 579.20 crore has been allocated under ECCE/Pre-School Kit for four years period from 2021-22 to 2024-25. III. Both schemes covers the requirements for pre-school learning to make all pre-schoolers at Anganwadi Centres, school ready. Which of the above statement is/are correct?Solution
Pre-school Kit/ECCE is one of the sub-components of Saksham Anganwadi and Poshan 2.0. An amount of Rs. 579.20 crore has been allocated under ECCE/Pre-School Kit for five years period from 2021-22 to 2025-26 under Mission Saksham Anganwadi and Poshan 2.0. As on 30th June, 2022, 3.03 crore children in the age group of 3-6 years have access to Early Childhood Children Education (ECCE) through Anganwadi Centres. The Scheme Guidelines on Mission Saksham Anganwadi and Poshan 2.0, covers the above requirements for pre-school learning to make all pre-schoolers at Anganwadi Centres, school ready.
Which probability distribution is most widely used to model quantization noise in pulse code modulation ?
Consider a graph with vertices A, B, C, D and edges with weights: (A,B)=1, (A,C)=7, (A,D)=10, (B,C)=3, (C,D)=4, (D,E)=2. (Assume E is another vertex). I...
Consider generating all permutations of the string "ABC" using a backtracking approach. Which of the following sequences represents a valid path in the ...
fill the blank for space 14.
A system uses a 32-bit logical address space and a page size of 4KB. If each page table entry (PTE) is 4 bytes, how many entries can a single-level page...
Consider a simplified backtracking approach for generating permutations of [1, 2, 3]. If the current partial permutation is [1, 3], what is the next log...
.Consider the following Java code:
class Shape {
  void draw() {
    System.out.println("Drawing a generic shape");
...Which of the following is a key characteristic of cloud computing?Â
Which of the following is a potential problem when multiple threads access and modify shared data concurrently without proper synchronization?
What is a "call stack" in the context of debugging?