SlideShare a Scribd company logo
1 of 28
INTRODUCTION
to
Basic Computer Organization
By: Prof. Ganesh Ingle
Module 1 objective
Introduction
Characteristic's of Computer
Evolution of Computer
Computer Generations
Classification of Computers
Basic Computer Organization
CHLP module 1 as per IMU syllabus
Computer is an electronic device.
Can store large amounts of data.
Can performing operations on data.
Performing given function on the data & displays the result as
output.
Process data whenever needed.
Known from ‘to compute’
1.1 What is Computer ?
Characteristic's of Computer
1.1 Computer:
Computer is an electronic device which is used to store the data, as per given instructions it
gives results quickly and accurately.
Data :
Data is a raw material of information.
Information :
Proper collection of the data is called information.
1.2 Characteristics of Computer
1. SPEED : In general, no human being can compete to solving the complex computation, faster than computer.
2. ACCURACY : Highest accuracy
3. AUTOMATIC (SPONTANEOUS)
4. DILIGENCE (ENDURANCE) : Computer can work for hours without any break and creating error.
5. ADAPTABILITY
6. VERSATILITY : We can use computer to perform completely different type of work at the same time.
7. ARTIFICIAL INTELLIGENCE: AI/ML/DL/Soft AI/Hard AI
8. STORAGE :Huge Storage
9. NO IQ : Computer does not work without instruction.
10. ARITHMETICAL AND LOGICAL OPERATIONS
11. RELIABILITY
AI
Hard AI Soft AI
Artificial Intelligence
Computer works on data as per program is called process.
Processing means operations like…..
 Calculations,
 Logical decision making,
 Outputting data,
 Communicating with others computer etc.
What is Process?
1.3 History and Evolution of Computers
Abacus
Napier ’s Bones
Pascaline
Punched Card System
Tabulator
Transistors
1.3 History and Evolution of Computers
1.4 Generations of Computers
First Generation: Vacuum Tubes (1940-1956) :
Second Generation: Transistors (1956-1963):
Third Generation: Integrated Circuits (1964-1971):
Fourth Generation: Microprocessors (1971-Present):
Fifth Generation: Artificial Intelligence (Present and Beyond):
First Generation: Vacuum Tubes (1940-1956) :
The first computer systems used vacuum tubes for circuitry and magnetic drums for
memory, and were often enormous, taking up entire rooms. These computers were very
expensive to operate and in addition to using a great deal of electricity, the first computers
generated a lot of heat, which was often the cause of malfunctions.
First generation computers relied on machine language, the lowest-level programming
language understood by computers, to perform operations, and they could only solve one
problem at a time. It would take operators days or even weeks to set-up a new problem.
Input was based on punched cards and paper tape, and output was displayed on printouts.
1.4 Generations of Computers
Second Generation: Transistors (1956-1963):
The world would see transistors replace vacuum tubes in the second generation of
computers. The transistor was invented at Bell Labs in 1947 but did not see
widespread use in computers until the late 1950s.
The transistor was far superior to the vacuum tube, allowing computers to become
smaller, faster, cheaper, more energy-efficient and more reliable than their first-
generation predecessors. Though the transistor still generated a great deal of heat
that subjected the computer to damage, it was a vast improvement over the vacuum
tube. Second-generation computers still relied on punched cards for input and
printouts for output.
Third Generation: Integrated Circuits (1964-1971):
The development of the integrated circuit was the hallmark of the third generation of
computers. Transistors were miniaturized and placed on silicon chips, called
semiconductors, which drastically increased the speed and efficiency of computers.
1.4 Generations of Computers
Fourth Generation: Microprocessors (1971-Present):
The microprocessor brought the fourth generation of computers, as thousands of
integrated circuits were built onto a single silicon chip. What in the first generation
filled an entire room could now fit in the palm of the hand. The Intel 4004 chip,
developed in 1971, located all the components of the computer—from the central
processing unit and memory to input/output controls—on a single chip.
Fifth Generation: Artificial Intelligence (Present and Beyond):
Fifth generation computing devices, based on artificial intelligence, are still in
development, though there are some applications, such as voice recognition, that are
being used today. The use of parallel processing and superconductors is helping to
make artificial intelligence a reality.
Quantum computation and molecular and nanotechnology will radically change the
face of computers in years to come. The goal of fifth-generation computing is to
develop devices that respond to natural language input and are capable of learning
and self-organization.
1.4 Generations of Computers Summary
Classification based on Operating
Principles
◦ A. Digital Computers
◦ B. Analog Computers
◦ C. Hybrid Computers
Classification based on Area of
Application
◦ A. Special Purpose Computers
A. B. General Purpose Computers
Classification based on Size and
Capability
◦ A. Microcomputers(Personal Computer)
i. Desktops
ii. Portables
B. Minicomputer
C. Mainframe computers
D. Supercomputer
1.5 Classification digital Computer
 Classification based on Number of
