Multiple choice general knowledge

There is an ascii character used in excel 0178 with ALT option. What is its purpose?

  1. Superscript

  2. Subscript

  3. Concatenation

  4. Replace 2 with 3

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

ALT+0178 (using numeric keypad) produces the superscript 2 symbol (²) in Windows applications including Excel. This is useful for creating squared notation like x² without using formatting tools. The other options are incorrect - subscript uses ALT+0179, concatenation is done with the & operator or CONCATENATE function.