Skip to main content
5 answers
3
Asked 1473 views

How hard are some of the computer science classes?

I have very minimal experience with programming but I want to major in it, how hard will it be to get started? #computer-science #computer-software #computer


3

5 answers


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

Rajesh B’s Answer

Hi,

I would say computer science is an easy subject to pick up once you start practically learning any coding language. A basic understanding of how computer works, what can be achieved and how those things can be achieved will be great to start with.

There are a lot of modern day programming languages that are not too complex in structure. However, these are widely used by the current industry leaders because of how simple they are to use and how powerful they are in achieving expected results. One of such languages is Python. If you have the basics of any programming language then learning Python is like learning English! I would suggest everyone who is interested to give it a try using any of the online learning resources and practice well with some exercises.
Thank you comment icon Adding to what Rajesh already mentioned. Focus on the PROBLEM SOLVING aspect, using ANY language you are comfortable with. Shifting gears to any other language will not be that difficult. Naseer Syed
1
0
Updated
Share a link to this answer
Share a link to this answer

Kumar’s Answer

Computer science classes vary widely, ranging from manageable introductory programming to highly demanding upper-level courses like Operating Systems, Compilers, and Advanced Algorithms that require intensive logical problem-solving and substantial time commitments.

The initial phase will feature a steep learning curve as you adapt to a completely new way of algorithmic thinking, but introductory university curriculums are explicitly designed to build foundational skills from scratch if you practice consistently.
0
0
Updated
Share a link to this answer
Share a link to this answer

Anuj’s Answer

It is completely normal to feel nervous about this, but let’s get the most important fact out of the way first: the majority of students who major in Computer Science start with zero programming experience. You are not behind, and you are entirely capable of handling it.
0
0
Updated
Share a link to this answer
Share a link to this answer

Joanne’s Answer

All classes have different levels of difficulty, and all of the classes require a commitment to do the work.


Some are based on the content.


Some are based on the professor.


For now, tinker with writing a script or two. If you have microsoft excel, you can use visual basic to try to write a macro (you can copy / paste something safe from the web) to see if you like programming.

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

Narshu’s Answer

Depends on the course you choose but I would expect you to be looking at the general structure of a computer (architecture, components, etc) for a basic understanding of how they work.
You would also do something similar concerning networking, programming.
After the first year you would then start to put some of these into practice by getting some small projects to do.
These projects would be stuff like design and build a network or implement a program that some courses include a web development element so it could also be build a site for specific languages will vary from course to course but you'll surely come across either Java or c++ at least.


Check with the computer language that interests you and have the basic computer skills you should do well in such a course.

0