-
06 Dec 14:23
SQL Examples
examples of some sql statements.
-
29 Nov 14:13
FileIO
echo example
-
22 Nov 14:17
Bubble Sort
Pseudocode for performing a bubble sort
-
17 Nov 14:24
Array Practice
reversing and array, linear search and binary search
-
15 Nov 14:20
Working with Arrays
loops for arrays and passing arrays
-
10 Nov 14:30
Intro to Arrays
data forms and a simple array loop
-
03 Nov 14:18
More Ruby Practice
get_name, first_last, balance examples
-
01 Nov 14:20
Simple Ruby Examples
exam 2 pseudocode translated in to ruby
-
20 Oct 13:55
Overloading and Recursion
overloading modules and recursive modules
-
18 Oct 14:20
Passing Values
passing values to modules
-
13 Oct 14:15
Modules
returning value from modules
-
11 Oct 14:18
Alternate Structures and Beginning Modules
until, do/while, do/until, and base on/case statements. display_hello module
-
06 Oct 15:54
Control Structures
calculator program, break and continue
-
04 Oct 16:02
While Loops
examples of determinate and indeterminate while loops
-
29 Sep 14:13
If/Else Structures
Dual selection structures and nesting
-
27 Sep 14:16
Structured Pseudocode
single selection if statements
-
22 Sep 14:22
Loop Type Examples
examples of determinate and indeterminate loops
-
20 Sep 14:18
Loops
box draw program and average 10 numbers
-
08 Sep 14:28
Multi-decisions
making more than once decision in a flowchart
-
06 Sep 14:21
Decisions in Flowcharts
decision fragment, which number is bigger, and area of a circle examples
-
01 Sep 14:23
Box Drawing Example
example pseudocode and flowchart (from draw.io)
-
30 Aug 14:19
Add 3 Number Pseudocode
Pseduocode example of a program to accept 3 numbers and find the average