Question
Train A running at speed of 81 km/hr crosses a platform
having twice the length of train in 12 sec. Train B whose length is 360m crosses same platform in 18 sec, then find the speed of train B ?Solution
Let length of train A = x Length of platform = 2x Speed = distance/time ⇒ 81 x 5/18 = (x + 2x)/12 ⇒ x = 90 m = length of train A Length of platform = 90 x 2 = 180m For train B, Speed = distance/time ⇒ (180 + 360)/18 x (18/5) ⇒ 108 km/hrÂ
Which of the following OWASP Top 10 risks involves insecure coding practices that allow attackers to gain access to sensitive data, such as usernames a...
What will be the output of the following queue implementation using two stacks?
class QueueUsingStacks {Â Â Â Â Â Stacks1 = new Stack <>... Which of the following is NOT a valid feature of IPv6 compared to IPv4?
Which of the following is NOT a characteristic of a minimum spanning tree (MST) in a connected, undirected graph?
What is the best-case time complexity of the binary search algorithm ?
Which of the following is a key objective of the Requirement Analysis phase in the Software Development Lifecycle (SDLC)?
Which of the following statements is true about deadlocks in an operating system?
Which encryption technique is used in Transport Layer Security (TLS) to securely establish a session key?
Which of the following statements about normalization in relational databases is correct?
- Natural Language Processing (NLP)
In the context of sentiment analysis, which of the following NLP techniques provides the most accurate classification ...