Skip to main content

Posts

How is the Memory System in Computer?

Memory system of a computer consists of primary and secondary memory units. Primary Memory  Primary memory unit is used to store data ,instructions, and information before,during and after processing by Arithmetic  Logic Unit(ALU) .It is  actually a work area (physically,a collection  of integrated circuits) within the computer ,where the CPU stores the data and instructions .It is mainly of the following three type s. 1.Read Only Memory(ROM) 2.Random Access  Memory (RAM) 3.Complementary Metal -Oxide-Semiconductor(CMOS ) Read Only Memory(ROM)   Read only memory is an essential  component  of the memory unit.We know that the computer ,being  a machine ,itself  has no  intelligence or memory and requires instructions ,which are given by us.Whenever the computer is switched on ,it searches for the required instructions .The memory  is permanent    and is not  erased when the system  is switched off .So,ROM is ...
Recent posts

Best Game Streaming Apps for Android

  What does live streaming refer to? The word live streaming generally means to broadcast any kind of streams: one-to-many connections that go out to several users at once. Live streaming is when the streamed video is transmitted over the Internet in real time, without the video being recorded, stored and then being published. Video-conferencing technologies such as, Face Time, Skype and Google Hangouts Meet work on (RTC) real-time communication rules of conduct rather than the protocols used by one-to-many live stream broadcasts.  Although using PC for live stream games has been always recommended by top gamers! If you are looking for a live stream app for PUBG Mobile, Fortnight, and other games, you must have heard about top mobile gamers, like Scout,Mortal, Viper, Dynamo, etc. Most of them use PC to stream their games on some of these streaming platforms. Big live streaming platforms have popularized the concept of capturing live gaming moments and forwardin...

How to enable Windows 10 - Virtualization

One of the features that Windows 10 has included is the capacity of creating virtual machines. A virtual machine is the software emulation of a computer system. They are created within a real or physical computer, allowing you to create multiple separate “computers” that can run different operating systems and programs. These virtual machines are handled using a special software called a Hypervisor . In this case, Microsoft’s own Hyper-V. Due to the advanced nature of virtualization, not all computers can run virtual machines. In the past, this feature was reserved for servers. But with operating systems like Windows 10, users can create their own virtual machines too. Pre-requisites in Windows 10 The basic pre-requisites for creating and running virtual machines in Windows 10 are the following − A 64-bit edition of Windows 10 Pro or Windows Enterprise. Hyper-V isn’t available for Windows 10 Home edition. Your computer processor needs to support virtualization, or more spe...

How is SSD & HDD working? Which one to Choose?

  What is HDD? An HDD uses magnetism, which allows you to store data on a rotating platter. It has a read/write head that floats above the spinning platter for Reading and Writing of the data. The faster the platter spins, the quicker an HDD can perform. HDD also consists of an I/O controller and firmware, which tells the hardware what to do and communicates with the remaining system. The full form of HDD is Hard Disk Drive.   What is SSD? Solid State Drives ( SSDs ) are a non-volatile storage device that stores and retrieves data constantly on solid-state flash memory. However, this data is stored on interconnected flash memory chips instead of platters, which makes them faster than HDDs. It provides better performance compared to HDD. KEY DIFFERENCES: HDD has a slower speed for reading and writing data and SSD is faster at reading and writing data. HDD has higher latency whereas SSD has a lower latency. HDD supports fewer I/O operations per second (IOPS) while SSD supports m...