Online Arrays eLearning - Training Resources
Arrays Training Provider? - Tell us about your Training!
From Online Training Directory
Java 2 - Language & Semantics
...rators and expressions as well as, control statements and arrays.
In this unit, you will learn about the Java syntax and lexical issues.
It covers identifying the range and declaring the constants, literals, and variables of the three main categories of primitive data types.
You will learn to identify Java keywords and identifiers. This unit also explains how to write the decimal, octal,
more...
From 123-CBT Computer Based Training
Java Programming with Java SE 6 0 Java Utilities
... strings and string buffers for a given scenario.
The Arrays class and its methods
- use the copyOf and copyOfRange methods of the Arrays class to copy arrays in a given scenario.
Java system operations
- specify the code required to modify system resources for a given scenario.
Interacting with the system
- specify the code required to launch system properties, load
more...
Java Programming with Java SE 6 0 Java Utilities
VBScript - Elements Arrays Procedures and Program Flow
To explain the capabilities of the VBScript programming language and the use of arrays, procedures, loops, and conditional statements in a VBScript program
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
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...
C Programming for the Microsoft NET Platform Part 2

...es 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 statements. Identify the syntax used to create an if statement.
more...
CIW Perl Fundamentals Part 1 Basic Syntax

...come familiar with an Introduction to Perl, Flow Control, Arrays, and Associative Arrays. Learn To Identify characteristics of the Perl programming language. Identify characteristics of the Perl interpreter. Identify how to output data by using the print function. Identify the result of a numeric Boolean expression. Identify the result of a string Boolean expression. Identify how to
more...
Intro to Object-Oriented Programming with Java

...ava. It explains the concept and use of classes, objects, arrays, class members, and scope of variables. It also describes how to invoke methods. In addition, the course covers advanced OOP concepts like encapsulation, inheritance, polymorphism, and method overloading, overriding, and hiding.
Learn To:
Identify advantages of using Object-Oriented Programming (OOP).
Identify features
more...
Intro to Object-Oriented Programming with Java

...ava. It explains the concept and use of classes, objects, arrays, class members, and scope of variables. It also describes how to invoke methods. In addition, the course covers advanced OOP concepts like encapsulation, inheritance, polymorphism, and method overloading, overriding, and hiding.
Learn To:
Identify advantages of using Object-Oriented Programming (OOP).
Identify features
more...
CompTIA Server 2005 Curriculum

... 2005: Server Fundamentals
CompTIA Server+ 2005: Storage Arrays & Installation Planning
CompTIA Server+ 2005: Hardware & Operating System Installation
CompTIA Server+ 2005: Upgrading Processors & Storage Devices
CompTIA Server+ 2005: Monitoring Server Performance
CompTIA Server+ 2005: Server Maintenance & Security
CompTIA Server+ 2005: Troubleshooting & Disaster Recovery
To review
more...
Windows NT 4 0 Core Technologies Support - Part 2

...AID Levels Duration: 2 Hour(s) Match the Redundant Arrays of Inexpensive Disks (RAID) levels with their features. Given a situation, select the best suited fault tolerance method. Create a mirror set using the Disk Administrator. Create a stripe set with parity using the Disk Administrator. Implement the appropriate data recovery method on a Windows NT fault tolerant system.
more...
C Programming - Part 2

...endor-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. Identify the features of pointers. Identify the relationship between pointers and arrays, array of pointers, pointer to an array, and arrays
more...
Macromedia Flash MX 2004 Fundamentals of ActionScript

...ypes.
Identify the key aspects involved in working with arrays.
Identify the types of operators.
Identify the steps for inserting text into text fields.
Unit 3: Working with Functions and Statements
Identify the tasks involved in creating a function.
Identify the different types of conditional statements.
Identify the types of loops.
Unit 4: Working with Movie Clips
more...
CompTIA Server 2005 Storage Arrays Install Planning

This course covers general knowledge about technologies such as Fiber Channel and RAID. The course also covers pre-installation activities for installing a server or network. This course is divided into three units: Fiber Channel Fundamentals, RAID, and Installation Planning. The Fiber Channel Fundamentals unit introduces learners to the Fiber Channel technology and covers Fiber Channel hardware
more...
CIW Dynamic Server Pages Part 1

...ify the output of a specified piece of code that uses PHP arrays. Select the line of code that uses PHP array functions to perform a specified task. Identify the piece of code that can be used to define a function that performs a specified task. Complete the code that is used to process form data in a specified situation. Complete the code that can be used to
more...
CompTIA Linux 2004 Hardware Documentation

