Question
As per Union Budget 2025-26, how much investment has
been planned for setting up a new deep-tech Fund of Funds to support next-generation startups?Solution
The Union Budget 2025-26 introduced a Deep Tech Fund of Funds to support next-generation startups focused on cutting-edge technologies like AI, quantum computing, and biotechnology. The fund has a planned allocation of ₹20,000 crore, aimed at strengthening India's startup ecosystem and enhancing global competitiveness.
Which of the following is a new semantic element introduced in HTML5?
Which scheduling policy uses priority levels to determine the order of execution?
Which of the following is a base case in recursive functions?
What will be the output of the code
int main(){
int i;
for(i=0;i
int i;
i=20;
print(“%d”, i);
}
return 0;
}
Which machine learning models are trained to make aseries of decisions based on the rewards and feedback they receive for their actions
ICMP is primarily used for __________
Which method is commonly used for error detection at the Data Link Layer?
Which of the following is not a limitation of binary search algorithm?
Which component in the CPU holds the data to be operated on, performs calculations, and stores the results?
Relation R(A,B,C,D,E) has {AB`->` C, C`->` D,B`->` EA} FUNCTIONAL DEPENDENCY
Find the candidate key of the relation.