Online Ansi eLearning - Training Resources
Ansi Training Provider? - Tell us about your Training!
From 123-CBT Computer Based Training
ANSI C Programming Introducing C
To familiarize students with the capabilities of the ANSI C language and to enable them to write useful C programs
more...
ANSI C Programming Introducing C
ANSI C Programming Data Representation
To describe how ANSI C programs use memory to store data and how to write portable C programs
more...
ANSI C Programming Functions
To introduce functions in ANSI C and describe how to write and use them in programs
more...
ANSI C Programming Expressions
To describe the syntax rules governing expressions and statements in ANSI C and how to to use expressions and statements
more...
ANSI C Programming Text Processing
To describe how to write ANSI C programs for text, string, and array processing
more...
ANSI C Programming Processing Records
To describe how to write ANSI C programs for processing aggregate data objects individually, in arrays, and in lists
more...
ANSI C Programming Pointers
To describe how to write advanced, efficient ANSI C programs using pointers
more...
ANSI C Programming The Standard Library and Preprocessor
To describe programming file and other I/O operations in ANSI C and how to implement facilities from the standard library
more...
C Programming - Part 3

... a four-part series on C++ Programming, which is based on ANSI C++. This course will give students the skills and knowledge needed to better manage their C++ objects and classes. Students will learn how to handle references and dynamic memory allocation, as well as take advantage of polymorphism, overloading, and templates. L earn To: Identify the features of types of polymorphism.
more...
C Programming - Part 2

... a four-part series on C++ Programming, which is based on ANSI C++. The focus of this course will be on the object-oriented (OO) capabilities of C++. Students will gain the skills and knowledge needed to effectively create and manage classes, work with functions and operators, and take advantage of inheritance. L earn To: Override the assignment operate. Initialize objects.
more...
C Programming - Part 1

... a four-part series on C++ Programming, which is based on ANSI C++. This course will focus on teaching users some of the fundamental differences between C and C++. It will also introduce the object-oriented (OO) features of C++ and teach users how to use these features to create a simple class. L earn To: Identify the features supported by the C++ programming language. Identify the
more...
C Programming - Part 4

...ically 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 tasks with the C language. Students will learn some important read/write and memory management skills as well as how to implement some advanced
more...
C Programming - Part 3

...ically 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 advanced uses for pointers, explore the collection of special bitwise operators, learn about Input/Output (I/O) with ANSI C, and learn how
more...
C Programming - Part 2

...ically 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. L earn To: Define, initialize, and manipulate one-dimensional and two-dimensional arrays. Identify standard string-handling functions.
more...
C Programming - Part 1

...ically 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 addition to learning about the history of C, participants will learn basic syntax, data types, flow control, and be introduced to functions.
more...
C Programming - Part 4

... a four-part series on C++ Programming, which is based on ANSI C++. This course is designed to give learners some of the practical skills needed to be able to write and compile user-ready C++ applications. Learners will acquire skills needed to perform runtime exception handling, incorporate standard libraries, and create well-designed class hierarchies. L earn To: Implement the C++
more...
C Foundation for Non-C Programmers - Part 1

... fundamentals of C++ programming. This series is based on ANSI C++ and is not environment or vendor-specific. This course will teach students the basic skills and knowledge necessary to be able to write, compile, and run basic C++ applications. Students will learn the language fundamentals, such as syntax, data types, and operators. In addition, they will learn how to create expressions and
more...
C Foundation for Non-C Programmers - Part 2

