Question
Meena alone can complete a work in 20 days. Ritu is twice
as efficient as Meena. Find the percentage of work completed by Meena and Ritu together in 4 days.Solution
ATQ,
Let the efficiency of Meena = x units/day
Total work = 20x units
Efficiency of Ritu = x × 2 = 2x units/day
Work done by Meena and Ritu together in 4 days = (x + 2x) × 4 = 12x units
Percentage of work done = (12x / 20x) × 100 = 60%
What is the primary purpose of residual connections in a deep neural network?
Which layer of the OSI model is responsible for logical addressing and routing?
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...
Python is an example of which type of programming language?
Which of the following is NOT an example of a common cybersecurity threat?
What is the main purpose of a digital signature?
PGP is abbreviated as _______________
Mention any two indirect measures of product.
In dynamic programming, what does "optimal substructure" mean?
Conditional statements are also known as ________ statements.