Question
A DSPE officer of the rank of Sub Inspector, acting in a
State (not a Union territory) where jurisdiction has been validly extended under Section 5(1) with State consent under Section 6, investigates a notified offence and registers an FIR as “officer in charge of a police station”. A defence argument is raised that he could not act as an officer in charge of a police station in that State. What is the correct legal evaluation under the DSPE Act?Solution
Section 5(3) states that, where Section 5(1) applies, any DSPE member “of or above the rank of Sub‑Inspector may … exercise the powers of the officer in charge of a police station in that area and when so exercising such powers, shall be deemed to be an officer in charge of a police station,” thus negating the objection in such a State area with valid extension and consent.​
A C function insert(Node* root, int data) for a BST.
#include
typedef struct Node {
  int data;
  struct ...
In a Breadth-First Search (BFS) algorithm for graph traversal, what is the primary role of a queue?
The ALU performs the indicated operation on the operands prepared in the prior cycle and store the result in the specified destination operand location.
The error in Simpson's 1/3 Rule is proportional to:
Consider a simplified backtracking approach for generating permutations of [1, 2, 3]. If the current partial permutation is [1, 3], what is the next log...
Which of the following best describes the "Ready" state of a process?
Which of the following statements accurately describes the purpose of unit testing in software development?
In a digital communication system, let the encoding scheme be “Add 1 at the end of the bit stream if number of 1 bits is odd, else add 0 at the end of...
In Python, which of the following built-in data structures can be most efficiently used to implement a stack, and why?
In ___ each address field determines two address fields i.e. either a memory word or the processor register.