Multiple choice technology operating systems What stream usually outputs error messages to the screen? stdout stderr stderr2 stdouterr Reveal answer Fill a bubble to check yourself B Correct answer Explanation stderr (standard error stream, file descriptor 2) is the conventional output stream for error messages. stdout (file descriptor 1) is for regular output. stderr2 and stdouterr are not standard stream names.