Question
What significant milestone did India achieve in digital
payments according to the RBI-DPI in March 2025?Solution
The RBI-DPI, which measures the extent of digitization in payments, increased to 493.22 in March 2025, showing over fourfold growth since its base year (2018 = 100). This highlights the success of UPI and digital initiatives in financial inclusion.
Write a query to fetch department-wise count of employees sorted by department’s count in ascending order. EmployeeInfo is the table name.
...Write through technique is used in which memory for data updating
What will be the output of the following code snippet?
int num = 10;
int *ptr = #
printf("%d", *ptr);
Arrange the following memory components in the memory hierarchy from the fastest to the slowest: Cache memory, Main memory (RAM), Hard disk.
The dynamic memory allocation is the memory allocation done at the _________.
How does blockchain achieve its tamper-resistant quality?
Which field in the IP header indicates the maximum number of hops a packet can take before being discarded?
What is the term for the process of transferring data between physical memory and secondary storage in virtual memory systems?
In C, which keyword is used to access memory-mapped registers for DMA configuration?
What is the purpose of a lock in concurrency control?