Posts

Showing posts from December, 2020

What is RAM (Random Access Memory) | definition of RAM

Image
  RAM (Random Access Memory) is the   hardware   in a computing device where the operating system ( OS ), application programs and data in current use are kept so they can be quickly reached by the device's  processor . RAM is the main memory in a computer. It is much faster to read from and write to than   other kinds of storage , such as a hard disk drive ( HDD ), solid-state drive ( SSD ) or optical drive. Random Access Memory is volatile. That means data is retained in RAM as long as the computer is on, but it is lost when the computer is turned off. When the computer is rebooted, the OS and other files are reloaded into RAM , usually from an HDD or SSD.                                                                    

How to find IP address of a computer using cmd | Very easy method

Image
Steps to find IP address of a computer using cmd 1) Press win + R in your keyboard 2) Then type cmd and press enter 3) After this type ipconfig in cmd 4) And it will show you your IP address