Thursday, 25 August 2016

BBA-I- Computer Applications for Business: LINUX Operating System

Operating System - Linux


Linux is one of popular version of UNIX operating System. It is open source as its source code is freely available. It is free to use. Linux was designed considering UNIX compatibility. Its functionality list is quite similar to that of UNIX.

Following are some of the important features of Linux Operating System.
  1. ·        Portable − Portability means software can works on different types of hardware in same way. Linux kernel and application programs support their installation on any kind of hardware platform.
  2. ·        Open Source − Linux source code is freely available and it is community based development project. Multiple teams work in collaboration to enhance the capability of Linux operating system and it is continuously evolving.
  3. ·        Multi-User − Linux is a multiuser system means multiple users can access system resources like memory/ ram/ application programs at same time.
  4. ·    Multiprogramming − Linux is a multiprogramming system means multiple applications can run at same time.
  5. ·        Hierarchical File System − Linux provides a standard file structure in which system files/ user files are arranged.
  6. ·        Shell − Linux provides a special interpreter program which can be used to execute commands of the operating system. It can be used to do various types of operations, call application programs. etc.'
  7.     Security − Linux provides user security using authentication features like password protection/ controlled access to specific files/ encryption of data.


Architecture

The following illustration shows the architecture of a Linux system −

The architecture of a Linux System consists of the following layers −
  • ·        Hardware layer − Hardware consists of all peripheral devices (RAM/ HDD/ CPU etc).
  • ·     Kernel − It is the core component of Operating System, interacts directly with hardware, provides low level services to upper layer components.
  • ·        Shell − An interface to kernel, hiding complexity of kernel's functions from users. The shell takes commands from the user and executes kernel's functions.
  • ·        Utilities − Utility programs that provide the user most of the functionalities of an operating systems.


Advantages of LINUX Operating System:

1.      Cost – The most obvious advantage of using Linux is the fact that it is free to obtain as it is an open and free software.
2.      Security – In line with the costs, the security aspect of Linux is much stronger, powerful and reliable.
3.      Choice (Freedom) – The power of choice is a great Linux advantage. With Linux, you have the power to control just about every aspect of the operating system.
4.      Software – There are so many software choices when it comes to doing any specific task. Regular users and programmers contribute applications all the time. In addition, software on Linux tends to be packed with more features and greater usability than software on Windows. Best of all, the vast majority of Linux software is free and open source.
5.      Hardware – Linux is perfect for those old computers with barely any processing power or memory.


Disadvantages of Linux Operating System:
1.    Understanding – Becoming familiar with the Linux operating system requires patience as well as a strong learning curve.
2.    Compatibility – Because of its free nature, Linux is sometimes behind the curve when it comes to brand new hardware compatibility.


BBA-I_Computer Applications for Business: UNIX Operating System


What is UNIX?

The UNIX operating system is a set of programs that act as a link between the computer and the user.
The computer programs that allocate the system resources and coordinate all the details of the computer's internals is called the operating system or kernel.
Users communicate with the kernel through a program known as the shell. The shell is a command line interpreter; it translates commands entered by the user and converts them into a language that is understood by the kernel.

Features of UNIX

·         Multiuser Capability
·         Multitasking Capability
·         Communication
·         Security
·         Portability

MULTI USER CAPABILITY:
UNIX Operating System supports many users to use the resources from different computers connected to it at the same time. There need not be operating system installed on all of them. A single computer with UNIX operating system can help in running all of them at the same time.
MULTI TASKING CAPABILITY:
It is capable of carrying out more than one job at the same time. It allows user to type in a program in its editor while  it simultaneously   executes  some other commands  like  sort,  copy  a huge file.
The later job is performed in the background while in the foreground uses the editor or takes a directory listing or anything else.
This is managed by dividing  the  CPU  time  intelligently between all process being carried out .Depending on the  priority of the task, the OS    approximately  allots   small time slots  (of  the order of milliseconds or  microseconds)  to  each foreground and background task.
COMMUNICATION:
The communication may be within the network of a single main  computer or between two or more such computer networks. The users can easily  exchange  mail,  data  programs    through   such networks. Distance  posses  no barrier to passing  information  or messages to and fro.
SECURITY:
Unix has 3  inbuilt features for protecting data:-
i) Assign passwords and login name to users area.
ii) Provide read, write and execute permission to each file.
iii)Encrypt files into an unreadable format, and decrypting the file is also possible.
PORTABILITY:
Unix is a highly portable OS. It can be ported to a variety of hardware platforms. It is the only system which has been ported across various hardware platforms of major vendors such as IBM, DEC, HP and SUN. Most OSs are written for one specific machine or platform only.

