Question
βIβ and βJβ are going from place βVβ to
place βWβ, which is 1350 km apart. If βIβ started 3 hours after βJβ but both of them reached βWβ at the same time, then find the speed of βJβ. The difference between their speeds is 30 km/hr.Solution
ATQ, Let the speed of βIβ be βaβ km/hr Therefore, speed of βJβ = (a β 30) km/hr According to the question, Since speed cannot be negative therefore, a = 150 Therefore, speed of βJβ = a - 30 = 120 km/hr
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?