Description
Introduction to computer programming. Intended for non-science majors. Explores the basics of computer programming using the BASIC language. Topics include console I/O, variables, expressions, decisions, arrays, repetition, console graphics, file I/O and functions. Prerequisites: word processing competency.
Grading Basis
Graded
Course Learning Outcomes
Core Topics
- Data types and expressions
- Variables
- Console I/O
- Decisions (If and select case statements)
- Repetition ( while and for statements)
- Basic computer graphics
- Arrays
- Sequential File I/O
- Functions and subroutines