Home
Calendar
Topics
Videos
My 101
Comp 101
Topics
Getting Started
Am I in the right course?
Syllabus
Registering for Required Course Services
Software Setup
Important Course Policies
My Computer is Broken! What do I do?
Quick References
Visual Studio Code Basics
VS Code Tips and Tricks
VS Code and TypeScript Cheat Sheet
Interactive vs. Stored Programming
Generating Random Numbers
Regrade Request Guidelines
Syntax Tips and Tricks
General Computer Knowledge
Hardware vs. Software
The Computer (Theoretically)
Fundamental Pattern of Code
Program Execution
Simple Data Types
Number
Boolean
Strings
Variables
Variables: Overview
Declaration
Initialization
Assignment
Math and Variables
Printing
Prompting
Concatenation
If-Then Logic
Operators and Logic with Booleans
Else-If Logic
Examples
Nesting
Loops
While Loops
While Loop Examples
For Loops
For Loop Examples
Nested Loops
Arrays
Arrays: Overview
Array Examples
Functions
Functions: Overview
Classes and Objects (Object Oriented Programming)
Classes and Objects: Overview
Constructors
CSV Processing
2D Arrays
Parameters and Optional Parameters