Types of Computer

Types of Computer:


Types_of_Computer


v    On the basis of Working Principle:

a)            Analog Computer:An analog computer is a form of computer that uses continuous physical phenomena such as electrical, mechanical, or hydraulic quantities to model the problem being solved.

Example: Thermometer, Speedometer, Petrol pump indicator, Multimeter 

 

b)            Digital Computer: A computer that performs calculations and logical operations with quantities represented as digits, usually in the binary number system.

Example: Personal Computer, Laptop, Desktop, Mobile Phone etc.

 

Digital_computer 

c)            Hybrid Computer (Analog + Digital):A combination of computers those are capable of inputting and outputting in both digital and analog signals. A hybrid computer system setup offers a cost effective method of performing complex simulations. The instruments used in medical science lies in this category.

Example:

Hybrid_computer

v On the basis of Size

   a. Super Computer: Some specialized applications requires immense power to calculate mathematical operations and to serve that purpose we need Supercomputers, which are very fast and expensive computers. PARAM is an example of supercomputer made in India. Supercomputers are capable to execute single operation faster than the other like Mainframe Computer.


Applications of Supercomputer are as follows:

1.   Weather forecasting

2.   Graphics Animation

3.   Nuclear Research etc.

Supercomputer

b. Mainframe Computer: Mainframe Computers are more expensive and larger in capacity to support hundreds or even thousands of user programs at a time whereas supercomputers can execute single operation faster than Mainframe Computer.

Main-frame-computer

c. Mini Computer: Minicomputer stands between workstation and mainframe computer. Mini Computer is a mid-size and less expensive than mainframe computer, capable to support 2 to 300 users at a time. For example- Server is an example of minicomputer.

Mini-computer

d. Micro Computer: Personal Computers (PC’s) are examples of Micro Computer, which is capable to support only one user at a time and much cheaper to afford easily for personal work. Example of such computers are as follows:

Micro-Computer

i. Desktop Computer: Is a personal computer much smaller to fit into a desk.

ii. Laptop Computer: Is a portable computer with integrated Screen and Keyboard.

 iii. Mobile Phones/Palmtop Computer/ Notebook /PDAs: These are the palm size compute with onscreen keyboard.

       e. Workstations: Workstation is a terminal or Desktop Computer in a Client-Server Network, which are  basically used for software development, desktop publishing. It uses single operating system with large size RAM and storage devices capable to store user’s data and application software.


Workstation-computer


Language processor/ Language Translator

Language processor/ Language Translator

Language processor/Language Translator

Computer hardware can only understand machine level languages or instructions. But, in most cases we use only High level languages. So it is the necessity to convert the HLL’s into its corresponding machine level language. There are mainly three types of language processor are currently in use, such as-

v  Compiler: Compiler is a language translator, which converts the high level language into machine level language by compiling the whole program at once. So, it takes less time to compile the whole program.

v  Interpreter: Interpreter is also a language translator, which converts the high level language into machine level language by interpreting line by line. When it gets an error it stops interpreting and report user about the error. It resumed its interpretation until the error being corrected by the user. That’s why it takes more time to compile a program than compiler.

v  Assembler: Assembler is also a language translator, which converts assembly level language into machine level language.

Computer Software

Computer Software

   Computer Software: 

  To perform various tasks computer needs to have specific computer software. In simple term computer       software is nothing but a computer program, which is a collection of instructions given to a computer       system to perform the specified task. Depending on the requirement computer software can be categories    into following category such as:

v      System software: For Example- Operating System Software 

                                   DOS, Windows XP, Windows Vista, Unix/Linux, MAC/OS X etc. 

v     Application software:  For Example- 

                                     Ms. Office 2003, Ms. Office 2007, 

                                     Macromedia   (Dreamweaver, Flash), Adobe (Page Maker, Photoshop) 

v      Utility Software:  For Example- Device Driver.


What is Digital Computer ?

    Digital Computer:

    Digital Computer means an advanced electronic device which accepts raw data as input from the input devices like Keyboard, Mouse, and Scanner etc. and executes these data with the help of program, which is a set of instructions and produces output as a result, which could be stored in memory for the future use and could be sent to the output devices such as Printer, Monitor etc.




What is ALU ?

What is ALU ?

   ALU stands for Arithmetic Logic Unit, which consists of the following two subsections such as-Arithmetic Sections, which performs arithmetic operations like addition, subtraction, multiplication, division etc and Logic Section, which performs logic operations such as selection, matching, comparisons etc.