Question
Car 'E' traveling at a certain speed covered a certain
distance in 5 hours. Car 'F,' which is 50% faster than Car 'E,' traveled for 4 hours and covered 110 km more than Car 'E.' Find the speed of Car 'E.'Solution
ATQ, Let the speed of Car 'E' = '10x' km/h Distance covered by Car 'E' = 10x Γ 5 = '50x' km Speed of Car 'F' = 10x Γ 1.5 = '15x' km/h Distance covered by Car 'F' in 4 hours = 15x Γ 4 = '60x' km According to the question, 60x - 50x = 110 Or, 10x = 110 Or, x = 110 Γ· 10 = 11 Therefore, the speed of Car 'E' = 10x = 10 Γ 11 = 110 km/h
What is abstraction in object-oriented programming?
Consider a 4-way set associative cache consisting of 128 lines with a line size of 64 words. The CPU generates a 20-bit address of a word in main memor...
What is 'SQL injection' and which of the following is the most effective prevention technique?
What type of programming language is Python?
AB`->` CD
AF`->` D
DE`->` F
C`->` G
F`->` E
G`->` A
Then which of the following is false?
Which of the following is NOT a comparison operator in Python?
Define Mapping Process?
Given a 16-bit instruction format with 4 bits for the opcode and 12 bits for the address, calculate the maximum number of different opcodes that can be...
In the context of cybersecurity, what is a 'Man-in-the-Middle' (MitM) attack?
What happens to the memory allocated to a local variable when the function exits?