What is the term for the technique where a process is divided into smaller parts and executed in parallel on multiple processors? MCQ with Answer and Explanation
Explanation:
Safe Mode loads only essential drivers and services, allowing users to diagnose and fix system issues caused by problematic software or drivers.
Which of the following processes is the first user-space process started by the Linux kernel during system initialization, typically having a Process ID (PID) of 1?
Explanation:
The 'init' process (modern distributions use systemd) is the very first process launched by the Linux kernel during boot, and it receives PID 1.
No comments yet. Be the first to start the discussion!