![]() | Study programme 2025-2026 | Français | |
![]() | Operating Systems | ||
Programme component of Bachelor's in Computer Science (MONS) (day schedule) à la Faculty of Science |
| Code | Type | Head of UE | Department’s contact details | Teacher(s) |
|---|---|---|---|---|
| US-B2-SCINFO-012-M | Compulsory UE | VANDENHOVE Pierre | S829 - Informatique théorique |
|
| Language of instruction | Language of assessment | HT(*) | HTPE(*) | HTPS(*) | HR(*) | HD(*) | Credits | Weighting | Term |
|---|---|---|---|---|---|---|---|---|---|
| Français | 24 | 24 | 0 | 0 | 0 | 5 | 5.00 | 1st term |
| AA Code | Teaching Activity (AA) | HT(*) | HTPE(*) | HTPS(*) | HR(*) | HD(*) | Term | Weighting |
|---|---|---|---|---|---|---|---|---|
| S-INFO-010 | Operating Systems | 24 | 24 | 0 | 0 | 0 | Q1 | 100.00% |
| Programme component | ||
|---|---|---|
![]() | US-B1-SCINFO-001-M Computer Architecture | |
![]() | US-B1-SCINFO-007-M Algorithms and imperative programming | |
![]() | US-B1-SCINFO-008-M Algorithms and object-oriented programming | |
Objectives of Programme's Learning Outcomes
Learning Outcomes of UE
By the end of this course, students will have mastered the fundamental principles governing the development of modern operating systems. They will be able to explain the interactions between different components of operating systems and solve complex problems related to resource management and synchronization.
Students will have applied their knowledge by developing scripts and system programs in C to automate process and file management in a UNIX environment.
UE Content: description and pedagogical relevance
Introduction: Functions and characteristics of an operating system, resource allocation and management, brief historical overview.
CPU Virtualization: Process abstraction, interface, process states, data structures, limited direct execution, system calls, context switches, preemption, scheduling algorithms.
Memory Virtualization: Address space abstraction, static and dynamic relocation, segmentation, paging, translation lookaside buffer (TLB), page table storage, swap management.
Concurrency: Thread abstraction, synchronization primitives (locks, condition variables, semaphores), OS and hardware support for their implementation, classic concurrency problems (Producer/Consumer, Thread Throttling, Dining Philosophers), common concurrency bugs, detailed discussion of deadlocks.
Persistence: Input/output devices, disks (operation, scheduling, RAID), file systems (POSIX interface, implementation, journaling).
All concepts are illustrated in the xv6 operating system.
UNIX: Manipulation of processes, file systems, and the kernel through C programs (POSIX interface) and shell scripts.
Prior Experience
Mastery of a programming language, computer architecture, working of a processor, interrupt mechanism, memory addressing, caching.
Type of Teaching Activity/Activities
| AA | Type of Teaching Activity/Activities |
|---|---|
| S-INFO-010 |
|
Mode of delivery
| AA | Mode of delivery |
|---|---|
| S-INFO-010 |
|
Required Learning Resources/Tools
| AA | Required Learning Resources/Tools |
|---|---|
| S-INFO-010 | Slides and lecture notes available on Moodle. |
Recommended Learning Resources/Tools
| AA | Recommended Learning Resources/Tools |
|---|---|
| S-INFO-010 | Not applicable |
Other Recommended Reading
| AA | Other Recommended Reading |
|---|---|
| S-INFO-010 | - Operating Systems: Three Easy Pieces (Version 1.10), Remzi H. Arpaci-Dusseau and Andrea C. Arpaci-Dusseau, 2023, Arpaci-Dusseau Books. - Modern Operating Systems, 5th edition, Andrew S. Tanenbaum and Herbert Bos, 2022, Pearson. - UNIX, Programmation et communication, Jean-Marie Rifflet et Jean-Baptiste Yunès, 2003, Dunod. |
Grade Deferrals of AAs from one year to the next
| AA | Grade Deferrals of AAs from one year to the next |
|---|---|
| S-INFO-010 | Authorized |
Term 1 Assessment - type
| AA | Type(s) and mode(s) of Q1 assessment |
|---|---|
| S-INFO-010 |
|
Term 1 Assessment - comments
| AA | Term 1 Assessment - comments |
|---|---|
| S-INFO-010 | Oral examination on the theoretical and practical parts (E1) and projects on the practical part (E2). Final grade for the UE. If an evaluation is below 8/20, the final grade is equal to the minimal evaluation. Otherwise, the following weights are used: E1 (80%), E2 (20%). |
Resit Assessment - Term 1 (BAB1) - type
| AA | Type(s) and mode(s) of Q1 resit assessment (BAB1) |
|---|---|
| S-INFO-010 |
|
Resit Assessment - Term 1 (BAB1) - Comments
| AA | Resit Assessment - Term 1 (BAB1) - Comments |
|---|---|
| S-INFO-010 | Not applicable |
Term 3 Assessment - type
| AA | Type(s) and mode(s) of Q3 assessment |
|---|---|
| S-INFO-010 |
|
Term 3 Assessment - comments
| AA | Term 3 Assessment - comments |
|---|---|
| S-INFO-010 | Same rules as for Q1. Any evaluation below 10/20 must be passed in Q3. |