SlideShare ist ein Scribd-Unternehmen logo
1 von 15
Classification of
   computers
Classification Of Computer

• Until recently computers were classifieds as microcomputers, super
  minicomputers, mainframes, and supercomputers. Technology, however, has
  changed and this classification is no more relevant. Today all computers used
  microprocessors as their CPU. Thus classification is possible only through their
  mode of use. Based on mode of use we can classify computers as Palms,
  Laptop PCs, Desktop PCs and Workstations. Based on interconnected
  computers we can classify computers we can classify them as distributed
  computers and parallel computers.
Palm PCs or Simputer

• With miniaturization and high-density packing of
  transistor on a chip, computers with capabilities
  nearly that of PCs which can be held in a palm have
  emerged. Palm accept handwritten inputs using an
  electronic pen which can be used to write on a Palm’s
  screen (besides a tiny keyboard), have small disk storage and can be
  connected to a wireless network. One has to train the system on the user’s
  handwriting before it can be used as a mobile phone, Fax, and e-mail
  machine. A version of Microsoft operating system called Windows-CE is
  available for Palm.An Indian initiative to meet the needs of rural population
  of developing countries is called Simputer. Simputer is a mobile handheld
  computer with input through icons on a touch sensitive overly on the LCD
  display panel. A unique feature of Simputer is the use of free open source OS
  called GNU/Linux. The cost of ownership is thus low as there is no software
  cost for OS. Another unique feature of Simputer not found in Palm, is a
  smart card reader/writer, which increases the functionality of the Simputer
  including possibility of personalization of a single Simputer for several users.
Laptop PCs:

• Laptop PCs (also known as notebook computers) are portable
  computers weighing around 2 kgs. They have a keyboard, flat
  screen liquid crystal display, and a Pentium or Power PC processor.
  Colour displays are available. They normally run using WINDOWS
  OS. Laptops come with hard disk (around 40 GB), CDROM and
  floppy disk. They should run with batteries and are thus designed to
  conserve energy by using power efficient chips. Many Laptops can
  be connected to a network. There is a trend towards providing
  wireless connectivity to Laptops so that they can read files from
  large stationary computers. The most common use of Laptop
  computers is used for word processing, and spreadsheet
  computing. As Laptops use miniature components which have to
  consume low power and have to be packaged in small volumes.
Personal Computers (PCs)

• The most popular PCs are desktop machines. Early PCs had Intel 8088
  microprocessors as their CPU. Currently (2004), Intel Dual Core is the most
  popular processor. The machines made by IBM are called IBM PCs. Other
  manufacturers use IBM’s specifications and design their own PCs. They are
  known as IBM compatible PCs. IBM PCs mostly use MS-Windows,
  WINDOWS –XP or GNU/Linux as Operating System. IBM PCs, nowadays
  (2004) have 64 to 256 MB main memory, 40 to 80 GB of Hard Disk and a
  floppy disk or flash ROM. Besides these a 650 MB CDROM is also provided
  in PCs intended for multimedia use. Another company called Apple also
  makes pCs. Apple PCs are known as Apple Macintosh. They use Apple’s
  proprietary OS, which is designed for simplicity of use. Apple Macintosh
  machines used Motorola 68030 microprocessors but now use Power PC
  603 processor. IBM PCs are today the most popular computers with
  millions of them in use throughout the world.
Workstations:


• Workstations are also desktop machines. They are, however, more powerful
  providing processorspeeds about 10 times that of PCs. Most workstations have
  a large colour video display unit (19 inch monitors). Normally they have main
  memory of around 256 MB to 4 GB and Hard Disk of 80 to 320 GB. Workstations
  normally use RISC processors such as MIPS (SIG), RIOS (IBM), SPARC (SUN), or
  PA-RISC (HP). Some manufacturers of Workstations are Silicon Graphics (SIG),
  IBM, SUN Microsystems and Hewlett Packard (HP). The standard Operating
  System of Workstations is UNIX and its derivatives such as AIX (IBM), Solaris
  (SUN), and HP-UX (HP). Very good graphics facilities and large video screens are
  provided by most Workstations. A system called X WINDOWS is provided by
  Workstations to display the status of multiple processes during their execution.
  Most Workstations have built-in hardware to connect to a Local Area Network
  (LAN). Workstations are used for executing numeric and graphic intensive
  applications such as those, which arise in Computer Aided Design, simulation of
  complex systems and visualizing the results of simulation.
