'B' is 37.5% more productive than 'A'. Together, they can finish a task in 40 days. How many days would it take for 'A' alone to complete the entire task?
Let efficiency of ‘A’ be ‘8x’ units per day Efficiency of ‘B’ = 1.375 × 8x = 11x units per day Total work = (11x + 8x) × 40 = (19x × 40) units Desired time = (19x × 40)/8x = 95 days
Which component is responsible for translating virtual addresses to physical addresses?
What is the relationship between recursion and iteration?
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 conditions must be satisfied for a deadlock to occur?
What is a top-down parser?
Which technique is used to address the issue of class imbalance in a classification task?
Which of the following represents the relationship between object and classes?
Type of plotter in which the paper is held stationary and paper is held by underneath section is classified as
attributes may contain more than one values.
In C programming, which header file is commonly used to work with DMA?