Direct mode
Direct mode, also known as immediate mode is a computing term referring to the input of textual commands outside the context of a program. The command would be executed immediately and the results printed on screen, in contrast to programming mode where nothing would be executed until a specific command was given. (BASIC's RUN is an example of a direct mode command.) Some commands could be used in either mode, while others were exclusive to one or the other.