Question
In the year 1919, what was the reason for Mahatma Gandhi
to warn the Viceroy that a countrywide Satyagraha would be launched?Solution
Gandhiji wanted the Government to withdraw the Rowlatt Act immediately and for this he warned the British Government. • Gandhi started Satyagraha in 1919 against the Rowlatt Act because the act laid down measures which were insulting and challenging for the Indians.
Which of the following is true about the Round Robin (RR) CPU scheduling algorithm?
Which data structure is most suitable for implementing recursion?
Consider the following Python code snippet for binary search:
  def binary_search(arr, target):
    low = 0
    ...
Depth-First Search (DFS) typically uses which data structure implicitly or explicitly?
Which protocol is most commonly used for secure communication between IoT devices over the internet?    Â
Which of the following sorting algorithms has a worst-case time complexity of O(N log N)?
In dynamic programming, which principle ensures correctness by solving overlapping subproblems and storing results?
The Activity Selection Problem can be optimally solved using a greedy approach. What is the greedy choice typically made at each step?
Which of the following sorting algorithms has the best worst-case time complexity?
Which of the following SQL queries is used to remove a table from a database?