A porter lifts luggage of 20 kg from the ground and puts it on his head 2 m above the ground. Calculate the work done by him on the luggage (take g = 10ms-2)
Mass of the luggage (m)= 20 kg ⇒ Height above the ground (h) = 2m So, the work done by porter on luggage is ⇒ P.E = mgh = (20)×(10)×(2) = 400 J
In Big Data Analytics, what is the main function of the MapReduce programming model?
In the context of preemptive CPU scheduling, which of the following algorithms can potentially cause starvation, and how can this issue be mitigated?Â
What will be the output of the following code when printList is called with a linked list containing the values 1 -> 2 -> 3?
class Node:
Â...
In data communication networks, which protocol is responsible for ensuring reliable data transfer between devices over a network?   Â
...What does the function re.match do?
Which of the following best describes the primary purpose of virtualization in cloud computing?Â
In which scenario would para virtualization be preferred over full virtualization?Â
Which is/are correct w.r.t Passive attacks
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?Â
Divide and conquer is used by