From Serebra Learning Corporation
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...
Java 2 Programming Part 3: Core Language APIs, Threads, and Exceptions 
This is the third 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 goods, and other devices. Java software works on any device from mobile phones to supercomputers and is incorporated into all major
Web browsers. This course covers the function of packages in Java, including
more...
JavaScript Programming 
This course describes the features of
Java Script, such as arrays, forms, and events. The course also covers concepts related to object hierarchy in JavaScript, and string, math, and number object. This course is designed for application developers and authors who plan, design and implement web-based business solutions on intranets, extranets, and internets. The student should have prior
more...
Visual Basic 6 0 Using the Win32 API Part II 
...and brushes. In addition, it explains how to place a text string on a control or form using pixel coordinates. This course also describes the functions used for creating, writing and reading files. It explains how the
Windows registry is accessed and manipulated when files and programs are used. Finally, this course describes the
Windows Networking functions that are included in the
Win32 API.
more...
Programming in PERL 5 
This is the first course in the
CGI/
PERL curriculum. It introduces the users to fundamentals of PERL programming. The course describes the datatypes, operators, arrays, hashes, loops and functions in PERL. The users will be able to rectify errors and implement the
OOP features in PERL. Web programmers, who want to implement
HTML forms with
WEB databases, and process HTML form values.
more...
Intermediate COBOL 
This course continues from the
Basic COBOL course and extends the student's knowledge of
COBOL programming in both volume and depth. The course begins by thoroughly describing the seven major sections within the
DATA DIVISION and the purpose of each. The student learns many of the more subtle ways to define and store data. All the major clauses available in a data description item are discussed
more...
Visual Basic 6 Introduction Part I 
...ables and subroutines procedures and functions number and string manipulation and control-of-flow language. In addition students are exposed to the graphical design component of
Visual Basic and will gain hands-on experience designing effective user interfaces and working with a variety of popular user controls. The student will also be introduced to approved techniques for designing coding
more...
Java 2: java.lang Package 
This course is an overview of the java.lang package. It provides an understanding of the interfaces and exceptions thrown by the classes in the java.lang package. You will be able to determine the methods in the
Object class and write programs by using the
Class class and the
ClassLoader class. The course demonstrates how to manipulate strings by using methods of the
String class and perform
more...
Oracle9i SQL: Basic SELECT Statements 


This course covers relational database principles and
Oracle concepts; writing basic
SQL statements; restricting and sorting data; and using single-row functions. Additionally, this course provides an introduction to relational database concepts and the use of SQL for storing, retrieving, and manipulating data in a relational database.
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...
From 123-CBT Computer Based Training
C Programming for the Microsoft NET Platform Part 3 

...exception class. Identify characteristics of the
String class. Identify characteristics of string comparison. Identify characteristics of the object type. Identify characteristics of the reflection mechanism. Identify characteristics of the
System.IO namespace. Identify characteristics of the System.XML namespace. Identify
more...
CIW Perl Fundamentals Part 1 Basic Syntax 

...f a numeric
Boolean expression. Identify the result of a string Boolean expression. Identify how to match logical operators with their functions. Identify characteristics of an array. Identify how to initialize an array. Identify how to access array elements. Identify the syntax used to create a hash. Identify how to access a hash element. Identify how to delete a hash element.
more...
Java Concepts 

This course covers
Java platform concepts, the
Java Virtual Machine (
JVM), Java 2 Software
Development Kit (
J2SDK), and Java programs. It also covers the Java language elements, such as identifiers and keywords, used to create various constructs. In addition, the course covers the data types, variables, and constants used in Java.
Learn To:
Identify key features of the Java language.
more...
Java Concepts 

This course covers
Java platform concepts, the
Java Virtual Machine (
JVM), Java 2 Software
Development Kit (
J2SDK), and Java programs. It also covers the Java language elements, such as identifiers and keywords, used to create various constructs. In addition, the course covers the data types, variables, and constants used in Java.
Learn To:
Identify key features of the Java language.
more...
C Programming - Part 2 

...mensional and two-dimensional arrays. Identify standard string-handling functions. Identify the features of pointers. Identify the relationship between pointers and arrays, array of pointers, pointer to an array, and arrays and functions as function arguments. Identify user-defined data types including structure, union, enum, and typedef. Identify the uses of structures with
more...
C Programming - Part 4 

