08.22.16 - 12.18.16
Introduction to Computer Programming
Tuesday Thursday
01:00 PM - 02:20 PM
SQL Examples
examples of some sql statements.
FileIO
echo example
Bubble Sort
Pseudocode for performing a bubble sort
Array Practice
reversing and array, linear search and binary search
Working with Arrays
loops for arrays and passing arrays
Intro to Arrays
data forms and a simple array loop
More Ruby Practice
get_name, first_last, balance examples
Simple Ruby Examples
exam 2 pseudocode translated in to ruby
Overloading and Recursion
overloading modules and recursive modules
Passing Values
passing values to modules
Modules
returning value from modules
Alternate Structures and Beginning Modules
until, do/while, do/until, and base on/case statements. display_hello module
Control Structures
calculator program, break and continue
While Loops
examples of determinate and indeterminate while loops
If/Else Structures
Dual selection structures and nesting
Structured Pseudocode
single selection if statements
Loop Type Examples
examples of determinate and indeterminate loops
Loops
box draw program and average 10 numbers
Multi-decisions
making more than once decision in a flowchart
Decisions in Flowcharts
decision fragment, which number is bigger, and area of a circle examples
Box Drawing Example
example pseudocode and flowchart (from draw.io)
Add 3 Number Pseudocode
Pseduocode example of a program to accept 3 numbers and find the average