Computer Programming is all about algebra. In algebra, you solve for variables like x and y in their simplest form, in programming, the variables can pass on values or accept values and give you the result.
For eg:
Find the area of a square with side 'a' units.
In algebra: Area=a2.
In Programming, the program can find the area by taking input from the user.
float area,a;
cout<<"Enter length of side";
cin>>a;
area=a*a;
cout<<"The area is "<
Basically, Programming is bringing algebra to life.
Chat with our AI personalities
computer programming
programming. Hard design software. Working with network. and any other work-related to information technology.
One thing that you can call a person that is addicted to computer programming is a computer nerd. A computer nerd is always on the computer.
Just because you're good at algebra doesn't mean you have to be good at programming. Algebra is taught from a very early age (even in kindergarten) and it is one of those areas of mathematics, besides arithmetic and geometry, that virtually everyone uses every day without even realising it. It's such an elementary subject that there are no specific subjects you can do just because you're good at it. However, if you have a yearning to take algebra further then you might consider abstract algebra, an area of advanced mathematics studied primarily by professional mathematicians. No programming required, but there's absolutely nothing stopping you from learning to program. Even if you're no particularly good at it, it's still useful to have an appreciation for a variety of languages.
I have only fooled around with a couple of animation software applications but they have not required me to know programming.