... fundamentals of C++ programming. This series is based on ANSI C++ and is not environment or vendor-specific. This course introduces the skills needed to be able to begin to use C++'s Object-Oriented (OO) features. Students will hearn how to create, use, and extend classes, as well as how to populate those classes with members and functions. They will also learn how to instantiate objects,
more...
From Compliance Solutions
24-Hour HAZWOPER Online
24-Hour HAZWOPER
Occasional Site Worker Online:
This is an online course that can
be completed when it is convenient for YOU to train! OSHA requires 24 hours of
safety training under OSHA 29 CFR1910.120(e) for individuals who work on a
controlled or hazardous site The
24-Hour Course is for workers either are NOT required to deal directly with
cleanup (this would generally be
more...
Spanish 24-Hour HAZWOPER Training-Online
24-Hour HAZWOPER
Occasional Site Worker Online-Spanish:
The Spanish Version of the 24-hour
HAZWOPER course can
be completed when it is convenient for YOU to train! OSHA requires 24 hours of
safety training under OSHA 29 CFR1910.120(e) for individuals who work on a
controlled or hazardous site The
24-Hour Course is for workers either are NOT required to deal directly with
cleanup
more...
From Serebra Learning Corporation
ANSI C Programming Introducing C
To familiarize students with the capabilities of the ANSI C language and to enable them to write useful C programs Programmers and software developers new to ANSI C
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
This course covers the powerful 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
more...
Intermediate C Programming
This course addresses two major areas of 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
more...
ANSI C Programming Data Representation
To describe how ANSI C programs use memory to store data and how to write portable C programs Programmers and software developers new to ANSI C
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...
ANSI C Programming Functions
To introduce functions in ANSI C and describe how to write and use them in programs Programmers and software developers new to ANSI C
more...
ANSI C Programming Expressions
To describe the syntax rules governing expressions and statements in ANSI C and how to to use expressions and statements Programmers and software developers new to ANSI C
more...
ANSI C Programming Flow Control
To describe advanced flow-control statements Programmers and software developers new to ANSI C
more...
ANSI C Programming Text Processing
To describe how to write ANSI C programs for text, string, and array processing Programmers and software developers new to ANSI C
more...
ANSI C Programming Processing Records
To describe how to write ANSI C programs for processing aggregate data objects individually, in arrays, and in lists Programmers and software developers new to ANSI C
more...
ANSI C Programming Pointers
To describe how to write advanced, efficient ANSI C programs using pointers Programmers and software developers new to ANSI C
more...
ANSI C Programming The Standard Library and Preprocessor
To describe programming file and other I/O operations in ANSI C and how to implement facilities from the standard library Programmers and software developers new to ANSI C
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...
OS 390 TSO E REXX Programming
...r combining them. Students will be able to define SAA and ANSI standards, as well as identify platforms that REXX supports.The assignment of variables and their use in REXX arithmetic and logical expressions are also discussed. The significance of variables, the REXX procedures for assigning, modifying, undefining, and displaying variables are covered. The var This course is designed
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
...ically 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 tasks with the C language. Students will learn some important read/write and memory management skills as well as how to implement some advanced
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...
COBOL Calculation Applications
This course will present task-based, real-world scenarios covering the design, coding, and implementation of one type of COBOL application that is commonly required by businesses with large files. A subset of the contents of a sequential master file are retrieved. Calculations are performed on the data and a print file is generated. This course is based on ANSI X3.23-1974 and ANSI X3.23-1985 COBOL
more...
COBOL Basic File Processing
TA COBOL product recall application will be created that accepts input from a sequential sales file and an index customer file, then generates a sorted customer contact file. This course is based on ANSI X3.23-1974 and ANSI X3.23-1985 COBOL standards. This course is designed for individuals with some prior programming experience who require an introduction to, or to be reacquainted with, the
more...
COBOL Complex File Processing
This course will present task-based, real-world scenarios covering the design, coding, and implementation of one type of COBOL application that is commonly required by businesses with large files. The first application accepts input from two files, the Customer Contact file and the Warranty file. The data is checked for the latest contact information and a master contact log file is generated. The
more...
COBOL Interactive Applications
This course will present task-based, real-world scenarios covering the design, coding, and implementation of one type of COBOL application that is commonly required by businesses with large files. An application will be created that allows a user to update a relative master recalled parts file by manually inputting the data, and automatically generate a transaction log of the updated records. This
more...
COBOL Report Generation
This course will present task-based, real-world scenarios covering the design, coding, and implementation of one type of COBOL application that is commonly required by businesses with large files. This interactive application will write a recall customer notification report and a recall status report. This course is based on ANSI X3.23-1974 and ANSI X3.23-1985 COBOL standards. This course is
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


...ically 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 tasks with the C language. Students will learn some important read/write and memory management skills as well as how to implement some advanced
more...
C++ Programming - Part 1


This course is the first in a four-part series on C++ Programming, which is based on ANSI C++. This course will focus on teaching users some of the fundamental differences between C and C++. It will also introduce the object-oriented (OO) features of C++ and teach users how to use these features to create a simple class.
more...
C++ Programming - Part 2


This course is the second in a four-part series on C++ Programming, which is based on ANSI C++. The focus of this course will be on the object-oriented (OO) capabilities of C++. Students will gain the skills and knowledge needed to effectively create and manage classes, work with functions and operators, and take advantage of inheritance.
more...
C++ Programming - Part 3


This course is the third in a four-part series on C++ Programming, which is based on ANSI C++. This course will give students the skills and knowledge needed to better manage their C++ objects and classes. Students will learn how to handle references and dynamic memory allocation, as well as take advantage of polymorphism, overloading, and templates.
more...
C++ Programming - Part 4


This is the last course in a four-part series on C++ Programming, which is based on ANSI C++. This course is designed to give learners some of the practical skills needed to be able to write and compile user-ready C++ applications. Learners will acquire skills needed to perform runtime exception handling, incorporate standard libraries, and create well-designed class hierarchies.
more...
C++ Foundation for Non-C Programmers - Part 1


This is the first part of a two-part series which is designed to teach non-C programmers the fundamentals of C++ programming. This series is based on ANSI C++ and is not environment or vendor-specific. This course will teach students the basic skills and knowledge necessary to be able to write, compile, and run basic C++ applications. Students will learn the language fundamentals, such as syntax,
more...
C++ Foundation for Non-C Programmers - Part 2


This is the second part of a two-part series which is designed to teach non-C programmers the fundamentals of C++ programming. This series is based on ANSI C++ and is not environment or vendor-specific. This course introduces the skills needed to be able to begin to use C++'s Object-Oriented (OO) features. Students will learn how to create, use, and extend classes, as well as how to populate those
more...
C++ Programming - Part 1
This course is the first in a four-part series on C++ Programming which is based on ANSI C++. This course will focus on teaching users some of the fundamental differences between C and C++. It will also introduce the object-oriented (OO) features of C++ and teach users how to use these features to create a simple class.
more...
C++ Programming - Part 2
This course is the second in a four-part series on C++ Programming which is based on ANSI C++. The focus of this course will be on the object-oriented (OO) capabilities of C++. Students will gain the skills and knowledge needed to effectively create and manage classes work with functions and operators and take advantage of inheritance.
more...
C++ Programming - Part 3
This course is the third in a four-part series on C++ Programming which is based on ANSI C++. This course will give students the skills and knowledge needed to better manage their C++ objects and classes. Students will learn how to handle references and dynamic memory allocation as well as take advantage of polymorphism overloading and templates.
more...
C++ Programming - Part 4
This is the last course in a four-part series on C++ Programming which is based on ANSI C++. This course is designed to give learners some of the practical skills needed to be able to write and compile user-ready C++ applications. Learners will acquire skills needed to perform runtime exception handling incorporate standard libraries and create well-designed class hierarchies.
more...
C++ Foundation for Non-C Programmers - Part 1
This is the first part of a two-part series which is designed to teach non-C programmers the fundamentals of C++ programming. This series is based on ANSI C++ and is not environment or vendor-specific. This course will teach students the basic skills and knowledge necessary to be able to write compile and run basic C++ applications. Students will learn the language fundamentals such as syntax
more...
C++ Foundation for Non-C Programmers - Part 2
This is the second part of a two-part series which is designed to teach non-C programmers the fundamentals of C++ programming. This series is based on ANSI C++ and is not environment or vendor-specific. This course introduces the skills needed to be able to begin to use C++'s Object-Oriented (OO) features. Students will learn how to create use and extend classes as well as how to populate those
more...
From LearningMeasure.com
Introduction to Laboratory Standards
This is a course in our Calibration Laboratory Practice series on the various documentary standards that exist for the calibration lab. In fact this course is a prerequisite for all courses in this section of the course catalog.
more...
Calibration Procedures
Calibration procedures are the foundation of having a quality calibration or metrology lab. This course is an introduction to the requirements and practice of the development of calibration procedures. This course is based on the relevant standards such as ISO 17025 and NCSL RP-3. This course is intended for those developing calibration procedures, and their management to improve the quality lab
more...
From Software Training Academy, Inc
Oracle 10g - Advanced SQL

...nt inner and outer joins, including the use of the Oracle ANSI-compatible join syntax
Use Oracle10g partition outer join to "densify" data (i.e. fill in the gaps)
Code complex subqueries including correlated subqueries, inline views, subqueries in the column-list, Oracle subquery factoring (the "WITH" clause) and NOT EXISTS queries
Code partition independent and partition-aware
more...
From Professional Server Certification Corp.
Food Safety Certification for Managers
...he FDA Food Code and prepares food mangers for any of the ANSI/CFP approved exams. We perform this training via interactive computer courses, using our proprietary training system. Our training is not comprised of textbooks and videos; but rather it is a learning system. Such interactive learning allows students to move through the course at their own pace, using a system that is easy to
more...
From Automated Learning Corporation
ESD Control Program Management - On-Line Training
Web-training with certification test for managers, supervisors, and ESD coordinators. Importance of an ESD program Responsibilities of managers, supervisors and ESD coordinator to ensure appropriate ESD practices Elements in an ESD control program Grounding, environmental controls, ESD practices Verifying compliance to Program Plan The audit process Records of compliance. Steps to maintain ESD
more...
ESD: See It! Believe It! Control It! - On-Line Training
Web-training with certification test for engineers and technicians who work with static sensitive devices. Static electricity How static is produced How uncontrolled ESD can damage components and equipment Human Body Model (HBM) of ESD damage Controlling ESD caused by the HBM Charged Device Model (CDM) of ESD damage Controlling ESD caused by the CDM Safe & unsafe handling practice. LearnTech
more...
ESD: An Introduction - On-Line Training
Web-training with certification test for those who work with static sensitive devices. How ESD is generated from common actions Two types of damage caused by ESD Problems and cost implications Conditions likely to cause uncontrolled ESD Behavior of insulative, conductive, and dissipative materials Causes & effects of polarization and induction Function of ionization, humidity and grounding in ESD
more...
ESD Control for Operators - On-Line Training
Web-training with certification test for those who work with static sensitive devices. ?Conditions likely to cause uncontrolled ESD ?ESD protective packaging ?Ionization and antistats for static control ?Impact of environmental factors on static charge ?Function of ESD protective items in a protected area ?ESD protective workstations ?Smocks, wrist straps, and footwear ?Personal protection around
more...
From Teach Me IT
Managing SQL Server 7.0

... will be able to:
Configure SQL Mail
Configure default ANSI settings
Enable Full-Text Search for specific columns and tables
Create indexes to support Full-Text Search
Identify the parts of a database
Create a database
Load data using INSERT and SELECT INTO statements
Load data using SQL services
Describe the process of automated administration
Define jobs, operators, and alerts
more...
