From Serebra Learning Corporation
C Programming - Part 1 
This course is the first in a four-part series that will give students the fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard
ANSI C library, to create basic applications. This series is not environment or vendor-specific. This course will give students a basic understanding of some of the fundamental constructs of C. In
more...
C Programming - Part 2 
This course is the second in a four-part series that will give students the fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard
ANSI C library, to create basic applications. This series is not environment or vendor-specific. In this course, students will learn about arrays, pointers, and user-defined data types.
more...
C Programming - Part 3 
This course is the third in a four-part series that will give students the fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard
ANSI C library, to create basic applications. This series is not environment or vendor-specific. This course begins to introduce some more advanced topics. Students will learn about some of the
more...
C Programming - Part 4 
This course is the last in a four-part series that will give students the fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard
ANSI C library, to create basic applications. This series is not environment or vendor-specific. This course will teach students the skills and knowledge necessary to perform some more advanced
more...
Linux Administration Part 2: Hardware and Programming 
The fourth course in the
Linux Essentials series examines some of the specific hardware and multimedia solutions that an administrator might implement. The learner will learn how to add and manage printers, serial devices and additional disk storage for a
Linux system. The course also examines how to set up sound, graphics, and video when configuring Linux clients. Finally, this course covers some
more...
C Programming Level I 
The student will be able to write, compile and execute a basic C program. Programmers new to the C programming language.
more...
C Programming Level II 
Students will be able to use arrays, structures, pointer and files within C programs. Programmers new to the C programming language.
more...
Fundamentals of C Programming 
This course introduces the C language and the concept of object-orientation to students. The students also learn about objects and classes and their relation to functions. Finally, the students learn how to create functions, pass arguments and return values. Programmers who have functional experience in programming using a structured language like C or
Pascal constitute the primary audience for
more...
Introduction to C Programming 
This course illustrates the basic elements of programming in the C Language. The course uses interactive programming exercises to teach the components of a C program and the syntax of basic C commands. The course begins with an overview of C and its history, comparing it with other programming languages. The structures and elements that every program must contain are introduced, then keywords and
more...
Basic C Programming 
...C programming constructs; functions, symbolic constants, macros, and arrays. It describes the principles and processes of writing user-defined functions, the difference between user functions and C library functions, function headers and definitions, passing data among functions, and recursive functions. It also provides an understanding of life span or scope of program variables, which are
more...
Intermediate C Programming 
...C programming: pointers and input/output. The majority of C Language programs use pointers. This course teaches the techniques for working with pointers and functions and performing input /output functions. It covers retrieving input from the keyboard, the getch( ) function, the fundamentals of performing multiple character input, and using scanf( ) to read character strings from the keyboard.
more...
Advanced C Programming 
This course introduces complex data elements and many important functions. The elements of a structure can be accessed separately or manipulated as a single variable. The course also describes other data elements, functions for the manipulation of characters, logical operators (
AND, OR,
XOR,
INV, and
SHIFT), and dynamic memory allocation. This course is not written to a version. This course is
more...
Final Exam ANSI C Programming 
Generally taken near the end of a program,
Final Exam:
ANSI C Programming enables the learner to test their knowledge in a testing environment. Individuals seeking practice in a testing environment, covering the skills and competencies being measured by the courseware.
more...
UNIX Programming Tools 
The
UNIX Programming Tools course is designed to introduce some of the development tools commonly available on the
UNIX operating system. These are powerful tools that can cut down on development time as well as simplify the tasks of maintaining a system. This course introduces the UNIX operating system, cc. It covers the main options available as well as the file naming conventions cc requires.
more...
UNIX Shell Programming 
The
UNIX Shell Programming course is designed to give students an idea of what can be accomplished with shell scripts and how to write them. This course teaches the features of the shell such as I/O redirection, filename shorthand, looping constructs, variables, and signal handling. The course introduces the concept of shell programming, how and when to create shell programs, and how to run shell
more...
OS 390 C Programming 
This course covers more of the concepts that are needed before designing or coding applications using
Virtual Storage Access Method (
VSAM). The course discusses how VSAM can add records to, and delete records from, a
KSDS, and how VSAM manages the space within the data component of the KSDS when performing additions or deletions. It also describes the organization and function of an alternate
more...
OS 390 C Programming 
This course provides an introduction to programming in the C Language under OS/390. First the course provides an understanding of the elements of the C language. The course introduces many important concepts concerning C object-oriented programming (
OOP). It describes the concept of a class with member variables and methods. The course continues with additional important OOP concepts which relate
more...
C Programming - Part 1 


