Java -- Do you need Pre-calc/trig in order to do Java?

Nocturnal

Lifer
Jan 8, 2002
18,927
0
76
my com college's pre reqs for intro to comp sci is math 27 which equates to intermediate algebra/pre-calc i think.

do i really need that math to get into it? i think i can handle it without the math. there really isnt even any algebra or calc involved in programming itself... mainly the logic of it all, right?
 

Jzero

Lifer
Oct 10, 1999
18,834
1
0
Originally posted by: Nocturnal
my com college's pre reqs for intro to comp sci is math 27 which equates to intermediate algebra/pre-calc i think.

do i really need that math to get into it? i think i can handle it without the math. there really isnt even any algebra or calc involved in programming itself... mainly the logic of it all, right?

One of my professors once remarked: "Computers are math in motion."
 

MacBaine

Banned
Aug 23, 2001
9,999
0
0
I don't think so... it would probably allow you to learn some things a bit faster, increase your problem solving ability...etc.
 

Aves

Lifer
Feb 7, 2001
12,232
30
101
My school requires Pre-Calc/Trig to take Intro to Programming (Using Java) and here you are dropped automatically if you haven't completed it regardless of whether or not you really need it to program in Java.

Best bet is to talk to your advisor 'cause your school may do the same thing.
 

Nocturnal

Lifer
Jan 8, 2002
18,927
0
76
Originally posted by: MacBaine
I don't think so... it would probably allow you to learn some things a bit faster, increase your problem solving ability...etc.

yeah... that is what i thought.
 

Gunslinger08

Lifer
Nov 18, 2001
13,234
2
81
I had 3 years of calc before college and my first java class. While I don't see it as necessary, the calc has helped me with the logic. I finish programs in 1/3 the time other people do.

Josh
 

Nocturnal

Lifer
Jan 8, 2002
18,927
0
76
Originally posted by: joshsquall
I had 3 years of calc before college and my first java class. While I don't see it as necessary, the calc has helped me with the logic. I finish programs in 1/3 the time other people do.

Josh

yes, i was told by my current math teacher that all it is is the logic used in math. i think ill handle well enough with someone actually being there and teaching me. no doubt about it. maybe itll even change my mind to switch back into computer science. im majoring in auto mechanics technology. but perhaps itll change my mind.
 

FeathersMcGraw

Diamond Member
Oct 17, 2001
4,041
1
0
Originally posted by: Nocturnal
my com college's pre reqs for intro to comp sci is math 27 which equates to intermediate algebra/pre-calc i think.

do i really need that math to get into it? i think i can handle it without the math. there really isnt even any algebra or calc involved in programming itself... mainly the logic of it all, right?

I'm guessing that intermediate algebra is more relevant than pre-calculus. Being able to manipulate symbolic data is important for basic computer science concepts. If you can't handle solving for x, you won't be able to handle nontrivial boolean logic.

That being said, being able to program doesn't require computer science. Being able to program well probably does.
 

manuelku

Platinum Member
Nov 10, 1999
2,299
0
0
my school needs pre-cal to take java... I am now taking calculus 2 with java.. I don't see a relationship between them... like people said, math help you think more logically.. sorry for the people who love calculus, I think it's useless unless I want to be one of the math people out there.
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
the most advanced math you will use in an Intro to Java class, you learned in 4th grade.
 

brtspears2

Diamond Member
Nov 16, 2000
8,659
1
81
Nope, you just need to learn how to manipulate and assign your values well. Most of the fun number programs they will probally make you do probally require you do to some pre-calc work .
 

SandLizard

Member
Dec 11, 2002
165
0
0
i can't see any calc course (or derivative thereof...pun intended) necessary for java

i can see logical math courses, and ones dealing with cryptography helping (my crypto courses had immense mod and prime number calculations), but calc=no

i hope i would know, i passed calc 6 in college, and yes, it sucked.
 

m0ti

Senior member
Jul 6, 2001
975
0
0
math is good for developing your understanding of things.

I would definitely recommend probability courses, and yes some calc as well: sometimes it can help when visualizing things.

No, you don't need pre-calc/trig to "do" Java.

Strong logic is the only basic requirement to do programming in any language.

And yes, comp sci is math.
 

Nocturnal

Lifer
Jan 8, 2002
18,927
0
76
How can they say it has nothing to do with math? Shame on them. You'll be doing object-oriented program. You'll be developing methods that evaluate fractions. No math? I dunno... Test the waters out for yourself. Goodluck.

That is an exact quote from someone at another forum. Any truth to that?
 

BeauJangles

Lifer
Aug 26, 2001
13,941
1
0
The only thing I would ever think calc would be useful for (im probably wrong because I haven't programmed in a while) is graphics (specifically 2d/3d games).... Then trig especailly becomes your friend.