CS 133C Programming in C

Introduces problem analysis and programming to solve computation problems. Introduces the C language for those with previous programming experience.

Credits

4

Prerequisite

Prerequisite: CS161 Intro to Computer Science I Java with a grade of C or better or equivalent experience as determined by a Computer Systems Department instructor; MTH 095 Intermediate Algebra with a grade of C or better

Offered

Offered Winter only

Notes

Lower Division Transfer (LDT) Course

General Education Requirements

AAOT Science/Math/Computer Science Non Lab

Outcomes

Upon successful completion of this course, students will be able to:
Demonstrate the use of good program development techniques and documentation in the C programming language. Demonstrate an understanding of data types and their representation in the C programming language. Write and debug C code that includes control statements, while loops and for loops. Write and document C code that includes the use of one-dimensional arrays. Write, debug and document C code that makes use of pointers and linked lists.