This series covers basic installation, operation, and troubleshooting operating systems on workstations and servers. The learner will be able to explain fundamental open source resources/licenses, demonstrate knowledge of user administration, understand file permissions/software configurations and manage local storage devices and network protocols. When all five courses are taken in the Linux+
more...
From Serebra Learning Corporation
VBScript - Elements Arrays Procedures and Program Flow
To explain the capabilities of the VBScript programming language and the use of arrays, procedures, loops, and conditional statements in a VBScript program System administrators; web developers; application developers
more...
Working with Complex Data in ColdFusion MX
To describe how to work with queries, arrays, and structures in ColdFusion MX Existing ColdFusion 5 users wishing to gain experience in advanced ColdFusion MX development; web and enterprise application developers who have had an introduction to ColdFusion development and wish to learn advanced development techniques
more...
Visual Basic 6 Introduction Part II
...and functions in program code. Data types, constants, and arrays are also covered, as well as how to create standard modules. The second unit demonstrates how to use conditional structures and looping structures to control how a program responds to different conditions. In the last unit, you will be introduced to various controls and functions that can be used to increase the functionality and
more...
Visual Basic 6 0 Advanced
This course covers techniques that Visual Basic programmers can use to enhance the interface, functionality and performance of their applications. Students will learn to create menus and toolbars. The course also introduces the student to ActiveX programming and the Common Dialog control. The course also shows students how to create and load documents using the File Access features of Visual
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...
Inside C
To compare and contrast the features of the C# programming language with those of C Application developers with experience in object-oriented programming, especially in C , who wish to start working with C#
more...
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...
Basic C Programming
...ng 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 crucial to the
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...
C Programming Structured Programming
To provide the student with structured programming concepts used in C Students with knowledge of structured programming techniques
more...
C Programming Manipulating Objects
To provide the student with the skills required to use dynamic memory allocation in C Students with knowledge of structured programming techniques
more...
Monitoring Reporting and ISA Server Enterprise Edition
To describe the use of ISA Server in an enterprise and develop a strategy for monitoring ISA Server activity IT Professionals including web administrators, network administrators, and security administrators but not network architects
more...
Web Technologies
This WestNet e-Learning module explores the Web technologies, such as JavaScript and databases, used to enhance basic Web page functionality.
more...
Electrical Electronics Applied Digital Electronics
The units in this course will cover RS flip-flops, Clocked flip-flops, data counters, shift registers, adders, subtractors, multipliers, Random Access Memory (RAM), Read Only Memory (ROM), analog to digital conversion devices, logic arrays, and microprocessors. Individuals working with machinery, maintaining in machinery, or involved in maintenance.
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...
COBOL Curriculum


...ing this Course, the student will be able to: - Construct Arrays - Sort files - Use embedded and external sub-programs - Use the Report Writer Course Content Module 1 ARRAYS The construction of single & multi-dimensional arrays Searching Sorting Using Arrays for Translation Module 2 FILE SORTING The SORT Instruction Input and Output procedures Module 3 SUB-PROGRAMMING The use of embedded and
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...
Advanced JavaScript
This course describes advanced document properties. The course also covers the concepts related to cookies, plug-ins, and LiveWire. It also teaches how to implement security by performing data tainting. 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...
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...
Programming Logic and Techniques
This course is meant for end users. It aims to teach users the basic concepts of computing and programming language, and the usage of programming methods and elements. People who want to have a fairly good knowledge of the concepts of programming logic and techniques.
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...
Programming Constructs of C
...arrays, and strings within a C program. This course also covers how to create functions, including overloaded and inline functions. In addition, the students learn how to create pointers, and the application of pointers. Finally, the students learn the concept of classes and objects in C . Programmers who have functional experience in programming using a structured language like C or Pascal
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...
SQL Server 7.0 Advanced Features Part I
...stributed queries and fundamentals of managing the server arrays that require advanced query techniques. The course presents an overview of the Microsoft Visual Studio software and how it is used to create applications for SQL Server 7.0. This course is written to SQL Server 7.0. Related Exam: Prepares users for both Microsoft Exams #070-028 Administering Microsoft SQL Server 7.0 and #070-029
more...
SQL Server 7.0 Advanced Features Part II
...stributed queries and fundamentals of managing the server arrays that require advanced query techniques. The course presents an overview of the Microsoft Visual Studio software and how it is used to create applications for SQL Server 7.0. This course is written to SQL Server 7.0. Related Exam: Prepares users for both Microsoft Exams #070-028 Administering Microsoft SQL Server 7.0 and #070-029
more...
Java 2: Language and Semantics
This course details the Java language and Java semantics. It describes the fundamentals of Java programming such as syntax fundamentals lexical issues data types keywords identifiers constants literals and variables. In addition you will learn about the use of operators expressions and control statements in Java. Finally the course explains the use of arrays. Related Exam: Sun Microsystems Exam
more...
C# Programming for MS .NET - Part 2: Fundamental Constructs


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.
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...
CIW Perl Fundamentals Part 1: Basic Syntax
This is the first course in a three part series that presents students with both theoretical and practical instruction on the foundations of the Perl language. Students will also become familiar with an Introduction to Perl Flow Control Arrays and Associative Arrays.
more...
C# Programming for MS .NET - Part 2: Fundamental Constructs
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.
more...
Programming Constructs of C++
This course is the second course of the four courses in the Programming using C++ curriculum. The title of this course is: Programming Constructs of C++. This course presents the concept of structures, arrays, and strings within a C++ program. This course also covers how to create functions, including overloaded and inline functions.
more...
Natural 2 Programming Level II (Rel 2.2)


