Showing posts with label Basic parts of Computers. Show all posts
Showing posts with label Basic parts of Computers. Show all posts
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
Basic Parts of a Computer
Basic Parts of a Computer
Introduction
The basic parts of a desktop computer are the computer case, monitor, keyboard, mouse, and power cord. Each part plays an important role whenever you use a computer.
Computer Case
A computer case, also known as a computer chassis, tower, system unit, CPU (when referring to the case as a whole rather than the processor), or cabinet, is the enclosure that contains most of the components of a personal computer (usually excluding the display, keyboard, and mouse). Cases are usually constructed from steel (often SECC—steel, electrogalvanized, cold-rolled, coil) or aluminium. Plastic is sometimes used, and other materials such as glass, wood and even Lego bricks have appeared in home-built cases.
A monitor is a piece of computer hardware that displays the video and graphics information generated by a connected computer through the computer's video card. Monitors are similar to TVs but usually display information at a much higher resolution. Also unlike televisions, monitors typically sit atop a desk rather than being mounted on a wall.
Keyboard
A keyboard is a peripheral device that enables a user to input text into a computer or any other electronic machinery. A keyboard is an input device and is the most basic way for the user to communicate with a computer. This device is patterned after its predecessor, the typewriter, from which the keyboard inherited its layout, although the keys or letters are arranged to function as electronic switches. The keys include punctuation, alphanumeric and special keys like the Windows key and various multimedia keys, which have specific functions assigned to them.
Mouse
A computer mouse is an input device that is used with a computer. Moving a mouse along a flat surface can move the cursor to different items on the screen. Items can be moved or selected by pressing the mouse buttons (called clicking).[1] Today's mice have two buttons, the left button and right button, with a scroll wheel in between the two. Today, many computer mice use wireless technology and have no wire.
Power Cord
A power cord, line cord, or mains cable is an electrical cable that temporarily connects an appliance to the mains electricity supply via a wall socket or extension cord. The terms are generally used for cables using a power plug to connect to a single-phase alternating current power source at the local line voltage—(generally 100 to 240 volts, depending on the location). The terms power cable, mains lead, flex or kettle lead are also used. A lamp cord (also known as a zip cord) is a light-weight, ungrounded, single-insulated two-wire cord used for small loads such as a table or floor lamp.
Subscribe to:
Posts (Atom)
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...
-
How to Clear Terminal History in Kali Linux | clear_history open ~/.zshrc add the following line alias clear_history='echo ""...
-
Network What is Network? A network consists of two or more computers that are linked in order to share resources (such as printers and CD...
-
PPPoE (Point-to-Point Protocol over Ethernet) PPPoE (Point-to-Point Protocol over Ethernet) is a specification for connecting multiple compu...