Microprocessors
i. a. Sequential computers and
ii. Parallel computers
 Classification based on Word Length and
Number of Users
i. Single User
ii. Multi User
iii. Network
Classification based on Size and Capability
Personal computer
A single-user computer
Can be useful at School, Home, etc.
Known as Micro Computer
Laptop, Desktop
Workstation
A powerful, single-user computer.
A workstation is like a personal computer, but it has a
more powerful microprocessor
higher-quality monitor.
Can be found in companies etc.
Minicomputer
A multi-user computer
Capable of supporting from 10 to hundreds of users
simultaneously.
Can be found in banks, government departments etc.
1.5 Classification based on Size & Capability
Mainframe
 A powerful multi-user computer
 Capable of supporting hundreds or thousands
of users simultaneously.
Supercomputer
 An extremely fast computer
 Can perform hundreds of millions of
instructions per second
 Weather, scientific research can be done by
these types of computer.
Computer Hardware
Parts of computer, which can be touch is called hardware.
(Physical Parts)
 Monitor
 CPU
 Key Board
 Mouse
 Speaker
Computer Software
Parts of computer, which can not be touch is called software.
Operating System Software : Windows, MAC, Linux
Application Software : MS Office, Photoshop, Media Player
Internet Browser Software : Internet Explorer, Google Chrome,
Mozilla Firefox, etc.
1.6 Hardware/Software
1.6 Basic Computer Organization
Important Points
The basics of computer system organization
The stored program concept
How computer’s main memory is organized
Types of instructions for a typical processor
Scale and performance factors
based on stored program design
processor system
CPU
memory
input/output system
input/output devices
secondary storage
1.6 Basic Computer Organization
1.6 Basic Computer Organization
Central Processing Unit
◦ Manages the instruction-execution cycle
◦ FETCH – DECODE – EXECUTE
◦ Coordinates the activities of other devices
Main Memory
(fast access) storage device for preserving binary data and instructions
memory is divided into units or words
each is usually a standard size or fixed-length
each memory word has a unique address for random access
Random Access Memory (RAM) : Readable,Writeable,usually volatile (e.g., Dynamic
RAM or DRAM) ,general storage
Read Only Memory (ROM) :Readable,Permanent,Nonvolatile,Special-purpose storage
for data and instructions
1.6 Basic Computer Organization
The CPU and Main Memory
1.6 Basic Computer Organization
Inside the CPU
memory
address
register
instruction
register
memory
data
register
program
counter
accumulator
(work
register)
arithmetic
logic unitsystem
clock
1.6 Basic Computer Organization
Types of Processor Operations
Data Movement Operations
 Moving data from memory to the CPU
 Moving data from memory to memory
 Input and output
Arithmetic and Logical Operations
 Integer arithmetic
 Comparing two quantities
 Shifting, rotating bits in a quantity
 Testing, comparing, and converting bits
Program Control
 starting a program
 halting a program
 skipping to other instructions
 testing data to decide whether to skip over some instructions
1.8 Applications of Computer
 Science research
 Education
 Business applications
 Banking
 Office Automation
 Desktop publishing
 Management aids
 Engineering designing
 Road traffic control
 Railway
 Medicine
 Information services
Applications
1.9 Computer Memory
1.9 Computer Memory
 Primary memory:
 Primary memory is the only type of memory which is directly accessed by the CPU. The
CPU continuously reads instructions stored in the primary memory and executes them.
Any data that has to be operated by the CPU is also stored. The information is transferred
to various locations through the BUS. Primary memories are of two types. They are:
 RAM
 ROM
 RAM: It stands for Random Access Memory. Here data can be stored temporarily, so this
