Here's why:
* GUI Features: Notepad has a visual interface with elements like:
* Windows, menus, toolbars
* Text boxes, buttons, scrollbars
* Icons for common actions
* TUI Features: A TUI (Text User Interface) relies on text-based commands and doesn't have the visual elements of a GUI.
While you can technically use Notepad in a command-line environment (like using `notepad.exe` in the command prompt), it's still considered a GUI application due to its inherent visual design.