Posts

Showing posts from November, 2018

Difference Between TV and Monitor.

                                                                 Many of them differentiate TV with Monitors, but why they do so? Can we connect our CPU to TV? Yes, we can connect our CPU to TV using HDMI port provided on the TV. But due to some advantages, many of them use monitors to connect CPUs but not TV. These are explained below: 1)  Refresh Rate:                                                        The refresh rate is defined as the number of frames refreshed per second. It is measured in Hertz (Hz). The refresh rate should be more. The refresh rate of TV is normally 60Hz (60 frames per second) and the refresh rate of Monitor is more than 60Hz which helps it to dis...

Difference between Shut Down, Sleep and Hibernate in Windows.

          a)     Sleep Mode:                                               Sleep mode is useful when you want to store your data (updated or modified) for a short period of time.                                                                            So, Let's see what it is? If you keep your PC/Laptop into sleep mode then the data that you have access until then will be saved in the RAM storage. As we know RAM is a Volatile Memory (Temporary memory) (It retains its data while powered on) the data stored in it will be present until it has some power supply, if there is no power supply then the data is lost from the RAM. So, if you want t...

Different Tools Used By Software Developers.

1.Basic Editors:           a.      Notepad: ·        It is a built-in tool in Windows operating system.           b.     Notepad ++: https://notepad-plus-plus.org/ ·        Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License. 2.Advanced Editors or IDE’s:           a.      Atom: https://atom.io/ ·        Atom-IDE is a set of optional packages to bring IDE-like functionality to Atom and improve language integrations.           b.     Eclipse: https://www.eclipse.org/ ·        The Platform for Open Innovation and Collab...