Skip to Main Content

CIS170

Download as PDF

C Programming

Computer Information SystemsBusiness, Entrepreneurshp, PD

Core Course Topics

  1. Organization of a Program

  2. I/O Operations, Selection and Repetition

  3. Data Types

  4. Variable Declaration, Scope, and Storage Classes

  5. Expressions and Assignments

  6. User-Defined Functions and Library Functions

  7. Arrays

  8. Pointers and Addresses

  9. Strings

  10. Structures

  11. Data Files

  12. Data Validation

Upon successful completion of this course, students will be able to:

Design, write, compile and execute a C program

Identify the primitive data types in C.

Create a program to perform input/output (IO) operations.

Utilize selection statements.

Utilize loop statements.

Create, use and manipulate arrays.

Utilize user-defined and library functions.

Create, use and manipulate strings.

Evaluate and recognize when to use pointers.

Demonstrate the use of pointers.

Effectively apply variable scope in a program.

Demonstrate file input/output.

Create and use structures.

Use test data for program testing and input validation.