GKGirish Kumaringirish-gikucoder.hashnode.dev·Apr 1 · 1 min readWhat is Programming and why do we use it ? | Programming Fundamentals #3-> When you want to write digits from 1 to 10, it is easy, but from 1 to 1000 it is difficult and boring to do. -> But it is easy for the CPU, which can perform this in a minute by providing instructi00
GKGirish Kumaringirish-gikucoder.hashnode.dev·Apr 1 · 1 min readDo You Know? How a Program Actually Runs in Your System and what's the Role of OS here | Programming Fundamentals #2 Whenever you run a program, it is loaded from the hard disk (storage) into RAM (main memory) so that it can be executed. But the question is: who brings the program from the hard disk to RAM?? -> And 00
GKGirish Kumaringirish-gikucoder.hashnode.dev·Mar 31 · 1 min readWhy Do Computers Have 3 Types of Memory? | Programming Fundamentals #1 We know that memory is used to store data and there are 3 types of memory we use in daily life: 1)Cache memory:- which is used to store frequently used data and it is present close to the CPU. 2)Main 00