Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Im taking Computer Programming For High school.
Closed Thread
Old 04-18-2006, 02:10 PM   #1 (permalink)
 
Banned

Join Date: Oct 2005

Posts: 664

KCRMYZ is an unknown quantity at this point

Send a message via AIM to KCRMYZ Send a message via MSN to KCRMYZ Send a message via Skype™ to KCRMYZ
Exclamation Im taking Computer Programming For High school.

Im getting ready to take this course next year. Is it hard? I know mostly hardware specs, I've seen the languages but what can I exspect from the class?
KCRMYZ is offline  
Old 04-18-2006, 04:44 PM   #2 (permalink)
baronvongogo's Avatar
 
Master Techie

Join Date: May 2005

Location: UK

Posts: 2,749

baronvongogo is on a distinguished road

Default

Dont no how advanced it would be for high school Id presume visual basic, PHP, ASP, C#, java maybe c++ .

It isnt hard once you get into it, just takes time and plenty of reading.

Id recommend reading up on programming and trying some out before you start, always best to have an advantage.
__________________
baronvongogo is offline  
Old 04-21-2006, 06:32 PM   #3 (permalink)
 
Super Techie

Join Date: May 2005

Posts: 479

furtivefelon

Default

Just a thought, hardware specs isn't going to take you anywhere.. Since anyone can look up what something means, but learning how to build a cpu, that's a different story

anyhow, computer programming definately takes a certain aptitude, and you really need to be passionate about it before you can succeed.. well.. in anything..

Find out what you will be learning, and start learning
__________________
lisp hacker
running: FreeBSD 5.4 - still learning
develop with: SBCL + emacs for lisp, Anjuta IDE +gcc for c, SPE for python..
browse with: opera
furtivefelon is offline  
Old 04-23-2006, 07:21 AM   #4 (permalink)
 
True Techie

Join Date: Nov 2005

Posts: 115

i_learn

Default

if you are gonna be programming...then i suggest a u write mroe and more programs, find out from seniors what kind of programs are out there, as far as reading is concerened..yea lot of books out there, but they mostly give you syntax, but if you write programs u will know what it means...and joining forums will help too.
this was what i was told when i got into programming! all the best, its a lot of fun ..and yes takes apptitude and logical ability.
i_learn is offline  
Old 04-24-2006, 02:48 AM   #5 (permalink)
 
Junior Techie

Join Date: Oct 2005

Posts: 75

darkninja

Default

ALOT of reading, small projects by yourself always helps, this way you will learn different functions/syntax/logical ways of solving a problem - For example - your learning PHP/ASP, a good idea for a small project would be something like Database driven image galleries cos you would learn database stuff/uploading/html/and perhaps permissioning(CHMOD stuff) if you were playing on a Linux Box.

It's also about thinking logically and sometimes, they dont expect you to learn the syntax straight away but rather the logic behind it. Cos once you understand, things will be alot more clearer and the syntax should make more sense.

Hope that helps~!?
__________________
<a href="http://www.flashyflashy.net" target="_blank">flashyflashy.net</a>
darkninja is offline  
Old 04-24-2006, 10:08 AM   #6 (permalink)
 
Ultra Techie

Join Date: Apr 2005

Posts: 950

M4A1 is on a distinguished road

Send a message via AIM to M4A1
Default

I took Intro to C++ / Advanced C++, then my senior year I took AP Java.

High school CS isn't that hard, just read up. You'll find out there are plenty of ways for doing the programs, so its not like math class, where you have to memorize this one way to find the right answer. You can do things in multiple manners with computer science, in genera.
M4A1 is offline  
Old 05-02-2006, 04:42 PM   #7 (permalink)
ncjimn's Avatar
 
Super Techie

Join Date: Oct 2005

Posts: 470

ncjimn is on a distinguished road

Default

Quote:
Originally posted by M4A1
I took Intro to C++ / Advanced C++, then my senior year I took AP Java.

High school CS isn't that hard, just read up. You'll find out there are plenty of ways for doing the programs, so its not like math class, where you have to memorize this one way to find the right answer. You can do things in multiple manners with computer science, in genera.
A few things:

It really sucks that my high school didn't offer any computer stuff. I think in the most advanced class u could learn how to make a simple web page using html.

And since my HS did offer math, I took math classes and I actually think that there is a lot of math in programming and unlike you said, there are many ways to solve math problems. They usually tell you to memorize an easy, standard way for solving a problem.

Enough said about math, I am now learning to program and right now everything seems hard. But again, since math and programming are based on logic they work together very nicely. So at this point I'm kind of on the other side: "There are plenty of ways for doing the MATH, so its not like PROGRAMMING class, where you have to memorize this one OR TWO ways to find the right answer."
ncjimn is offline  
Old 05-02-2006, 07:32 PM   #8 (permalink)
 
Ultra Techie

Join Date: Jul 2005

Posts: 530

TheHeadFL

Send a message via AIM to TheHeadFL
Default

There is a good reason that I had to take Calculus 1-3, Differential Equations, Discrete Mathematical Structures 1 and 2, and Physics for Engineers 1 and 2 to get my degree in Computer Science.

Math and Computer Science are inextricably linked.
__________________
Desktop machine: 2 x Opteron 246, Asus K8N-DL, 2GB PC3200 ECC Reg., XFX GeForce 6600GT, 74gb WD Raptor, 2 x 19\" LCDs, Windows XP x64
Server machine: Intel P4 3.0GHz 2MB EM64T, ECS i865pe, 1GB PC3200, 36gb WD Raptor, Windows Server 2003
Laptop: Dell Inspiron 9100 (Intel P4 3.2GHz 1MB Prescott, i865pe, 512MB PC3200, Mobility Radeon 9700, DVD+R/DL Burner), Windows XP
Linux: P3 450Mhz, 386MB ram, Slackware 10.1 (Running mySQL/Apache)
TheHeadFL is offline  
Old 05-04-2006, 07:18 PM   #9 (permalink)
 
Super Techie

Join Date: Jun 2005

Posts: 274

mgoldb2

Default

Quote:
"There are plenty of ways for doing the MATH, so its not like PROGRAMMING class, where you have to memorize this one OR TWO ways to find the right answer."
The syntax you have to memorize but there usually about 500 different ways you can write any semi difficult program. This is one you start getting into efficiency, which is usually gone over in a computer science 2 college class starting with things like measuring efficiency with Big O.
mgoldb2 is offline  
Old 05-04-2006, 07:22 PM   #10 (permalink)
ncjimn's Avatar
 
Super Techie

Join Date: Oct 2005

Posts: 470

ncjimn is on a distinguished road

Default

I know, like I said I'm new to programming and yeah I know there are tons of ways of accomplishing a task...some easier than others.

As soon as I get good at this, I'll be rocking!
ncjimn is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On