CS1400
Download as PDF
CS1400 - Intro Comp Programming (4 cr)
ComputingEN - J & M Price College of Eng.
Employ data collections and their algorithms to solve problems, especially canonical loop patterns to process arrays and lists
Exploit procedural abstraction (non-recursive and recursive methods) to decompose a program into manageable pieces
Incorporate an understanding of creating and using object types, as well as their scope and life cycle, into solutions
Leverage the features of an Integrated Development Environment to design, implement, test, debug, and document a complete computer program, given only a problem statement
Use variables, assignment, selection, and repetition to form solutions to simple problems
Utilize binary representations, memory models (references, heap, stack), and persistent storage (files) in solving problems