SlideShare a Scribd company logo
1 of 28
By P Laxmi Devi
Basic Structure of Computers
Computer Architecture in general covers three aspects of computer
design namely:
Computer Hardware, Instruction set Architecture and Computer
Organization. Computer hardware consists of electronic circuits,
displays, magnetic and optical storage media and communication
facilities.
Instruction set Architecture is programmer visible machine interface
such as instruction set, registers, memory organization and exception
handling.
Two main approaches are mainly CISC (Complex Instruction Set
Computer) and RISC (Reduced Instruction Set Computer)
Computer Organization includes the high level aspects of a design, such
as memory system, the bus structure and the design of the internal CPU.
2
Functional Unit
A computer in its simplest form comprises five functional units
namely input unit, output unit memory unit, arithmetic & logic unit and
control unit. Figure 2 depicts the functional units of a computer
system.
1. Input Unit: Computer accepts encoded information through input
unit. The standard input device is a keyboard. Whenever a key is
pressed, keyboard controller sends the code to CPU/Memory.
Examples include Mouse, Joystick, Tracker ball, Light pen, Digitizer,
Scanner etc.
3
Cont……...
4
Cont ……...
2. Memory Unit: Memory unit stores the program instructions
(Code), data and results of computations etc.
Memory unit is classified as:
1. Primary /Main Memory
2. Secondary /Auxiliary Memory
Primary memory is a semiconductor memory that provides
access at high speed. Run time program instructions and
operands are stored in the main memory.
5
Cont……...
Primary Memory
Primary/ Main Memory is classified as :
1. ROM - Read Only Memory and
2. RAM - Random Access Memory
ROM is a non- volatile memory as it never loses its contents
and that can hold data even if computer is turned off and it
holds system programs and firmware routines such as BIOS,
POST, I/O Drivers that are essential to manage the hardware of
a computer.
6
Cont……...
Some of the types of ROM
1. BIOS-ROM – Basic Input Output System Read Only Memory
2. PROM – Programmable Read Only Memory
3. EPROM – Erasable Programmable Read Only Memory
4. EEPROM – Electrically Erasable Programmable Read Only Memory
7
Cont……...
RAM is termed as Read/Write memory or user memory that holds run
time program instruction and data. While primary storage is
essential, it is volatile in nature and expensive.
Some of the types of RAM are:
1. DRAM - Dynamic Random-Access Memory
2. EDORAM – Extended Data Out Random-Access Memory
3. VRAM – Video Random-Access Memory
4. SRAM – Static Random-Access Memory
5. SDRAM – Synchronous Dynamic Random-Access Memory
8
Cont……...
Secondary/ Auxiliary Memory
Secondary memory refers to storage devices, such as hard
drives and solid state drives. It may also refer to removable
storage media, such as USB flash drives, CDs, and DVDs.
Additionally, secondary memory is non-volatile, meaning it
retains its data with or without electrical power.
Secondary memory has four categories like Magnetic Storage,
Optical Storage, Flash storage, and Online Cloud System.
9
Cont……...
10
Cont……...
Hard disk
A Hard Drive is the hardware component that stores all of your digital
content. Your documents, pictures, music, videos, programs, application
preferences, and operating system represent digital content stored on a
hard drive. Hard drives can be external or internal.
Function of hard disk drive
A hard disk drive (HDD), hard disk, hard drive, or fixed disk is an electro-
mechanical data storage device that stores and retrieves digital data
using magnetic storage and one or more rigid rapidly rotating platters
coated with magnetic material.
11
Cont……...
Hard disk - 1 TB HDD (SATA)
12
Cont……...
Magnetic Tape
Magnetic tape data storage is a system for storing digital information
on magnetic tape using digital recording.
The device that performs the writing or reading of data is called a tape
drive.
Magnetic tape is type of non-volatile memory uses thin plastic ribbon is
used for storing data and as data use to be stored on ribbon so data
read/write speed is slower due to which is mainly used for data
backups. On other hand Magnetic Disk is also type of non-volatile
memory uses circular disk used for storing data
13
Cont……...
Magnetic Tape
14
Cont……...
Floppy Disk
The Floppy Disk Drive, also known as Diskette, is a
removable magnetic storage medium that allows
recording of data. IBM first introduced it as a 8-in diskette
in 1971
Today, the most commonly used floppy disks are 3.5
inches and have the capacity of 800 KB to 2.8 MB (with a
standard of 1.44 MB).
15
Cont……...
Floppy Disk
16
Cont……...
Optical Disk
Optical storage is any storage type in which data is written
and read with a laser. Typically, data is written to optical
media, such as compact discs (CDs) and DVDs.
Optical media is more durable than tape, HDDs and flash
drives and less vulnerable to environmental conditions.
17
Cont……...
Optical Disk
18
Cont……...
3. Arithmetic and logic unit: ALU consist of necessary logic
circuits like adder, comparator etc., to perform operations of
addition, multiplication, comparison of two numbers etc.
4. Output Unit: Computer after computation returns the
computed results, error messages, etc. via output unit.
The standard output device is a video monitor, LCD/TFT
monitor. Other output devices are printers, plotters etc.
5. Control Unit: Control unit co-ordinates activities of all
units by issuing control signals. Control signals issued by
control unit govern the data transfers and then appropriate
operations take place. Control unit interprets or decides the
operation/action to be performed.
19
Cont……...
6. Central Processing Unit (CPU):
The computer's central processing unit (CPU) is the portion
of a computer that retrieves and executes instructions.
The CPU is often simply referred to as the processor. The
ALU performs arithmetic operations, logic operations, and
related operations, according to the program instructions.
A central processing unit (CPU), also called a central
processor, main processor or just processor, is the electronic
circuitry that executes instructions comprising a computer
program. The CPU performs basic arithmetic, logic,
controlling, and input/output (I/O) operations specified by
the instructions in the program
20
Cont……...
Types of CPU
● Single-core CPU. It is the oldest type of CPU which is
available and employed in most of the personal and official
computers.
● Dual-core CPU. It is a single CPU that comprises of two
strong cores and functions like dual CPU acting like one.
● Quad-core CPU.
● Hexa Core processors.
● Octa-core processors.
● Deca-core processor
21
Cont……...
CPU has four basic functions to perform a task:
● Fetch. The first step of a CPU is to fetch instructions from
the program memory.
● Decode. After fetching information CPU will determine
what to do with that data next, this step is the decode step.
● Execute.
● Arithmetic Logic Unit (ALU)
● Control Unit (CU)
22
Software
Software is the programs and routines for a computer or the
program material for an electronic device which make it run.
An example of software is Excel or Windows or iTunes.
Computer software is typically classified into two major types of
programs:
1. System software and
2. Application software.
23
Cont……...
1. System software is software designed to provide a
platform for other software.
Examples of system software include operating systems like
macOS, Linux, Android and Microsoft Windows, computational
science software, game engines, industrial automation, and
software as a service applications.
2. Application software, or app for short, is software that
performs specific tasks for an end-user.
For example, Microsoft Word or Excel are application software,
as are common web browsers such as Firefox or Google
Chrome.
24
Operating System (OS)
An Operating System (OS) is an interface between a computer user and
computer hardware. An operating system is a software which performs
all the basic tasks like file management, memory management, process
management, handling input and output, and controlling peripheral
devices such as disk drives and printers.
Every desktop computer, tablet, and smartphone includes an operating
system that provides basic functionality for the device.
Common desktop operating systems include Windows, OS X, and Linux.
25
Cont……...
Functions of an Operating System
An operating system has three main functions:
(1) manage the computer's resources, such as the central
processing unit, memory, disk drives, and printers,
(2) establish a user interface, and
(3) execute and provide services for applications software.
26
Cont……...
Classifications of an Operating System
● Multiuser OS: In a multiuser OS, more than one user can
use the same system at a same time through the multi I/O
terminal or through the network.
● Multiprocessing OS
● Multiprogramming OS
● Multitasking OS
● Multithreading
● Batch Processing
● Online Processing
27
28