This course is the first in a four-part series that will give students the fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard
ANSI C library, to create basic applications. This series is not environment or vendor-specific. This course will give students a basic understanding of some of the fundamental constructs of C. In
more...
C Programming - Part 2 


This course is the second in a four-part series that will give students the fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard
ANSI C library, to create basic applications. This series is not environment or vendor-specific. In this course, students will learn about arrays, pointers, and user-defined data types.
more...
C Programming - Part 3 


This course is the third in a four-part series that will give students the fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard
ANSI C library, to create basic applications. This series is not environment or vendor-specific. This course begins to introduce some more advanced topics. Students will learn about some of the
more...
C Programming - Part 4 


This course is the last in a four-part series that will give students the fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard
ANSI C library, to create basic applications. This series is not environment or vendor-specific. This course will teach students the skills and knowledge necessary to perform some more advanced
more...
From 123-CBT Computer Based Training
C Programming for the Microsoft NET Platform Part 5 

Course
Overview This is the final course in a five part series that covers operators, properties, and attributes. The learner will understand how to implement operators, delegates, and events, and how to use properties to enable field-like access and indexes to enable array-like access. The course also teaches how to create custom user-defined attributes. Learn To Identify
more...
C Programming for the Microsoft NET Platform Part 5 

Course
Overview This is the final course in a five part series that covers operators, properties, and attributes. The learner will understand how to implement operators, delegates, and events, and how to use properties to enable field-like access and indexes to enable array-like access. The course also teaches how to create custom user-defined attributes. Learn To Identify
more...
C Programming for the Microsoft NET Platform Part 4 

Course
Overview This is the fourth course in a five part series that covers inheritance and aggregation within the
Microsoft C# programming language. Users will learn how to use inheritance in C# to derive classes and to define virtual methods. This course will also teach how to make code accessible at the component or assembly level. Learn To Identify the syntax for extending a
more...
C Programming for the Microsoft NET Platform Part 4 

Course
Overview This is the fourth course in a five part series that covers inheritance and aggregation within the
Microsoft C# programming language. Users will learn how to use inheritance in C# to derive classes and to define virtual methods. This course will also teach how to make code accessible at the component or assembly level. Learn To Identify the syntax for extending a
more...
C Programming for the Microsoft NET Platform Part 3 

Course
Overview This is the third course in a five part series that introduces the essentials of object-oriented programming. You will learn the terminology and concepts required to create and use classes in C#. The course also teaches how to use reference-type variables and how to create and destroy objects in C#. Learn To Identify characteristics of a class. Identify
more...
C Programming for the Microsoft NET Platform Part 3 

Course
Overview This is the third course in a five part series that introduces the essentials of object-oriented programming. You will learn the terminology and concepts required to create and use classes in C#. The course also teaches how to use reference-type variables and how to create and destroy objects in C#. Learn To Identify characteristics of a class. Identify
more...
C Programming for the Microsoft NET Platform Part 2 

Course
Overview This is the second course in a five part series that teaches statements and exceptions, methods and parameters, and arrays within the
Microsoft C# programming language. The course introduces common statements and exception handling, as well as, how to use methods and parameters and how to create, initialize, and use arrays. Learn To Identify characteristics of
more...
C Programming for the Microsoft NET Platform Part 3 

Course
Overview This is the third course in a five part series that introduces the essentials of object-oriented programming. You will learn the terminology and concepts required to create and use classes in C#. The course also teaches how to use reference-type variables and how to create and destroy objects in C#. Learn To Identify characteristics of a class. Identify
more...
C Programming for the Microsoft NET Platform Part 1 

Course
Overview This is the first course in a five part series that provides an introduction to the
Microsoft .NET platform in which the learners use the C# programming language. This course teaches how to compile, run, and debug a C# application and how to use value-type variables in C#. Learn To Identify characteristics of the .NET platform. Identify characteristics of
more...
C Programming for the Microsoft NET Platform Part 1 

