Question
Who is authorized to compound an offence punishable with
fine only, and what is the maximum sum that can be collected for compounding under the LLP Act?Solution
Section 39. Compounding of offences.—(1) Notwithstanding anything contained in the Code of Criminal Procedure, 1973 (2 of 1974), the Regional Director or any other officer not below the rank of Regional Director authorised by the Central Government may compound any offence under this Act which is punishable with fine only, by collecting from a person reasonably suspected of having committed the offence, a sum which may extend to the amount of the maximum fine provided for the offence but shall not be lower than the minimum amount provided for the offence.
The number of significant figures for 5.1250 and 0.06900 respectively are____Â
A system uses paging with a logical address space of 2^26 bytes and a page size of 4 KB. How many bits are required for the page number in the logical a...
Which of the following statement is TRUE related to Alpha Beta pruning algorithm?
What is the main purpose of disk scheduling in an operating system?
Recursive algorithms, often central to Divide and Conquer, are prone to specific debugging challenges. Which of the following is a primary concern when ...
Which property defines a Binary Search Tree (BST)?
Which of the following element in XSLT is used to apply a template repeatedly on each node?
Consider the following Java code snippet:
  import java.util.PriorityQueue;
  import java.util.Comparator;
  class Item...
What is the primary purpose of the memory management process known as "compaction"?
Which of the following statements is true regarding user-level threads compared to kernel-level threads?