Skip to main content
15 answers
14
Updated 27090 views

What computer languages do computer science majors study in college?

I really want to start to learn programming but my high school does not have a programming class. When I go to college I want to major in computer science, so I thought I would try to learn the language that I'm going to be learning in college. What computer languages do computer science majors study in college? Can I learn them in high school? #computer-science #programming #languages

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

14

15 answers


4
Updated
Share a link to this answer
Share a link to this answer

John’s Answer

Simply put, it doesn't matter which language you learn -- it matters on how much you understand it. Just like speaking multiple languages, all programming languages have a foundation on how they are all similar.


In college, I learned Java and C++ for my fundamental understanding of object-oriented programming. I learned C for my fundamental understanding of procedural programming and memory management.


At work, I learned PHP, JavaScript, Shell, ActionScript, and many others. I was able to pick up languages after I see their "one-to-one" correspondence.


If you want to start learning, why don't you look up codeacademy.com? It's a great opportunity for you to learn and have it interactive with your friends!


If you want me to make a decision for you, try to learn JavaScript -- it's one tough language but it's heavily used into today's world due to it's necessity with the web browser!

4
2
Updated
Share a link to this answer
Share a link to this answer

Iliya’s Answer

Completely agree with the point that John made about all languages being build on the same fundamentals, and that once you know one it will be much easier to pick up new languages.


JavaScript is a good one to start with but if you want to have an edge when you get to college I would suggest you also look into Java as well since that will most likely be one of the first languages they teach you in college.


If after you look at these languages you want to play around and learn something that is a bit less abstract and more closely tied to the computer architecture I would suggest taking the time to learn C and x86 assembly. Both are much tougher to get through than Java or JavaScript, but the knowledge you will gain about the inner workings of a computer system from learning these languages will be invaluable in your path to getting a degree in Computer Science.

Thank you comment icon The first time I programmed was my freshman year of college first quarter. It is not a requirement at most schools to have programming experience. The first language I learned was Java. But I agree with lliya and John in that you should learn a difficult language. Another avenue to learn a language is to go onto coursera.com. They have real college level course offered by real schools to teach you introduction to programming. It is free and great place to learn new stuff. Eric Chiquillo
2
1
Updated
Share a link to this answer
Share a link to this answer

Eric’s Answer

Sorry my bad, same as above:
The first time I programmed was my freshman year of college first quarter. It is not a requirement at most schools to have programming experience. The first language I learned was Java. But I agree with lliya and John in that you should learn a difficult language. Another avenue to learn a language is to go onto coursera.com. They have real college level course offered by real schools to teach you introduction to programming. It is free and great place to learn new stuff. In addition coursera has more advance courses.

1
0
Updated
Share a link to this answer
Share a link to this answer

Daniel’s Answer

I believe it varies by institution and would assume that in most cases the emphasis is actually on the theory of Computer Science (math, logics, design patterns, data structures). When I studied it over 10 years ago we used older languages like Pascal, C, C++ and some Java. While one can start with languages like C# (more modern and in some ways higher level), I'd also recommend C/C++/Java for becoming a more skilled programmer at a lower level (i.e. closer to machine language).

0
0
Updated
Share a link to this answer
Share a link to this answer

Oliver’s Answer

Hi Tanaia,


Wholeheartedly agree that any programming language teaches you fundamentals. From a practical sense, it depends on the university. I learned my first programming language in college - APL. My second was C. Followed by Lisp. Followed by Pascal. Followed by C++. Followed by Java. Followed by JavaScript.


Do you see a pattern? It doesn't matter.


Get the fundamentals and you'll get it!


Good luck!
Oliver

0
0
Updated
Share a link to this answer
Share a link to this answer

Mahesh’s Answer

Currently the popular programming languages are Java, Scala, Python, .Net. However, when you come to college, these languages might be outdated. However, all the languages and programming (coding) needs algorithm and data structures knowledge. You will be tested in these two areas when you go for an interview for a Software Engineer job. So concentrate on algorithms and data structures. These will take you a long way. You can first start learning these by going to online tutorials and youtube lectures. Once you get a sense of what these are, you can buy books and practice. Always get your work or learning verified by an expert (your teachers, elders who are proficient in computer science) so that you can correct your mistakes. You might find these two topics little hard but don't give up. These are essential topics you must be proficient to get a good job later. Good luck!

0
0
Updated
Share a link to this answer
Share a link to this answer

