answersLogoWhite

0


Best Answer

You need to to know some basic math to live. right? Likewise you need to know some basic math to start computer programming....beginners start out by learning to do programs like solving a quadratic equation....if you are not thorough with algebra, u can't do it. The way you think is more important.....rather than being good in math, computer programmers are required to think the way math people think - vey very very logically.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

Not that important, but certainly doesn't do any harm.

(The attached link might be interesting for you.)

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Because it's easier to think logically

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why is it important to have a solid background in mathematics for programming languages?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Why is programming language important?

Programming languages are important because they....well...help us make programs :) High level programming languages are especially important because they help abstract away all of the little details that are required in low level languages.


What science is used in computer programming?

Computer programming relies heavily on the mathematical sciences, particularly discrete mathematics. The scientific method is often employed to test and debug computer programs. Knowledge of other sciences, such as physics or a particular social science, may be useful in computer programming depending on the specific software being programmed.


How many programming languages are?

Thousands! Programming languages number in the thousands, from general purpose programming languages such as C++, Java, and others, to special purpose languages which are used in one application. They can be ordered by type (structured, object-oriented, functional, etc.) or by history, or syntax. See the related list of programming languages.


What are the advantages of fifth generation of language?

The major advantages of fifth generation programming languages are that these languages are improved from fourth generation languages. It is also important to note that classification of programming languages in generations beyond the second generation is complete nonsense and nothing but a marketing hype; programming languages don't evolve in a linear succession, or one in the shape of a balanced tree, where each generation has common attributes and improvements over the previous generation.


Does learning programming languages transfer to learning actual languages?

No.

Related questions

Can a mathematics student do well in programming languages?

Yes.


Can a mathematics student do well in computer science and several programming languages?

Of course; computer science is a very mathematics-oriented subject. Whether or not they can learn multiple programming languages depends entirely on whether or not that individual has the drive to do so.


What has the author Mark J Johnson written?

Mark J. Johnson has written: 'A concise introduction to programming in Python' -- subject(s): MATHEMATICS / General, Python (Computer program language), COMPUTERS / Programming Languages / General, Computer programming, MATHEMATICS / Advanced


Why is programming language important?

Programming languages are important because they....well...help us make programs :) High level programming languages are especially important because they help abstract away all of the little details that are required in low level languages.


What are the Definitions on programming?

Programming is a term that describes the usage of a programming language. Programming languages (C++ for example) are languages that create programs, these programming languages should not be confused with scripting languages. Scripting languages are languages that are meant to be interpenetrated by programs. (Written in a programming language)


Is it possible for a person who is strong at mathematics to be better at programming languages?

Yes. It's mainly question of hard work: learning and practising.


When was Essentials of Programming Languages created?

Essentials of Programming Languages was created in 2008-04.


How many pages does Essentials of Programming Languages have?

Essentials of Programming Languages has 416 pages.


What is the indentation in programming Why is it important?

In computer programming languages, indentation formats program source code to improve readability. Programming languages make use of indentation to define program structure . Programmers use indentation to understand the structure of their programs to human readers.


What does a tuple stand for in mathematics?

Tuple is a term used in mathematics and computing science to show and ordered list of elements. Tuples are often used as product types in programming languages, and to describe other mathematical subjects in maths.


What has the author Martin Tompa written?

Martin Tompa has written: 'Time-space tradeoffs for straight-line and branching programs' -- subject(s): Electronic data processing, Programming (Mathematics), Programming languages (Electronic computers)


Why is mathematics important to engineering science and computer programming languages like C plus plus and visual basic?

Mathematics is important because all code and data used by a computer is digitally encoded in binary. It's the only language the computer understands and having an appreciation for that language goes a long way. Digital machines are also logical machines and logic is also a branch of mathematics. Even at the simplest level of programming, you need to know basic arithmetic and of course algebra. The greater your mathematical knowledge, the easier it is to write efficient code.