ITI 454 - Programming Fundamentals
Registration Option: Open Enrollment
Total Course Hours: 18
Materials: You must purchase Textbook(s)/ materials and bring them to the first class
Description
This course provides knowledge to begin programming in any language. The course covers creating small programs to explore conditions, loops, variables, and expressions, as well as working with different kinds of data, how to debug, and using different approaches to building programs in Scratch and Python. Topics include understanding compiled and interpreted languages, requesting input, working with numbers, characters, strings, and operators, writing conditional statements and loops, and debugging.
Prerequisites
Mastering Windows Fundamentals (ITI499) or equivalent experience.
Objectives
- Write simple programs using decision and iteration constructs.
- Debug programs