The shift register is a key element of LabView programming. It allows looping structures, such as the For and While loop, to carry over values from one iteration into the next. This can be extremely powerful in allowing the developer to build up arrays of information, or retain state information about a program running in a loop.