Multiple choice technology operating systems

What is the command to find out the process using system resources more?

  1. Top

  2. Bottom

  3. Side

  4. Front

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The top command displays real-time view of running processes in the system and ranks them by resource usage (CPU, memory). It is the standard Unix/Linux tool for identifying resource-intensive processes. Options B, C, and D (Bottom, Side, Front) are not valid system commands.