Programmation orientée objet
Object-oriented programming (OOP) is one of the programming paradigms used in the development of computer applications. This paradigm imparts several benefits to programs, including enhanced conceptual clarity and robustness in the face of future changes, along with highly effective software maintenance. The goal of this course is to primarily introduce the essential concepts of this paradigm, disregarding the technical aspects specific to programming languages. We will cover fundamental concepts, development methods, and relevant guidelines that lead to the creation of well-structured programs.
This course serves as an introduction to Object-Oriented programming (OO), focusing primarily on presenting fundamental concepts common to most general-purpose OO programming languages. To achieve this, we assume that you have a basic understanding of procedural programming concepts such as data types, variables, loops, functions, etc. Throughout the course, we will use the Java programming language to illustrate these fundamental OO concepts. Therefore, familiarity with the basics of Java syntax is assumed to apply these concepts effectively.
Our focus will be on pure OO concepts, overlooking technical aspects directly related to the programming language, known as the API (Application Programming Interface). As you progress through the course, it's essential to self-assess and guide your learning. Gradually, once you have a good grasp of the course content, practice becomes crucial. No practice, no good programming, and sometimes no programming at all. I emphasize the importance of individual practice, as learning any language in general, and programming in particular, requires consistent and rigorous effort.
Operating System 1
The operating system 1 course intended for second year computer science students is a basic course. It fulfills the vision that the student learned during the S1, S2 and S3 courses on the constituents of a computer system in general.
Before starting this course, the student learned about the structure of the machine and the architecture of the computer. These latter courses allowed the student to understand the operation of a computer on the hardware side while the current course will allow them to learn knowledge about the basic software side of a computer.
At the end of this course the student should have a clear idea of the first objective of an operating system, which is "to make the use of the machine easier and more optimal for a non-expert user"