Create CS-Survival-Guide.md#53
Open
HannahShiple321 wants to merge 1 commit intoPurdue-CSUSB:masterfrom
Open
Conversation
Done with markdown file for CS surivial guide
cindydhy
reviewed
Aug 3, 2021
| 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) |
| --- | ||
| # Blog Post #3 - Purdue CS Freshman Survival Guide | ||
|
|
||
| Table of Contents: |
Contributor
There was a problem hiding this comment.
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 |
|
|
||
| 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. |
Contributor
There was a problem hiding this comment.
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. |
Contributor
There was a problem hiding this comment.
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) |
Contributor
There was a problem hiding this comment.
update link with newest release version?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Done with markdown file for CS surivial guide