Common Computer Science References
In this unit students will learn the basics of using the integrated development environment (IDE) that they will be using to actually write code in. Students will learn how to save their code, not only to their IDE but also to Git and GitHub.
Key concepts students will learn are:
What an IDE is
Basics of Git and GitHub
How to write the famous "Hello, World!" program
Variables and constants
Assignment statements