Advantages of Unix

-  Unix is more flexible and can be installed on many different types of machines, including main-frame computers, supercomputers and micro-computers.
- Unix is more stable and does not go down as often as Windows does, therefore requires less administration and maintenance.
- Unix has greater built-in security and permissions features than Windows.
- Unix possesses much greater processing power than Windows.
- Unix is the leader in serving the Web. About 90% of the Internet relies on Unix operating systems running Apache, the world's most widely used Web server.

- Software upgrades from Microsoft often require the user to purchase new or more hardware or prerequisite software. That is not the case with Unix.

Disadvantages of Unix:

Interface

·         The traditional interface for the Unix operating system is command line based, and this command line shell interface may be hostile to the casual user. Unix was developed for use by programmers and serious computer users rather than casual users. A graphical user interface (GUI) is also available, but the traditional Unix interface is command line only.

Special Commands

·         Commands required by the command line interface often make use of cryptic naming schemes, and do not give much information to notify a user of what they are doing. Many commands in the Unix interface require the use of special characters. Small, normally insignificant typos can have much greater effects and unexpected results on Unix machines.

Not User-Friendly:

·         Not as user-friendly or easy to learn for the average person as windows is.



Saturday, 20 August 2016

Thursday, 18 August 2016

BBA-I_CAB_Operating System

An Operating System (OS) is an interface between a computer user and computer hardware. An operating system is a software which performs all the basic tasks like file management, memory management, process management, handling input and output, and controlling peripheral devices such as disk drives and printers.

An operating system or OS is a software program that enables the computer hardware to communicate and operate with the computer software. Without a computer operating system, a computer and software programs would be useless. The picture is an example of Microsoft Windows XP, a popular operating system and what the box may look like if you were to visit a local retail store to purchase it.
When computers were first introduced, the user interacted with them using a command line interface, which required commands. Today, almost every computer is using a Graphical User Interface (GUI) operating system that is much easier to use and operate.


Some popular Operating Systems include MS-DOS, Windows, UNIX, Linux.




Fig: Operating System



Following are some of important functions of an operating System.
  • Memory Management
  • Processor Management
  • Device Management
  • File Management
  • Security
  • Control over system performance
  • Job accounting
  • Error detecting aids
  • Coordination between other software and users

Memory Management

Memory management refers to management of Primary Memory or Main Memory. Main memory is a large array of words or bytes where each word or byte has its own address.
Main memory provides a fast storage that can be accessed directly by the CPU. For a program to be executed, it must in the main memory. An Operating System does the following activities for memory management:
  1. ·        Keeps tracks of primary memory, i.e., what part of it are in use by whom, what part is not in use?
  2. ·        In multiprogramming, the OS decides which process will get memory when and how much.
  3. ·        Allocates the memory when a process requests it to do so.
  4. ·        De-allocates the memory when a process no longer needs it or has been terminated.

 

 Processor Management

In multi programming environment, the OS decides which process gets the processor when and for how much time. This function is called process scheduling. An Operating System does the following activities for processor management −
  1. ·        Keeps tracks of processor and status of process. The program responsible for this task is known as traffic controller.
  2. ·        Allocates the processor (CPU) to a process.
  3. ·        De-allocates processor when a process is no longer required.

Device Management

An Operating System manages device communication via their respective drivers. It does the following activities for device management −
  1. ·        Keeps tracks of all devices. Program responsible for this task is known as the I/O controller.
  2. ·        Decides which process gets the device when and for how much time.
  3. ·        Allocates the device in the efficient way.
  4. ·        De-allocates devices.

File Management

A file system is normally organized into directories for easy navigation and usage. These directories may contain files and other directions.
An Operating System does the following activities for file management −
  1. ·        Keeps track of information, location, uses, status etc. The collective facilities are often known as file system.
  2. ·        Decides who gets the resources.
  3. ·        Allocates the resources.
  4. ·        De-allocates the resources.

Other Important Activities

Following are some of the important activities that an Operating System performs −
  1. ·        Security − By means of password and similar other techniques, it prevents unauthorized access to programs and data.
  2. ·        Control over system performance − Recording delays between request for a service and response from the system.
  3. ·        Job accounting − Keeping track of time and resources used by various jobs and users.
  4. ·        Error detecting aids − Production of dumps, traces, error messages, and other debugging and error detecting aids.
  5. ·        Coordination between other software and users − Coordination and assignment of compilers, interpreters, assemblers and other software to the various users of the computer systems.















