Section 73 IPC - Whenever any person is convicted of an offence for which under this Code the Court has power to sentence him to rigorous imprisonment, the Court may, by its sentence, order that the offender shall be kept in solitary confinement for any portion or portions of the imprisonment to which he is sentenced, not exceeding three months in the whole, according to the following scale, that is to say— a time not exceeding one month if the term of imprisonment shall not exceed six months; a time not exceeding two months if the term of imprisonment shall exceed six months and1 [shall not exceed one] year a time not exceeding three months if the term of imprisonment shall exceed one year
In systems design, which of the following techniques is used to break down complex systems into smaller, more manageable components?
In the Least Recently Used (LRU) page replacement algorithm, given the following reference string 4, 2, 4, 1, 5, 2, 3, 4, and assuming 3 frames, how man...
Which of the following best describes a significant difference between distributed parallel computing and cloud computing?
Which of the following query will return the third-highest salary from an Employee table in SQL?
Which data structure is most suitable for implementing a priority queue?
How do we can Delete all in SQL
Truncate command in SQL
In which scenario would para virtualization be preferred over full virtualization?
In a CI/CD pipeline, which of the following represents the most critical failure point that could delay the entire software release cycle?
Consider a Binary Search Tree (BST) where every node stores a key and two child pointers. What is the time complexity of finding the Lowest Common Ances...