Question
The ‘Prime Minister’s Scholarship Scheme
(PMSS)’’ is being implemented to encourage technical and post-graduate education for the widows and wards of the deceased/ex-service personnel of Armed Forces. How is the 'Prime Minister's Scholarship Scheme (PMSS)' funded?Solution
Explanation: The ‘Prime Minister’s Scholarship Scheme (PMSS)’ ’ is being implemented to encourage technical and post-graduate education for the widows and wards of the deceased/ex-service personnel of Armed Forces. The scheme is funded out of National Defence Fund administered by Prime Minister’s Office. Scholarships are available for education at various technical institutions (medical, dental, veterinary, engineering, MBA, MCA and other equivalent technical institutions having AICTE/UGC approval). The Scheme was introduced in 2006. Five thousand five hundred (5500) scholarships are being awarded annually under this scheme. The amount of scholarships was Rs.2,000/- for boys and Rs.2,250/- for the girls per month and is paid annually. This has now been increased to Rs.2,500/- per month for boys and Rs.3,000/- per month for girls w.e.f. FY 2019-20. The payment is made through ECS into the bank account of the selected students. The scheme migrated from offline to online mode with effect from Academic Year 2016-17. The Scheme is managed by the Kendriya Sainik Board (KSB).
In the context of cloud computing, what is the main difference between containers and virtual machines?Â
Consider the following Python code:
  def mystery(a, b):
    if a == 0:
      return b
    e...
Which system call is typically used by a parent process to wait for a child process to terminate?
In data analysis, a "sparse matrix" is often used. What is the defining characteristic of a sparse matrix?
State true or false
This scheduling algorithm is not ideal for time sharing systems.
Which of the following is a type of polymorphism achieved through method overloading?
A C function print_matrix(int rows, int cols, int matrix[rows][cols]) is designed to print a matrix.
#include
void print_matrix(...
Which of the following sorting algorithms has the best worst-case time complexity of O(n log n)?
Which of the following best describes the "Ready" state of a process?
Consider the following Python code:
from abc import ABC, abstractmethod
class Shape(ABC):
  @abstractmethod
  def ar...