Saturday, 6 August 2016

BBA-I; CAB: Working of a Computer


A computer functions in the following manner:


  • The computer accepts input. Computer input is whatever is entered or fed into a computer system. Input can be supplied by a person (such as by using a keyboard) or by another computer or device (such as a diskette or CD-ROM). Some examples of input include the words and symbols in a document, numbers for a calculation, instructions for completing a process, pictures, and so on.

  • The computer performs useful operations, manipulating the data in many ways. This manipulation is called processing. Examples of processing include performing calculations, sorting lists of words or numbers, modifying documents and pictures according to user instructions, and drawing graphs. A computer processes data in the CPU.

  • The computer stores data. A computer must store data so that it is available for processing. Most computers have more than one location for storing data (the hard drive or C:\, and the floppy drive or A:\). The place where the computer stores the data depends on how the data is being used. The computer puts the data in one place while it is waiting to be processed and another place when it is not needed for immediate processing. The storage of data in the computer is called online storage’ while the storage of data on computer tapes, diskettes or CD-ROMs is called ‘offline storage’.


  • The computer produces output. Computer output is information that has been produced by a computer. Some examples of computer output include reports, documents, music, graphs, and pictures. Output can be in several different formats, such as paper, diskette, or on screen.

Friday, 5 August 2016

BBA-I: CAB- Types/Classification Of Software



Fig: Classification of Software

 Software is a set of programs, which is designed to perform a well-defined function. 

A program is a sequence of instructions written to solve a particular problem. 

There are two types of software
  System Software
  Application Software

Software System:

The system software is collection of programs designed to operate, control, and extend the processing capabilities of the computer itself. System software are generally prepared by computer manufactures. These software products comprise of programs written in low-level languages which interact with the hardware at a very basic level. System software serves as the interface between hardware and the end users.

Some examples of system software are Operating System, Compilers, Interpreter, Assemblers etc.


Operating System:The operating system is the software that allows you to operate the hardware. The programs that we want to execute, the applications that we want to use all require a platform on which to execute. That platform is provided by the operating system.
One role of the operating system is to provide a virtual machine. This refers to the way that, by clicking on icons and menus, or by typing in commands at a prompt, we get to interact with the computer hardware without having to understand its complexity. By hiding the true complexity of the system from the user, the operating system makes it easier for ordinary people to make computers perform useful tasks.

Language Translators:

Whatever language or type of language we use to write our programs, they need to be in machine code in order to be executed by the computer. There are 3 main categories of translator used,

Assembler

An assembler is a program that translates the mnemonic codes used in assembly language into the bit patterns that represent machine operations. Assembly language has a one-to-one equivalence with machine code, each assembly statement can be converted into a single machine operation.

Compiler

A compiler turns the source code that you write in a high-level language into object code (machine code) that can be executed by the computer.
The compiler is a more complex beast than the assembler. It may require several machine operations to represent a single high-level language statement. As a result, compiling may well be a lengthy process with very large programs.

Interpreter

Interpreters translate the source code at run-time. The interpreter translates statements one-at-a-time as the program is executed.
Interpreters are often used to execute high-level language programs whilst they are being developed since this can be quicker than compiling the entire program. The program would be compiled when it is complete and ready to be released.
Some programming languages make use of both compilers and interpreters. If you were to write a Java program in a text editor, when you came to compile it with the Java compiler, you would actually be creating something called bytecode. Bytecode can be thought of as an intermediate stage between source code and object code. When a computer executes a Java program, library programs on that machine interpret the bytecode. This allows Java to be platform-independent - a user needs the correct run-time libraries for Java on their machine in order to execute the programs.



Application Software:

Application software tends be used for the tasks that have some relationship to the world outside of the computer. For example, you might use a word processor to write a letter or an essay. Although you use the computer to perform the task, the task itself might reasonably be considered to be a non-computer task.

General-Purpose Software

Software is general-purpose if it can be used for lots of different tasks. You can use a word processor to write letters, memos, essays, instructions, notes, faxes, invoices and lots more.
These days we tend to use integrate suites of office software where a range of general-purpose software is provided, usually with the facility to combine elements from each application in a single file.

Special-Purpose Software

