Question
A shopkeeper sold an article after giving a discount of
25% and made a profit of Rs.75. Find the difference between the marked price and selling price of the article if cost price of the article is Rs.600.Solution
Selling price of the article = 600 + 75 = Rs.675 Marked price of the article = 675/0.75 = Rs.900 Required difference = 900 – 675 = Rs.225
What is the main advantage of using NoSQL databases for big data storage over traditional relational databases?
Suppose that x is a one dimensional array, then choose the correct answer regarding array.
Which of the following synchronization mechanisms provides a more structured approach to synchronization, allowing only one thread to access a resource...
What is the term for malicious software designed to damage or disrupt computer systems?
Which programming language is commonly used to write MapReduce jobs in Hadoop?
In a circuit with n mesh currents, how many essential KVL equations are written when performing mesh analysis?
What is the primary advantage of dynamic memory allocation?
In data analytics, what is the primary purpose of sentiment analysis?
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
What is the purpose of a Storage Area Network (SAN)?