Question
There is a school by the side of the road. Three
children of nursery class stray away from the school on to the road. A truck driver, who was driving the truck at a normal speed, notices the children. While trying to save the children, the truck hits a shop and an injury is caused to one Person. Which of the following assertions correctly represent the law?Solution
ESSENTIALS OF NEGLIGENCE: - In an action for negligence, the plaintiff has to prove the following essentials: 1. Duty to take care 2. Duty must be toward plaintiff 3. Breach of duty to take care 4. That the breach of such duty was the direct and proximate cause of the damage alleged.
Which of the following collision resolution techniques involves storing all elements that hash to the same value in a linked list?
Deletion in Red-Black Trees maintains balance using:
Which data structure is most suitable for implementing a priority queue with logarithmic time complexity for insertion and deletion?
Which cryptographic concept ensures that data integrity is preserved and cannot be altered during transmission?
Which of the following is an example of an emerging technology that is most likely to impact the future of computing?
The amortized cost of appending an element at the end of a dynamic array is:
Time complexity of heap sort is:
KMP improves naive string matching by:
Which network topology ensures full redundancy but is highly expensive and complex to implement?
Which of the following statements about parameter passing in Python is TRUE?