Question
Who can apply for a driving license according to the
Motor Vehicles Act?Solution
Section 9. Grant of driving licence—(1) Any person who is not for the time being disqualified for holding or obtaining a driving licence may apply to the licensing authority having jurisdiction in the area— (i) in which he ordinarily resides or carries on business, or (ii) in which the school or establishment referred to in section 12 from where he is receiving or has received instruction in driving a motor vehicle is situated, for the issue to him of a driving licence.
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?