
- C Programming Tutorial
- C - Home
- C - Overview
- C - Environment Setup
- C - Program Structure
- C - Basic Syntax
- C - Data Types
- C - Variables
- C - Constants
- C - Storage Classes
- C - Operators
- C - Decision Making
- C - Loops
- C - Functions
- C - Scope Rules
- C - Arrays
- C - Pointers
- C - Strings
- C - Structures
- C - Unions
- C - Bit Fields
- C - Typedef
- C - Input & Output
- C - File I/O
- C - Preprocessors
- C - Header Files
- C - Type Casting
- C - Error Handling
- C - Recursion
- C - Variable Arguments
- C - Memory Management
- C - Command Line Arguments
- C Programming useful Resources
- C - Questions & Answers
- C - Quick Guide
- C - Useful Resources
- C - Discussion
What are different types of computers according to their size in C?
Computer is an electronic device which can used to store data and to perform operations, based on the size of computer, the computer may be divided into four types they are −
- Micro-computer (small)
- Mini-computer (medium)
- Mainframe computer (large)
- Supercomputer (very large)
Micro-computer
The CPU used in micro-computer is microprocessor, it originated in the late 1970’s. The first micro-computer is around 8-bit microprocessor chips.
The chip with 8-bit can retrieve data/instruction from storage, process and manipulate at a time. The cost of micro-computers is economical and are friendly in use. Personal computers (PCs) can fall into this category.
Mini-computer
It originated in the 1960’s. Initially the mini-computers were 8 and 12 bit machines but in the 1970’s almost all mini-computers were 16-bit machines. The 16-bit mini-computer advantage is large instruction set and address field and efficient storage.
Micro-computer
It originated in the 1960’s. Initially the mini-computers were 8 and 12 bit machines but in the 1970’s almost all mini-computers were 16-bit machines. The 16-bit mini-computer advantage is large instruction set and address field and efficient storage.
Mini computers are bigger than microcomputers but smaller than mainframes. The cost of mini-computers is somewhere between Rs. 5 to 15 lac depending upon the configuration.
Mainframes
Mainframes are generally 32 bit processors. These are suited to big organizations to manage high volume applications. Main frames are also used as central host computers in distributed systems.
The speed of mainframes processing is expressed in terms of 10 to 100 million of instructions per second, and their cost is somewhere between 1 to 5 million dollars depending upon the configuration.
Supercomputer
Supercomputer is the upper end of a state-of-the-art mainframe machine. These are almost the fastest machines in terms of processing speed and use multiprocessing technique’s where a number of processors are used to solve a problem.
The size of computer is primarily on the basis of three basic factors −
Those three factors are as follows −
The primary storage capacity
Speed of processing data
Capability to support different input, output and mass storage devices like printers, tape drives, etc.
- Related Articles
- What are different types of constants in C++?
- What are different types of constants in C language?
- What are different types of data in C language?
- What are different types of parameters to a method in C#?
- What are the different data types of arrays in C#?
- What are different types of access modifiers available in C#?
- What are the different types of functions in C Programming?
- What are the different types of pointers in C language?
- What are the different types of keywords in C language?
- What are Different Types of Testing?
- What are different types of interrupts?
- What are different types of Respiration?
- What are different types of plant?
- What are the different types of filters in C# ASP.NET WebAPI?
- Different Types of Transformers and Their Applications
