2010-2011


Coding and Systems (ASR)
Public: IUT'A' first year, Adult continuing education
Nature: Lecture/TD/TP
Synopsis: This lecture is divided in three parts. The first part describes different coding methods for binary information (binary, octal, hexadecimal). It also presents the limits of these coding methods and how these limits lead to computing errors. The second part of this lecture illustrates how a computer works through a specific programming language on a Motorala 68000 processor. This part ends with a quick introduction to the C programming language. The last part of this lecture is dedicated to operating systems, focusing on UNIX: generalities, processes, script languages...

Basis of analysis: Files (OMGL1-1)
Public: IUT'A' first year
Nature: Lecture/TD/TP
Synopsis: The aim of this lecture is to understand the definition, the organization and the different access to files (sequential, direct, sequential indexed). It starts by an introduction to COBOL on Windows or Linux. Files are then manipulated on IBM series (AS400). Students must understand key points which lead to modelling and to the organization of database management systems.

2009-2010


Basis of analysis: Design (OMGL1-2)
Public: IUT'A' first year
Nature: Lecture/TD/TP
Synopsis: This lecture focuses on the different steps of software modelling: requirements elicitation (specifications), data dictionary and management rules, conceptual data model, logic data model, software checking and fonctional units... Students must use all these notions in modelling and implementing a project.

Datastructures (AP3)
Public: IUT'A' first year
Nature: TD/TP
Synopsis: Classic data structures are described in this lecture like lists, queues, stacks, trees, hash tables... Abstract data types, data collections and genericity are notions investigated in this lecture.

Object Oriented Programming (AP4)
Public: IUT'A' first year
Nature: TD/TP
Synopsis: Basis of object oriented programming are detailed in this lecture: notion of object, reusability, interfaces, inheritance,...

DataBasees (OMGL3)
Public: IUT'A' second year
Nature: TD/TP
Synopsis: Pros and cons of different types of databases are presented through history. Then, this lecture focuses on relational algebra and the implementation in SQL (DML, DDL, DCL). Applications design are studied with conceptual model, data model, front-end and back-end facets...