Simple Linear Regression is a model that, by using a line, can predict the behavior of the relationship of two variables. In a Cartesian coordinate system, this is generally the x-axis (independent variable) and y-axis (dependent variable).
Simple Linear Regression can be used to predict a dependent value for a given independent value; i.e. a y-axis value can be predicted for a given x-axis value.