type of memory is called as temporary memory or volatile memory because when power
fails the data from RAM will be erased. The information stored in the RAM is basically
loaded from the computer’s disk and includes information related to the operating system
and applications that are currently executed by the processor. RAM is considered random
access because any memory cell can be directly accessed if its address is known. RAM is of
distinct types like SRAM, DRAM, and VRAM.
 ROM: It stands for Read Only Memory. In this, the data will be furnished by the
manufacturers regarding the system, so this information can simply be read by the user
but cannot add new data or it cannot be modified. ROMs are of distinct types:
 PROM – Programmable Read Only Memory
 EPROM – Erasable Programmable Read Only Memory
 EEPROM – Electrically Erasable Programmable Read Only Memory
1.9 Computer Memory
 Secondary memory:
 Secondary memory or auxiliary memory consists of slower and less expensive device that
communicates indirectly with CPU via main memory. The secondary memory stores the
data and keeps it even when the power fails. It is used to store or save large data or
programs or other information. The secondary storage devices are explained below:
 Magnetic disks, Magnetic tape, Optical disk,USB flash drive
 Mass storage devices
 1.Magnetic disks: Magnetic disks are made of rigid metals or synthetic plastic material.
The disk platter is coated on both the surfaces with magnetic material and both the
surfaces can be used for storage. The magnetic disk furnishes direct access and is for both
small and large computer systems. The magnetic disk comes in two forms:
 Floppy disks
 Hard disks
 2. Magnetic tape: magnetic tape is serial access storage medium and it can store a large
volume of data at low costs. The conventional magnetic tape is in reels of up to 3600 feet
made of Mylar plastic tape. The tape is one-half inch in width and is coated with magnetic
material on one side. The reel of tape is loaded on a magnetic tape drive unit. During any
read/write operation, the tape is moved from one spool to another in the same way as in
the audiocassette tape recorder. The magnetic tape is densely packed with magnetic spots
in frames across its width.
1.9 Computer Memory
 3. Optical drives: optical drives are a storage medium from which data is read and to
which it is written by lasers. Optical disks can store much more data up to 6GB. Optical
store devices are the most widely used and reliable storage devices. The most widely used
type of optical storage devices are explained below:
 CD – ROM,DVD – ROM,CD – RECORDABLE,CD – REWRITABLE,PHOTO – CD
 4. USB flash drives: USB flash drives are removable, rewritable and are physically much
smaller drives, which have the weight of less than 30g. In the year of 2010, the storage
capacity of the USB flash drives was as large as 256GB. Such devices are a good substitute
for floppy disks and CD – ROMs as they are smaller, faster, have thousands of times more
capacity, and are more durable and reliable. Until 2005, most desktop and laptop
computers had floppy disk drives, but nowadays floppy disk drives have been abandoned
in favor of USB ports. The USB connector is often protected inside a removable cap,
although it is not likely to be damaged if unprotected. USB flash drives draw power from
the computer through external USB connection.
 5. Mass storage devices: Mass storage devices refer to the saving of huge data in a
persistent manner. Mass storage machines can store up to several trillion bytes of data and
hence are used to store or save large databases, such as the information of customers of a
big retail chain and library transactions of students in a college. Some of the commonly
used mass storage devices are explained below:
 Disk array, Automated tape, CD – ROM jukebox
THANK YOU
Image Source
searchenterpriseai.techtarget.com
wikipedia

More Related Content

What's hot (20)

Software and hardware
Software and hardwareSoftware and hardware
Software and hardware
 
Unit 1 computer concepts
Unit 1   computer conceptsUnit 1   computer concepts
Unit 1 computer concepts
 
Intermediate Operating Systems
Intermediate Operating SystemsIntermediate Operating Systems
Intermediate Operating Systems
 
Os services
Os servicesOs services
Os services
 
Direct Memory Access ppt
Direct Memory Access pptDirect Memory Access ppt
Direct Memory Access ppt
 
Os ppt
Os pptOs ppt
Os ppt
 
Computer architecture
Computer architectureComputer architecture
Computer architecture
 
internet world, computer ppt
internet world, computer pptinternet world, computer ppt
internet world, computer ppt
 
Characteristics of computer.ppt tamoor
Characteristics of computer.ppt tamoorCharacteristics of computer.ppt tamoor
Characteristics of computer.ppt tamoor
 
Characteristics of computer
Characteristics of computerCharacteristics of computer
Characteristics of computer
 
Memory Management in OS
Memory Management in OSMemory Management in OS
Memory Management in OS
 
Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computers
 
Advanced Database Lecture Notes
Advanced Database Lecture NotesAdvanced Database Lecture Notes
Advanced Database Lecture Notes
 
Basic organization of computer
 Basic organization of computer Basic organization of computer
Basic organization of computer
 
Computer organisation
Computer organisationComputer organisation
Computer organisation
 
BIOS AND OS
BIOS AND OSBIOS AND OS
BIOS AND OS
 
Computer memory
Computer memoryComputer memory
Computer memory
 
Computer processing
Computer processingComputer processing
Computer processing
 
Operating system
Operating systemOperating system
Operating system
 
File Management in Operating System
File Management in Operating SystemFile Management in Operating System
File Management in Operating System
 

Similar to Computer organization

Computer Science PowerPoint Presentation
Computer Science PowerPoint PresentationComputer Science PowerPoint Presentation
Computer Science PowerPoint PresentationAshna Rajput
 
Atharva Patil_28_9th lilies_Computer Project2.pptx
Atharva Patil_28_9th lilies_Computer Project2.pptxAtharva Patil_28_9th lilies_Computer Project2.pptx
Atharva Patil_28_9th lilies_Computer Project2.pptxAtharvaPatil48
 
The Deal
The DealThe Deal
The Dealadhaval
 
Information Technology for Managers - Basics
Information Technology for Managers - BasicsInformation Technology for Managers - Basics
Information Technology for Managers - BasicsIsha Joshi
 
Application of computer in Hospitality
Application of computer in HospitalityApplication of computer in Hospitality
Application of computer in HospitalityPriya Roy
 
Tm 1st mod
Tm 1st modTm 1st mod
Tm 1st modRVIM
 
Computer Science Class 11 India PPT
Computer Science Class 11 India PPTComputer Science Class 11 India PPT
Computer Science Class 11 India PPTRat Devil
 
INTRODUCTION TO COMPUTER .pptx
INTRODUCTION TO COMPUTER .pptxINTRODUCTION TO COMPUTER .pptx
INTRODUCTION TO COMPUTER .pptxRamjeyDavocRony
 
What is a computer
What is a computerWhat is a computer
What is a computerOfun Emma
 
Introduction to Computer
Introduction to ComputerIntroduction to Computer
Introduction to Computersuganya2411
 
Advanced Computer Architecture
Advanced Computer ArchitectureAdvanced Computer Architecture
Advanced Computer ArchitectureTodd Turner
 
Introduction to Computer and Generations of Computer by Er. Kamlesh Tripathi
Introduction to Computer and Generations of Computer by Er. Kamlesh TripathiIntroduction to Computer and Generations of Computer by Er. Kamlesh Tripathi
Introduction to Computer and Generations of Computer by Er. Kamlesh TripathiLEALucknow
 
Computer concepts- Mohammadali & Tausif
Computer concepts- Mohammadali & TausifComputer concepts- Mohammadali & Tausif
Computer concepts- Mohammadali & Tausiftausif ghodesawar
 
Neetu IT Assignment
Neetu IT AssignmentNeetu IT Assignment
Neetu IT AssignmentNeetu Marwah
 
Lecturer1 introduction to computer architecture (ca)
Lecturer1   introduction to computer architecture (ca)Lecturer1   introduction to computer architecture (ca)
Lecturer1 introduction to computer architecture (ca)ADEOLA ADISA
 

Similar to Computer organization (20)

Computer Science PowerPoint Presentation
Computer Science PowerPoint PresentationComputer Science PowerPoint Presentation
Computer Science PowerPoint Presentation
 
Atharva Patil_28_9th lilies_Computer Project2.pptx
Atharva Patil_28_9th lilies_Computer Project2.pptxAtharva Patil_28_9th lilies_Computer Project2.pptx
Atharva Patil_28_9th lilies_Computer Project2.pptx
 
The Deal
The DealThe Deal
The Deal
 
Information Technology for Managers - Basics
Information Technology for Managers - BasicsInformation Technology for Managers - Basics
Information Technology for Managers - Basics
 
Material.pdf
Material.pdfMaterial.pdf
Material.pdf
 
Application of computer in Hospitality
Application of computer in HospitalityApplication of computer in Hospitality
Application of computer in Hospitality
 
Module 1.pptx
Module 1.pptxModule 1.pptx
Module 1.pptx
 
Tm 1st mod
Tm 1st modTm 1st mod
Tm 1st mod
 
Computer Science Class 11 India PPT
Computer Science Class 11 India PPTComputer Science Class 11 India PPT
Computer Science Class 11 India PPT
 
Lecture1.pptx
Lecture1.pptxLecture1.pptx
Lecture1.pptx
 
Digital Fluency
Digital FluencyDigital Fluency
Digital Fluency
 
INTRODUCTION TO COMPUTER .pptx
INTRODUCTION TO COMPUTER .pptxINTRODUCTION TO COMPUTER .pptx
INTRODUCTION TO COMPUTER .pptx
 
What is a computer
What is a computerWhat is a computer
What is a computer
 
COMPUTER.docx
COMPUTER.docxCOMPUTER.docx
COMPUTER.docx
 
Introduction to Computer
Introduction to ComputerIntroduction to Computer
Introduction to Computer
 
Advanced Computer Architecture
Advanced Computer ArchitectureAdvanced Computer Architecture
Advanced Computer Architecture
 
Introduction to Computer and Generations of Computer by Er. Kamlesh Tripathi
Introduction to Computer and Generations of Computer by Er. Kamlesh TripathiIntroduction to Computer and Generations of Computer by Er. Kamlesh Tripathi
Introduction to Computer and Generations of Computer by Er. Kamlesh Tripathi
 
Computer concepts- Mohammadali & Tausif
Computer concepts- Mohammadali & TausifComputer concepts- Mohammadali & Tausif
Computer concepts- Mohammadali & Tausif
 
Neetu IT Assignment
Neetu IT AssignmentNeetu IT Assignment
Neetu IT Assignment
 
Lecturer1 introduction to computer architecture (ca)
Lecturer1   introduction to computer architecture (ca)Lecturer1   introduction to computer architecture (ca)
Lecturer1 introduction to computer architecture (ca)
 

More from Infinity Tech Solutions

Database Management System-session 3-4-5
Database Management System-session 3-4-5Database Management System-session 3-4-5
Database Management System-session 3-4-5Infinity Tech Solutions
 
Main topic 3 problem solving and office automation
Main topic 3 problem solving and office automationMain topic 3 problem solving and office automation
Main topic 3 problem solving and office automationInfinity Tech Solutions
 
Computer memory, Types of programming languages
Computer memory, Types of programming languagesComputer memory, Types of programming languages
Computer memory, Types of programming languagesInfinity Tech Solutions
 
AI/ML/DL/BCT A Revolution in Maritime Sector
AI/ML/DL/BCT A Revolution in Maritime SectorAI/ML/DL/BCT A Revolution in Maritime Sector
AI/ML/DL/BCT A Revolution in Maritime SectorInfinity Tech Solutions
 
Programming with matlab session 5 looping
Programming with matlab session 5 loopingProgramming with matlab session 5 looping
Programming with matlab session 5 loopingInfinity Tech Solutions
 

More from Infinity Tech Solutions (20)

Database management system session 6
Database management system session 6Database management system session 6
Database management system session 6
 
Database management system session 5
Database management system session 5Database management system session 5
Database management system session 5
 
Database Management System-session 3-4-5
Database Management System-session 3-4-5Database Management System-session 3-4-5
Database Management System-session 3-4-5
 
Database Management System-session1-2
Database Management System-session1-2Database Management System-session1-2
Database Management System-session1-2
 
Main topic 3 problem solving and office automation
Main topic 3 problem solving and office automationMain topic 3 problem solving and office automation
Main topic 3 problem solving and office automation
 
Introduction to c programming
Introduction to c programmingIntroduction to c programming
Introduction to c programming
 
E commerce
E commerce E commerce
E commerce
 
E commerce
E commerceE commerce
E commerce
 
Bds session 13 14
Bds session 13 14Bds session 13 14
Bds session 13 14
 
Computer memory, Types of programming languages
Computer memory, Types of programming languagesComputer memory, Types of programming languages
Computer memory, Types of programming languages
 
