WGU Operating Systems - Missed Questions

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/7

flashcard set

Earn XP

Description and Tags

Vocabulary terms and definitions based on missed questions regarding scheduling, memory management, file systems, and OS security.

Last updated 3:36 PM on 6/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

8 Terms

1
New cards

Non-preemptive scheduling

A method where a thread retains a core until it terminates or enters the waiting state.

2
New cards

Round-robin ready queue

In round-robin scheduling, the ready queue is treated as a circular queue.

3
New cards

External fragmentation

The problem of having large blocks of free memory but being unable to allocate them to processes due to size constraints.

4
New cards

Folder layout

The structure of directories that facilitates file organization and accessibility, ranging from basic setups to intricate arrangements with nested folders.

5
New cards

Cloud storage APIs

Interfaces used to access cloud storage instead of NFS or CIFS because they are better suited to handle the latency and failure scenarios of a WAN.

6
New cards

Linked allocation and Indexed allocation

Allocation techniques that create the potential for fragmentation by storing data in non-contiguous blocks.

7
New cards

Bitmap method

A technique used to track free space on a disk where each block is represented by a bit.

8
New cards

Protection rings

An operating system security feature that limits access based on privilege levels.