Question
Train M, βxβ metres long crosses (x β 32) metres
long platform in 20 seconds while train N having the length (x + 32) metres crosses the same platform in 25 seconds. If the speeds of both trains are same then find the value of βxβ.Solution
Total distance travelled by train M = (2x β 32) m Total distance travelled by train N = (x + 32 + x β 32) = 2x m According to question, => (2x β 32)/20 = 2x/25 => 50x β 800 = 40x => 10x = 800 => x = 80 m
What does the term "phishing" refer to in the context of cybersecurity?
Consider below arithmetic operation in python and predict the output
X=7.5
Y=2
print(X//Y)
What is the primary purpose of performing backups in an operating system?
State true/false
Trojans can sometimes acts in favour of ransomware and ask for ransom.
Which logic gate operation is performed by an XOR gate?
XML is designed to ____ and ____ data)
When implementing a stack using two queues, what is the time complexity of the "push" operation?
What is Apache Spark primarily used for in big data processing?
Which block of code is used to handle exceptions?
How many essential KCL equations are written when performing node analysis for a circuit with n nodes?