Question
A can finish a piece of work in 12 days, B in 15 days.
They work together for 4 days, then A leaves and C joins B. C is 25% more efficient than B. In how many total days will the work be finished?Solution
A = 1/12, B = 1/15 per day. In 4 days: Work done = 4 × (1/12 + 1/15) = 4 × (9/60) = 0.6. Remaining = 0.4. C = 1.25 × (1/15) = 1/12. B + C = 1/15 + 1/12 = 7/60. Time for remaining = 0.4 ÷ (7/60) = 24/7 = 8/3 days. Total = 4 + 8/3 = 20/3 days.
Which component is responsible for managing virtualization in a cloud environment?
In threat modeling, what does STRIDE stand for (one of the categories)? Pick the item that is NOT part of STRIDE.
Fill the blank
In K-Means algorithm, we calculate the distance between each point of the dataset to every ________ initialized.Â
...In a 4-bit DAC, reference voltage is 5 Volts , then analog voltage corresponding to binary data is 1001 is _______
What is the primary goal of concurrent programming in software development?
What is a primary advantage of using virtual machines in a computing environment?Â
Which statement is FALSE regarding Programmable Logic Controller?
Consider a system with 4 CPU cores. If there are 8 user-level threads in a single process, what is the maximum number of these threads that can execute ...
In dimensional modeling, what is a fact table?
Fill in the blanks
R _________are the same as the arrays in C language which are used to hold ____________data values of the same type