Question
Transparency International released Corruption
Perceptions Index (CPI) 2021. What is India’s rank in this?Solution
Transparency International released Corruption Perceptions Index (CPI) 2021. The global corruption Index ranks 180 countries and territories by their perceived levels of public sector corruption. Top Ranked Nations: Denmark, Finland, and New Zealand, each with a score of 88 followed by Norway (85), Singapore (85), Sweden (85), Switzerland (84), the Netherlands (82), Luxembourg (81) and Germany (80). India’s Rank: With a score of 40, India ranks at 85th position in the index. Bottom Ranked Nations: South Sudan, Syria, and Somalia with scores of 11, 13, 13, remain at the bottom of the index.
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?