Monthly income Sumit = 18,00,000/12 = Rs. 1,50,000 Monthly savings = 1,50,000× 30/100 = Rs. 45,000 Monthly loan instalments = (1,50,000 – 45,000 )× 20/100= Rs. 21,000 Various bills = 1,50,000× 25/100 = Rs. 37,500 Household expenses = 1,50,000× 30/100 = Rs. 45,000 Monthly income given to his family = 1,50,000 – 45,000 – 21,000 – 37,500 – 45,000 = Rs. 1500 The total of the monthly amount Mr. Sumit spends on his family and the monthly amount he spends on other households expenses = 45,000 + 1500 = Rs.46,500
In the context of synchronization, what is a deadlock?
What is a resource in the context of deadlocks?
Which layer of the OSI model deals with electrical, mechanical, and physical aspects of data transmission?
Consider below arithmetic operation in python and predict the output
X=7.5
Y=2
print(X//Y)
What is the purpose of a voltage divider circuit?
Which is a mode in networking?
Which condition is shown in given picture?
Running time T(n) where 'n' is the input size of the recursive algorithm given as : T(n) = c + T(n-1), if n > 1 ; T(n) = d if n < 1. The order of the a...
Which of the following is NOT a common exception class in Java?
Which of the following is NOT a common use of PHP?