Question
On 1st Jan, X Ltd. purchased machinery from USA for
$50,000 when exchange rate was ₹75/$ = ₹37,50,000. At balance sheet date (31st March), rate = ₹78/$. How should the machinery be valued?Solution
AS 11 requires monetary items to be restated at closing rate. Hence $50,000 × 78 = ₹39,00,000. Exchange difference = 1,50,000 → P&L.
In mobile computing, which type of network allows devices to connect directly to each other without using a central router or switch?
Which of the following statements is correct for Python lists?
Which of the following services is NOT commonly provided by AI/ML platforms?
What is the output of the following code: x = 5; y = 2; print(x ** y)?
ch data structure is used in Depth-First Search (DFS)?
Which C++ feature allows functions or operators to have the same name but behave differently?
Which of the following algorithms is most commonly used in Operating Systems for deadlock prevention?
Which of the following is true about Java interfaces?
In Python, what does len() function do?
Consider a table Orders with columns OrderID, CustomerID, OrderDate, and TotalAmount. Which SQL query would correctly find the total number of orders an...