More Related Content

What's hot

Typical Computer Components
Typical Computer Components Typical Computer Components
Typical Computer Components CharlotteMay97
 
Computer system Hardware and Instruction
Computer system Hardware and InstructionComputer system Hardware and Instruction
Computer system Hardware and InstructionSharad Kafle
 
Typical Configuration of Computer System
Typical Configuration of Computer SystemTypical Configuration of Computer System
Typical Configuration of Computer SystemProf. Dr. K. Adisesha
 
Dc ass-001-1834902082 ismail
Dc ass-001-1834902082 ismailDc ass-001-1834902082 ismail
Dc ass-001-1834902082 ismailMdISMAIL97
 
Intro. to computer system
Intro. to computer systemIntro. to computer system
Intro. to computer systemdofirfauzi1302
 
Unit1 four part basic computer organization
Unit1 four part basic computer organizationUnit1 four part basic computer organization
Unit1 four part basic computer organizationNeha Kurale
 
Ch.01 introduction to_computers
Ch.01 introduction  to_computersCh.01 introduction  to_computers
Ch.01 introduction to_computersSimmisar
 
08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)Akhila Dakshina
 
Fundamental units of computer
Fundamental units of computerFundamental units of computer
Fundamental units of computerSandeep Menon
 
introduction about computer hardware and software...
introduction about computer hardware and software...introduction about computer hardware and software...
introduction about computer hardware and software...Muhammad Akram
 

