November 01, 2010
What computer languages should i learn before entering a computer science progream at a university?
Posted by: kk : Category: Computer Question Answers
Question by Dylan: What computer languages should i learn before entering a computer science progream at a university?
Hi. I’m a high school senior this year. And I’ve recently learned some HTML, and i really like coding. This has led to me to consider computer science as a major in college. I was just wondering what languages you guys think I should know before I get to college, if any.
Best answer:
Answer by Cloud Strife
Well if you’re into scripting college is the place to go to LEARN scripting languages, but I must tell you now that HTML is easy stuff compared to other scripting languages.
Know better? Leave your own answer in the comments!
Facebook comments:
5 Responses to “What computer languages should i learn before entering a computer science progream at a university?”
Leave a Reply
You must be logged in to post a comment.







November 1st, 2010 at 8:53 am
it would help to know some java and c++ so you have a head start, but they’ll teach you them anyway
November 1st, 2010 at 9:43 am
I’ve been in the computer industry for about 37 years.
Today, business developers (those writing business applications) need to know C#, Visual Basic.NET, SQL as well as HTML, XAML and the application architectures that support them.
However, each part of the industry has different requirements. Games are often written in special languages or C++ and Java. Process-control (robotics, machinery control) applications and device drivers are often written in assembly language.
So… it depends on what you want to do with your CS degree.
November 1st, 2010 at 10:40 am
If it’s somethig you enjoy doing then it is absolutely a good
idea to read up and learn some basics before starting college. Visual Basic is pretty useful and easy to learn. If you have more time I would also recommend reading something on C and Java. Just google tutorials on these and you’ll find a lot of good stuff.
November 1st, 2010 at 11:16 am
Don’t learn Java.
C, C++, C#, Visual Basic, sure. But not Java – it can actually be detrimental to your programming skills.
Since you enjoy HTML, you might want to learn some other web-useful scripting/programming like Perl, PHP, CSS, javascript, and ASP.NET. May not be required for a CS degree, but they are valuable to know.
November 1st, 2010 at 11:48 am
I go to a major university in the west coast. The main language they teach to us is java. There are some classes that teach other languages as well, but java is like the primary language they teach simply because it’s so easy to learn and covers a lot of the fundamental programming concepts that professors really want students to know.
Additionally, it’s very similar to C++ and scripting languages like php. So once you learn java it’s easy to branch off from there into other languages.