Watch a single perceptron learn a decision boundary. Two inputs connect through weighted edges to a summation node and activation function. See how the decision line shifts as weights update.
Linearly separable: only (1,1) outputs 1. The perceptron can learn a line separating the classes.