What's hot (20)

Typical Computer Components
Typical Computer Components Typical Computer Components
Typical Computer Components
 
Computer system Hardware and Instruction
Computer system Hardware and InstructionComputer system Hardware and Instruction
Computer system Hardware and Instruction
 
Typical Configuration of Computer System
Typical Configuration of Computer SystemTypical Configuration of Computer System
Typical Configuration of Computer System
 
Csc118 chapter1
Csc118 chapter1Csc118 chapter1
Csc118 chapter1
 
Computer Hardware
Computer Hardware Computer Hardware
Computer Hardware
 
Basic computer
Basic computerBasic computer
Basic computer
 
Unit 6
Unit 6Unit 6
Unit 6
 
Dc ass-001-1834902082 ismail
Dc ass-001-1834902082 ismailDc ass-001-1834902082 ismail
Dc ass-001-1834902082 ismail
 
The system unit ch # 4
The system unit ch # 4The system unit ch # 4
The system unit ch # 4
 
Intro. to computer system
Intro. to computer systemIntro. to computer system
Intro. to computer system
 
Cpu
CpuCpu
Cpu
 
Unit1 four part basic computer organization
Unit1 four part basic computer organizationUnit1 four part basic computer organization
Unit1 four part basic computer organization
 
Components of Computer System
Components of Computer SystemComponents of Computer System
Components of Computer System
 
Ch.01 introduction to_computers
Ch.01 introduction  to_computersCh.01 introduction  to_computers
Ch.01 introduction to_computers
 
08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)
 
I/O Management
I/O ManagementI/O Management
I/O Management
 
Fundamental units of computer
Fundamental units of computerFundamental units of computer
Fundamental units of computer
 
Computer hardware
Computer hardwareComputer hardware
Computer hardware
 
Operating system and services
Operating system and servicesOperating system and services
Operating system and services
 
introduction about computer hardware and software...
introduction about computer hardware and software...introduction about computer hardware and software...
introduction about computer hardware and software...
 

Similar to Computer Organisation

Ch.01 introduction to_computers
Ch.01 introduction  to_computersCh.01 introduction  to_computers
Ch.01 introduction to_computersejistcaloocan
 
Ch.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdfCh.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdfsaurabhChandbodhale
 
Ch.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdfCh.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdfMewledMohammed
 
Computer basics and i.o devices
Computer basics and i.o devicesComputer basics and i.o devices
Computer basics and i.o deviceskitturashmikittu
 
