Posts

class 7 chapter 1

Image
 Here are simple notes for Class 7 students about Computer Memory, Hardware Devices, Ports, and Storage Devices . The language is simple so students can understand easily. Computer Notes for Class 7 1. What is Memory? Memory is the part of a computer that stores data, instructions, and information so that the CPU can use them. 📌 Example: When you open a game or program, the computer stores the data in memory so it can run. Types of Memory Primary Memory (Main Memory) RAM ROM Secondary Memory (Storage Devices) Hard Disk SSD CD/DVD 2. RAM (Random Access Memory) RAM is the temporary memory of the computer. It stores data while the computer is running . If the computer turns off, the data is lost . Types of RAM SRAM (Static RAM) Faster Expensive Used in cache memory DRAM (Dynamic RAM) Slower than SRAM Cheaper Used in main memory Functions of RAM Stores data while programs are running Helps CPU process information quickly Runs software and applications 3. ROM (Read Only Memory) RO...