Question
X, Y, Z enter into partnership with capital
contribution Rs. 50000, 20000 and 30000 respectively X is working partner of get 20% of profit for managing the business. The remaining profit is distributed in the respect of capital. If At the end of a year X gets Rs. 300 more than Y and Z, then find total profit is?Solution
Ratio of investment of X, Y and Z = 50 : 25 : 30 = 10 : 4 : 6 Let total profit be 100%. After 20% given to X, Value of 1 unit = 80%/20 = 4% => (20 + 10 × 4 – (6+4) × 4)% = 300 ∴  Total profit = Rs. 1500
A good hash function aims to achieve which of the following characteristics?
Which of the following statements best describes a "trap door" in the context of computer security?
Which statement is FALSE for analog input module for PLCs?Â
What was the term "Monitor" used to describe in the context of early operating systems?
In the context of algorithm analysis, what does "Big O notation" primarily describe?
Consider the following C code:
#include
#include
int main() {
  char* text = "The quick brown fox j...
Which of the following problems is a classic example solved using backtracking?
Method overriding is an example of which type of polymorphism?
What is the phenomenon where a process spends more time paging (swapping pages between main memory and disk) than executing instructions?
Which operation adds an element to the rear of a queue?