Tarjetas de memoria: Operating Systems Fundamentals — 10 tarjetas

Todas las tarjetas

1Pregunta

Process — creation method?

Respuesta

fork() and exec() system calls

2Pregunta

Processes — definition?

Respuesta

Units of execution identified by PID.

3Pregunta

Thread — resource sharing?

Respuesta

Share address space within a process

4Pregunta

System calls — function?

Respuesta

Create or replace processes (`fork()`, `exec()`).

5Pregunta

Page replacement — strategy?

Respuesta

FIFO, LRU, Clock algorithms

6Pregunta

Process states — examples?

Respuesta

Ready, running, blocked.

7Pregunta

Threads — relation to processes?

Respuesta

Share process resources, lightweight subprocesses.

8Pregunta

Virtual memory — mechanism?

Respuesta

Paging and segmentation via tables.

9Pregunta

Page replacement — algorithms?

Respuesta

LRU, Clock, FIFO.

10Pregunta

Synchronization tools — purpose?

Respuesta

Prevent race conditions.

Ponte a prueba con el cuestionario

Pon a prueba tus conocimientos con 10 preguntas sobre Operating Systems Fundamentals.

1. What is the primary purpose of the fork() system call in process management?

2. What function in Unix-like operating systems is used to create a new process by cloning the parent process?

Realiza el cuestionario →

Lee la hoja de repaso

Revisa el curso completo en la hoja de repaso para Operating Systems Fundamentals.

Ver hoja de repaso →

Similar courses

Crea tus propias tarjetas de memoria

Importa tu curso y la IA genera tarjetas de memoria en 30 segundos.

Generador de tarjetas de memoria