Course
Overview This is the first course in a five part series that provides an introduction to the
Microsoft .NET platform in which the learners use the C# programming language. This course teaches how to compile, run, and debug a C# application and how to use value-type variables in C#. Learn To Identify characteristics of the .NET platform. Identify characteristics of
more...
C Programming for the Microsoft NET Platform Curriculum 

The C# Programming for the
Microsoft .NET Platform
Curriculum includes the following courses: C# Programming for the Microsoft .NET Platform:
Part 1 C# Programming for the Microsoft .NET Platform: Part 2 C# Programming for the Microsoft .NET Platform: Part 3 C# Programming for the Microsoft .NET Platform: Part 4 C# Programming for the Microsoft .NET Platform: Part 5 To review individual
more...
C Programming for the Microsoft NET Platform Curriculum 

The C# Programming for the
Microsoft .NET Platform
Curriculum includes the following courses: C# Programming for the Microsoft .NET Platform:
Part 1 C# Programming for the Microsoft .NET Platform: Part 2 C# Programming for the Microsoft .NET Platform: Part 3 C# Programming for the Microsoft .NET Platform: Part 4 C# Programming for the Microsoft .NET Platform: Part 5 To review individual
more...
C Programming - Part 3 

...or this course. Participants should be fluent in the
ANSI C programming language, have a comprehensive understanding of the programming process, and have exposure to the fundamental concepts of object-orientation. Students should either have knowledge equivalent to or have taken the C Programming series (courses
13201-13204) prior to taking this course. In addition, students should have taken
more...
C Programming - Part 2 

...or this course. Participants should be fluent in the
ANSI C programming language, have a comprehensive understanding of the programming process, and have exposure to the fundamental concepts of object-orientation. Students should either have knowledge equivalent to or have taken the C Programming series (courses
13201-13204) prior to taking this course. In addition, students should have taken
more...
C Programming - Part 1 

...or this course. Participants should be fluent in the
ANSI C programming language, have a comprehensive understanding of the programming process, and have exposure to the fundamental concepts of object-orientation. Students should either have knowledge equivalent to or have taken the C Programming series (courses
13201-13204) prior to taking this course. T otal
Learning Time 6 - 8 Hour(s)
more...
C Programming Curriculum 

The C++ Programming
Curriculum includes the following courses: C++ Foundation for
Non-C Programmers -
Part 1 C++ Foundation for Non-C Programmers - Part 2 C++ Programming - Part 1 C++ Programming - Part 2 C++ Programming - Part 3 C++ Programming - Part 4 To review individual course descriptions, please return to the previous page and select the desired title(s).
more...
C Programming - Part 4 

Course
Overview This course is the last in a four-part series that will give students the fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard
ANSI C library, to create basic applications. This series is not environment or vendor-specific. This course will teach students the skills and knowledge necessary to perform some
more...
C Programming - Part 3 

Course
Overview This course is the third in a four-part series that will give students the fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard
ANSI C library, to create basic applications. This series is not environment or vendor-specific. This course begins to introduce some more advanced topics. Students will learn
more...
C Programming - Part 2 

Course
Overview This course is the second in a four-part series that will give students the fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard
ANSI C library, to create basic applications. This series is not environment or vendor-specific. In this course, students will learn about arrays, pointers, and user-defined
more...
C Programming - Part 1 

Course
Overview This course is the first in a four-part series that will give students the fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard
ANSI C library, to create basic applications. This series is not environment or vendor-specific. This course will give students a basic understanding of some of the fundamental
more...
C Programming Curriculum 

The C Programming
Curriculum includes the following courses: C Programming -
Part 1 C Programming - Part 2 C Programming - Part 3 C Programming - Part 4 To review individual course descriptions, please return to the previous page and select the desired title(s).
more...
C Programming - Part 4 

...or this course. Participants should be fluent in the
ANSI C programming language, have a comprehensive understanding of the programming process, and have exposure to the fundamental concepts of object-orientation. Students should either have knowledge equivalent to or have taken the C Programming series (courses
13201-13204) prior to taking this course. In addition, students should have taken
more...