Jason’s Answer

I think Computer Science is a program which can vary quite greatly depending on the college. I study Software Engineering and the first language they taught was C, and then C++. However, the computer science students started with Scheme and Haskell. Lastly, the Computer Engineering students studied C# and Java.


As you can see, it varies quite a bit, but if you are trying to pick a language to start with, I would suggest C/C++/Java because they are so fundamental for programming. Once you become familiar with them, other languages can be picked up very quickly.

0
0
Updated
Share a link to this answer
Share a link to this answer

Gustavo’s Answer

I believe one of the most common languages to learn in college is Java. C++ is also popular. But i would have to agree with Jon. It's really about the fundamentals. Once you have that its a lot easier to go from one language to the other pick up syntax. Each language does have its benefits but at the end of the day having the fundamentals is what's most important.

0
0
Updated
Share a link to this answer
Share a link to this answer

Edward’s Answer

Every college teaches different languages in their introductory courses. For me, our intro to programming courses were taught in Python, Java, and C. I think learning the language ahead of time will definitely give you a leg up in your intro classes since it'll allow you to focus more on what the classes are teaching instead of worrying about the syntax.


I think a great language to start with would be Python since it is the easiest to pick up and start coding in. Java/C++ are great languages for learning the fundamentals of programming. As long as you are passionate about learning, it doesn't really matter what language you learn first.

0
0
Updated
Share a link to this answer
Share a link to this answer

Aditya’s Answer

In school, I studied C, C++ and Java. However, learning an Object Oriented Language like Java should be enough to get you started on the basics and concepts of an Object Oriented Language. Once you learn them, its not very difficult to apply them to any new Object oriented language that you learn.
Apart from Java, I would also recommend Python since it teach you a different coding paradigm.
There are online courses offered by http://www.codecademy.com/ which will really help you getting started.


Learning programming is amazing fun :) All the best !

0
0
Updated
Share a link to this answer
Share a link to this answer

Jason’s Answer

It seems that in first year, usually python/C/some other functional language usually gets taught. Java and C++ and C# are also quite common at many colleges as well in later years.


In the end learning one or two of them makes the rest significantly easier to learn later on.

0
0
Updated
Share a link to this answer
Share a link to this answer

•Regil’s Answer

What computer languages do computer science majors study in college?
Hi there,
the computer languages that you will be thought in college will be the languages like C, C++, Java, C#(sharp) , java script.
Now a days they are also introducing android and python also into the curriculum.
I would suggest you to concentrate on certain languages like C, C++ java and android when it is thought in the college because an engineer who knows all these languages will be dearly needed when the companies comes looking for freshers out of college.
so take up all the languages that you like and find interesting as i depends upon what and where you will be few years from now.
all the best buddy.

0
0
Updated
Share a link to this answer
Share a link to this answer

Clark’s Answer

I learned C and C++ early on. I feel that once you know these you have a very good foundation to learn other languages. Today I hardly use C/C++, however I use the principles of the languages every day. Currently I write most of my code in Perl, Python and Objective C.

0
0
Updated
Share a link to this answer
Share a link to this answer

Amey’s Answer

Its great that you want to have an edge before actually going to college.
From my experience courses in computer science major generally use Java and Python, c or c++ may be used in systems level courses. The programming language is a very important piece of computer science program. It will be very beneficial for you if you start now and have knowledge about programming language. Also you won't be alone in your class who will know programming before joining the college. You will find number of students having that background. You can start with any programming language as the language you learn will help you understand the actual concepts behind it when you take courses in college like compiler design.


Good luck

0
0
Updated
Share a link to this answer
Share a link to this answer

Matt’s Answer

Different schools use different languages for course work. For the most part, there will be courses early in the degree program that will teach the languages that other classes will assume that you know.

What really helps though is knowing *a* programming language on day one. *Any* language. There's a lot of similarity between programming languages, and the hardest thing in the entire career trajectory is probably learning your first programming language.

So pick one, and learn it. Python is probably a good first language. A lot of academics use it, a lot of professionals use it, and in learning Python well, you'll pick up concepts that apply to many other languages.

Other good choices for first languages include JavaScript, Java, Go, and Ruby. I'd stay away from systems languages like C, C++, and even Rust for a first language. Not because they're bad, but because they tend to demand more of the programmer than the languages I've suggested, and the goal here is to get you over that first steep learning curve, and build your a conceptual framework for further learning.
0