Basic hardware familiarization
Basic hardware familiarizationBasic hardware familiarization
Basic hardware familiarization
 
User defined functions in matlab
User defined functions in  matlabUser defined functions in  matlab
User defined functions in matlab
 
Programming with matlab session 6
Programming with matlab session 6Programming with matlab session 6
Programming with matlab session 6
 
Programming with matlab session 3 notes
Programming with matlab session 3 notesProgramming with matlab session 3 notes
Programming with matlab session 3 notes
 
AI/ML/DL/BCT A Revolution in Maritime Sector
AI/ML/DL/BCT A Revolution in Maritime SectorAI/ML/DL/BCT A Revolution in Maritime Sector
AI/ML/DL/BCT A Revolution in Maritime Sector
 
Programming with matlab session 5 looping
Programming with matlab session 5 loopingProgramming with matlab session 5 looping
Programming with matlab session 5 looping
 
BIG DATA Session 7 8
BIG DATA Session 7 8BIG DATA Session 7 8
BIG DATA Session 7 8
 
BIG DATA Session 6
BIG DATA Session 6BIG DATA Session 6
BIG DATA Session 6
 
MS word
MS word MS word
MS word
 
DBMS CS 4-5
DBMS CS 4-5DBMS CS 4-5
DBMS CS 4-5
 

Recently uploaded

Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 

Recently uploaded (20)

Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 

