Question
Under which method the Cash Flow Statement is prepared
by adjusting the profit figure in the income statement?Solution
Cash Flow Statements can be prepared using 2 methods: 1.      Direct Method – takes the inflows and outflows directly. Example- sale of an asset increase the inflow and gets added in the opening cash 2.      Indirect Method – calculates the changes in the cash flows by adjusting the profit figure in the income statement. Example – depreciation is added in the profits since it is an expense which reduced profits but not cash. Therefore, this method attempts to find the cash flows by moulding the profits to the actual cash flows.
Which of the following problems cannot be solved using greedy algorithms for optimal result?
Which command is TCL command
Which of the following sorting algorithms is considered stable (i.e., preserves the relative order of equal elements)?
What is the default replication factor in HDFS?
A bank's customer database has 1,000,000 sorted records. Compare the maximum number of comparisons needed by Linear Search vs Binary Search to find a sp...
Counting Sort is an efficient sorting algorithm when the range of input elements (k) is not significantly larger than the number of elements (n). What i...
Which sorting algorithm is not stable by default?
The time complexity of computing the all-pairs shortest paths in a dense graph with V vertices using Floyd–Warshall is:
What is the space complexity of Bubble Sort?
Which of the following is NOT a characteristic of the SJF (Shortest Job First) scheduling algorithm?   Â