Question
Ajay and Akash together start a business with investment
of Rs. 1500 and Rs. ‘x + 1300’, respectively. If the profit earned after 5 years is Rs. 6600 and share of Ajay is Rs. 2200, then find the value of ‘x’.Solution
Ratio of share of profit of Ajay : Akash = 1500: (x + 1300) So, {1500/(x + 2800)} × 6600 = 2200 4500 = x + 2800 x = 1700
What does the "Model" represent in the MVC architecture?
Consider below arithmetic operation in python and predict the output
X=7.5
Y=2
print(X//Y)
Which scheduling policy may result in high waiting times for long-running jobs?
Which data analytics technique is suitable for handling missing data points in a dataset?
Which device operates at the Data Link Layer of the OSI model?
 Which is the first process launched by the LINUX?
Which protocol is used for secure remote shell access and file transfers?
Which sorting algorithm is known for its best-case time complexity of O(n) when the input is already partially sorted?
C++ follows ___.
Which command is used to delete a file in a Unix/Linux system?