Skip to main content

20 question-part-1 (Law Examination)

(1) As per code of criminal procedure (Amendement)Act, 2008 (5 of 2009), with effect from 31-12-2009, which inserted cluses(wa) in section Cr.P.C defending "victim" as a person who sefferred any loss of injury caused by reason of the act or ommission for which the accused person has been charged includes
Answer-victim's guardian or legal heir.

(2) Criminal procedure code which comes under concurrent list of constitution of indian is
Answer-not unduly rigid and makes room for any special law & procedure and generally gives precedence to such special law and procedure

(3) Classification of offences given in the code of criminal procedure under
Answer- the 1st schedule

(4) Cognizable offence under IPC has been defined
Answer- under section 2(c) of Cr.P.C.

(5) In a cognizable case under IPC, the police will have all the powers to
Answer- investigate including the power to arrest without warrant

(6) A Magistrate has the power to direct the police to investigate in respect of an offence
Answer- (I) under the indian penal code
                (II) under any local and special law

(7) Non-cognizable offence has been defined
Answer- under section2(1).

(8) A metropolitan Magistrate can award sentence of imprisonment in default of payment of fine
Answer- not exceeding one-fourth of the term of imprisonment which he is competent to inflict as substantive sentence

(9) In case of consecutive sentence on conviction of several offences at one trial by a Metropolitan Magistrate the aggregate punishment
Answer- shall not exceed twice the amount of punishment which the Magistrate is competent to inflict for a single offence.

(10) When a complained is presented to a Magistrate proceeds to examine the complainant & the witnesses
Answer- (I) the magistrate is conducting an inquiry
                (II) magistrate is conducting a trial


(11) Classification of compoundable & non-compoundable offences has been provided under
Answer- section 320 of Cr.P.C.

(12) Arrest means
Answer- total restraint and complete deprivation of liberty

(13) A warrant of arrest is a command
Answer- (I) must be a written order
                (II) signed, sealed & issued by Magistrate
                (III) addressed to a police officer

(14) It a mandatory for a police officer to inform the person arrested and right of bail if the offence is not non-bailable, under
Answer- section 50 of Cr.P.C.

(15) Period of limitation for filling claims & objections to the attachement of any property attached under section 83 of Cr.p.c, by any person other than the proclaimed person, as provided under section 84 of Cr P.C.
Answer- within six months of attachment.

(16) A proclamation requiring a person to appear must be published giving
Answer- not less than 30 days time to the person concerned.

(17) A proclaimed person whose property has been attached can claim the property or the sale proceeds, on apperance
Answer- within 2-year of attachment.

(18) An arrested person has a right to consult a legal practitioner of his choice. The consulting with the lawyer
Answer- (I) may not be in the presence of the police officer
                (II) may be in the prsence of the police officer but not within his hearing

(19) Section 91 of Cr.P.C. does not apply to
Answer- the accused

(20) Section 92 of Cr.P.C. lays down the procedure for
Answer- production of document(s) in the custody of postal or telegraph authority.
..........................................................................................................................................................

Comments

Popular posts from this blog

What is HTML or HTML tags

HTML 1) HTML stands for Hyper Text Markup Language 2) Created by Ten Berners-Lie in 1991 but published in 1995 3) It is Client side web technology. 4) It has predefined elements are called tags, used to"markup" a text documents. HTML TAGS 1 <html>_____</html>     Declare the Web page to be written in HTML. 2 <head>_____</head>       Delimits the pages head. 3 <title>______</title>       Defines the title.(not display on the page) 4 <body>_____</body>      Delimits the pages body. 4 <hn>_____</hn>      Delimits a level in heading. 5 <b>_____</b>      Set in boldface 6 <i>_____</i>       Set in italics. 7 <center>_____</center>      Center on the page horizontal. 8 <ul>_____</ul>     ...

Dalton's Atomic Theory—(Chemistry)

Dalton's Atomic Theory The theory that' all matter is made up of very tiny indivisible particles (atoms)' is called atomic theory of matter. Dalton's put forward his Atomic Theory of matter in 1808. The various postulates of Dalton's atoAto Theory of matter are as follows: All the matter is made up of very small particles called 'atoms'. Atoms cannot be divided. Atoms can neither be created nor destroyed Atoms are of various kinds. There are as many kinds of atoms as are elements. All the atoms of a given element are identical in every respect, having the same mass, size and chemical properties. Atoms of different elements differ in mass, size and chemical properties. Chemical combination between two elements consists in the joining together of atoms of these elements to form molecules of compounds. Drawbacks of Dalton's Atomic Theory It is now known that some of the statements of Dalton's Atomic Theory of matter are not exactly corre...

Operator Overloading // In Hindi or English // C++TUTORIAL

  Operator Overloading आज हम जानेंगे Operator overloading क्या होता है:― Operator Overloading — Operator हमेशा program के datatype के साथ काम करता है। जैसे int, float, char लेकिन जब हम अपना datatype अलग से बनाते हैं, तो इसे ही हम Operator Overloading कहते हैं।       ये user define data type पे काम करता है।अथवा ये हमारे basic data type पे work करता है। In English― T he way operators work for user-defined types like objects and structures. This is known as operator overloading. For example, Suppose we have created three objects c1 , c2 and result from a class named Complex. अगर आपको ये post अच्छी लगी हो तो हमे comment कर के जरूर बताएं।