What is UI?
UI is an abbreviation for User Interface, which refers to the part of a program that the user can interact with it. There are many types of UIs, such as GUIs (graphical), VUIs (voice-activated), TUI (text-based), CLI (command-line), and so on.
A similar term is API (Application Programming Interface), which is a part of a program that another program can interact with.