Skip to main content

What are Different Types of Computer

Computers can be divided into the following 3 types on the basis of their working mechanism:

1) Analog Computers

2) Digital Computers

3) Hybrid Computers

1. Analog Computers

Analog computer is used to measure continuous values. It measures a physical property like voltage, pressure, speed, time and temperature. An analog computer takes input in analog form and gives output in analog form.
Its output is usually displayed on a meter or scale. Analog computer has low memory and fewer functions. Analog computer is mainly used in the field of engineering and medicine. Examples include:

Examples of Analog Computers include:


analog computer examples thermo meter

examples of analog computer speedo meter
 1. Thermometer
2. Speedometer
3. Analog clock

2. Digital Computers

A digital computer works with digital data. Digital computer uses binary number system. Binary number system consists of only two digits 0 and 1. A digital computer represents data in digital signals. A 0 represents OFF and a 1 represents ON. Digital computer performs arithmetic and logical operations on data. It gives output in digital form.
Digital computers are very fast. These computers can store results. They have large Memory(that is data storing capacity). Today most of the computers used in offices and homes are Digital computers.
Examples:

examples of digital computer personal computer

1. Personal Computer-(also called PC or Micro Computer)
2. Digital Score board
3. Digital watch

3. Hybrid Computers

A hybrid computer is a combination of both analog and digital computer. Hybrid ccomputer can handle both analog and digital data. A hybrid computer combines the best characteristics of both the analog and digital computer. It can accept data in both analog and digital form.
Examples:

1. Hybrid computer devices are used in hospitals that may calculate patient's heart function, temperature and blood pressure etc. This calculation may be converted into numbers and shown in digital form. For example,


The Vital Signs Monitoring unit

also called VSM in short. It has Blood Pressure monitor, ECG monitor, respiratory monitor, and is also used for monitoring anesthesia.
2. Hybrid computers are also used in spaceships and missile system.
3. Hybrid Computer Machines are generally used in scientific applications
4. Hybrid computers are used for controlling industrial processes.
Next Read Differences between Analog and Digital Computer 

Further Suggested Reading:

Comments

laptops said…
Great Nice........:)
laptops said…
plzzzz tell me how i can get google adsense account plzzzz tell me......thnksssssss..

Popular posts from this blog

Convert Centimeters to Inches Python Programming | Python Program Conver...

YouTube Video Tutorial How to write a Python program to convert centimetres to inches Formula to convert centimetres to inches   Explanation of this Python Program This Python program prompts the user to enter a height in inches, converts it to centimeters, and then prints the converted value. It uses the conversion factor of 2.54 to perform the conversion and rounds the result to two decimal places before displaying it to the user. Here's an explanation of the provided Python program line by line: python inches = float ( input ( 'Enter the Height in inches to convert into centimeters:' )) This line prompts the user to enter a height in inches and assigns the entered value to the variable inches . The input() function is used to receive input from the user, and float() is used to convert the input into a floating-point number. python centimeters = inches * 2.54 This line calculates the equivalent value in centimeters by multiplying the inches variable by the conver...

Converting Decimal Number system to Binary, Octal and Hexa Decimal with Examples and Vice Versa

Topics covered with examples: Converting Decimal Number system to Binary, Octal and Hexa Decimal with Examples and Vice Versa Number Systems in Computer Science and Conversion Method Conversion of Decimal number system to other  number systems Conversion of Decimal number system to binary number systems Conversion of Decimal number system to octal number systems Conversion of Decimal number system to hexadecimal number systems Conversion of    non-decimal Number system to Other non-decimal number system Conversion of other number systems to Decimal number system Conversion of binary number systems to Decimal number system Conversion of octal number systems to Decimal number system Conversion of  hexadecimal number systems to Decimal number system Q1. What is a Number System? What are different types of number system? Number system A number system is a set of digits, symbols and rules to express quantities in counting and c...

Find Your Correct Age From Date of Birth

First of all click on First two digits to type Month number from keyboard like any number from 1 to 12. . Now click on next two digits and type day number of month that is date from 1 to 31. In the last step type the year of your birth in four digits like 1995.  Now click on the blue button with text "Calculate Age". Your accurate age will be displayed below the button. For example. If today is 09-16-2023 that is September 16, 2023 and you type birth date as 11-01-2000 that is November 1, 2000, your accurate age will be displayed as:Your age is 22 years, 10 months, and 15 days. Age Calculator Age Calculator Calculate Your Age Now! Enter your date of birth: Calculate Age As shown in the image below: