What is random access memory, and what are its three characteristics?
What will be an ideal response?
Computer memory uses an access technique called random access, and the memory unit is frequently referred to as random access memory (RAM). RAM has the following three characteristics:• Memory is divided into fixed-size units called cells, and each cell is associated with the unique identifier called an address. These addresses are the unsigned integers 0, 1, 2, … , MAX.• All accesses to memory are to a specified address, and we must always fetch or store a complete cell-that is, all the bits in that cell. The cell is the minimum unit of access.• The time it takes to fetch or store the contents of a cell is the same for all the cells in memory.
You might also like to view...
A standard setting for paragraph indents is a half-inch
Indicate whether the statement is true or false
The property of property contains the number of items in a ListBox.
a) Count, ListBox b) ListCount, Items c) ListCount, ListBox d) Count, Items
The ____ image file format was created specifically for Web graphics, and it produces high-quality images with small file sizes.
A. JPEG B. GIF C. PNG D. XML
Conditions in a query that identify the specific data for which you are looking are known as __________.
a. aggregate functions b. settings c. criteria d. formulas