Skip to content

Operating System course in the third semester of the Bachelor's Degree in Information Systems at UDESC

License

Notifications You must be signed in to change notification settings

mateusadada/sop-udesc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Operating System - UDESC

The final project

Stars Badge Forks Badge Pull Requests Badge Issues Badge Views count Badge
GitHub contributors License Badge

📜 Table of contents

🚀 Starting

This repository contains the final project from Operating System course in the third semester. An algorithm in Python was created to compare the Look and C-Look process schedulers through a graphical representation. I used an example of a hard drive (HD) where the levels/blocks range from 0 to 999. For each scheduler, I organized two lists:

  1. Numbers that are equal to or greater than 500.
  2. The remaining numbers.

Then, I utilized the Matplotlib library for their intersection and the generation of the graph.

It was fundamental to improve my knowledge in this language and it also helped with my Bachelor's Degree in Information Systems at UDESC.

📚 Features

Used during the evolution of course and the final project:

  • Introduction to Operating Systems.
  • Multiprogramming.
  • Concurrent programming.
  • Process management.
  • Memory management.
  • Input and output management.
  • File system.
  • Study of the major Operating Systems.

📋 Prerequisites

You need to have the Python language on your machine along with an IDE (Integrated Development Environment) or a website that can run the codes. For example:

🛠️ Built with

✒️ Author

  • Mateus Adada - Developer and documentation - mateusadada

You can also see the list of all collaborators who participated in this project.

📄 License

This project is under the license MIT. See the LICENSE.md file for more details.


Developed with ❤️ in Brazil 🇧🇷