
Larry C. answered 03/27/19
Computer Science and Mathematics professional
Basically, 'front end' is that portion of an application that interacts directly with a user, such as a GUI and all the widgets within it. 'Back end' are functions that operate 'behind the scenes' that interpret and act upon user activity, such as database access/updating.