Servers

• While manufacturers such as IBM, SUN and Silicon Graphics have been
  manufacturing high performance workstations the speed of Intel Pentium
  Processors has been going up. In 2004, Pentium with clock speed 3 GHz
  are available. They can support several GB main memories. Thus the
  difference between high end PCs and Workstations is vanishing. Today
  companies such as SUN make Intel based workstations.While Workstations
  are characterized by high performance processors with large screens for
  interactive programming, servers are used for specific purpose such as
  high performance numerical computing (called compute server), web
  page hosting, database store, printing etc. interactive large screens are not
  necessary. Compute servers have performance processors with large main
  memory, database servers have big on-line disk storage (100s of GB) and
  print servers support several high speed printers.
Mainframes Computers


• There are organizations such as banks and insurance companies
  process large number of transactions on-line. They require
  computers with very large disks to store several Terabytes of data
  and transfer data from disk to main memory at several hundred
  Megabytes/sec. The processing power needed from such
  computers is hundred million transactions per second. These
  computers are much bigger and faster than workstations and
  several hundred times more expensive. They normally use
  proprietary operating systems, which usually provide high
  expensive services such as user accounting, file security and
  control. They are normally much more reliable when compared to
  Operating System on PCs. These types of computers are called
  mainframes. These are a few manufacturers of mainframes (e.g.,
  IBM and Hitachi). The number of mainframe users has reduced as
  many organizations are rewriting their systems to use networks of
  powerful workstations.
Supercomputers


• Supercomputers are the fastest computers available at any given time and
  are normally used to solve problems, which require intensive numerical
  computations. Examples of such problems are numerical weather
  prediction, designing supersonic aircrafts, design of drugs and modeling
  complex molecules. All of these problems require around
  10^16calculations to be performed. These problems will be solved in
  about 3 hours by a computer, which can carry out a trillion floating point
  calculations per second. Such a computer is classifieds as supercomputer
  today (2004). By about the year 2006 computers which can carry out
  10^15 floating point operations per second on 64 bit floating point
  numbers would be available and would be the ones which be called
  supercomputers. Interconnecting several high speed computers and
  programming them to work cooperatively to solve problems build
  supercomputers.
• . Recently applications of supercomputers have expanded beyond
  scientific computing, they are now used to analyze large commercial
  database, produced animated movies and play games such as chess.
  Besides arithmetic speed, a computer to be classified as a supercomputer
  should have a large main memory of around 16 GB and a secondary
  memory of 1000 GB. The speed of transfer of data from secondary
  memory to the main memory should be at least a tenth of the memory to
  CPU data transfer speed. All supercomputers use parallelism to achieve
  their speed. In Sec. 12.9 we discuss the organization of parallel computers
Picture gallery
Thank you

Weitere ähnliche Inhalte

Was ist angesagt?

Classification of computer
Classification of computerClassification of computer
Classification of computer
Vicky Maliks
 
Types of computer
Types of computerTypes of computer
Types of computer
latifah2001
 

Was ist angesagt? (20)

CLASSIFICATION OF COMPUTERS
CLASSIFICATION OF COMPUTERSCLASSIFICATION OF COMPUTERS
CLASSIFICATION OF COMPUTERS
 
Classification of computer
Classification of computerClassification of computer
Classification of computer
 
Classification of computers
Classification of computersClassification of computers
Classification of computers
 
Different Types of Computers
Different Types of ComputersDifferent Types of Computers
Different Types of Computers
 