Introduction to Computer MBA SEM I - Copy (4).ppt
Introduction to Computer MBA SEM I - Copy (4).pptIntroduction to Computer MBA SEM I - Copy (4).ppt
Introduction to Computer MBA SEM I - Copy (4).pptShivamSaini553956
 
lesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptxlesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptxJunaidRamzan4
 
1 Introduction to Computer .ppt
1 Introduction to Computer .ppt1 Introduction to Computer .ppt
1 Introduction to Computer .pptZebi Khan
 
lesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptxlesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptxnoveriustelaumbanua
 
Introduction of computer PPT.pptx
Introduction of computer PPT.pptxIntroduction of computer PPT.pptx
Introduction of computer PPT.pptxnavneetkumarsen
 
Introduction to Computers system ppt.ppt
Introduction to Computers system ppt.pptIntroduction to Computers system ppt.ppt
Introduction to Computers system ppt.pptAnkitaDhiman36
 
Introduction to Computers.ppt
Introduction to Computers.pptIntroduction to Computers.ppt
Introduction to Computers.pptEnquiryTITBhiwani
 
Basics of computers.pptx
Basics of computers.pptxBasics of computers.pptx
Basics of computers.pptx123mengie
 
CIS99_Ch_01 (1).pptx
CIS99_Ch_01 (1).pptxCIS99_Ch_01 (1).pptx
CIS99_Ch_01 (1).pptxAslamRj1
 
Lesson 1 introduction to computers
Lesson 1 introduction to computersLesson 1 introduction to computers
Lesson 1 introduction to computersVishal Patyal
 
basics of computer
basics of computerbasics of computer
basics of computerddoid9976
 

Similar to Computer Organisation (20)

Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computers
 
Introduction to computers i
Introduction to computers iIntroduction to computers i
Introduction to computers i
 
Ch.01 introduction to_computers
Ch.01 introduction  to_computersCh.01 introduction  to_computers
Ch.01 introduction to_computers
 
Ch.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdfCh.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdf
 
Ch.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdfCh.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdf
 
introtocomputers.pptx
introtocomputers.pptxintrotocomputers.pptx
introtocomputers.pptx
 
Computer basics and i.o devices
Computer basics and i.o devicesComputer basics and i.o devices
Computer basics and i.o devices
 
Introduction to Computer MBA SEM I - Copy (4).ppt
Introduction to Computer MBA SEM I - Copy (4).pptIntroduction to Computer MBA SEM I - Copy (4).ppt
Introduction to Computer MBA SEM I - Copy (4).ppt
 
lesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptxlesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptx
 
Intro ch 01_b
Intro ch 01_bIntro ch 01_b
Intro ch 01_b
 
1 Introduction to Computer .ppt
1 Introduction to Computer .ppt1 Introduction to Computer .ppt
1 Introduction to Computer .ppt
 
lesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptxlesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptx
 
Introduction of computer PPT.pptx
Introduction of computer PPT.pptxIntroduction of computer PPT.pptx
Introduction of computer PPT.pptx
 
Introduction to Computers.ppt
Introduction to Computers.pptIntroduction to Computers.ppt
Introduction to Computers.ppt
 
Introduction to Computers system ppt.ppt
Introduction to Computers system ppt.pptIntroduction to Computers system ppt.ppt
Introduction to Computers system ppt.ppt
 
Introduction to Computers.ppt
Introduction to Computers.pptIntroduction to Computers.ppt
Introduction to Computers.ppt
 
Basics of computers.pptx
Basics of computers.pptxBasics of computers.pptx
Basics of computers.pptx
 
CIS99_Ch_01 (1).pptx
CIS99_Ch_01 (1).pptxCIS99_Ch_01 (1).pptx
CIS99_Ch_01 (1).pptx
 
Lesson 1 introduction to computers
Lesson 1 introduction to computersLesson 1 introduction to computers
Lesson 1 introduction to computers
 
basics of computer
basics of computerbasics of computer
basics of computer
 

