Back end term explained
Back-end
A back-end is a term generally used in the programming industry to represent the area of the program or programming interface that user does not actually see.
An example would be a program that has a simple form that the user can interact with to store records in a MS Access database.
The user does not actually see the internal database getting interfaced, so it is called the database back-end, or more specifically an Access back-end.