Podcast
Questions and Answers
ما هو الهدف من تكنولوجيا الذاكرة؟
ما هو الهدف من تكنولوجيا الذاكرة؟
ما هي تقنية RAM قبل عام 1975؟
ما هي تقنية RAM قبل عام 1975؟
النواة المغناطيسية
تستبدل تكنولوجيا الترانزستور تقنية النواة المغناطيسية في RAM.
تستبدل تكنولوجيا الترانزستور تقنية النواة المغناطيسية في RAM.
True
ما هي أنواع ذاكرة أشباه الموصلات؟
ما هي أنواع ذاكرة أشباه الموصلات؟
Signup and view all the answers
ما هي المواد شبه الموصلة؟
ما هي المواد شبه الموصلة؟
Signup and view all the answers
ما هي المرحلة الأولى من عملية تصنيع الرقاقة؟
ما هي المرحلة الأولى من عملية تصنيع الرقاقة؟
Signup and view all the answers
قم بمطابقة كل من أنواع الذاكرة أدناه مع وظيفتها
قم بمطابقة كل من أنواع الذاكرة أدناه مع وظيفتها
Signup and view all the answers
تعتبر ذاكرة القراءة فقط (ROM) من أنواع الذاكرة الدائمة.
تعتبر ذاكرة القراءة فقط (ROM) من أنواع الذاكرة الدائمة.
Signup and view all the answers
ما هي أنواع الذاكرة RAM؟
ما هي أنواع الذاكرة RAM؟
Signup and view all the answers
تُستخدم ذاكرة RAM لتخزين التعليمات والبرامج والبيانات.
تُستخدم ذاكرة RAM لتخزين التعليمات والبرامج والبيانات.
Signup and view all the answers
ما هي طرق الوصول إلى الذاكرة؟
ما هي طرق الوصول إلى الذاكرة؟
Signup and view all the answers
ما هي مزايا ذاكرة SRAM؟
ما هي مزايا ذاكرة SRAM؟
Signup and view all the answers
تتميز ذاكرة الوصول العشوائي المتزامنة (SDRAM) بسرعة عالية من خلال التزامن مع معالج CPU.
تتميز ذاكرة الوصول العشوائي المتزامنة (SDRAM) بسرعة عالية من خلال التزامن مع معالج CPU.
Signup and view all the answers
ما هي DDR SDRAM؟
ما هي DDR SDRAM؟
Signup and view all the answers
يتم تخزين نظام الإدخال/ الإخراج الأساسي (BIOS) في ROM.
يتم تخزين نظام الإدخال/ الإخراج الأساسي (BIOS) في ROM.
Signup and view all the answers
ماذا تعني UEFI؟
ماذا تعني UEFI؟
Signup and view all the answers
تعتمد ROM على قاعدة الديودات للتخزين.
تعتمد ROM على قاعدة الديودات للتخزين.
Signup and view all the answers
يمكن مسح EPROM باستخدام الأشعة فوق البنفسجية.
يمكن مسح EPROM باستخدام الأشعة فوق البنفسجية.
Signup and view all the answers
يمكن مسح EEPROM باستخدام عملية كهربائية.
يمكن مسح EEPROM باستخدام عملية كهربائية.
Signup and view all the answers
ما هي مجالات استخدام ذاكرة الفلاش؟
ما هي مجالات استخدام ذاكرة الفلاش؟
Signup and view all the answers
لا يمكن إعادة البرمجة ل ذاكرة الفلاش أكثر من 100,000 مرة.
لا يمكن إعادة البرمجة ل ذاكرة الفلاش أكثر من 100,000 مرة.
Signup and view all the answers
ما هي MM؟
ما هي MM؟
Signup and view all the answers
تُستخدم MM في حفظ البيانات و التعليمات التي تتطلب الوصول السريع أثناء عمل CPU.
تُستخدم MM في حفظ البيانات و التعليمات التي تتطلب الوصول السريع أثناء عمل CPU.
Signup and view all the answers
يمكن زيادة سعة MM بزيادة عدد الخطوط أو حجم الخطوط.
يمكن زيادة سعة MM بزيادة عدد الخطوط أو حجم الخطوط.
Signup and view all the answers
يستخدم MAR في الوصول إلى MM بنظام الترميز الثنائي.
يستخدم MAR في الوصول إلى MM بنظام الترميز الثنائي.
Signup and view all the answers
يُمكن توصيل ذواكر أصغر مع بعضها لزيادة سعة MM بشكل متسلسل فقط.
يُمكن توصيل ذواكر أصغر مع بعضها لزيادة سعة MM بشكل متسلسل فقط.
Signup and view all the answers
Study Notes
Chapter 2: Memories - Part one
- This chapter covers memory technologies.
- The goal of memory technology is to reduce dimensions (size), costs, and energy consumption while increasing capacity and speed.
- From 1955 to 1975, RAM technology was based on magnetic cores (small ferrite rings).
- Semiconductor technology (MOS and CMOS) has greatly advanced since then.
- Transistors, particularly MOS-FETs, are crucial components in modern electronics (logic gates).
- Memory is an electronic device capable of storing and retrieving binary information.
- It involves two basic operations: writing to store information and reading to restore it.
Memory Hierarchy
- The ideal memory would have unlimited capacity and speed, but unfortunately, faster memories often have lower capacity and are more expensive.
- A memory hierarchy is used to solve this, organizing memories with varying speeds and capacities, placing the most frequently used data in faster (and more costly) memory.
- The hierarchy includes registers, cache memory, main memory, backup memory, and mass memory.
Semiconductor Memories
- Semiconductor memories are categorized into two families depending on whether writing is allowed: RAM (Random Access Memory) and ROM (Read Only Memory).
- ROM is a read-only memory which contains the computer's startup program.
- RAM is volatile; the data is lost when the power is off. It is used for working memory (data and instructions).
- Cache memory is a high-speed buffer designed to store copies of frequently accessed data from main memory. It significantly improves data access speed.
Memory Characteristics
- Capacity (Size): The amount of information a memory can store, measured in bits, bytes, kilobytes, megabytes, etc.
- Access Time (At): The time taken for a read/write operation, measured from when the request is made to when the data is available.
- Cycle Time (Ct): The minimum time interval between two successive read or write accesses in random access memory. This includes the access time and any setup necessary between operations.
- Throughput: The rate at which information is read or written to memory. It's measured in bits per cycle.
- Storage Duration: The time information is stored in memory, this can be permanent or temporary (depending on the memory type).
Memory Access Modes
- Sequential Access: Information is accessed in a sequential order, typical of magnetic tapes. Access time varies significantly based on the location of the data.
- Random Access: Direct access to information based on an address; access time is constant. This is the operation of RAM and other storage.
- Semi-Sequential Access: Intermediate approach; combines direct and sequential, like hard drives. Access time isn't constant.
Internal Memory Types
- This section classifies different semiconductor memory types such as ROM, PROM, EPROM, EEPROM, and Flash ROM.
- Different kinds of RAM such as SRAM and DRAM with their subgroups are introduced (Fast Page Mode (FPM), Extended Data Out (EDO), Burst EDO (BEDO), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDR-SDRAM)).
Memory Expansion
- Techniques to increase memory size by connecting smaller memory modules in series or parallel, including increasing the number of address lines to access more memory lines.
Application Exercises
- Includes a number of exercises (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
- Various exercises that show how to design, calculate, or use specific memory technologies (RAM, ROM, PROM, etc.) in different scenarios.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
يتناول هذا الفصل تقنيات الذاكرة وأهدافها في تقليل الأبعاد والتكاليف واستهلاك الطاقة مع زيادة السعة والسرعة. يتطرق إلى تطور تكنولوجيا الذاكرة من المغناطيس إلى أشباه الموصلات، ويقدم نظرة مفصلة حول هيكل الذاكرة وكيفية تنظيم البيانات.