Multiple choice technology operating systems

tput command is used for clearing the screen

  1. True

  2. False

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

The tput command uses the terminfo database to perform terminal operations like clearing the screen, moving the cursor, and changing text attributes. While tput clear specifically clears the screen, the general statement that tput is used for clearing the screen is considered true in the context of common Unix terminal operations.