This software performs a single specific task. This task might be complex like payroll calculation, stock control etc. but will be based on a single task.
As with many abstract concepts, you can stretch these definitions until they blur a little. These days, web browsers can contain a lot of features. They are still primarily focused on a single task, rendering web pages and so the web browser is special-purpose. Being able to access an application using a browser does not change the main purpose of the browser software itself.




Source: http://www.multiwingspan.co.uk/

Saturday, 23 January 2016

BBA-I & BCCA-II_COST CONCEPTS AND PRODUCTION FUNCTION

COST CONCEPTS
CONTENTS
11.0 Aims and Objectives
11.1 Introduction
11.2 Various Cost Concepts
11.3 Let us sum up
11.4 Lesson –end activities
11.5 References
11.0 AIMS AND OBJECTIVES


11.1 INTRODUCTION

The word 'cost' has different meanings in different situations. The accounting cost concept or the historical cost concept is not useful as such for business decision-making. The accounting records end up with the balance sheet and income statements which are meant for legal, financial and tax needs of the enterprise. The financial recordings reveal what has been happening. It is a historical recording which is not of very much help to the managerial economist in his business decision-making. The actual cost is not the relevant cost concept for business decision-making because it only reveals what has been happening. The decision-making concepts of cost aim at projecting what will happen in the alternative courses of action. Business decisions involve plans for the future and require choices among different plans. These decisions necessitate profitability calculations for which a comparison of future revenues and future expenses of each alternative plan is needed.

11.2 Various Concepts of Costs

A managerial economist must have a proper understanding of the different cost concepts which are essential for clear business thinking. The several alternative bases of classifying cost and the relevance of each for different kinds of problems are to be studied. The various relevant concepts of costs used in business decisions are given below.

Total, Average and Marginal Costs
Total cost is the total cash payment made for the input needed for production. It may be explicit or implicit is the sum total of the fixed and variable costs. Average cost is the cost per unit of output. It is obtained by dividing the total cost (TC) by the total quantity produced (Q)
Average Cost =TC/Q

Marginal cost is the additional cost incurred to produce an additional unit of output. Or it is the cost of the marginal unit produced.

Example
A company produces 1000 typewriters per annum. Total fixed cost is Rs. 1,00,000
per annum. Direct material cost per typewriter is Rs. 200 and direct labour cost Rs. 100.
Variable cost per typewriter = direct material + direct labour
= 200 + 100 = Rs. 300
Total variable cost (1000x300) = Rs.300000
Fixed Cost = Rs. 100000
Total cost = Rs.400000
TC = Rs. 400000
Average Cost =TC/Q
  = Rs. 400
If output is increased by one typewriter, the cost will appear as follows:
Total variable cost (1001x300) = 300300
Fixed cost = 100000
1000
400000
Total = 400300

Here the additional cost incurred to produce the 1001th typewriter is Rs.300
(400300 - 400000). Therefore, the marginal cost per typewriter is Rs.300.

Fixed and Variable Costs
This classification is made on the basis of the degree to which they vary with the changes in volume. Fixed cost is that cost which remains constant up to a certain level of output. It is not affected by the changes in the volume of production. Then fixed cost per unit aries with output rate. When the production increases, fixed cost per unit decreases. Fixed cost includes salary paid to administrative staff, depreciation of fixed assets, rent of factory etc. These costs are fixed in the sense that they do not change in short-run. Variable cost varies directly with the variation in output. An increase in total
output results in an increase in total variable costs and decrease in total output results in a proportionate decline in the total variable costs. The variable cost per unit will be
constant. Variable costs include the costs of all inputs that vary with output like raw
materials, running costs of fixed assets such as fuel, ordinary repairs, routine maintenance
expenditure, direct labour charges etc.

The distinction of cost is important in forecasting the effect of short-run changes in
volume upon costs and profits.

Short-Run and Long-Run Costs
This cost distinction is based on the time element. Short-Run is a period during
which the physical capacity of the firm remains fixed. Any increase in output during this
period is possible only by using the existing physical capacity more intensively. Long-
Run is a period during which it is possible to change the firm's physical capacity. All the
inputs become variable in the long-term. Short-Run cost is that which varies with output
when the physical I capacity remains constant. Long-Run costs are those which vary with
output when all the inputs are variable. Short-Run costs are otherwise called variable
costs. A firm wishing to change output quickly can do it only by increasing the variable
factors. Short- Run cost concept helps the manager to take decision when a firm has to
decide whether or not to produce more or less with a given plant. Long-Run cost analysis helps to take investment decisions. Long-Run increase in output may necessitate installation of more capital equipment.

