Skip to main content

Parts of Computer Technology Basics

Part of Computer Technology Basics it seems you should know if a part of the computer is damaged you be know where the location of the damage. Computers Technology now in circulation are increasingly sophisticated and much in demand by many people, maybe including yourself. you should know in it has an important component.The following Parts of Computer Technology Basic:
1. Hardware
hardware are all part of the physical computer, and are distinguished by the data in it or who operate in it, and are distinguished by the software (software) that provides instructions for the hardware to complete the task. The boundary between hardware and software will be a little blurry when we speak about firmware, because this firmware is software that is "made" into the hardware. This firmware is the area of computer science and computer engineering, which is rarely known by the general user.Just an example below:



2. Software
The software is a general term for data that is formatted and stored digitally, including computer programs, documentation, and a variety of information that can be read and written by a computer. In other words, the computer system that is not tangible. This term highlights the differences with the computer hardware.
Computer hardware are all part of the physical computer, and are distinguished by the data in it or who operate in it, and are distinguished by the software (software) that provides instructions for the hardware to complete the task.
The boundary between hardware and software will be a little blurry when we speak about firmware, because this firmware is software that is "made" into the hardware. This firmware is the area of computer science and computer engineering, which is rarely known by the general user.

3. PROCESSOR
This time we will discuss the processor. What processor does it? How does it look like? Functions for what?
Below you will try to explain what that processor. Processor is a very important part of the computer. He can be likened to a computer brain. Ie an electronic circuit that functions to logically respond to and process all the instructions that turn on the computer.
Take a look at the picture below:


4. KEYBOARD, MOUSE AND MONITOR
Well, this input section consisting of keyboard and mouse. In the 1990s, just a keyboard input device only. Further development began to emerge mouse, pen (pen-shaped). There is now a form of finger touch input device (touch screen) and sound. Commonly used for home computers is the keyboard and mouse. Its function is of course for entering data. Finally, the monitor, output while, because it just seemed to make while alone on the screen. Its function is to see the results of inputs or programs that are currently active.

ok that's overview of Part of Computer Technology Basic maybe went on time maybe someday computers technology will be increasingly more sophisticated and cool, and technology have become a necessary requirement to have.so to know the basic parts computer can increase your knowledge ...

Comments

Popular posts from this blog

The Linux Operating System Section

The Linux Operating System Section - This section contains a large amount of tutorials and information about Linux. I present a form that allows you to read it and do not need hard to find. some of you may already have heard of linux, some stories Linux users, who generally do their own install and configuration of the system, are more likely to understand the technology than users of Microsoft Windows or Mac OS. They are often called hacker or geek. But the stereotype is increasingly reduced with increasing user-friendly nature and the growing breadth of Linux distribution users. Linux has made a pretty good achievement in the server computer market and special-purpose computer, such as image rendering engine and a web server. Linux is also gaining in popularity in the desktop computer market.well to more clear about the linux operating system I will explain. Linux is a principle to a combination of LAMP-server program, short for Linux, Apache, MySQL, Perl / PHP / Python. LAMP has...

Basic Linux Commands for The Young

Basic linux commands for The Young - Just as when you type a command at the DOS command line or command line in Linux is also typed at the prompt and end enter to execute the command. The command line is a more efficient way to do any work therefore Linux users still rely on this method to work. We recommend that the young should know and at least once used this command line because someday the knowledge of these commands can be very necessary.the basic commands linux system maybe some of you already know, if of you who do not know well in the following basic commands linux is very complete and I collated. Linux Commands : cat : Sends file contents to standard output. This is a way to list the contents of short files to the screen. It works well with piping. Sends the contents of the ".bashrc" file to the screen. ex: cat .bashrc   cd : Change directory - cd /home = Change the current working directory to /home. The '/' indicates relative to root, and no matte...