Classification of computer
Classification of computerClassification of computer
Classification of computer
 
Types of digital computers
Types of digital computersTypes of digital computers
Types of digital computers
 
Presentation on computer generation
Presentation on computer generationPresentation on computer generation
Presentation on computer generation
 
Types of computer
Types of computerTypes of computer
Types of computer
 
Classification of computers
Classification of computersClassification of computers
Classification of computers
 
Types of computer
Types of computer Types of computer
Types of computer
 
Types of Computer
Types of ComputerTypes of Computer
Types of Computer
 
Types-of-computer-ppt
Types-of-computer-pptTypes-of-computer-ppt
Types-of-computer-ppt
 
Classfication of computer Lecture no 3
Classfication of computer Lecture no 3Classfication of computer Lecture no 3
Classfication of computer Lecture no 3
 
What is a computer?
What is a computer?What is a computer?
What is a computer?
 
Types of computer
Types of computerTypes of computer
Types of computer
 
Classification of computer on the basic of size
Classification of computer on the basic of sizeClassification of computer on the basic of size
Classification of computer on the basic of size
 
Classification of computer
Classification of computerClassification of computer
Classification of computer
 
Classification of Computers
Classification of ComputersClassification of Computers
Classification of Computers
 
Computer and its classification
Computer and its classificationComputer and its classification
Computer and its classification
 
Introduction to Basic Computer Concepts Presentation
Introduction to Basic Computer Concepts PresentationIntroduction to Basic Computer Concepts Presentation
Introduction to Basic Computer Concepts Presentation
 

Ähnlich wie Classification of computers

Lecture3 computer systems
Lecture3  computer systemsLecture3  computer systems
Lecture3 computer systems
markme18
 
Computers types
Computers typesComputers types
Computers types
Ofun Emma
 
A computer is a programmable machine that receives input
A computer is a programmable machine that receives inputA computer is a programmable machine that receives input
A computer is a programmable machine that receives input
BENJAMIN MUSA
 
2. Classification of Computers.pdf
2. Classification of Computers.pdf2. Classification of Computers.pdf
2. Classification of Computers.pdf
RonaldLegurpa
 

Ähnlich wie Classification of computers (20)

Lecture3 computer systems
Lecture3  computer systemsLecture3  computer systems
Lecture3 computer systems
 
Computers types
Computers typesComputers types
Computers types
 
VTU C programming(CPS) 18CPS13/23 notes by Nithin,VVCE,Mysuru
 VTU C programming(CPS) 18CPS13/23 notes by Nithin,VVCE,Mysuru VTU C programming(CPS) 18CPS13/23 notes by Nithin,VVCE,Mysuru
VTU C programming(CPS) 18CPS13/23 notes by Nithin,VVCE,Mysuru
 
W 2 types of computer
W 2 types of computerW 2 types of computer
W 2 types of computer
 
types of computer,HARDWARE SOFTWARE.pptx
types of computer,HARDWARE SOFTWARE.pptxtypes of computer,HARDWARE SOFTWARE.pptx
types of computer,HARDWARE SOFTWARE.pptx
 
typesofcomputer and forms of computers since olden days.pptx
typesofcomputer and forms of computers since olden days.pptxtypesofcomputer and forms of computers since olden days.pptx
typesofcomputer and forms of computers since olden days.pptx
 
Computers types
Computers typesComputers types
Computers types
 
Types of computer
Types of computerTypes of computer
Types of computer
 
A computer is a programmable machine that receives input
A computer is a programmable machine that receives inputA computer is a programmable machine that receives input
A computer is a programmable machine that receives input
 
Basic Components of Computer
Basic Components of ComputerBasic Components of Computer
Basic Components of Computer
 
types_of_computers.pptx
types_of_computers.pptxtypes_of_computers.pptx
types_of_computers.pptx
 
Types of computers[6999]
Types of computers[6999]Types of computers[6999]
Types of computers[6999]
 
My lecutures
My lecuturesMy lecutures
My lecutures
 
Typesofcomputer 190916205929
Typesofcomputer 190916205929Typesofcomputer 190916205929
Typesofcomputer 190916205929
 
Types of computer
Types of computerTypes of computer
Types of computer
 
typesofcomputer-.pptx
typesofcomputer-.pptxtypesofcomputer-.pptx
typesofcomputer-.pptx
 
What is Computer? Types of Computer-Information Techonoly.pdf
What is Computer? Types of Computer-Information Techonoly.pdfWhat is Computer? Types of Computer-Information Techonoly.pdf
What is Computer? Types of Computer-Information Techonoly.pdf
 
typesofcomputer topic 1.pptx
typesofcomputer topic 1.pptxtypesofcomputer topic 1.pptx
typesofcomputer topic 1.pptx
 
Computer types
Computer typesComputer types
Computer types
 
2. Classification of Computers.pdf
2. Classification of Computers.pdf2. Classification of Computers.pdf
2. Classification of Computers.pdf
 

Kürzlich hochgeladen

Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Kürzlich hochgeladen (20)

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 

Classification of computers

  • 1. Classification of computers
  • 2. Classification Of Computer • Until recently computers were classifieds as microcomputers, super minicomputers, mainframes, and supercomputers. Technology, however, has changed and this classification is no more relevant. Today all computers used microprocessors as their CPU. Thus classification is possible only through their mode of use. Based on mode of use we can classify computers as Palms, Laptop PCs, Desktop PCs and Workstations. Based on interconnected computers we can classify computers we can classify them as distributed computers and parallel computers.
  • 3. Palm PCs or Simputer • With miniaturization and high-density packing of transistor on a chip, computers with capabilities nearly that of PCs which can be held in a palm have emerged. Palm accept handwritten inputs using an electronic pen which can be used to write on a Palm’s screen (besides a tiny keyboard), have small disk storage and can be connected to a wireless network. One has to train the system on the user’s handwriting before it can be used as a mobile phone, Fax, and e-mail machine. A version of Microsoft operating system called Windows-CE is available for Palm.An Indian initiative to meet the needs of rural population of developing countries is called Simputer. Simputer is a mobile handheld computer with input through icons on a touch sensitive overly on the LCD display panel. A unique feature of Simputer is the use of free open source OS called GNU/Linux. The cost of ownership is thus low as there is no software cost for OS. Another unique feature of Simputer not found in Palm, is a smart card reader/writer, which increases the functionality of the Simputer including possibility of personalization of a single Simputer for several users.
  • 4. Laptop PCs: • Laptop PCs (also known as notebook computers) are portable computers weighing around 2 kgs. They have a keyboard, flat screen liquid crystal display, and a Pentium or Power PC processor. Colour displays are available. They normally run using WINDOWS OS. Laptops come with hard disk (around 40 GB), CDROM and floppy disk. They should run with batteries and are thus designed to conserve energy by using power efficient chips. Many Laptops can be connected to a network. There is a trend towards providing wireless connectivity to Laptops so that they can read files from large stationary computers. The most common use of Laptop computers is used for word processing, and spreadsheet computing. As Laptops use miniature components which have to consume low power and have to be packaged in small volumes.
  • 5. Personal Computers (PCs) • The most popular PCs are desktop machines. Early PCs had Intel 8088 microprocessors as their CPU. Currently (2004), Intel Dual Core is the most popular processor. The machines made by IBM are called IBM PCs. Other manufacturers use IBM’s specifications and design their own PCs. They are known as IBM compatible PCs. IBM PCs mostly use MS-Windows, WINDOWS –XP or GNU/Linux as Operating System. IBM PCs, nowadays (2004) have 64 to 256 MB main memory, 40 to 80 GB of Hard Disk and a floppy disk or flash ROM. Besides these a 650 MB CDROM is also provided in PCs intended for multimedia use. Another company called Apple also makes pCs. Apple PCs are known as Apple Macintosh. They use Apple’s proprietary OS, which is designed for simplicity of use. Apple Macintosh machines used Motorola 68030 microprocessors but now use Power PC 603 processor. IBM PCs are today the most popular computers with millions of them in use throughout the world.
  • 6. Workstations: • Workstations are also desktop machines. They are, however, more powerful providing processorspeeds about 10 times that of PCs. Most workstations have a large colour video display unit (19 inch monitors). Normally they have main memory of around 256 MB to 4 GB and Hard Disk of 80 to 320 GB. Workstations normally use RISC processors such as MIPS (SIG), RIOS (IBM), SPARC (SUN), or PA-RISC (HP). Some manufacturers of Workstations are Silicon Graphics (SIG), IBM, SUN Microsystems and Hewlett Packard (HP). The standard Operating System of Workstations is UNIX and its derivatives such as AIX (IBM), Solaris (SUN), and HP-UX (HP). Very good graphics facilities and large video screens are provided by most Workstations. A system called X WINDOWS is provided by Workstations to display the status of multiple processes during their execution. Most Workstations have built-in hardware to connect to a Local Area Network (LAN). Workstations are used for executing numeric and graphic intensive applications such as those, which arise in Computer Aided Design, simulation of complex systems and visualizing the results of simulation.
  • 7. Servers • While manufacturers such as IBM, SUN and Silicon Graphics have been manufacturing high performance workstations the speed of Intel Pentium Processors has been going up. In 2004, Pentium with clock speed 3 GHz are available. They can support several GB main memories. Thus the difference between high end PCs and Workstations is vanishing. Today companies such as SUN make Intel based workstations.While Workstations are characterized by high performance processors with large screens for interactive programming, servers are used for specific purpose such as high performance numerical computing (called compute server), web page hosting, database store, printing etc. interactive large screens are not necessary. Compute servers have performance processors with large main memory, database servers have big on-line disk storage (100s of GB) and print servers support several high speed printers.
  • 8. Mainframes Computers • There are organizations such as banks and insurance companies process large number of transactions on-line. They require computers with very large disks to store several Terabytes of data and transfer data from disk to main memory at several hundred Megabytes/sec. The processing power needed from such computers is hundred million transactions per second. These computers are much bigger and faster than workstations and several hundred times more expensive. They normally use proprietary operating systems, which usually provide high expensive services such as user accounting, file security and control. They are normally much more reliable when compared to Operating System on PCs. These types of computers are called mainframes. These are a few manufacturers of mainframes (e.g., IBM and Hitachi). The number of mainframe users has reduced as many organizations are rewriting their systems to use networks of powerful workstations.
  • 9. Supercomputers • Supercomputers are the fastest computers available at any given time and are normally used to solve problems, which require intensive numerical computations. Examples of such problems are numerical weather prediction, designing supersonic aircrafts, design of drugs and modeling complex molecules. All of these problems require around 10^16calculations to be performed. These problems will be solved in about 3 hours by a computer, which can carry out a trillion floating point calculations per second. Such a computer is classifieds as supercomputer today (2004). By about the year 2006 computers which can carry out 10^15 floating point operations per second on 64 bit floating point numbers would be available and would be the ones which be called supercomputers. Interconnecting several high speed computers and programming them to work cooperatively to solve problems build supercomputers.
  • 10. • . Recently applications of supercomputers have expanded beyond scientific computing, they are now used to analyze large commercial database, produced animated movies and play games such as chess. Besides arithmetic speed, a computer to be classified as a supercomputer should have a large main memory of around 16 GB and a secondary memory of 1000 GB. The speed of transfer of data from secondary memory to the main memory should be at least a tenth of the memory to CPU data transfer speed. All supercomputers use parallelism to achieve their speed. In Sec. 12.9 we discuss the organization of parallel computers
  • 12.
  • 13.
  • 14.