Threesuns

Email the Instructor

Contact

All Semesters

Semesters

All Courses

Courses

2017Fall

08.22.16 - 12.18.16

Introduction to Computer Programming

CSYS1203

Tuesday Thursday
01:00 PM - 02:20 PM

22 Examples available

Examples

SQL Examples

12.06.16

examples of some sql statements.

FileIO

11.29.16

echo example

Bubble Sort

11.22.16

Pseudocode for performing a bubble sort

Array Practice

11.17.16

reversing and array, linear search and binary search

Working with Arrays

11.15.16

loops for arrays and passing arrays

Intro to Arrays

11.10.16

data forms and a simple array loop

More Ruby Practice

11.03.16

get_name, first_last, balance examples

Simple Ruby Examples

11.01.16

exam 2 pseudocode translated in to ruby

Overloading and Recursion

10.20.16

overloading modules and recursive modules

Passing Values

10.18.16

passing values to modules

Modules

10.13.16

returning value from modules

Alternate Structures and Beginning Modules

10.11.16

until, do/while, do/until, and base on/case statements. display_hello module

Control Structures

10.06.16

calculator program, break and continue

While Loops

10.04.16

examples of determinate and indeterminate while loops

If/Else Structures

09.29.16

Dual selection structures and nesting

Structured Pseudocode

09.27.16

single selection if statements

Loop Type Examples

09.22.16

examples of determinate and indeterminate loops

Loops

09.20.16

box draw program and average 10 numbers

Multi-decisions

09.08.16

making more than once decision in a flowchart

Decisions in Flowcharts

09.06.16

decision fragment, which number is bigger, and area of a circle examples

Box Drawing Example

09.01.16

example pseudocode and flowchart (from draw.io)

Add 3 Number Pseudocode

08.30.16

Pseduocode example of a program to accept 3 numbers and find the average