Online Ansi X3 2 eLearning

Ansi X3 2 Training Provider? - Tell us about your Training!
Ansi X3 2 Training Seminars and Classes
From 123-CBT Computer Based Training
ANSI C PROGRAMMING on-line e-learning cbt (computer based)cd rom ANSI C PROGRAMMING  more...
ANSI C Programming Introducing C on-line e-learning cbt (computer based)cd rom 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 Data Representation on-line e-learning cbt (computer based)cd rom 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 on-line e-learning cbt (computer based)cd rom 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 on-line e-learning cbt (computer based)cd rom 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 Flow Control on-line e-learning cbt (computer based)cd rom ANSI C Programming: Flow Control To describe advanced flow-control statements  more...
ANSI C Programming Text Processing on-line e-learning cbt (computer based)cd rom 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 on-line e-learning cbt (computer based)cd rom 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 on-line e-learning cbt (computer based)cd rom 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 on-line e-learning cbt (computer based)cd rom 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 1 on-line e-learning cbt (computer based)cd rom 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 - Part 2 on-line e-learning cbt (computer based)cd rom 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 3 on-line e-learning cbt (computer based)cd rom 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 4 on-line e-learning cbt (computer based)cd rom 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 1 on-line e-learning cbt (computer based)cd rom Course Overview 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. L earn To: Identify the features supported by  more...
C Programming - Part 2 on-line e-learning cbt (computer based)cd rom Course Overview 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. L earn To: Override the  more...
C Programming - Part 3 on-line e-learning cbt (computer based)cd rom Course Overview 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. L earn To:  more...
C Programming - Part 4 on-line e-learning cbt (computer based)cd rom Course Overview 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  more...
C Foundation for Non-C Programmers - Part 1 on-line e-learning cbt (computer based)cd rom Course Overview 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  more...
C Foundation for Non-C Programmers - Part 2 on-line e-learning cbt (computer based)cd rom Course Overview 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 hearn how to create, use, and extend classes, as well as  more...
From Serebra Learning Corporation
ANSI C Programming Introducing C on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) To describe advanced flow-control statements Programmers and software developers new to ANSI C  more...
ANSI C Programming Text Processing on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) This course discusses the background, structure, distinguishing characteristics, and major uses of the REXX language. A survey of the range of REXX strengths, features, versions, platforms and applications are presented. It also examines the structural units of REXX, beginning with individual characters and progressing to complete programs, with a discussion of REXX program execution in different  more...
C Programming - Part 1 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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...
C Programming Level I on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd 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 on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd 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 on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd 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 on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd 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...
C++ Programming - Part 1 on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd 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 on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd 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 on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd 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 on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd 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 on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd 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 on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 Construction Mastery Institute
ANSI Material Safety Data Sheet on-line e-learning cbt (computer based) The a ANSI Material Safety Data Sheet" eCourse was specifically created to educate employees about the ANSI MSDS format. Using a powerful combination of audio, full-motion video, text and colorful graphics, this eCourse provides the most cost-effective safety and regulatory compliance training available today. The eCourse is divided into a number of logical sections so information is easily  more...
From Professional Server Certification Corp.
Food Safety Certification for Managers Food Manager Certification is quickly becoming the preferred way for the person in charge to demonstrate knowledge of the food code, and most importantly, foodborne illness. This comprehensive course covers all aspects of the 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  more...
From Automated Learning Corporation
ESD An Introduction - On-Line Training on-line e-learning cbt (computer based) 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 Program Management - On-Line Training on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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 Control for Operators - On-Line Training on-line e-learning cbt (computer based) 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 PDHengineer. com-Decatur Professional Development, LLC
Introduction to ISO 9000 Series on-line e-learning cbt (computer based) Overview Standards documents are an increasingly essential part of industrial operations and customer safety and satisfaction. For those involved in the supply of goods and services, in assuring the quality and safety of activities and operations, and in providing direction for future planning it is important that they be aware of standards provisions, use these provisions in their activities,  more...
tcw11--05/29/12-02:15:54-(6062)[B]-[B]-[A]