Question
βCβ and βDβ started moving towards each other at
the same time with a speed of 25 km/hr and 20 km/hr, respectively. If the distance covered by βCβ is 15 km more than that by βDβ, when they meet, then find the initial distance between them.Solution
ATQ, Ratio of distance travelled by βCβ and βDβ = 25:20 = 5:4 Required distance = 15 Γ 9 = 135 km
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?