Question
Ramesh instigates a child Pappu to commit murder and
the murder is committed in consequence. Who is liable?Solution
Section 82 IPC - Act of a child under seven years of age—Nothing is an offence which is done by a child under seven years of age. Illustration to Section 108 – Abettor - A, with the intention of murdering Z, instigates B, a child under seven years of age, to do an act which causes Z's death. B, in consequence of the abetment, does the act in the absence of A and thereby causes Z's death. Here, though B was not capable by law of committing an offence, A is liable to be punished in the same manner as if B had been capable by law of committing an offence, and had committed murder, and he is therefore subject to the punishment of death.
Which algorithm uses a “divide and conquer” strategy?
Which algorithm guarantees the shortest path in a graph with negative weights but no negative cycles?
Which type of firewall operates at the application layer of the OSI model and inspects incoming and outgoing data packets?
Which of the following protocols is most commonly used in IoT devices to enable communication between smart devices?
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...Which type of NAT (Network Address Translation) allows multiple private IP addresses to share a single public IP address?
What is the time complexity of inserting an element in a heap?
What is the primary purpose of cookies in web development?
Which data structure is used for implementing recursive function calls?
In intelligent systems, which of the following is a key characteristic of an expert system?