Showing posts with label Hard Disk Drive. Show all posts
Showing posts with label Hard Disk Drive. Show all posts

HDD VS SSD

HDD VS SSD

Hard Disk Drive (HDD)
A PC hard disk drive (HDD) is a non-unpredictable memory equipment gadget that controls the situating, perusing and composing of the hard circle, which outfits information stockpiling. Hard circle drives are generally utilized as the principle stockpiling gadget in a PC. HDDs regularly store working framework, programming programs and different documents, and can be found in personal computers, cell phones, purchaser hardware and undertaking stockpiling exhibits in server farms.

A hard plate drive - frequently abbreviated to hard drive - and hard circle are not very similar things, however they are bundled as a unit and either term can allude to the entire unit. 


In a PC, a HDD is generally found in the drive sound and is associated with the motherboard through an ATA, SATA or SCSI cable. The HDD is likewise associated with a force flexibly unit and can keep put away information while shut down.


A hard drive is divided into one of more partitions, which can be further divided into logical drives or volumes. Usually a master boot record (MBR) is found at the beginning of the hard drive and contains a table of partition information. Each logical drive contains a boot record, a file allocation table (FAT) and a root directory for the FAT file system.



Solid-State Drive (SSD)
Solid State Drive (SSD) or Solid-State Disk (SSD), is a capacity gadget that stores information on non-unstable memory. Strong State implies capacity that doesn't require moving parts. Dissimilar to Hard Disk Drive (HDD), there are no moving parts to a SSD. A few focal points of SSD are quicker access time, quiet activity and lower power utilization.

SSDs have a few different favorable circumstances over hard drives too. For instance, the read exhibition of a hard drive decreases when information gets divided, or split up into various areas on the circle. The read presentation of a SSD doesn't reduce dependent on where information is put away on the drive. Accordingly defragmenting a SSD isn't fundamental. Since SSDs don't store information attractively, they are not powerless to information misfortune because of solid attractive fields in closeness to the drive. Moreover, since SSDs have no moving parts, there is far less possibility of a mechanical breakdown. SSDs are additionally lighter, calmer, and utilize less force than hard drives. This is the reason SSDs have gotten a famous decision for PCs. 

While SSDs have numerous points of interest over HDDs, they likewise have a few downsides. Since the SSD innovation is much more up to date than customary hard drive innovation, the cost of SSDs is considerably higher. Starting at mid 2011, SSDs cost around 10 fold the amount of per gigabyte as a hard drive. In this manner, most SSD drives sold today have a lot littler limits than practically identical hard drives. They additionally have a set number or compose cycles, which may make their exhibition corrupt after some time. Luckily, more current SSDs have improved dependability and should most recent quite a while before any decrease in execution is recognizable. As the SSD innovation improves and the costs keep on falling, all things considered, strong state drives will start to substitute hard plate drives for most purposes.


The Main Parts of a Computer

The Main Parts of a Computer

Central Processing Unit (CPU)

CPU stands for Central Processing Unit. It is also known as a brain of the computer. It carries out instructions and computer programs and performs all the basic arithmetical and logical operations. CPU is installed in the motherboard on a specific area known as CPU socket.
NOTE: The terms "CPU" and "processor" are often used interchangeably. Some technical diagrams even label individual processors as CPUs. While this verbiage is not incorrect, it is more accurate (and less confusing) to describe each processing unit as a CPU, while each processor within a CPU is a processing core.

Random Access Memory (RAM)

RAM stands for Random Access Memory. It is also called “direct access memory”. Random access means that each individual byte in entire memory can be access directly. RAM is used to store data and instructions temporarily. A program must be loaded into RAM before execution.
RAM is volatile memory. It means that its contents are lost when the power is turned off. RAM is read/write memory. CPU can read data from RAM and write data to RAM. It is used to store data and instruction while it is being executed. RAM is also called main memory or primary storage.
RAM is of two types −
  • Static RAM (SRAM)
  • Dynamic RAM (DRAM)


Hard Drive





Hard disk drives have been the dominant type of storage since the early days of computers. A hard disk drive consists of a rigid disc made with non-magnetic material, which is coated with a thin layer of magnetic material. Data is stored by magnetizing this thin film. The disk spins at a high speed and a magnetic head mounted on a moving arm is used to read and write data. A typical hard disk drive operates at a speed of 7,200 rpm (rotations per minute), so you will often see this number as part of the technical specifications of a computer. The spinning of the disk is also the source of the humming noise of a computer, although most modern hard disk drives are fairly quiet.
In general, hard disk drives are very robust and can be used for many years without problems. However, hard disk drives can fail and one of the most common reasons is a head crash. This occurs when the magnetic head scratches the magnetic film. This typically happens as a result of a physical shock, like dropping a computer while it's on. When your hard drives experience mechanical failure you can often hear a grinding or scratching sound. Such a crash results in data loss since the magnetic film gets damaged. It is, therefore, always a good idea to have a backup copy of the important files on your hard drive.

Motherboard

The motherboard (sometimes called the mainboard) is the main circuit board inside a personal computer. Other vital system components like the central processing unit (CPU) and random access memory (RAM) modules are connected directly to the motherboard via slots or sockets designed specifically for those components. The motherboard will also provide a number of expansion slots designed to accommodate add-on cards such as video graphics adapter (VGA) cards and network interface cards (NICs).
Various other connectors and ports are built in to the motherboard to enable the connection of both internal secondary storage devices such as hard disk drives and optical drives, and peripheral (external) devices such as a mouse, keyboard and printer. There are also sockets to allow the motherboard to be connected to a suitable power supply unit (PSU). The motherboard is effectively a backplane that connects together all of the devices that make up a computer system. It also supplies power to many of those devices.

Graphics Card



A graphics card is a type of display adapter or video card installed within most computing devices to display graphical data with high clarity, color, definition and overall appearance. A graphics card provides high-quality visual display by processing and executing graphical data using advanced graphical techniques, features and functions.


A graphics card is also known as a graphics adapter, graphics controller, graphics accelerator card or graphics board.


A graphics card is primarily designed to remove the graphical processing tasks from the processor or RAM. It includes a dedicated graphical processing unit (GPU) and a dedicated RAM that help it to process graphical data quickly. Like most processors, a graphics card also has a dedicated heat sink to keep the heat out of the GPU. A graphics card enables the display of 3-D images, image rasterization, higher pixel ration, a broader range of colors and more. Moreover, a graphics card includes various expansion ports such as AGP, HDMI, TV and multiple monitor connectivity. A graphics card can be integrated within the motherboard or be added on as an extension card

How To Create a Ping Script in Python || Python Ping Script | Citi Solution

 How To Create a Ping Script in Python || Python Ping Script | Citi Solution Youtube Video Source Code import os ipaddr = "google.com...