The point of scrambling is to remove as much DC bias from the electrical signal as possible. DC prevents long links, causing noise and interfering with the use of transducers/pulse transformers for power-free data transmission.
The parity is for the number of +/- symbols, an even or odd number.
* `+-` = two +/- symbols, even parity
* `+00+` = two +/- symbols, even parity
* `-` = one symbol, odd
and so on.
Four consecutive `0000` require a 'violation bit' V that resolves the problem. "Since previous V" simply means since the last `0000` problem that required resolution.