an old-fashioned computer has just 16 bits available to represent an address of a memory location. how many total memory locations can be addressed in this machine?

what formula would i use to find this answer?

To find the total number of memory locations that can be addressed using 16 bits, you need to use the formula:

Total memory locations = 2^number of bits

In this case, the number of bits is 16.

Using the formula:
Total memory locations = 2^16
Total memory locations = 65,536

Therefore, a computer with 16 bits available can address a total of 65,536 memory locations.

65,536