answersLogoWhite

0

One thousand memory locations

Updated: 10/3/2023
User Avatar

Wiki User

12y ago

Best Answer

The term for one-thousand memory locations is Kilobyte. It is not actually 1,000 but it is 1,024 memory addresses. This comes from the binary world of computers where things are measured in powers of 2. In the decimal world that we usually live in 10 raised to the 3rd power (10^3) = 1000. The closest equivalent in the binary numbering system is 2 raised to the 10th power (2^10) = 1024.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

a megabyte (MB)

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

1,000,000,000 bytes is 1 gigabyte.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

gigabyte

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: One thousand memory locations
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

One billion memory locations?

gigabyte


How many memory locations represents a kilobyte?

If a memory location stores one byte, then a kilobyte is made up of 1,000 locations.


Does one kilobyte equals approximately one memory locations?

1000


What equals one billion memory locations?

One gigabyte (GB).


What is equal to one trillion memory locations?

That would be a terabit. The unit "terabyte" is more commonly used, but each byte is actually 8 memory locations (bits).


A gigabyte represents approximately how many memory locations?

one billion


One kilobyte equal approximate how much memory locations?

The answer to this question depends on two key factors, the definition of a kilobyte, and that of a memory location:First, is kilobyte meant in the standard engineering meaning of a multiplier of one thousand, or is it mean to represent a factor of 210, commonly known as a kilobyte, but more correctly called a kibibyte?Thus, one kilobyte can mean 1000 bytes, or 1024 bytes.Second, what is a memory location? Most memory types have a bitwise organization, so 1000 or 1028 bytes would refer to 8000 or 8196 bits, respectively, and refer to 8000 or 8196 memory locations thus.Other implementations of memories may implement a different granularity, for example based on 16, 24, 32 or even larger number of bits per location.


Where could someone buy a memory card with 128gb for a digital camera?

One can purchase a 128GB memory card for a digital camera at a variety of locations. Some locations include Office Max, Walmart, Kmart, Sears, Radio Shack, Best Buy and Target.


What is the cost for a SD memory card reader?

SD memory card readers can be purchased from a variety of locations, and the cost will depend on this. One can find a cheap USB SD card reader for as little as $2 on eBay.


Where can one buy memory foam toppers for beds?

Memory foam toppers for beds can be purchased from many locations such as Walmart, Target, Overstock, Amazon, Dunelm Mill, JCPenney, Costco, Sears, Argos, and eBay.


Where can one find reviews on Sealy Memory Foam Mattress?

Sealy Memory Foam Mattress reviews can be found on Sealy's official webpage. There are over 4 thousand reviews and Sealy Memory Foam Mattress are rated an average of a 4.2 stars.


What are variables and how are they used in programming?

Variables are named memory locations that may be used to store and retrieve values for use later on in a program. They are like memory locations you have in your brain to remember certain things. Variables may (in general) store a single value at a time, but may be erased with other values (one at a time).