Skip to main content

MCA311 – FINANCIAL MANAGEMENT AND ACCOUNTING

Q. No
Questions
Marks
Total Marks
1
Define Accounting and list its objectives. What are the limitations of financial statements.
a) Definition of Accounting.
b) Objectives of Accounting.
c) Limitations of Financial Statements.
2
4
4
10
2
Explain the Bookkeeping process.
Explanation of the steps of bookkeeping process
10
10
3
The income statement of Excel Ltd.is as follows. Calculate gross profit ratio, operating profit ratio, net profit ratio and the operating ratios.
Income statement for the year 2017-18
Sales
12,00,000
Cost of sales
Opening stock
2,50,000
Purchases
8,20,000
Direct expenses
1,00,000
Less closing stock
(1,00,000)
10,70,000
Gross profit
1,30,000
Admin expenses
50,000
Selling expenses
50,000
1,00,000
Operating profit
30,000
Add: Non-operating income
Profit on sale of investments
60,000
Dividends received
40,000
1,00,000
Less: Non-operating expenses
-40,000
Net profit
90,000
a) Gross Profit Ratio
b) Net Profit Ratio
c) Operating Profit Ratio
d) Operating Ratios
2
2
2
4
10
SET - II
Q. No
Questions
Marks
Total Marks
1
a) Differentiate between Fund flow analysis and Cash flow analysis
b) The following is the balance sheet for the period ended 31st Mar 2017 and Mar 2018. If the current year’s net loss is Rs. 38,000, calculate the cash flow from operating activities.
31/3/17 (Rs.)
31/3/18 (Rs.)
Short-term loan to employees
15,000
18,000
Trade payables
30,000
8,000
Provision for doubtful debts
1,200

Bills payable
18,000
20,000
Inventories
15,000
13,000
Bills receivable
10,000
22,000
Prepaid expenses
800
600
Expenses payable
300
500
a) Difference between Fund flow analysis and Cash flow analysis
b) Calculation of Cash flow from operating activities
5
5
10
2
a) Differentiate between Absorption Costing and Marginal Costing
b) Calculate Break Even Point (BEP) and Margin of safety (MOS) from the following data:
Sales – 50,000 units per annum
Selling price – Rs. 5.00 per unit
Prime cost – Rs. 2.50 per unit
Variable overheads – Rs. 1.00 per unit
Fixed cost – Rs. 76,000 per annum
a) Difference between Absorption costing and Marginal costing.
b) Calculation of BEP and MOS
5
5
10
3
List and explain the essential features of Budgetary Control.
Features of Budgetary Control
10
10

Comments

Popular posts from this blog

SQL Server interview questions along with their answers

1.     What is SQL Server? SQL Server is a relational database management system (RDBMS) developed by Microsoft. It is used to store, retrieve, and manage data efficiently. What is the difference between SQL and SQL Server? SQL (Structured Query Language) is a standard language used to communicate with and manipulate databases. SQL Server is a relational database management system that implements the SQL language.  What are the different types of backups available in SQL Server? SQL Server supports several types of backups, including Full Backup, Differential Backup, Transaction Log Backup, and File or Filegroup Backup. What is normalization in SQL Server? Normalization is the process of organizing data in a database to reduce redundancy and dependency. It helps in improving data integrity and performance.  What is a clustered index? A clustered index determines the physical order of data in a table. A table can have only one clustered index, and it...

Define algorithm and write a note on Complexity and Time- Space Tradeoff with example.

ASSIGNMENT SET -2 Q.1.Define algorithm and write a note on Complexity and Time- Space Tradeoff with example. Answer:- Algorithm is a step-by-step procedure, which defines a set of instructions to be executed in a certain order to get the desired output. Algorithms are generally created independent of underlying languages, i.e. an algorithm can be implemented in more than one programming language. From the data structure point of view, following are some important categories of algorithms − Search − Algorithm to search an item in a data structure. Sort − Algorithm to sort items in a certain order. Insert − Algorithm to insert item in a data structure. Update − Algorithm to update an existing item in a data structure. Delete − Algorithm to delete an existing item from a data structure. Characteristics of an Algorithm Not all procedures can be called an algorithm. An algorithm should have the following characteristics − Unambiguous − Algorithm should be clear a...

Networking interview questions .

What is LAN? LAN is a computer network that spans a relatively small area. Most LANs are confined to a single building or group of buildings. However, one LAN can be connected to other LANs over any distance via telephone lines and radio waves. A system of LANs connected in this way is called a wide-area network (WAN). Most LANs connect workstations and personal computers. Each node (individual computer) in a LAN has its own CPU with which it executes programs, but it also is able to access data and devices anywhere on the LAN. This means that many users can share expensive devices, such as laser printers, as well as data. Users can also use the LAN to communicate with each other, by sending e-mail or engaging in chat sessions. What's the difference Between an Intranet and the Internet? There's one major distinction between an intranet and the Internet: The Internet is an open, public space, while an intranet is designed to be a private space. An intranet may b...