Provides students with an understanding of the more advanced Natural 2 applications development concepts including how to define data, use arrays, build maps, build programs and other objects, and use the windows within applications.
more...
Programming Constructs in C
This is the second course in the series of four courses. This course provides students with basic skills and knowledge to understand the basic programming constructs, like strings, arrays, pointer, structures, and unions.
more...
From LearningMeasure.com
Introduction to the C Programming Language
This is an introductory course to the C programming language. It is recommended that the gcc compiler is used for this course.
more...
From Seletel Informatique
Flash MX ActionScript
Summary:
This series introduces the student to the ActionScript programming language and its capabilities, covering basic programming concepts such as objects, actions, arrays, and variables.
This elearning course introduces users to the ActionScript programming language and explains how Flash MX uses ActionScript to control objects within Flash MX files.
Audience:
This series is for
more...
From Software Training Academy, Inc
Learning to Program using C 2008





... course moves on to working with data structures, such as arrays and collection classes, before finishing up with discussions of generics, handling exceptions and working with delegates and events. The course concludes by introducing the new LINQ-oriented features added to the .NET Framework 3.5, including anonymous types, lambda expressions, and more. By the end of this course, you will
more...
Learning to Program using Visual Basic 2008 VB2008

... course moves on to working with data structures, such as arrays and collection classes, before finishing up with discussions of generics, handling exceptions and working with delegates and events. The course concludes by introducing the new LINQ-oriented features added to the .NET Framework 3.5, including anonymous types, lambda expressions, and more. By the end of this course, you will
more...
Introduction to C CLI

Microsoft .NET is an advance in programming technology that greatly simplifies application development. .NET is a complete restructuring of Microsoft s entire system infrastructure and represents a major learning challenge for programmers developing applications on Microsoft platforms. .NET 2.0 includes C /CLI, which enables the popular Visual C language to fully participate in the new .NET
more...
From Teach Me IT
Programming Logic and Techniques

The Programming Logic and Techniques WBT is meant for end users. It aims to teach users the basic concepts of computing and programming language, and the usage of programming methods and elements. After completing this course, the student will be able to:
Describe various problem solving techniques
Use algorithms and flowcharts
Describe the concept of programming language
Understand the
more...
VBScript Programming Basics

...fy the data types in VBScript
Declare different types of arrays
List the features of VBScript procedures
List the basic and string functions in VBScript
Describe other intrinsic VBScript functions
Identify the decision making constructs used in VBScript
Describe the looping constructs used in VBScript
Identify the features of the top-level of the Object model
Describe the objects in the
more...
Programming Constructs in C

Programming Constructs in C is the second course in the C Programming curriculum that consists of four courses. It provides students with basic skills and knowledge to understand programming constructs, such as strings, arrays, pointers, structures, and unions. After completing this course, the student will be able to:
Integrate arrays in their programs
Perform operations using pointers
Work
more...
Programming Constructs of C++

...s of C++. This course presents the concept of structures, arrays, and strings within a C++ program. This course also covers how to create functions, including overloaded and inline functions. In addition, the students learn how to create pointers, and the application of pointers. Finally, the students learn the concept of classes and objects in C++. After completing this course, the student
more...
Programming in PERL 5

...ogramming. 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. After completing this course, the student will be able to:
Identify the need of using PERL
List the features of PERL
Understand PERL syntax
Use PERL datatypes
Use PERL operators
Use Arrays in PERL
Use
more...
Working with ActionScript & Generator

...essions and ActionScript functions
Debug scripts
Create arrays, custom objects, and forms
Use predefined ActionScript objects to add interactivity
Describe communication between different Timelines
Control the behavior and appearance of movie clips
Print Flash movies from the Flash Player
Use XML in Flash
List the features of Generator
Insert Generator objects in a template and process
more...
JavaScript Programming

...This course describes the features of JavaScript, such as arrays, forms, and events. The course also covers the concepts related to object hierarchy in JavaScript, and String, Math, and Number objects. After completing this course, the student will be able to:
Identify the types of arrays
Create and manipulate arrays
Identify the concept of object hierarchy in JavaScript
Identify the
more...
Implementing and Supporting Microsoft Proxy Server 2.0

The Implementing and Supporting Microsoft Proxy Server 2.0 WBT discusses the installation and configuration of Proxy Server 2.0. The course also acquaints users with the procedures of administering and troubleshooting a Proxy Server.
Identify the security features and benefits of using Microsoft Proxy Server 2.0
Identify the services provided by a Proxy Server
Examine the aspects to be
more...