Computer organization

  • 2. Module 1 objective Introduction Characteristic's of Computer Evolution of Computer Computer Generations Classification of Computers Basic Computer Organization
  • 3. CHLP module 1 as per IMU syllabus
  • 4. Computer is an electronic device. Can store large amounts of data. Can performing operations on data. Performing given function on the data & displays the result as output. Process data whenever needed. Known from ‘to compute’ 1.1 What is Computer ?
  • 5. Characteristic's of Computer 1.1 Computer: Computer is an electronic device which is used to store the data, as per given instructions it gives results quickly and accurately. Data : Data is a raw material of information. Information : Proper collection of the data is called information. 1.2 Characteristics of Computer 1. SPEED : In general, no human being can compete to solving the complex computation, faster than computer. 2. ACCURACY : Highest accuracy 3. AUTOMATIC (SPONTANEOUS) 4. DILIGENCE (ENDURANCE) : Computer can work for hours without any break and creating error. 5. ADAPTABILITY 6. VERSATILITY : We can use computer to perform completely different type of work at the same time. 7. ARTIFICIAL INTELLIGENCE: AI/ML/DL/Soft AI/Hard AI 8. STORAGE :Huge Storage 9. NO IQ : Computer does not work without instruction. 10. ARITHMETICAL AND LOGICAL OPERATIONS 11. RELIABILITY
  • 6. AI Hard AI Soft AI Artificial Intelligence
  • 7. Computer works on data as per program is called process. Processing means operations like…..  Calculations,  Logical decision making,  Outputting data,  Communicating with others computer etc. What is Process?
  • 8. 1.3 History and Evolution of Computers Abacus Napier ’s Bones Pascaline Punched Card System Tabulator Transistors
  • 9. 1.3 History and Evolution of Computers
  • 10. 1.4 Generations of Computers First Generation: Vacuum Tubes (1940-1956) : Second Generation: Transistors (1956-1963): Third Generation: Integrated Circuits (1964-1971): Fourth Generation: Microprocessors (1971-Present): Fifth Generation: Artificial Intelligence (Present and Beyond): First Generation: Vacuum Tubes (1940-1956) : The first computer systems used vacuum tubes for circuitry and magnetic drums for memory, and were often enormous, taking up entire rooms. These computers were very expensive to operate and in addition to using a great deal of electricity, the first computers generated a lot of heat, which was often the cause of malfunctions. First generation computers relied on machine language, the lowest-level programming language understood by computers, to perform operations, and they could only solve one problem at a time. It would take operators days or even weeks to set-up a new problem. Input was based on punched cards and paper tape, and output was displayed on printouts.
  • 11. 1.4 Generations of Computers Second Generation: Transistors (1956-1963): The world would see transistors replace vacuum tubes in the second generation of computers. The transistor was invented at Bell Labs in 1947 but did not see widespread use in computers until the late 1950s. The transistor was far superior to the vacuum tube, allowing computers to become smaller, faster, cheaper, more energy-efficient and more reliable than their first- generation predecessors. Though the transistor still generated a great deal of heat that subjected the computer to damage, it was a vast improvement over the vacuum tube. Second-generation computers still relied on punched cards for input and printouts for output. Third Generation: Integrated Circuits (1964-1971): The development of the integrated circuit was the hallmark of the third generation of computers. Transistors were miniaturized and placed on silicon chips, called semiconductors, which drastically increased the speed and efficiency of computers.
  • 12. 1.4 Generations of Computers Fourth Generation: Microprocessors (1971-Present): The microprocessor brought the fourth generation of computers, as thousands of integrated circuits were built onto a single silicon chip. What in the first generation filled an entire room could now fit in the palm of the hand. The Intel 4004 chip, developed in 1971, located all the components of the computer—from the central processing unit and memory to input/output controls—on a single chip. Fifth Generation: Artificial Intelligence (Present and Beyond): Fifth generation computing devices, based on artificial intelligence, are still in development, though there are some applications, such as voice recognition, that are being used today. The use of parallel processing and superconductors is helping to make artificial intelligence a reality. Quantum computation and molecular and nanotechnology will radically change the face of computers in years to come. The goal of fifth-generation computing is to develop devices that respond to natural language input and are capable of learning and self-organization.
  • 13. 1.4 Generations of Computers Summary
  • 14. Classification based on Operating Principles ◦ A. Digital Computers ◦ B. Analog Computers ◦ C. Hybrid Computers Classification based on Area of Application ◦ A. Special Purpose Computers A. B. General Purpose Computers Classification based on Size and Capability ◦ A. Microcomputers(Personal Computer) i. Desktops ii. Portables B. Minicomputer C. Mainframe computers D. Supercomputer 1.5 Classification digital Computer  Classification based on Number of Microprocessors i. a. Sequential computers and ii. Parallel computers  Classification based on Word Length and Number of Users i. Single User ii. Multi User iii. Network
  • 15. Classification based on Size and Capability Personal computer A single-user computer Can be useful at School, Home, etc. Known as Micro Computer Laptop, Desktop Workstation A powerful, single-user computer. A workstation is like a personal computer, but it has a more powerful microprocessor higher-quality monitor. Can be found in companies etc. Minicomputer A multi-user computer Capable of supporting from 10 to hundreds of users simultaneously. Can be found in banks, government departments etc. 1.5 Classification based on Size & Capability Mainframe  A powerful multi-user computer  Capable of supporting hundreds or thousands of users simultaneously. Supercomputer  An extremely fast computer  Can perform hundreds of millions of instructions per second  Weather, scientific research can be done by these types of computer.
  • 16. Computer Hardware Parts of computer, which can be touch is called hardware. (Physical Parts)  Monitor  CPU  Key Board  Mouse  Speaker Computer Software Parts of computer, which can not be touch is called software. Operating System Software : Windows, MAC, Linux Application Software : MS Office, Photoshop, Media Player Internet Browser Software : Internet Explorer, Google Chrome, Mozilla Firefox, etc. 1.6 Hardware/Software
  • 17. 1.6 Basic Computer Organization Important Points The basics of computer system organization The stored program concept How computer’s main memory is organized Types of instructions for a typical processor Scale and performance factors based on stored program design processor system CPU memory input/output system input/output devices secondary storage
  • 18. 1.6 Basic Computer Organization
  • 19. 1.6 Basic Computer Organization Central Processing Unit ◦ Manages the instruction-execution cycle ◦ FETCH – DECODE – EXECUTE ◦ Coordinates the activities of other devices Main Memory (fast access) storage device for preserving binary data and instructions memory is divided into units or words each is usually a standard size or fixed-length each memory word has a unique address for random access Random Access Memory (RAM) : Readable,Writeable,usually volatile (e.g., Dynamic RAM or DRAM) ,general storage Read Only Memory (ROM) :Readable,Permanent,Nonvolatile,Special-purpose storage for data and instructions
  • 20. 1.6 Basic Computer Organization The CPU and Main Memory
  • 21. 1.6 Basic Computer Organization Inside the CPU memory address register instruction register memory data register program counter accumulator (work register) arithmetic logic unitsystem clock
  • 22. 1.6 Basic Computer Organization Types of Processor Operations Data Movement Operations  Moving data from memory to the CPU  Moving data from memory to memory  Input and output Arithmetic and Logical Operations  Integer arithmetic  Comparing two quantities  Shifting, rotating bits in a quantity  Testing, comparing, and converting bits Program Control  starting a program  halting a program  skipping to other instructions  testing data to decide whether to skip over some instructions
  • 23. 1.8 Applications of Computer  Science research  Education  Business applications  Banking  Office Automation  Desktop publishing  Management aids  Engineering designing  Road traffic control  Railway  Medicine  Information services Applications
  • 25. 1.9 Computer Memory  Primary memory:  Primary memory is the only type of memory which is directly accessed by the CPU. The CPU continuously reads instructions stored in the primary memory and executes them. Any data that has to be operated by the CPU is also stored. The information is transferred to various locations through the BUS. Primary memories are of two types. They are:  RAM  ROM  RAM: It stands for Random Access Memory. Here data can be stored temporarily, so this type of memory is called as temporary memory or volatile memory because when power fails the data from RAM will be erased. The information stored in the RAM is basically loaded from the computer’s disk and includes information related to the operating system and applications that are currently executed by the processor. RAM is considered random access because any memory cell can be directly accessed if its address is known. RAM is of distinct types like SRAM, DRAM, and VRAM.  ROM: It stands for Read Only Memory. In this, the data will be furnished by the manufacturers regarding the system, so this information can simply be read by the user but cannot add new data or it cannot be modified. ROMs are of distinct types:  PROM – Programmable Read Only Memory  EPROM – Erasable Programmable Read Only Memory  EEPROM – Electrically Erasable Programmable Read Only Memory
  • 26. 1.9 Computer Memory  Secondary memory:  Secondary memory or auxiliary memory consists of slower and less expensive device that communicates indirectly with CPU via main memory. The secondary memory stores the data and keeps it even when the power fails. It is used to store or save large data or programs or other information. The secondary storage devices are explained below:  Magnetic disks, Magnetic tape, Optical disk,USB flash drive  Mass storage devices  1.Magnetic disks: Magnetic disks are made of rigid metals or synthetic plastic material. The disk platter is coated on both the surfaces with magnetic material and both the surfaces can be used for storage. The magnetic disk furnishes direct access and is for both small and large computer systems. The magnetic disk comes in two forms:  Floppy disks  Hard disks  2. Magnetic tape: magnetic tape is serial access storage medium and it can store a large volume of data at low costs. The conventional magnetic tape is in reels of up to 3600 feet made of Mylar plastic tape. The tape is one-half inch in width and is coated with magnetic material on one side. The reel of tape is loaded on a magnetic tape drive unit. During any read/write operation, the tape is moved from one spool to another in the same way as in the audiocassette tape recorder. The magnetic tape is densely packed with magnetic spots in frames across its width.
  • 27. 1.9 Computer Memory  3. Optical drives: optical drives are a storage medium from which data is read and to which it is written by lasers. Optical disks can store much more data up to 6GB. Optical store devices are the most widely used and reliable storage devices. The most widely used type of optical storage devices are explained below:  CD – ROM,DVD – ROM,CD – RECORDABLE,CD – REWRITABLE,PHOTO – CD  4. USB flash drives: USB flash drives are removable, rewritable and are physically much smaller drives, which have the weight of less than 30g. In the year of 2010, the storage capacity of the USB flash drives was as large as 256GB. Such devices are a good substitute for floppy disks and CD – ROMs as they are smaller, faster, have thousands of times more capacity, and are more durable and reliable. Until 2005, most desktop and laptop computers had floppy disk drives, but nowadays floppy disk drives have been abandoned in favor of USB ports. The USB connector is often protected inside a removable cap, although it is not likely to be damaged if unprotected. USB flash drives draw power from the computer through external USB connection.  5. Mass storage devices: Mass storage devices refer to the saving of huge data in a persistent manner. Mass storage machines can store up to several trillion bytes of data and hence are used to store or save large databases, such as the information of customers of a big retail chain and library transactions of students in a college. Some of the commonly used mass storage devices are explained below:  Disk array, Automated tape, CD – ROM jukebox