Skip to main content

Posts

what is Functions ?

In c' we can divide a large program into the basic building blocks known as function .The function is the collection of one or more statement that enclosed in {}.A function can be called multiple time to provide reusability and modularity to the C program In other words ' we can say that the collection of functions creates a program .The function  is also known as procedure or subroutine in the programming languages    

Types of Programming Languages

There  are basically two types of computer programming languages given below: 1. Low level language 2. High level language 1. Low Level Languages The programming languages that are very close to machine code (0s and 1s) are called low-level programming languages. The program instructions written in these languages are in binary form. The examples of low-level languages are: • Machine Language • Assembly Language I . Machine Language The instructions in binary form, which can be directly understood by the computer (CPU) without translating them, is called a machine language or machine code. Machine language is also known as first generation of programming language. Machine language is the fundamental language of the computer and the program instruction in this language is in the binary form (that is 0's and 1's). • This language is different for different computers. • It is not easy to learn the machine language. Advantage of Machine Language The only advantage of machine langua

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 t

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.

What do you meant by problem solving?

Answer. Problem - solving is a mental process and is a part of the larger problem process that includes problem finding and problem shaping. Problem solving  includes the ability to recognise and define problems, invent and implement solutions and track and evaluate results.