Left shifting any integer or char (signed or unsigned) by 1 bit multiplies the value by 2, provided no overflow occurs. Both options describe left shifting, but 'Left shifting a number by 1' is the most general and correct option, while 'Both' is also viable. The stored option is correct.