Recently uploaded

Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 

Recently uploaded (20)

Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 

Computer Organisation

  • 1. By P Laxmi Devi
  • 2. Basic Structure of Computers Computer Architecture in general covers three aspects of computer design namely: Computer Hardware, Instruction set Architecture and Computer Organization. Computer hardware consists of electronic circuits, displays, magnetic and optical storage media and communication facilities. Instruction set Architecture is programmer visible machine interface such as instruction set, registers, memory organization and exception handling. Two main approaches are mainly CISC (Complex Instruction Set Computer) and RISC (Reduced Instruction Set Computer) Computer Organization includes the high level aspects of a design, such as memory system, the bus structure and the design of the internal CPU. 2
  • 3. Functional Unit A computer in its simplest form comprises five functional units namely input unit, output unit memory unit, arithmetic & logic unit and control unit. Figure 2 depicts the functional units of a computer system. 1. Input Unit: Computer accepts encoded information through input unit. The standard input device is a keyboard. Whenever a key is pressed, keyboard controller sends the code to CPU/Memory. Examples include Mouse, Joystick, Tracker ball, Light pen, Digitizer, Scanner etc. 3 Cont……...
  • 5. 2. Memory Unit: Memory unit stores the program instructions (Code), data and results of computations etc. Memory unit is classified as: 1. Primary /Main Memory 2. Secondary /Auxiliary Memory Primary memory is a semiconductor memory that provides access at high speed. Run time program instructions and operands are stored in the main memory. 5 Cont……...
  • 6. Primary Memory Primary/ Main Memory is classified as : 1. ROM - Read Only Memory and 2. RAM - Random Access Memory ROM is a non- volatile memory as it never loses its contents and that can hold data even if computer is turned off and it holds system programs and firmware routines such as BIOS, POST, I/O Drivers that are essential to manage the hardware of a computer. 6 Cont……...
  • 7. Some of the types of ROM 1. BIOS-ROM – Basic Input Output System Read Only Memory 2. PROM – Programmable Read Only Memory 3. EPROM – Erasable Programmable Read Only Memory 4. EEPROM – Electrically Erasable Programmable Read Only Memory 7 Cont……...
  • 8. RAM is termed as Read/Write memory or user memory that holds run time program instruction and data. While primary storage is essential, it is volatile in nature and expensive. Some of the types of RAM are: 1. DRAM - Dynamic Random-Access Memory 2. EDORAM – Extended Data Out Random-Access Memory 3. VRAM – Video Random-Access Memory 4. SRAM – Static Random-Access Memory 5. SDRAM – Synchronous Dynamic Random-Access Memory 8 Cont……...
  • 9. Secondary/ Auxiliary Memory Secondary memory refers to storage devices, such as hard drives and solid state drives. It may also refer to removable storage media, such as USB flash drives, CDs, and DVDs. Additionally, secondary memory is non-volatile, meaning it retains its data with or without electrical power. Secondary memory has four categories like Magnetic Storage, Optical Storage, Flash storage, and Online Cloud System. 9 Cont……...
  • 11. Hard disk A Hard Drive is the hardware component that stores all of your digital content. Your documents, pictures, music, videos, programs, application preferences, and operating system represent digital content stored on a hard drive. Hard drives can be external or internal. Function of hard disk drive A hard disk drive (HDD), hard disk, hard drive, or fixed disk is an electro- mechanical data storage device that stores and retrieves digital data using magnetic storage and one or more rigid rapidly rotating platters coated with magnetic material. 11 Cont……...
  • 12. Hard disk - 1 TB HDD (SATA) 12 Cont……...
  • 13. Magnetic Tape Magnetic tape data storage is a system for storing digital information on magnetic tape using digital recording. The device that performs the writing or reading of data is called a tape drive. Magnetic tape is type of non-volatile memory uses thin plastic ribbon is used for storing data and as data use to be stored on ribbon so data read/write speed is slower due to which is mainly used for data backups. On other hand Magnetic Disk is also type of non-volatile memory uses circular disk used for storing data 13 Cont……...
  • 15. Floppy Disk The Floppy Disk Drive, also known as Diskette, is a removable magnetic storage medium that allows recording of data. IBM first introduced it as a 8-in diskette in 1971 Today, the most commonly used floppy disks are 3.5 inches and have the capacity of 800 KB to 2.8 MB (with a standard of 1.44 MB). 15 Cont……...
  • 17. Optical Disk Optical storage is any storage type in which data is written and read with a laser. Typically, data is written to optical media, such as compact discs (CDs) and DVDs. Optical media is more durable than tape, HDDs and flash drives and less vulnerable to environmental conditions. 17 Cont……...
  • 19. 3. Arithmetic and logic unit: ALU consist of necessary logic circuits like adder, comparator etc., to perform operations of addition, multiplication, comparison of two numbers etc. 4. Output Unit: Computer after computation returns the computed results, error messages, etc. via output unit. The standard output device is a video monitor, LCD/TFT monitor. Other output devices are printers, plotters etc. 5. Control Unit: Control unit co-ordinates activities of all units by issuing control signals. Control signals issued by control unit govern the data transfers and then appropriate operations take place. Control unit interprets or decides the operation/action to be performed. 19 Cont……...
  • 20. 6. Central Processing Unit (CPU): The computer's central processing unit (CPU) is the portion of a computer that retrieves and executes instructions. The CPU is often simply referred to as the processor. The ALU performs arithmetic operations, logic operations, and related operations, according to the program instructions. A central processing unit (CPU), also called a central processor, main processor or just processor, is the electronic circuitry that executes instructions comprising a computer program. The CPU performs basic arithmetic, logic, controlling, and input/output (I/O) operations specified by the instructions in the program 20 Cont……...
  • 21. Types of CPU ● Single-core CPU. It is the oldest type of CPU which is available and employed in most of the personal and official computers. ● Dual-core CPU. It is a single CPU that comprises of two strong cores and functions like dual CPU acting like one. ● Quad-core CPU. ● Hexa Core processors. ● Octa-core processors. ● Deca-core processor 21 Cont……...
  • 22. CPU has four basic functions to perform a task: ● Fetch. The first step of a CPU is to fetch instructions from the program memory. ● Decode. After fetching information CPU will determine what to do with that data next, this step is the decode step. ● Execute. ● Arithmetic Logic Unit (ALU) ● Control Unit (CU) 22
  • 23. Software Software is the programs and routines for a computer or the program material for an electronic device which make it run. An example of software is Excel or Windows or iTunes. Computer software is typically classified into two major types of programs: 1. System software and 2. Application software. 23 Cont……...
  • 24. 1. System software is software designed to provide a platform for other software. Examples of system software include operating systems like macOS, Linux, Android and Microsoft Windows, computational science software, game engines, industrial automation, and software as a service applications. 2. Application software, or app for short, is software that performs specific tasks for an end-user. For example, Microsoft Word or Excel are application software, as are common web browsers such as Firefox or Google Chrome. 24
  • 25. Operating System (OS) An Operating System (OS) is an interface between a computer user and computer hardware. An operating system is a software which performs all the basic tasks like file management, memory management, process management, handling input and output, and controlling peripheral devices such as disk drives and printers. Every desktop computer, tablet, and smartphone includes an operating system that provides basic functionality for the device. Common desktop operating systems include Windows, OS X, and Linux. 25 Cont……...
  • 26. Functions of an Operating System An operating system has three main functions: (1) manage the computer's resources, such as the central processing unit, memory, disk drives, and printers, (2) establish a user interface, and (3) execute and provide services for applications software. 26 Cont……...
  • 27. Classifications of an Operating System ● Multiuser OS: In a multiuser OS, more than one user can use the same system at a same time through the multi I/O terminal or through the network. ● Multiprocessing OS ● Multiprogramming OS ● Multitasking OS ● Multithreading ● Batch Processing ● Online Processing 27
  • 28. 28