Online Courses
Currently there are 1760 courses in the course catalog you can take online or at home
C Programming Introduction
Course Code: PRO2099
School: ProTrain Online
Description
Students will receive a thorough introduction to the basic syntax and structure of the C programming language. Students will create functions. Students will build applications made up of several files. This course is a good introduction for those that have never programmed before. Students will need a C compiler. There are compilers that are available for free.
Objectives
- Students will install a C compiler and write their first C program.
- Students will write a C program to declare variables and output data.
- Students will write C code to work with arrays and to get numeric input from the user.
- Students will write C code to perform loops and conditional operations.
- Students will identify parts of the process of writing and debugging their C programs.
- Students will write C code for switch statements and for loops.v Students will write C code that declares and uses functions.
- Students will write C code that uses preprocessor statements.
- Students will write C code that performs bit operations.
- Students will review what they have learned in this course and write a final program that uses what they have learned.
Outcomes
Students will create C applications that define variables and arrays and that use if statements, switch/case statements, for loops and while loops.
Assessment