Question
A, B and C entered into partnership. A
advanced Rs. 900 for 6 months, B Rs. 800 for 8 months and C Rs. 700 for 12 months. If they earn a profit of Rs. 1010, what profit will A get?Solution
A advanced Rs. 900 for 6 months or Rs. 900×6 = Rs. 5400 for 1 months B advanced Rs. 800 for 8 for or Rs. 800 × 8 = Rs. 6400 for 1 month, C advanced Rs. 700 for 12 months or Rs. 700 × 12 = Rs. 8400 for 1 month ratio = 5400 : 6400 : 8400 = 27 : 32 : 42 Sum of the ratio = 27 + 32 + 42 = 101 A's profit = (27/101)* 1010= Rs.270
Which algorithm is used for minimum spanning tree?
Which of the following best describes Abstraction in Object-Oriented Programming (OOP)?
Which of the following represents the Preorder Traversal of the binary tree given below?
       A       / \      B   C   ...Which of the following correctly describes the primary difference between Cross-Site Request Forgery (CSRF) and Cross-Site Scripting (XSS)?
...What is the primary goal of the OWASP Top 10 project?
What is "unit testing" and how does it relate to debugging?
Which of the following attacks can occur when a user is tricked into performing unintended actions on a trusted website without their knowledge?
If a program crashes with a "NullPointerException" (or similar null reference error), what is the most likely cause?
In the context of artificial intelligence (AI), which type of learning requires labeled data to train models?
Which of the following is a key objective of the Requirement Analysis phase in the Software Development Lifecycle (SDLC)?