Share of agriculture in India's GDP declined to 15 per cent last fiscal year from 35 per cent in 1990-91 due to rapid growth in the industrial and service sector, the government informed on Tuesday. "The share of agriculture in total Gross Value Added (GVA) of economy has declined from 35% in 1990-91 to 15% in 2022-23.
In the context of Intelligent Systems, which of the following algorithms is primarily used for real-time pathfinding in robotics?
What will be the output of the following code snippet implementing the Least Recently Used (LRU) page replacement algorithm?
def lru(pages, capac...
Which of the following best describes the primary function of Network Address Translation (NAT)?
Which of the following is not a method of inter-process communication (IPC) in modern operating systems?
Given the following code snippet, what will be the output when the function findMax is called with the array arr = [1, 5, 3, 9, 2]?
def findMax...
In a binary tree, how is the height of the tree defined?
Which of the following types of networks is most suitable for securely connecting geographically distant branches of a multinational company, while ensu...
Operator overloading in C++