Question
Find length of the metro? Statement I : If metro
can cross a platform in 40 seconds and a pole in 24 seconds. Statement II : If the speed of metro is 60 km/hr. Statement III : If the length of platform is 300metre. In each of the following questions, a question is followed by three statements numbered I, II and III. Read all the statements and answer accordingly.Solution
Let Length of Metro = M & length of Platform = P & Speed of Metro = S From I : S = (M+P)/40 = M/24 From II: S = 60: From III: P = 30 So we can find the length of metro by using I & III or even by I & II.
In terms of processor performance, which factor has the greatest impact on reducing instruction execution time for computationally heavy applications? ...
Which of the following code snippets correctly implements a singly linked list in Java, including the ability to insert a new node at the beginning?
Command to change the priority in LINUX
1.   Predict the output of the code
public class Animal {
  public static void main(String args[])
           ...
Graph Traversal algorithms
Abstract Class in Java
 Which all is/are Ransomware
In a binary tree, how is the height of the tree defined?
In the Least Recently Used (LRU) page replacement algorithm, given the following reference string 4, 2, 4, 1, 5, 2, 3, 4, and assuming 3 frames, how man...
In the context of preemptive CPU scheduling, which of the following algorithms can potentially cause starvation, and how can this issue be mitigated?Â