CS120 Short Videos
This is a list of the short videos created as part
of the
CS120 (Computer Science I)
course at the University
of Idaho in conjunction with
Indepedent Study in Idaho.
These videos are on the C++ programming language.
- Putty -
a short introduction to installing and using putty to access
the CS department's computers. (ISI Lesson 1)
- Unix -
a short introduction to the basic Unix commands. (ISI Lesson 1)
- Hello World -
a first program. (ISI Lesson 1)
- Variables
- a short introduction to variables. (ISI Lesson 2)
- Conditionals -
a short introdcution to if and if-else statements (ISI Lesson 2)
- Loops -
an introduction to while, do-while, and for loops. (ISI Lesson 4)
- Functions -
basic functions. (ISI Lesson 6)
- Classes -
a sample fraction class. (ISI Lesson 8)