Skip to main content
3 answers
3
Asked 384 views

What should I expect from computer science classes in college and later in the future

What should I do should to prepare myself

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

3

3 answers


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

Samantha’s Answer

Computer Science classes vary depending on what is being taught.

First, there are language classes where the point is to learn how to use a specific language (take a Java class or a C++ class for example). In these classes, they will generally start from the simplest concepts and work their way up. These are good classes to start with since they are usually formatted as a series of programming prompts that gradually increase in difficulty. Example prompts would be something like "create a tip calculator that takes in user input for the cash amount and the tip percentage" or "create an interactive guessing game."

Then there are data structures/algorithm classes which would give you theoretical concepts and have you use various programming languages to implement them. This typically includes both theoretical/computational homework as well as practical (writing programs which use the concept) homework.

Computer science classes will include both theoretical and practical classes, so be aware that you will have to do math and learn theories in addition to writing code.

To prepare, make sure the class you take first is at the right level (beginner, intermediate, advanced) and that you have all the pre-requisite knowledge to take the class. If you aren't sure, you might be able to reach out to the teacher to ask if the class is right for you.
1
0
Updated
Share a link to this answer
Share a link to this answer

Dhairya’s Answer

Why not try one and find out! Harvard's intro CS class CS50 is available online for free (https://cs50.harvard.edu/x/2022/). The course is a fantastic introduction to the wide range of topics you'd cover in CS ranging from systems programming, data structures and algorithms to modern topics like web development .
0
0
Updated
Share a link to this answer
Share a link to this answer

Rebecca’s Answer

I am glad that you are interested in Computer Science. This is a good question.
There may b e different on the Computer Science course in different colleges / universities. Usually, it would you the fundamental courses, e.g. Computer Theories, Computer Structures, Algorithms, Artificial Intelligence, .etc. It is good to give you an overview of the different aspects of Technology. You will also learn programming using different programming languages. Hence, you can determine what you have interest and what aspect you would like to start your career.
When you graduate from the college, you would start working as a technology professional. Different jobs may have different requirement and working life. One thing which is also always essential is you have to keep your knowledge up to update. Technology keeps changing rapid. You have to ensure not to become obsolete.
Hope this helps! Good Luck!
0