Mega Ryan and Tera Garr come to mind. There must be others.
The previous table listed the number of bytes, not bits.
So one K of memory is 1024 bytes, or 1024*8 == 8,192
bits.
Usually one is not particuarly interested in the exact number of bits.
It will be very useful in your future career to be sure you know how to multiply powers of two.
2M * 2N = 2(M+N)
In the above, *
means multiplication.
For example:
26 * 210 = 216