GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

GradePack

The PCB holds the most recent instruction pointer of a proce…

The PCB holds the most recent instruction pointer of a process while it is actively running on the CPU.

Read Details

On the same 32-bit machine, if the address space for a proce…

On the same 32-bit machine, if the address space for a process is divided into pages of size 4KB and each page table entry is 8 bytes, how large would a linear page table be for each process?

Read Details

When prog is executed, which of the following outputs is imp…

When prog is executed, which of the following outputs is impossible?

Read Details

In kernel mode the MMU checks the VA’s offset against the ba…

In kernel mode the MMU checks the VA’s offset against the base and bounds for that segment.

Read Details

If the scheduler is running the SJF algorithm, what is the a…

If the scheduler is running the SJF algorithm, what is the average response time of this workload?

Read Details

CS 537: Introduction to Operating Systems Fall 2024: Midterm…

CS 537: Introduction to Operating Systems Fall 2024: Midterm Exam #1   This exam is closed book, but you may use 1 sheet of notes.   No calculators may be used.   You have 1 hour and 30 minutes to complete this exam. Unless stated (or implied) otherwise, you should make the following assumptions: The OS manages a single uniprocessor (single core) All memory is byte addressable Page table and page directory entries require 4 bytes Data is allocated with optimal alignment, starting at the beginning of a page Assume leading zeros can be removed from numbers (e.g., 0x06 == 0x6). Hex numbers are represented with a proceeding “0x” The following might help you with some calculations: 0x100 = 28 = 256 210 = 1024 212 = 4096 210 bytes = 1KB 220 bytes = 1MB   This exam has 60 questions.  Each question has the same number of points.   Good luck!

Read Details

For a segment that grows positively, If a VA’s offset is wit…

For a segment that grows positively, If a VA’s offset is within bounds then the PA is the segment’s base + the offset.

Read Details

A workload of 5  jobs is being scheduled on a single-cpu sys…

A workload of 5  jobs is being scheduled on a single-cpu system with a timeslice of 1 second.  The jobs do not perform any IO, just compute.  The jobs’ arrival times and lengths are shown in the table below.  If the scheduler has a choice the job that arrives earlier is selected.  If there still is a choice the job that comes first alphabetically is selected.

Read Details

The nurse is caring for a patient with a potassium level = 6…

The nurse is caring for a patient with a potassium level = 6.2. Based on knowledge of electrolyte imbalances and the related physiologic effects, the nurses’ greatest concern regarding this result is which of the following?

Read Details

In this same system, a particular VA has an offset of 8KB an…

In this same system, a particular VA has an offset of 8KB and the segment for this VA is one that grows negatively.  What is the negative offset?

Read Details

Posts pagination

Newer posts 1 … 45,433 45,434 45,435 45,436 45,437 … 79,904 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top