answersLogoWhite

0

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.

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
DevinDevin
I've poured enough drinks to know that people don't always want advice—they just want to talk.
Chat with Devin

Add your answer:

Earn +20 pts
Q: How is computer programming related to algebra?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

The field to which OOp is related?

computer programming


What can you do after BE in computer engineering?

programming. Hard design software. Working with network. and any other work-related to information technology.


What do you call a person who is addicted to computer programming?

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.


What subjects can you do if you are good at algebra but bad at computer programming in terms of writing code in every programming language including C plus plus and visual basic?

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.


Is there computer programming in Computer animation?

I have only fooled around with a couple of animation software applications but they have not required me to know programming.