当前位置:网站首页>1.9 - 存储器的分类
1.9 - 存储器的分类
2022-06-30 06:12:00 【是李黏黏鸭】
一、存储器的分类

二、按寻址方式
1、随机存储器
- 随机存储器的单元上是有地址的;
- 访问随机存储器上的任意一个单元,所消耗的时间都是一样的;就是说从任意一个单元上去读数据所花费的时间都是一样的;
- 典型的代表-内存;
2、顺序存储器
- 顺序存储设备上是没有地址的;所以数据写的时候就是按照顺序依次写到顺序存储器上面的;
- 所以要想读顺序存储器中的数据,必须从头开始读;
- 典型的代表-磁带;
3、直接存储器
- 直接存储器设备上是有地址的;
- 但是读取数据的时间与磁头与数据的相对位置有关,所以读取数据的时间是不一样;
- 典型的代表-机械硬盘;
三、按内容访问
1、相联存储器
四、考法1:存储器的分类

边栏推荐
- Feisheng: Based on the Chinese word breaker ik-2 ways to build custom hot word separators Showcase & pit arrangement Showtime
- 重构之美:当多线程批处理任务挑起大梁 - 万能脚手架
- Switch must be better than if Else fast
- C language code record
- Collection and method of traversing collection elements (1)
- Detailed description of methods in the interface
- Beauty of Refactoring: when multithreaded batch processing task lifts the beam - Universal scaffold
- Swoole process model diagram
- [ansible series] fundamentals 02 module debug
- General contents of learning reinforcement learning
猜你喜欢
随机推荐
MySQL storage system
Installing googleplay environment on Huawei mobile phones
As function memo
Usage of case, casez and casex statements in Verilog
文件操作IO-Part1
C language code record
ES6箭头函数
Summary of 2 billion redis data migration
圖像處理7-圖像增强
从底层结构开始学习FPGA----RAM IP核及关键参数介绍
Mysql database learning notes - foreign keys, table connections, subqueries, and indexes for MySQL multi table queries
图片。。。。。
A complete performance test process
Basic use of markdown
[ansible series] fundamentals 02 module debug
[database] transaction
Es6数组
Golang's handwritten Web Framework
880. 索引处的解码字符串
A small template (an abstract class, a complete process is written in a method, the uncertain part is written in the abstract method, and then the subclass inherits the abstract class, and the subclas









