Multiple choice technology The exit code process '0' means the process is waiting the process has suceeded the process is running the process is overloaded Reveal answer Fill a bubble to check yourself B Correct answer Explanation In Unix/Linux and programming conventions, exit code 0 universally indicates successful execution. Any non-zero exit code (1-255) indicates various types of failures or errors. This is a standard across operating systems and programming languages.