Threesuns

Email the Instructor

Contact

All Semesters

Semesters

All Courses

Courses

2018Fall

08.21.17 - 12.17.17

Introduction to Computer Programming

CSYS1203

Tuesday Thursday
02:00 PM - 03:20 PM

22 Examples available

Examples

Object-Oriented Programming

12.05.17

color example

SQL Example

11.30.17

repeat of previous psuedocode but assuming we can access data through a database

FileIO Example

11.28.17

reading a delimited students data file

Bubble Sort

11.16.17

pseudocode and ruby script

Searching Arrays

11.14.17

Linear search and binary search

Arrays and Selections

11.02.17

days voting example as pseudocode and in ruby

Arrays, Loops, and Modules

10.31.17

general array syntax, working with arrays and loops, display_array, reverse_array modules

Formalizing Modules

10.26.17

added return types and parameter types to modules we've written

Passing and Returning

10.24.17

Examples of passing and returning to and from modules

Modules

10.19.17

how to put modules in flowcharts and pseduocode

Alt Structures and Modules

10.17.17

do/while, do/until, for loops, and starting with modularization

Nesting and Alt Control Structures

10.12.17

Nesting of if/else, switch/case, and until

More While Loops

10.10.17

more example of while loops and starting with stacking and nesting

If/Else and While

10.05.17

duel selection structures and beginning while loops

Structured Pseudocode

10.03.17

unstructured box drawing and the some selection examples

More Loops

09.21.17

show message counter controlled, and total any number of numbers sentinel controlled

Decisions and Loops

09.19.17

revised season example and add 10 numbers with a counter controlled loop

Flowchart Practice

09.14.17

bigger number, circle's area, and seasons examples

Box Drawing Flowchart

09.12.17

includes loop with decision

Pseudocode and Flowchart Basics

09.07.17

box drawing pseudocode and add three numbers flowchart (open at draw.io)

Pseudocode Examples

08.31.17

add three numbers and the start of rectangle drawing (incomplete)

Programming Language Samples

08.29.17

Hello, World! in C, Java, JavaScript, and Ruby