Opportunity Costs and Outlay Costs
This distinction is made on the basis of the nature of the sacrifice made. Outlay
costs are those expenses which are actually incurred by the firm. These are the actual
payments made for labour, material, plant, building, machinery, traveling, transporting
etc. These are the expense items that appear in the books of accounts. Outlay cost is an
accounting cost concept. It is also called absolute cost or actual cost. Whenever the inputs
are to be bought for cash the outlay concept is to be applied.

A businessman chooses and investment proposal from different investment
opportunities. Before taking the decision he has to compare all the opportunities and
choose the best. When he chooses the best he sacrifices the possibility of making profit
from other investment opportunities. The cost of his choice is the return that he could
have earned from other investment opportunities he has given up or sacrificed. A
businessman decides to use his own money to buy a machine for the business. The cost of
that money is the probable return on the money from the next most acceptable alternative
investment. If he invested the money at 12 percent interest, the opportunity cost of
investing in his own business would be the 12 percent interest he has forgone.

The outlay concept is applied when the inputs are to be bought from the market.
When a firm decides to make the inputs rather than buying it from the market the
opportunity cost concept is to be applied. For example, in a cloth mill, instead’ of buying
the yarn from the market they spin it themselves. The cost of this yam is really the price
at which the yarn could be sold if it were not used by them for weaving cloth.
The opportunity cost concept is made use of for long-run decisions. For example,
the cost of higher education of a student should not only be the tuition fees and book
costs but it also includes the earnings foregone by not working. This concept is very
important in capital expenditure budgeting. The cost of acquiring a petrol pump in
Trivandrum City by spending Rs. 6 lakhs is not usually the interest for that borrowed
money but it is the profit that would have been made if that Rs. 6 lakhs had been invested
in an offset printing press, which is the next best investment opportunity.
Opportunity cost concept is useful for taking short-rum decisions also. In boom
periods the scarce lathe capacity used for making a product involves the opportunity cost
of not using it to make some other product that can also produce profit. Opportunity cost
is the cost concept to use when the supply of inputs is strictly limited. Estimates of cost of
capital are essentially founded on an opportunity cost concept of investment return.
Investment decision involves opportunity costs measurable in terms of sacrificed income
from alternative investments. The opportunity cost of any action is therefore measured by
the value of the most favorable alternative course which has to be foregone if that action
is taken.
Opportunity cost arises only when there is an alternative. If there is no alternative,
opportunity cost is the estimated earnings of the next best use. Thus it represents only the
sacrificed alternative.
Hence it does not appear in financial accounts. But this concept is of very great
use in managerial decision-making.

Out-of-pocket and Book Costs
Out-of-pocket costs are those costs that involve current cash payment. Wages,
rent, interest etc., are examples of this. The out-of-pocket costs are also called explicit
costs. Book costs do not require current cash expenditure. Unpaid salary of the owner
manager, depreciation, and unpaid interest cost of owner's own fund are examples of
book costs. Book costs may be called implicit costs. But the book costs are taken into
account in determining the legal dividend payable during a period. Both book costs and
out-of-pocket costs are considered for all decisions. Book cost is the cost of self owned
factors of production. The book cost can be converted into out-of-pocket cost. If a selfowned
machinery is sold out and the service of the same is hired, the hiring charges form
the out-of-pocket cost The distinction is very helpful in taking liquidity decisions.
Incremental and Sunk costs

Incremental cost is the additional cost due to a change in the level or nature of
business activity. The change may be caused by adding a new product, adding new
machinery, replacing machinery by a better one etc. Incremental or differential cost is not
marginal cost. Marginal cost is the cost of an added (marginal) unit of output.
Sunk costs are those which are not altered by any change. They are the costs
incurred in the past. This cost is the result of past decision, and cannot be changed by
future decisions. Once an asset has been bought or an investment made, the funds locked
up represent sunk costs. As these costs do not alter when any change in activity is made
they are sunk and are irrelevant to a decision being taken now. Investments in fixed assets
are examples of sunk costs. As soon as fixed assets have been installed, their cost is sunk.
The amount of cost cannot be changed.
Incremental cost helps management to evaluate the alternatives. Incremental cost
will be different in the case of different alternatives. Sunk cost, on the other hand, will
remain the same irrespective of the alternative selected. Cost estimates of an incremental
nature only influence business decisions.

