Start learning 50% faster. Sign in now
Let the ratio of A’s and B’s investment be x:y. The ratio of time periods of investment of A, => [4x/(4x+5y)] x 150000 = 30000 => [4x/(4x+5y)] = 1/5 => 20x = 4x + 5y => 16x = 5y => x:y = 5:16
Which data processing technique is commonly used for handling large-scale data in distributed computing environments?
Which type of memory is directly accessible by the CPU for storing data and instructions during execution?
In an XML document, a tag is a markup construct that starts with ___ and ends with ____.
Which algorithm is commonly used for collaborative filtering in recommendation systems?
In a combinational circuit, what is the key characteristic that distinguishes it from a sequential circuit?
How does public key cryptography address the issue of secure key exchange?
What is the primary design goal of a combinational circuit?
Which type of digital circuit produces an output solely based on its current inputs and doesn't have any memory elements?
Predict the output for below code in python
Count =10
Def function1() :
Global Count
for i in(1,2,3) :
Count=Count...
Which of the following is NOT a dynamic programming problem?