Skip to main content

IMPORTANCE OF MANAGEMENT

Management is goal oriented:- Management is corn with achievement of
specific goals. It is always directed towards achievement of objectives. The success
of management is measured by the extent to which objectives are achieved.
Management is associated with group efforts:- The business comes into
existence with certain objectives which are to be achieved by a group and not by
one person alone. Management gets things done by, with and through the efforts of
group members. It co-ordinates the activities and actions of its members towards a
common goal.
Management is intangible:- It is an unseen force, its presence can be evidence by
the result of its efforts up to date order but they generally remain unnoticed, Where
as mismanagement is quickly noticed.
Management is an activity and not a person or group of person:- Management
is not people or not a certain class but it is the activity, it is the process of planning,
organizing, directing and controlling to achieve the objectives of the organization.
Management is situational:- Management does not advice best way of doing
things. Effective management is always situational. A manager has to apply
principles, approaches and techniques of management after taking into
consideration the existing situations.
Management is universal:- Most of the principles and techniques of management
are universal in nature. They can be applied to government organization, military,
educational institutes, religious institutes etc. They provide working guidelines
which can be adopted according to situations.
Management is concern with people:- Since management involves getting things
done through others only human being performed this activity with the help of
planning and control. The element man cannot be separated from the management.
Management is the combination of art, science and profession:- Management
makes use of science as well as art. It is science because it collects knowledge with
the methods and data, analyzes and measures it and decision is taken with the help
of experiment. It is a systematic body of knowledge. Art means application of
knowledge for solving various problems. In modern times there is separation of
ownership and management, so professional experts are appointed

Comments

Popular posts from this blog

IMPORTANCE OF MANAGEMENT

 1. Management is an activity 2. Management is a purposeful activity. 3. Management is concerned with the efforts of a group. 4. Management applies economic principles. 5. Management involves decision making. 6. Management is getting things done through others. 7. Management is an integrating process. 8. Management co-ordinates all activities and resources. (i) Management is a universal activity. (ii) Management is dynamic not rigid.

In c, Array objective question with option

1. What is an array in C? a) A collection of similar data items stored in contiguous memory locations. b) A collection of different data items stored in non-contiguous memory locations. c) A collection of similar data items stored in non-contiguous memory locations. d) A collection of different data items stored in contiguous memory locations. Answer: a) A collection of similar data items stored in contiguous memory locations. 2.What is the syntax to declare an array in C? a) dataType arrayName[arraySize]; b) dataType arraySize[arrayName]; c) arrayName[arraySize] dataType; d) arraySize[arrayName] dataType; Answer: a) dataType arrayName[arraySize]; 3.How do you access the first element of an array in C? a) arrayName[0]; b) arrayName[1]; c) arrayName[-1]; d) arrayName[first]; Answer: a) arrayName[0]; 4.What is the index of the last element of an array in C? a) arraySize; b) arraySize - 1; c) arraySize + 1; d) arraySize * 2; Answer: b) arraySize - 1; 5.Can you change the size of an array ...

Define a program.

Answer. A computer acts on the basis of information and program fed into it.The Computer does not have a mind of own.''A specification of a sequence of computation steps ( or instructions) telling the computer 'What to do ', in a particular programming language is referred to as program,''