-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create CS-Survival-Guide.md #53
base: master
Are you sure you want to change the base?
Conversation
Done with markdown file for CS surivial guide
Located in the basement of the Lawson CS building, this group of helpful students can help you in any of your CS courses (CS 180/182/240). If you need help understanding a concept or have a question on your homework or project, the great minds from USB can help you since many of them have taken the course themselves or are a current TA. Make sure to checkout their website for weekly office hours and tutor sessions. | ||
|
||
2. TA Office Hours - all of your CS courses (180/182/240) will offer various times for office hours, held by either GTAs or UTAs. These are a very helpful source if you ever have a question about the class material, need help on the homework or if you are stuck on a project. There will also be fellow students at these office hours that you can meet and join forces to tackle an assignment. | ||
3. Supplemental Instruction (SI) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add spacing
--- | ||
# Blog Post #3 - Purdue CS Freshman Survival Guide | ||
|
||
Table of Contents: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
create links for the table of contents so students can jump to a specific section? (i.e. link CS Courses to https://github.com/Purdue-CSUSB/purdueusb.com/blob/d5e6d8f8c25fecba509e8f680eec09e13cec67f6/_wiki/CS-Survival-Guide.md#freshman-cs-courses---what-to-expect)
|
||
-> CS Courses | ||
|
||
-> Usefull Tools |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usefull misspelled
|
||
The workload for this class will seem like a lot with weekly homework's and frequent projects, so I suggest to start the assignments as soon as possible so you have enough time to ask questions and complete the work. Utilize office hours and labs, they are very helpful resources. | ||
|
||
Software: IntelliJ IDEA - super helpful IDE for homework/projects, very easy to use and make sure to learn how to use the debugger. This software is covered by Purdue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
include a link to the IntelliJ download page?
|
||
In this course you will be introduced to the C programming language - which entails pointer, memory allocation and recursion. C is a non-object-oriented language, it is a procedural oriented language, so you will find many differences compared to Java. This course will start off slow, giving you the building blocks of a low-level language, and then move into more complex material. Make sure you understand the first couple weeks and ask many questions! Depending on the instructor, this class typically has weekly homeworks and projects every 2 weeks. The concepts can be more difficult to understand than the programming in Java since C requires more overhead, so I recommend getting a good grasp on the material before jumping into the assignments. | ||
|
||
Software: Using the terminal will be very important since you'll need to be comfortable with using it for the next 3 years. You can also use Visual Studio Code as an IDE if you prefer better file organization and an easier to work with interface. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link to VSC download page?
|
||
The following list will contain tools/software/websites I found helpful during freshman year in CS: | ||
|
||
- Java Programming Language API: [https://docs.oracle.com/javase/7/docs/api/index.html](https://docs.oracle.com/javase/7/docs/api/index.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update link with newest release version?
Done with markdown file for CS surivial guide