Learn how to compute the CPU process turnaround time is computed and used by OS CPU scheduling algorithms.
Baeldung Author
Anthony Peter
I am Machine Learning Engineer and a researcher. I have MSc in Computer Engineering and currently a PhD scholar at Comenius University Bratislava, Slovakia working on XAI-based malware detection. My research interest include machine learning, deep learning, biometrics/security and knowledge base embedding.
Here's what I've written (so far):
Baeldung on Computer Science
- All
- Programming (6)
- OS (6)
- Artificial Intelligence (1)
Disk Scheduling: The SCAN Algorithm
Filed under OS
Learn about the SCAN scheduling algorithm.
How to Count the Occurrences of a Digit In a Range of Integers?
Filed under Programming
Learn how to count occurrences of a digit In a range of integers.
Disk Scheduling: LOOK and CLOOK Algorithms
Filed under OS
Learn about two disk scheduling algorithms – LOOK and CLOOK – and compare their performance and efficiency.
Scheduling: Completion Time vs. Response Time
Filed under OS
Learn more about the difference between completion time and response time.
Maintainability Killers
Filed under Programming
Learn more about maintainability killers in software development.
What Are Regular Languages?
Filed under Programming
Learn more about regular languages.
Recursion: Direct vs Indirect
Filed under Programming
A quick and practical comparison between direct and indirect recursion.
Conditionals
Filed under Programming
Study good practices for coding conditionals structures.