... Identify classes in the I/O library. Create file and string streams. C ontent
Emphasis Skills-Based A udience
Application developers, software engineers, systems engineers, and programming specialists are some of the people who would benefit from taking this course. Anyone who designs and implements system level programs or corporate client/server applications, and anyone
more...
Oracle SQL Specifics Retrieving and Formatting Data 

...RE clause.
Use the
WHERE clause to query for a character string or a date.
Match each type of operator to the correct label.
Identify which operators can be used to find rows that do not meet a condition.
Perform a query using a
SQL operator.
Use the
ORDER BY clause to sort query results.
Use a join to query data from multiple tables.
Use an outer join to return records without a direct
more...
Oracle SQL and SQL Plus Advanced SELECT Statements 

...uery.
Write a function to determine the position of a substring within a string.
Write a
SUBSTR function to extract a substring from within a string.
Write a function to substitute a substring in a string.
Write a function to pad a given character string.
Write the function to trim a given character string.
Unit 5:
Hierarchical Queries
Duration: 1 Hour(s)
Identify the features
more...
Excel 2000 Fundamentals 

...cell positions. Spell-check a worksheet. Replace a text string with another string. Select rows and columns in a worksheet. Select a specified range of cells in a worksheet. Copy a range of cells from a specified location to another. Move a cell range from a specified location to another. Modify the layout of a page prior to printing. Add marginal data to customize a worksheet before
more...
SQL and PL SQL Basic SELECT 

Course
Overview This course is the first in a three-part
Oracle SQL series that is based on the
ILT course
Introduction to
Oracle:
SQL and PL/SQL. This course introduces the learner to Oracle relational database concepts and the use of SQL for storing, retrieving, and manipulating data in a relational database. This course covers relational database principles and Oracle concepts; writing basic
more...
Java for Procedural Programmers Java Concepts 

...ir features. Identify features of strings. Identify characteristics of type conversion. Identify guidelines for using whitespace. Match types of comments with their features. Identify the syntax of an if statement. Identify the syntax of a switch
more...
Oracle SQL for End Users--Part 1 

...hat are selected from a table. Embed a literal character string in a
SELECT clause to customize the output displayed. Eliminate duplicate rows from the output of a query by inserting the
DISTINCT keyword. Identify the differences between the characteristics of
SQL*Plus and SQL. Log in to SQL*Plus in a
Windows environment. Display the structure of a table by using the
DESCRIBE command.
more...
Java Key Packages Collections 

...he java.lang package and its key classes, such as
Object,
String,
StringBuffer, wrapper classes, and the
Math class. It also covers the java.util package and its classes,
Date and
GregorianCalendar. In addition, the course provides information about the collections framework provided by the java.util package.
Learn To:
Identify features of the java.lang package.
Identify features of
more...
Java Key Packages Collections 

...he java.lang package and its key classes, such as
Object,
String,
StringBuffer, wrapper classes, and the
Math class. It also covers the java.util package and its classes,
Date and
GregorianCalendar. In addition, the course provides information about the collections framework provided by the java.util package.
Learn To:
Identify features of the java.lang package.
Identify features of
more...
Java for Procedural Programmers Java Concepts 

...ir features. Identify features of strings. Identify characteristics of type conversion. Identify guidelines for using whitespace. Match types of comments with their features. Identify the syntax of an if statement. Identify the syntax of a switch
more...
Lotus Domino R5 Development Part 4 Making Your Application Run 

...ase. Write a function in the
Script area that performs a string manipulation for a specific task. Identify the If statement that performs a logical operation for a specific task. Write a function in the Script area that performs a date-time operation for a specific task. Identify the arithmetic function statement that evaluates to a specific value. Identify the list function statement that
more...
XML Building XML-Based Web Applications Part 4 

...he element. Identify features of building an
HTML string dynamically. Identify syntax for performing calculations by using the
DOM. Unit 3:
Posting XML Data 2 hours Sequence the steps to relay information between a client and a
Web server by using
XML. Sequence the steps involved in building an XML data packet on a client and posting it to the server.
more...
CIW Dynamic Server Pages Part 1 

...urse will cover an introduction to
PHP, PHP fundamentals, string manipulation and file input/output, and PHP and databases. Learn To Identify PHP. Identify the basic and advanced programming concepts of PHP. Identify string manipulations and file input/output operations. Identify relational databases and
SQL Application development by using PHP and
MySQL.
more...