Explicit and Implicit or Imputed costs
Explicit costs are those expenses that involve cash payments. These are the actual
or business costs that appear in the books of accounts. Explicit cost is the payment made
by the employer for those factors of production hired by him from outside. These costs
include wages and salaries paid payments for raw materials, interest on borrowed capital
funds, rent on hired land, taxes paid to the government etc.
Implicit costs are the costs of the factor units that are owned by the employer
himself. It does not involve dash payment and hence does not appear in the books of
accounts. These costs did not actually incur but would have incurred in the absence of
employment of self-owned factors of production. The two normal implicit costs are
depreciation and return on capital contributed by shareholders. In small scale business
unit the entrepreneur himself acts as the manager of the business. If he were employed in
another firm he would be given salary. The salary he has thus forgone is the opportunity
cost of his services utilised in his own firm. This is an implicit cost of his business. Thus
implicit wages, implicit rent and implicit interest are the highest interest, rent and wages
which self-owned capital, building and labour respectively can earn from their next best
use. Implicit costs are not considered for finding out the loss or gains of the business, but
help a lot in business decisions.

Replacement and Historical costs
These are the two methods of valuing assets for balance sheet purpose and to find
out the cost figures from which profit can be arrived at; Historical cost is the original cost
of an asset. Historical cost valuation shows the cost of an asset as the original price paid
for the asset acquired in the past. Historical valuation is the basis for financial accounts.
Replacement cost is the price that would have to be paid currently to replace the same
asset. For example, the price of a machine at the time of purchase was Rs. 17,000 and the
present price of the machine is Rs. 20,000. The original price Rs. 17,000 is the historical
cost while Rs. 20,000 is the replacement cost. During periods of substantial change in the
price level, historical valuation gives a poor projection of the future cost intended for
managerial decision. Replacement cost is a relevant cost concept when financial
statements have to be adjusted for inflation.

Controllable and Non-controllable costs
Controllable costs are the ones which can be regulated by the executive who is in
charge of it. The concept of controllability of cost varies with levels of management. If a
cost is uncontrollable at one level of management it may be controllable at some other
level. Similarly the controllability of certain costs may be shared by two or more
executives. For example, material cost, the price of which comes under the responsibility
of the purchase executive whereas its usage comes under the responsibility of the
production executive. Direct expenses like material, labour etc. are controllable costs.
Some costs are not directly identifiable with a process or product. They are
apportioned to various processes or products in some proportion. This cost varies with the
variation in the basis of allocation and is independent of the actions of the executive of
that department. These apportioned costs are called uncontrollable costs.

Business and Full costs
A firm's business cost is the total money expenses recorded in the books of
accounts. This includes the depreciation provided on plant and equipment. It is similar to
the actual or real cost. Full cost of a firm includes not only the business costs but also
opportunity costs of the firm and normal profits. The firm's opportunity cost includes
interest on self-owned capital, the salary forgone by the entrepreneur if he were, working
in his firm. Normal profit is the minimum returns which induces the entrepreneur to
produce the same product.

Economic and Accounting Cost
Accounting costs are recorded with the intention of preparing the balance sheet
and profit and loss statements which are intended for the legal, financial and tax purposes
of the company. The accounting concept is a historical concept. It records what has
happened. The past cost data revealed by the books of accounts does not help very much
in decision-making. Decision-making needs future costs. Economic concept considers
future costs and future revenues which help future planning and choice. When the
accountant describes what has happened, the economist aims at projecting what will
happen. Accounting data ignores implicit. or imputed cost. The economist considers
decision-making costs. For this, different cost classifications relevant to different kinds of
problems are considered. The cost distinctions such as opportunity and outlay cost, shortrun
and long-run cost and replacement and historical cost are made from the economic
viewpoint.

11.3 LET US SUM UP

In this lesson initially we studied the meaning of cost, and a detailed discussion
has been made into various concepts of costs such as total cost, average cost, marginal
cost, fixed cost, variable cost; short run and long run cost, opportunity cost, out lay cost,
book costs, such cost, incremental cost, explicit and implicit cost historical cost
replacement cost, controllable abnormal controllable cost, business and full cost,
economic cost, and according cost.

11.4 LESSON – END ACTIVITIES
1. Mention the importance of opportunity cost in managerial decision making
2. Bring out the relationship between TC, MC, and AC
3. Differentiate Explicit and Implicit cost
4. Distinguish between Incremental cost and sunk cost
11.5 REFERENCES
1. Mehta, P.L. “Managerial Economics ‘Analysis, Problems & Cases’, Sultan
Chand & Sons.
2. Sundharam, K.P.M. and Sundharam E.N. “Business Economics