by Mr.Oates | Oct 18, 2025 | College class, Information Technology
Multiprocessor system uses two or more separate processors that share resources enabling them to work together seamlessly. This means that if one processor runs into trouble the others can keep things running smoothly. A processor that has more than one core is...
by Mr.Oates | Oct 16, 2025 | College class, skills
Deadlock Avoidance During the implementation of its new and improved back-office operating system, Top Secret, Inc. (TSI) finds that the TSI OS lacks mechanisms for the ordered acquisition of synchronization object. Mechanisms would include; “Monitors- A design...
by Mr.Oates | Sep 27, 2025 | College class, Information Technology
This is the context for the interrupt to read to disk. Context for the Interrupt When a program requests data from a disk, the CPU- (central processing unit )sends a read request to the disk controller, which handles the operation asynchronously (Tanenbaum & Bos,...
by Mr.Oates | Sep 23, 2025 | College class, Information Technology
Memory Management in Practice Explanation Image/Depiction Command or Utility Chosen: VMMap is a process virtual and physical memory analysis utility. It shows a breakdown of a process's committed virtual memory types as well as the amount of physical memory (working...
by Mr.Oates | Sep 16, 2025 | College class, Information Technology
I discovered a written explanation of virtual memory on Android phones by Benjamin Zeman. https://www.androidpolice.com/how-virtual-memory-works-on-android/ I appreciated this source because it answered both of the questions in the assignment. How does virtual memory...
by Mr.Oates | Sep 12, 2025 | College class, Information Technology
The Scheduling Algorithm Windows 10 uses a priority-driven preemptive CPU scheduling algorithm with multiple priority levels, often described as a multilevel feedback queue (MLFQ) with a round-robin element. This approach allows for dynamic adjustment of process...