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...
Java 2 Programming Part 1: The Java Language 
This is the first course in a five-part series on
Java 2 Programming. The Java platform is based on the idea that the same software should run on many different kinds of computers, consumer products, and other devices. Java software works on any device from mobile phones to supercomputers and is incorporated into all major
Web browsers. This first course in the series is designed to give students
more...
General Coding Best Practices 
To outline the best practices for writing high quality methods, expressions, variables, arrays, loops, and if statements, and to describe recommended practices for writing readable code
Professional application developers or programmers, with at least 2 years experience, who want to learn the latest recommended techniques for developing high quality software
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 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 REXX Programming Fundamentals 
...am flow, the order in which program instructions execute. Flow control is examined by using keywords to vary the order of execution. Students will examine the ways data can be shared between a calling host environment program and the
REXX program which is called, or between a REXX program and a subroutine or function. REXX instructions that support terminal
Input/
Output (I/O) operations are
more...
OS 390 REXX Program Development 
...am flow, the order in which program instructions execute. Flow control is examined by using keywords to vary the order of execution. Students will examine the ways data can be shared between a calling host environment program and the
REXX program which is called, or between a REXX program and a subroutine or function. REXX instructions that support terminal
Input/
Output (I/O) operations are
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++ 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 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...
Fundamentals of C 
This is the first course in the series of four courses. This course provides students with basic skills and knowledge to understand the evolution of the language. It also provides the basic lexical and syntactical elements, data representation, and flow control implementation.
more...
Java Nuts and Bolts 
This course is the second in a series of five which prepares students for the
Sun Certified Java Programmers certification exam. This course introduces students to the fundamentals of the
Java programming language. Students will understand how to create use and modify variables and literals of various types. Students will also learn how to control program execution using Java's flow control
more...
From 123-CBT Computer Based Training
Java Operations Flow Control 

...course covers the concepts related to
Java operations and flow control. It covers data type conversion and data type casting for primitive data types. Further, it covers associativity and precedence rules for operators. In addition, it covers various operators that include arithmetic operators, assignment operators, unary operators, relational operators, logical operators, bitwise operators,
more...
Java Operations Flow Control 

...course covers the concepts related to
Java operations and flow control. It covers data type conversion and data type casting for primitive data types. Further, it covers associativity and precedence rules for operators. In addition, it covers various operators that include arithmetic operators, assignment operators, unary operators, relational operators, logical operators, bitwise operators,
more...
C Programming - Part 1 

...y of C, participants will learn basic syntax, data types, flow control, and be introduced to functions. L earn To:
Sequence the stages in the evolution of C. Identify data representation. Identify the different operators in C. Identify the different types of conditional statements. Identify the different types of iterative flow control statements. Identify user-defined
more...
C Foundation for Non-C Programmers - Part 1 

...ill learn how to create expressions and statements, apply flow control, and create and call functions. L earn To:
Identify the basic program structure in C++. Identify the different compilers. Identify the process of creating an executable program. Identify basic and complex data types used in C++. Identify the operators and the expressions in which they are used in C++.
more...