Multiple choice technology programming languages How to clear the console? clear reset tput clear all Reveal answer Fill a bubble to check yourself D Correct answer Explanation All three commands (clear, reset, tput clear) can clear the console, so 'all' is the correct answer. The clear command is most common, reset does a harder reset, and tput clear uses the terminal capability.