answersLogoWhite

0

Approximately 1000 memory locations

User Avatar

Anonymous

12y ago
Updated: 8/17/2019

kilobyte

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Does one kilobyte equals approximately one memory locations?

1000


1000 memory locations is called?

kilobyte


What equals 1000 memory locations?

Kilobyte


If there are 1000 memory locations and word length is 2 bytes what is the storage capacity of the memory?

The storage capacity of the memory can be calculated by multiplying the number of memory locations by the word length. With 1000 memory locations and a word length of 2 bytes, the total storage capacity is 1000 locations × 2 bytes/location = 2000 bytes. This is equivalent to 2 kilobytes (KB), as 1 KB equals 1024 bytes.


A equals approximately one billion bytes?

Computer memory is divided into various sizes. A kilobyte (KB) is approximately 1000 bytes (the exact number is 1024)


What is the average price of a twin memory foam mattress?

The average price of a twin memory foam mattress approximately $300 dollars. This can vary, and go up to close to $1000, excluding local taxes and delivery.


What is bigger Gigabytes or Megabytes?

1 Terabyte is approximately 1000 Gigabytes, 1 Gigabyte is approximately 1000 Megabytes and 1 Megabyte is approximately 1000 bytes


What is 1000 kilobytes equal to?

1 000 000 bytes or 1 024 000 bytesor 8 000 000 bitsorThe definition of the kilobyte has traditionally been ambiguous. Electronic memory circuits use a binary architecture, which means that the number of addressable storage locations is a power of 2, and memory sizes are therefore not integer multiples (or fractions) of 1000, but of 1024. However, as 1024 (210) is approximately 1000, the established prefix symbol k (kilo) was used as a convenient prefix for memory capacities in multiples. On the other hand, for products where capacity factors were not bound to powers of two, such as magnetic disks (sector and track numbers) and networking equipment (bit rates), strict decimal-based units were used


What are different type of memory?

there are two types of memory in a system they are:ROM and RAM : ROM means (read only memory) we can only read or check we cant do changes in a ROM.example for ROM are output devicess.next RAM (random access memory) example for RAM are input devicess .these are the different types of memory .. by g.geethapriya


How many miles to Florida from Ohio?

The distance from Ohio to Florida is approximately 1,000 miles by car, depending on your starting and ending locations within each state.


One kilobyte equals how many memory locations?

In standard binary usage for memory a KB is 1024 bytes. In standard decimal usage for disk drives a KB is 1000 bytes. Confused yet?


What is contiguous memory allocation in os?

Memory allocation: When a program asks for memory and gets it. Contiguous allocation: When the memory is in one big block, for example memory addresses 1000-2000, as opposed to "fragmented allocation" where the memory comes as several smaller blocks in different places, for example memory addresses 1000-1050, 2050-2125, ...