Question
Two trains of equal lengths take 15 seconds and 30
seconds respectively to cross a telegraph post. If the length of each train be 240 metres, in what time will they cross each other travelling in opposite direction?Solution
Speed of the first train = [240/15] m/sec = 16 m/sec Speed of the second train = [240/30] m/sec = 8 m/sec Speed = (16 + 8) m/sec = 24 m/sec Required time = (240 + 240)/24 sec = 20 sec
Which computer architecture uses a single bus to connect the CPU, memory, and peripherals?
Binary relationship has how many participating entities?
What does cardinality represent in the context of an ER model?
State true/false
Trojan works in background and steal data which is sensitive
In a B-tree, the minimum number of children a non-root internal node can have is:
Which of the following function is used in every hashing technique
What is the primary purpose of lexical analysis in a compiler?
What is the worst-case time complexity of inserting n elements into an empty linked list, if the linked list needs to be maintained in sorted order? Mo...
What does the Query Optimizer do in RDBMS architecture?
C++ follows ___.