Start learning 50% faster. Sign in now
NEP-2020 advocates for greater internationalisation in education by creating avenues for having larger number of international students studying in India. NEP 2020 points out that high performing Indian universities will be encouraged to set up campuses in other countries, and similar selected universities, e.g., those from among the top 100 universities in the world will be facilitated to operate in India. NEP-2020 advocates the use of Indian languages, art, and culture at all levels of education. The policy has proposed establishing an Indian Institute of Translation and Interpretation (IITI) to promote Indian languages. NEP-2020 advocates the use of Indian languages, art, and culture at all levels of education. The policy has proposed establishing an Indian Institute of Translation and Interpretation (IITI) to promote Indian languages.
Which all statements are correct about Sorting
Which one of the following given statements possibly contains the error?
Which of the following sorting algorithms is NOT stable?
Which of the following SQL queries is used to find the second highest salary from an employee table?
SELECT MAX (salary) FROM emp...Which of the following is NOT a responsibility of the operating system's kernel?
What will be the output of the following code when the pop method is executed?
class Stack:
def __init__(self):
s...
Which of the following is a non-relational database used for handling large volumes of diverse data types in Big Data environments?
Which of the following code snippets correctly implements a singly linked list in Java, including the ability to insert a new node at the beginning?...
Consider the following Java code that implements encapsulation:
class BankAccount {
private double balance;
public Bank...