Looks like no one added any tags here yet for you.
User interface
The inputs or outputs that allow users to interact with a software.
Input
Data sent to a computer for processing by a program (exe: clicking)
Output
Any data sent form a program to a device. (exe: sounds, visuals)
Program Statement
A single command or instruction for your computer. (exe: setproperty)
Program
A collection of program statements. A program runs these things one at a time.
Sequential Program
Program statements run in order from top to bottom.
Event driven programing
Some program statements run when triggered by an event.
Documentation
A written description of how a command or piece of code works.C
Comment
A form of program documentation written into the program to be read by people and don't affect the program.