Question
A company pays insurance premium of ₹24,000 for 12
months in advance in March 2025 for the period January 2025 to December 2025. The accountant records the entire amount in the Profit & Loss account of FY 2024–25. Is this treatment appropriate?Solution
Matching principle requires expenses to be recognised in the period they relate to. ₹18,000 is for April–Dec 2025 and should be treated as prepaid.
How can you pass command-line arguments to a shell script?
Which command displays the manual page for another command?
Star schema consists of:
What does #!/bin/bash at the start of a script mean?
How do you access the value of a variable named `USERNAME` in a shell script?
Extended globbing in bash allows:
How do you access the value of a variable named `USERNAME` in a shell script?
Which of the following is the syntax for an `if` statement checking if a variable `NUM` is numerically equal to 5?
In shell scripting, which symbol is used to redirect the standard output to a file, overwriting its contents?
Which ETL process step validates and cleans data before loading?