answersLogoWhite

0

You understand how things work on a computer. Also you understand how to remake that program if you posses the skill.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What do you understand by linear programming?

1. What do you understand by Linear Programming Problem? What are the requirements of Linear Programming Problem? What are the basic assumptions of Linear Programming Problem?


What do you understand by linear programming problem?

1. What do you understand by Linear Programming Problem? What are the requirements of Linear Programming Problem? What are the basic assumptions of Linear Programming Problem?


What will be the fate of IS professional if he doesn't understand programming?

It depends on what the IS professional is called upon to do. You do not have to understand programming to be able to use and support computers, but it is very helpful. On the other hand, if you have to write programs and you do not understand programming, you will fail. This, unfortunately, also includes administrative things such as writing GPO scripts, so it would be a good idea to learn programming.


What does translating algorithms known for?

Translating algorithms (such that a machine can understand them) is known as programming.


Is linear programming hard to understand and implement?

Linear programming can be challenging to understand and implement due to its mathematical nature and complexity. However, with proper guidance and practice, it can be mastered by individuals with a solid understanding of algebra and optimization techniques.


What are the Structured programming languages?

In Structured Programming also known as Modular Programming Each Method(function) is structured itself. Such logical structure make programming more efficient and easy to understand. it employs Top-Down design model.


What is the function of a programming language?

Programming languages make it much easier for humans to create and maintain machine code programs. The computer itself handles the translation from the high-level languages we can understand to the low-level machine code that it can understand.


What does computer programming mean in general terms?

well .. talking about in general terms (like making some newbie to understand, what the computer programming is about) so we must say that computer programming is like ..Programming a computer to do some task. in programming we create a sequence of instructions that enables the computer to do something.like we try to make the computer understand what we want to do so that it can help us to do that work. or even sometimes the computer can do that task itself and give the desired output.sourabh882008@yahoo.com


What is the programming language you find easiest to understand?

This is largely a matter of personal opinion. You will likely get as many different answers as the number of computer programming languages that have ever existed.


How Does a computer process data?

The programming that you give to the computer is processed in the CPU.The CPU changes the programming into its own words that it can understand That is how it is processed.


Why you need C programming?

C- Programing is basically a programing language of a computer. It helps to create software programing language which is usefull in creating softwares & data base programes. C programing language is the first & basic programing language. Other programing languages are:- C, C++ & C# (latest).


What do you understand by the left and right parenthesis in main method in C programming?

I understand they have the same meaning as they do for any function in C; to separate the function name from its arguments.