Question
 In a lock-making factory, 10 percent of the total
produced locks were found to be defective, and 80 percent of the non-defective locks were exported. If 98,900 non-defective locks were not exported, then how many locks would be produced?Solution
Let the total number of locks produced=100 Defective lockers =10% So now non-defective lockers=90 non-defective exported lockers =80% So non-defective exported locks=90×80/100 =72 non-defective locker not exported =95-72=23 ATQ- 23=98900 1=4300 100=430000. The total number of lockers produced =430000.
Which network topology uses a central node to connect all other nodes?
Physical limitation of a signal is called?
In C, which keyword is used to access memory-mapped registers for DMA configuration?
What does a "Shared Lock" in a DBMS locking protocol allow?
Â
Which is not a datatype of COBOL language
What are the three main components of a bipolar junction transistor (BJT)?
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
In which case higher bandwidth can be achieved
In a database cluster setup, what is the purpose of a "warm standby" server?
What is the primary advantage of dynamic memory allocation?