Computer science and IT assignments Undergraduate

ELF Loader

The explanation for the task (in Romanian, translate in English)https://ocw.cs.pub.ro/courses/so/teme/tema-3 Skeleton which they gave us is in 3-loader. The file to be modified is loader.chttps://github.com/systems-cs-pub-ro/so-assignments What I have done by now I uploaded as an attachment.

Continue Reading
Computer science and IT assignments Undergraduate

Operating Systems class: A program to compare the performance of the Round Robin, non-preemptive Shortest Job First, and SRTF scheduling algorithms

Objectives: Write a program to compare the performance of the Round Robin, non-preemptive Shortest Job First, and SRTF scheduling algorithms. Details: Input: A file of processes and related CPU burst times and arrival times.  There will be no header in the file and each line will be of the form, “<processID>  <burst time>  <arrival time>” …

Continue Reading
Computer science and IT assignments Undergraduate

Python polymorphism

About: Python polymorphism Task: Numerical simulation of orbits The task is to simulate orbits through numerical integration (described below). By swapping one object with another, you can change behavior without changing the other objects. The system will consist of two components: – Function objects. These represent the function to be integrated. In this exercise you …

Continue Reading
Computer science and IT assignments Undergraduate

class Exercise 01

ProblemWrite Java class for a Tree class. This class must have methods to default constructorset and get the type (coniferous, deciduous, dead)set and get the variety (for example apple, maple, etc.)set and get the ageset and get the heightset and get the valuetoString method that returns all of the tree information as a stringRemember you …

Continue Reading