home 
 
 
 
nlfr
 
Home
About ABIS
Services
Courses
Resources
Contact
MyABIS
All CoursesbalkjeGeneral » Introduction to HW & SW » TracksOperating systems » MVS - z/OS » UNIX - Linux - AIX » VMwareDatabases, transaction systems and middleware » DB2 for z/OS » DB2 UDB for Linux, UNIX and Windows » Oracle » SQL Server » MySQL » IMS » CICS » WebSphere MQ » WebSphere Application Server » Business intelligence and data warehouseApplication development » Methods and techniques » TOGAF » PRINCE2 » Programming languages » Internet development » Object Oriented systems » Java » IBM development tools » SAS » XML » SOA & web servicesSystems management » ITILbalkjePractical informationRegistration 
Introduction to programming

Intended for

Future programmers or analysts without a specific IT training, but also endusers who want to use the existing software (SAS, word processor, spreadsheet, ...) more efficiently.

Background

No specific background is required.

Training method

Traditional classroom training allowing participants to apply principles of structured programming through exercises and examples.

Course leader

Koen De Backer, Guido Indesteege, Steven Scheldeman, Ludo Van den dries.

Duration

2 days.

Schedule

No public sessions are currently scheduled. We will be pleased to set up an on-site course or to schedule an extra public session (in case of a sufficient number of candidates). Interested ? Please contact ABIS.

Objectives

This course teaches the participant the set-up of a simple program.

At the end of this course, the participant will:

  • have a thorough overview of the different steps in the development of an application;
  • be able to analyse and split up a simple problem;
  • be able to structure a problem solution by means of Program Structure Diagrams;
  • be able to transform a problem solution into a 3rd generation language;
  • be able to execute, test and adapt a program.

Main topics

  • What does programming mean:
  • overview of the different steps in the application development cycle
  • Programming languages:
  • overview programming language
  • components of a programming language and a programming environment
  • Programming:
  • techniques for the determination of programming structures: sequence • selection • iteration
  • Program Structure Diagrams (Nassi-Shneiderman, Flowchart, ...)
  • structured programming
  • Exercises:
  • transformation of a problem into program structures or an algorithm
  • coding and testing of limited programmes by means of a 3rd generation language