SlideShare a Scribd company logo
1 of 42
UNIT-1
Computer Fundamentals
Apollos Academy
UNIT-1 Computer Fundamentals
Apollos Academy
 Introduction to Computer
A computer is an electronic device, operating under the control of instructions stored
in its own memory that can accept data (input), process the data according to specified rules,
produce information (output), and store the information for future use
 Components of a Computer
Components of Computer
Hardware Software
UNIT-1 Computer Fundamentals
Apollos Academy
Components of a Computer
 Hardware are the physical components of a computer.
Example : motherboard, memory devices, monitor, keyboard etc
Motherboard
UNIT-1 Computer Fundamentals
Apollos Academy
Memory Devices
UNIT-1 Computer Fundamentals
Apollos Academy ,Santoshpur ,Kolktata
Monitor keyboard
UNIT-1 Computer Fundamentals
Apollos Academy
 Software is the set of programs or instructions
Example : Microsoft Office , Adobe Reader, VLC Media Player etc
Microsoft Office
Adobe Reader
VLC Media Player
UNIT-1 Computer Fundamentals
Apollos Academy
 Basic Structure of the Computer
 Every task given to a computer follows an Input- Process- Output Cycle (IPO cycle).
 It needs certain input, processes that input and produces the desired output
 The input unit takes the input
 the central processing unit does the processing of data
 Output unit produces the output
UNIT-1 Computer Fundamentals
Apollos Academy
UNIT-1 Computer Fundamentals
Apollos Academy
 Input Unit
The input unit consists of input devices that are attached to the computer. These devices
take input and convert it into binary language that the computer understands. Some of
the common input devices are keyboard, mouse, joystick, scanner etc
Input Unit
UNIT-1 Computer Fundamentals
Apollos Academy
 Central Processing Unit
 Once the information is entered into the computer by the input device, the processor
processes it. The CPU is called the brain of the computer because it is the control centre
of the computer. As the CPU is located on a small chip, it is also called the
Microprocessor.
 The CPU has three main components
which are responsible for different functions – Arithmetic Logic Unit (ALU) , Control
Unit (CU) and Memory registers
CPU
UNIT-1 Computer Fundamentals
Apollos Academy
 Arithmetic and Logic Unit (ALU)
 The ALU, as its name suggests performs mathematical calculations and takes logical
decisions. Arithmetic calculations include addition, subtraction, multiplication and
division
 Logical decisions involve comparison of two data items to see which one is
larger or smaller or equal.
 Control Unit
The Control unit coordinates and controls the data flow in and out of CPU and also
controls all the operations of ALU, memory registers and also input/output units. It is
also responsible for carrying out all the instructions stored in the program.
 Memory Registers
 A register is a temporary unit of memory in the CPU. These receive data/information
and then this data/information is held in them as per the requirement
 each register inside the CPU has a specific function like storing data, storing an instruction,
storing address of a location in memory etc
UNIT-1 Computer Fundamentals
Apollos Academy
 Memory
 A memory is just like a human brain.
 It is used to store data and instructions.
 Computer memory is the storage space in the computer, where data is to be processed
and
 instructions required for processing are stored.
 The memory is divided into large number of small parts called cells.
 Each location or cell has a unique address, which varies from zero to memory size minus
one.
 For example, if the computer has 64k words, then this memory
unit has 64 * 1024 = 65536 memory locations. The address of these locations varies from 0 to
65535.
 Types of Computer Memory
i) Cache Memory
ii) Primary Memory/Main Memory
iii) Secondary Memory
UNIT-1 Computer Fundamentals
Apollos Academy
 Interconnection between Functional Components
A bus is a transmission path (set of conducting wires) over which data or information in the
form of electric signals, is passed from one component to another in a computer.
The following are a few points to describe a computer bus:-
 A bus is a group of lines/wires which carry computer signals.
 A bus is the means of shared transmission.
 Lines are assigned for providing descriptive names. — carries a single electrical signal,
e.g. 1-bit memory address, data bits series, or timing control that turns the device on or off.
 Types of Bus in computer
The bus can be of three types
i) Address bus ii) Data bus iii) Control bus
UNIT-1 Computer Fundamentals
Apollos Academy
UNIT-1 Computer Fundamentals
Apollos Academy
 The address bus, a one-way pathway that allows information to pass in one direction only,
carries information about where data is stored in memory.
Fig : address bus
UNIT-1 Computer Fundamentals
Apollos Academy
 The data bus is a two-way pathway carrying the actual data (information) to and from
The main memory.
Fig : data bus
UNIT-1 Computer Fundamentals
Apollos Academy
 The control bus holds the control and timing signals needed to coordinate all of the
computer’s activities.
UNIT-1 Computer Fundamentals
Apollos Academy
 Concept of Booting
 In computing, booting is the process of starting a computer.
 It can be initiated by hardware such as a button press, or by a software command.
 After it is switched on, a computer's central processing unit (CPU) has no software in
its main memory, so some process must load software into memory before it can be executed.
Fig: Computer Booting
UNIT-1 Computer Fundamentals
Apollos Academy
 Types of Booting
i) Warm Booting ii) Cold Booting
 Cold Booting When the system starts from initial state i.e. it is switched on, we call it
cold booting or Hard Booting. When the user presses the Power button, the instructions
are read from the ROM to initiate the booting process
Fig : Warm Booting
UNIT-1 Computer Fundamentals
Apollos Academy
 Warm Booting When the system restarts or when Reset button is pressed, we call it
Warm Booting or Soft Booting. The system does not start from initial state and so all
diagnostic tests need not be carried out in this case. There are chances of data loss and
system damage as the data might not have been stored properly.
Fig: Warm Booting
Computer Fundamentals
UNIT-1
 Classification of Computers
 Digital Computer
 A Digital computer can be considered as a digital system that performs various computational
tasks.
 The first electronic digital computer was developed in the late 1940s and was used primarily
for numerical computations.
 By convention, the digital computers use the binary number system, which has two digits:
0 and 1. A binary digit is called a bit.
 A computer system is subdivided into two functional entities: Hardware and Software.
Computer Fundamentals
UNIT-1
 Analog Computers
Analog computer, any of a class of devices in which continuously variable physical quantities
such as electrical potential, fluid pressure, or mechanical motion are
represented in a way analogous to the corresponding quantities in the problem to be solved.
Fig :Analog Computers
Apollos Academy
Computer Fundamentals
UNIT-1
 Hybrid Computers
These use both analog and digital technology. It has the speed of analog computer and
the accuracy of a digital computer. It may accept digital or analog signals but an
extensive conversion of data from digital to analog and analog to digital has to be done
Fig: Hybrid Computers
Apollos Academy
Computer Fundamentals
UNIT-1
 Classification of Digital Computers
 Micro Computer today we are using many computers at home is also the most common
microcomputer.
 With this invention of the microprocessors in the year 1970, it became
Possible to use computers for people personally at a low cost and reasonable price known as
Digital Personal Computer.
 the design of microcomputers is minimal in size and storage capacity. These computers
consist of many parts like Input and Output devices, Software, operating systems, networks,
and Servers all these need to connect to form complete Personal Digital Computer.
Examples: IBM PCs and Apple Macintosh.
Fig : IBM PCs Fig : Apple Macintosh.
Apollos Academy
Computer Fundamentals
UNIT-1
 Mini Computer Minicomputer is a digital and multi-user computer system with the
connection of more than one CPU. Thus, many people can work on these computers
simultaneously instead of a single person. Also, it can process with other accessories like a
printer, plotter, etc.
Examples: PDP 11 IBM (8000 Series)
Fig: PDP 11 IBM
Apollos Academy
Computer Fundamentals
UNIT-1
 Mainframe Computer Mainframe computers are multi-programming, high-performance
computers, and multi-user, which means it can handle the workload of more than 100 users
at a time on the computer.
 The storage capacity of the mainframe is enormous, with a high-speed data process as well.
As well as handling hundreds of input and output devices at a time.
Examples: IBM Es000 series, ICL39 Series, and CDC 6600.
Apollos Academy
Computer Fundamentals
UNIT-1
 Super Computer A Supercomputer is the very fastest and powerful, and expensive type of
computer for processing data. Supercomputers’ size and storage capacity are also huge
(can occupy huge premises) designed to process vast amounts of data in a short time with
high productivity.
 These are specially made to perform multi-specific tasks. Therefore, many CPUs work in
parallel order on these supercomputers. This function of a Supercomputer is called
Multiprocessing or Parallel Processing.
Examples: IBM Roadburner, IBM Blue Gene, Intel ASI Red. PARAM-1000, and
CRAY-XMP-14 are Indian Supercomputers.
Fig: IBM Roadburner
Apollos Academy
Computer Fundamentals
UNIT-1
 Computer - Data and Information
 Data: It is the term used for raw facts and figures. For example, 134, + 9, ‘Raju’, ‘C’ are
data. Definition of information should start from next line as given in the word file. In
composed file it is starting from the same line immediately after the definition of data.
 Information: Data represented in useful and meaningful form is information. In simple
words we can say that data is the raw material that is processed to give meaningful,
ordered or structured information.
For example Raju is 9 years old. This is information
about Raju and conveys some meaning. This conversion of data to information is called
data processing.
Apollos Academy
Computer Fundamentals
UNIT-1
 Generation of Computers
 Growth in the computer industry is determined by the development in technology.
 Each phase/generation of computer development is characterized by one or more
hardware/software developments
 The First Generation (1942-1955)
 The first generation computers used the concept of ‘stored program’ and were
characterized by vacuum tubes.
 A vacuum tube is a delicate glass device that can control and amplify electronic
signals.
Computer Fundamentals
UNIT-1
 The main features of the first generation are −
 Vacuum tube technology
 Unreliable
 Very costly
 Need of AC
 Huge size
 Consumed a lot of electricity
 Some computers of this generation were −
 IBM-701
 IBM-650
Computer Fundamentals
UNIT-1
IBM-701
IBM-650
Computer Fundamentals
UNIT-1
 The Second Generation (1955–1964)
 The period of second generation was from 1959-1965. In this generation, transistors were
used that were cheaper, consumed less power, more compact in size, more reliable and faster
than the first generation machines made of vacuum tubes.
 In this generation, magnetic cores were used as the primary memory and magnetic tape and
magnetic disks as secondary storage devices.
 In this generation, assembly language and high-level programming languages like FORTRAN,
COBOL were used. The computers used batch processing and multiprogramming operating system
 The main features of the second generation are −
 Use of transistors
 Reliable in comparison to first generation computers
 Smaller size as compared to first generation computers
 Faster than first generation computers
 Supported machine and assembly languages
Computer Fundamentals
UNIT-1
 Some computers of this generation were −
 IBM 1620
 IBM 7094
 CDC 1604
IBM 1620 IBM 7094
Computer Fundamentals
UNIT-1
 The Third Generation (1964-1975)
 The computers of third generation used Integrated Circuits (ICs) in place of transistors.
 A single IC has many transistors, resistors, and capacitors along with the associated circuitry.
 The IC was invented by Jack Kilby. This development made computers smaller in size
ransistors
he transistor is the primary building block of all microchips, including your CPU.
is what creates the binary 0's and 1's (bits) your computer uses to communicate and deal
with Boolean logic.
Computer Fundamentals
UNIT-1
Resistors
As the name implies their job is to resist or oppose the flow of current. They are meant to
control the flow of electric current to the circuit by automatically bringing down the voltage in
the device.
Computer Fundamentals
UNIT-1
Capacitors
Capacitors can store energy in the electric field located between plates. They are commonly
used in electronic circuits for storage
Computer Fundamentals
UNIT-1
 The main features of third generation are −
 IC used
 Smaller size
 Costly
 Consumed lesser electricity
 Supported high-level language
 Some computers of this generation were −
 IBM-360 series
 Honeywell-6000 series
 IBM-370/168
Computer Fundamentals
UNIT-1
IBM-360 series
Honeywell-6000 series
Computer Fundamentals
UNIT-1
 The Fourth Generation (1975-1980)
 Computers of fourth generation used Very Large Scale Integrated (VLSI) circuits.
 . VLSI circuits having about 5000 transistors and other circuit elements with their
associated circuits on a single chip made
 All the high-level languages like C, C++, DBASE etc., were used in this generation.
 The main features of fourth generation are −
 VLSI technology used
 Very cheap
 No AC required
 Concept of internet was introduced
Computer Fundamentals
UNIT-1
 Some computers of this generation were −
 DEC 10
 CRAY-1(Super Computer)
 CRAY-X-MP(Super Computer)
DEC 10
CRAY-1
Computer Fundamentals
UNIT-1
 Fifth Generation Computers (1980- till)
 This generation is based on parallel processing hardware
 AI (Artificial Intelligence) software.
 All the high-level languages like C and C++, Java, .Net etc., are used in this generation.
 The main features of fifth generation are −
 Development of true artificial intelligence.
 More user-friendly interfaces with multimedia features
 Availability of very powerful and compact computers at cheaper rates
 Some computers of this generation were −
 Desktop
 Laptop
 NoteBook NoteBook
Computer Fundamentals
UNIT-1
 Von Neumann architecture
 In 1945, Dr. John Von Neumann proposed the concept of a stored program computer.
 stored program concept the program and data could be stored in the same memory unit
 It consisted of a Control Unit, Arithmetic, and Logical Memory Unit (ALU),
Registers and Inputs/Outputs
Processor Program + Data
Storage (Memory)
Communication
channel

More Related Content

What's hot

computer components
computer componentscomputer components
computer componentsFaraz Ahmed
 
Cpu introduction to computer
Cpu introduction to computerCpu introduction to computer
Cpu introduction to computerBRS ENGINEERING
 
Computer fundamental mba
Computer fundamental mbaComputer fundamental mba
Computer fundamental mbaNilesh Mishra
 
3. basic organization of a computer
3. basic organization of a computer3. basic organization of a computer
3. basic organization of a computerSHIKHA GAUTAM
 
What's Inside
What's InsideWhat's Inside
What's Insideramled931
 
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...Sowmya Jyothi
 
A451 introduction to cpu (2-12)
A451   introduction to cpu (2-12)A451   introduction to cpu (2-12)
A451 introduction to cpu (2-12)wardjo
 
The CPU and Memory and Major Components
The CPU and Memory and  Major ComponentsThe CPU and Memory and  Major Components
The CPU and Memory and Major Componentsimtiazalijoono
 
Computer system soft ware
Computer system soft wareComputer system soft ware
Computer system soft wareSamuel Igbanogu
 
Intro. to computer system
Intro. to computer systemIntro. to computer system
Intro. to computer systemdofirfauzi1302
 
Basic computer organization
Basic computer organizationBasic computer organization
Basic computer organizationSAMIR NAIK
 
The central processing unit by group 5 2015
The central processing unit by group 5 2015The central processing unit by group 5 2015
The central processing unit by group 5 2015Tendai Karuma
 
Computer architecture
Computer architectureComputer architecture
Computer architectureMrsNunn
 
Block diagram of a computer
Block diagram of a computerBlock diagram of a computer
Block diagram of a computerQsrealm
 

What's hot (20)

computer components
computer componentscomputer components
computer components
 
Cpu
CpuCpu
Cpu
 
Cpu introduction to computer
Cpu introduction to computerCpu introduction to computer
Cpu introduction to computer
 
Computer fundamental mba
Computer fundamental mbaComputer fundamental mba
Computer fundamental mba
 
3. basic organization of a computer
3. basic organization of a computer3. basic organization of a computer
3. basic organization of a computer
 
Ipos cycle
Ipos cycle Ipos cycle
Ipos cycle
 
What's Inside
What's InsideWhat's Inside
What's Inside
 
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...
 
A451 introduction to cpu (2-12)
A451   introduction to cpu (2-12)A451   introduction to cpu (2-12)
A451 introduction to cpu (2-12)
 
The CPU and Memory and Major Components
The CPU and Memory and  Major ComponentsThe CPU and Memory and  Major Components
The CPU and Memory and Major Components
 
Computer system soft ware
Computer system soft wareComputer system soft ware
Computer system soft ware
 
Intro. to computer system
Intro. to computer systemIntro. to computer system
Intro. to computer system
 
Basic computer organization
Basic computer organizationBasic computer organization
Basic computer organization
 
Csc118 chapter1
Csc118 chapter1Csc118 chapter1
Csc118 chapter1
 
1834902155 aka asgn 313
1834902155 aka asgn 3131834902155 aka asgn 313
1834902155 aka asgn 313
 
The central processing unit by group 5 2015
The central processing unit by group 5 2015The central processing unit by group 5 2015
The central processing unit by group 5 2015
 
Computer architecture
Computer architectureComputer architecture
Computer architecture
 
Introduction to computer system
Introduction to computer systemIntroduction to computer system
Introduction to computer system
 
Block diagram of a computer
Block diagram of a computerBlock diagram of a computer
Block diagram of a computer
 
CPU
CPUCPU
CPU
 

Similar to Chapter 1 computer fundamentals

ComputerFundementals.pptx
ComputerFundementals.pptxComputerFundementals.pptx
ComputerFundementals.pptxAyyappanSri
 
Computer System - An Overview
 Computer System - An Overview Computer System - An Overview
Computer System - An OverviewHitesh Singh
 
Lesson 1 anatomy of a digital computer (230 kb)
Lesson 1  anatomy of a digital computer (230 kb)Lesson 1  anatomy of a digital computer (230 kb)
Lesson 1 anatomy of a digital computer (230 kb)IMRAN KHAN
 
Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computersSid1256
 
INTRODUCTION TO COMPUTERS
INTRODUCTION TO COMPUTERSINTRODUCTION TO COMPUTERS
INTRODUCTION TO COMPUTERSTeenugirl
 
Computer Fundamental
Computer FundamentalComputer Fundamental
Computer FundamentalShradha Kabra
 
Computer Fundamental.pdf
Computer Fundamental.pdfComputer Fundamental.pdf
Computer Fundamental.pdfDagneDegefu
 
Basic organisation of computer system
Basic organisation of computer systemBasic organisation of computer system
Basic organisation of computer systemParvathy Ashok
 
Basic concepts of computer & net work (1.25 mb)
Basic concepts of computer & net work (1.25 mb)Basic concepts of computer & net work (1.25 mb)
Basic concepts of computer & net work (1.25 mb)IMRAN KHAN
 
Basics of Computer.pdfnsbsjsjsjsjshsnssjjs
Basics of Computer.pdfnsbsjsjsjsjshsnssjjsBasics of Computer.pdfnsbsjsjsjsjshsnssjjs
Basics of Computer.pdfnsbsjsjsjsjshsnssjjsnassorokayanda9412
 
Comp App Lect 2 System Unit.pptx
Comp App Lect 2 System Unit.pptxComp App Lect 2 System Unit.pptx
Comp App Lect 2 System Unit.pptxMehwishKanwal14
 
Introduction to computers MRS. SOWMYA JYOTHI
Introduction to computers MRS. SOWMYA JYOTHIIntroduction to computers MRS. SOWMYA JYOTHI
Introduction to computers MRS. SOWMYA JYOTHISowmya Jyothi
 
Computer architecture pptx
Computer architecture pptxComputer architecture pptx
Computer architecture pptxMDSHABBIR12
 
Computer Programming.pdf
Computer Programming.pdfComputer Programming.pdf
Computer Programming.pdfLegesseSamuel
 
Introduction to computer.pptx
Introduction to computer.pptxIntroduction to computer.pptx
Introduction to computer.pptxkanwal74
 

Similar to Chapter 1 computer fundamentals (20)

ComputerFundementals.pptx
ComputerFundementals.pptxComputerFundementals.pptx
ComputerFundementals.pptx
 
Computer System - An Overview
 Computer System - An Overview Computer System - An Overview
Computer System - An Overview
 
Computer Fundamentals
Computer FundamentalsComputer Fundamentals
Computer Fundamentals
 
Lesson 1 anatomy of a digital computer (230 kb)
Lesson 1  anatomy of a digital computer (230 kb)Lesson 1  anatomy of a digital computer (230 kb)
Lesson 1 anatomy of a digital computer (230 kb)
 
Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computers
 
INTRODUCTION TO COMPUTERS
INTRODUCTION TO COMPUTERSINTRODUCTION TO COMPUTERS
INTRODUCTION TO COMPUTERS
 
Computer Architecture
Computer ArchitectureComputer Architecture
Computer Architecture
 
Computer Fundamental
Computer FundamentalComputer Fundamental
Computer Fundamental
 
Computer Fundamental.pdf
Computer Fundamental.pdfComputer Fundamental.pdf
Computer Fundamental.pdf
 
Input
InputInput
Input
 
Basic organisation of computer system
Basic organisation of computer systemBasic organisation of computer system
Basic organisation of computer system
 
Basic concepts of computer & net work (1.25 mb)
Basic concepts of computer & net work (1.25 mb)Basic concepts of computer & net work (1.25 mb)
Basic concepts of computer & net work (1.25 mb)
 
Basics of Computer.pdfnsbsjsjsjsjshsnssjjs
Basics of Computer.pdfnsbsjsjsjsjshsnssjjsBasics of Computer.pdfnsbsjsjsjsjshsnssjjs
Basics of Computer.pdfnsbsjsjsjsjshsnssjjs
 
Ch1
Ch1Ch1
Ch1
 
Comp App Lect 2 System Unit.pptx
Comp App Lect 2 System Unit.pptxComp App Lect 2 System Unit.pptx
Comp App Lect 2 System Unit.pptx
 
Introduction to computers MRS. SOWMYA JYOTHI
Introduction to computers MRS. SOWMYA JYOTHIIntroduction to computers MRS. SOWMYA JYOTHI
Introduction to computers MRS. SOWMYA JYOTHI
 
Computer architecture pptx
Computer architecture pptxComputer architecture pptx
Computer architecture pptx
 
Computer system
Computer systemComputer system
Computer system
 
Computer Programming.pdf
Computer Programming.pdfComputer Programming.pdf
Computer Programming.pdf
 
Introduction to computer.pptx
Introduction to computer.pptxIntroduction to computer.pptx
Introduction to computer.pptx
 

Recently uploaded

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
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.pptxAreebaZafar22
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
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...Shubhangi Sonawane
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfSanaAli374401
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 

Recently uploaded (20)

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
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
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
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
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
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...
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 

Chapter 1 computer fundamentals

  • 2. UNIT-1 Computer Fundamentals Apollos Academy  Introduction to Computer A computer is an electronic device, operating under the control of instructions stored in its own memory that can accept data (input), process the data according to specified rules, produce information (output), and store the information for future use  Components of a Computer Components of Computer Hardware Software
  • 3. UNIT-1 Computer Fundamentals Apollos Academy Components of a Computer  Hardware are the physical components of a computer. Example : motherboard, memory devices, monitor, keyboard etc Motherboard
  • 4. UNIT-1 Computer Fundamentals Apollos Academy Memory Devices
  • 5. UNIT-1 Computer Fundamentals Apollos Academy ,Santoshpur ,Kolktata Monitor keyboard
  • 6. UNIT-1 Computer Fundamentals Apollos Academy  Software is the set of programs or instructions Example : Microsoft Office , Adobe Reader, VLC Media Player etc Microsoft Office Adobe Reader VLC Media Player
  • 7. UNIT-1 Computer Fundamentals Apollos Academy  Basic Structure of the Computer  Every task given to a computer follows an Input- Process- Output Cycle (IPO cycle).  It needs certain input, processes that input and produces the desired output  The input unit takes the input  the central processing unit does the processing of data  Output unit produces the output
  • 9. UNIT-1 Computer Fundamentals Apollos Academy  Input Unit The input unit consists of input devices that are attached to the computer. These devices take input and convert it into binary language that the computer understands. Some of the common input devices are keyboard, mouse, joystick, scanner etc Input Unit
  • 10. UNIT-1 Computer Fundamentals Apollos Academy  Central Processing Unit  Once the information is entered into the computer by the input device, the processor processes it. The CPU is called the brain of the computer because it is the control centre of the computer. As the CPU is located on a small chip, it is also called the Microprocessor.  The CPU has three main components which are responsible for different functions – Arithmetic Logic Unit (ALU) , Control Unit (CU) and Memory registers CPU
  • 11. UNIT-1 Computer Fundamentals Apollos Academy  Arithmetic and Logic Unit (ALU)  The ALU, as its name suggests performs mathematical calculations and takes logical decisions. Arithmetic calculations include addition, subtraction, multiplication and division  Logical decisions involve comparison of two data items to see which one is larger or smaller or equal.  Control Unit The Control unit coordinates and controls the data flow in and out of CPU and also controls all the operations of ALU, memory registers and also input/output units. It is also responsible for carrying out all the instructions stored in the program.  Memory Registers  A register is a temporary unit of memory in the CPU. These receive data/information and then this data/information is held in them as per the requirement  each register inside the CPU has a specific function like storing data, storing an instruction, storing address of a location in memory etc
  • 12. UNIT-1 Computer Fundamentals Apollos Academy  Memory  A memory is just like a human brain.  It is used to store data and instructions.  Computer memory is the storage space in the computer, where data is to be processed and  instructions required for processing are stored.  The memory is divided into large number of small parts called cells.  Each location or cell has a unique address, which varies from zero to memory size minus one.  For example, if the computer has 64k words, then this memory unit has 64 * 1024 = 65536 memory locations. The address of these locations varies from 0 to 65535.  Types of Computer Memory i) Cache Memory ii) Primary Memory/Main Memory iii) Secondary Memory
  • 13. UNIT-1 Computer Fundamentals Apollos Academy  Interconnection between Functional Components A bus is a transmission path (set of conducting wires) over which data or information in the form of electric signals, is passed from one component to another in a computer. The following are a few points to describe a computer bus:-  A bus is a group of lines/wires which carry computer signals.  A bus is the means of shared transmission.  Lines are assigned for providing descriptive names. — carries a single electrical signal, e.g. 1-bit memory address, data bits series, or timing control that turns the device on or off.  Types of Bus in computer The bus can be of three types i) Address bus ii) Data bus iii) Control bus
  • 15. UNIT-1 Computer Fundamentals Apollos Academy  The address bus, a one-way pathway that allows information to pass in one direction only, carries information about where data is stored in memory. Fig : address bus
  • 16. UNIT-1 Computer Fundamentals Apollos Academy  The data bus is a two-way pathway carrying the actual data (information) to and from The main memory. Fig : data bus
  • 17. UNIT-1 Computer Fundamentals Apollos Academy  The control bus holds the control and timing signals needed to coordinate all of the computer’s activities.
  • 18. UNIT-1 Computer Fundamentals Apollos Academy  Concept of Booting  In computing, booting is the process of starting a computer.  It can be initiated by hardware such as a button press, or by a software command.  After it is switched on, a computer's central processing unit (CPU) has no software in its main memory, so some process must load software into memory before it can be executed. Fig: Computer Booting
  • 19. UNIT-1 Computer Fundamentals Apollos Academy  Types of Booting i) Warm Booting ii) Cold Booting  Cold Booting When the system starts from initial state i.e. it is switched on, we call it cold booting or Hard Booting. When the user presses the Power button, the instructions are read from the ROM to initiate the booting process Fig : Warm Booting
  • 20. UNIT-1 Computer Fundamentals Apollos Academy  Warm Booting When the system restarts or when Reset button is pressed, we call it Warm Booting or Soft Booting. The system does not start from initial state and so all diagnostic tests need not be carried out in this case. There are chances of data loss and system damage as the data might not have been stored properly. Fig: Warm Booting
  • 21. Computer Fundamentals UNIT-1  Classification of Computers  Digital Computer  A Digital computer can be considered as a digital system that performs various computational tasks.  The first electronic digital computer was developed in the late 1940s and was used primarily for numerical computations.  By convention, the digital computers use the binary number system, which has two digits: 0 and 1. A binary digit is called a bit.  A computer system is subdivided into two functional entities: Hardware and Software.
  • 22. Computer Fundamentals UNIT-1  Analog Computers Analog computer, any of a class of devices in which continuously variable physical quantities such as electrical potential, fluid pressure, or mechanical motion are represented in a way analogous to the corresponding quantities in the problem to be solved. Fig :Analog Computers Apollos Academy
  • 23. Computer Fundamentals UNIT-1  Hybrid Computers These use both analog and digital technology. It has the speed of analog computer and the accuracy of a digital computer. It may accept digital or analog signals but an extensive conversion of data from digital to analog and analog to digital has to be done Fig: Hybrid Computers Apollos Academy
  • 24. Computer Fundamentals UNIT-1  Classification of Digital Computers  Micro Computer today we are using many computers at home is also the most common microcomputer.  With this invention of the microprocessors in the year 1970, it became Possible to use computers for people personally at a low cost and reasonable price known as Digital Personal Computer.  the design of microcomputers is minimal in size and storage capacity. These computers consist of many parts like Input and Output devices, Software, operating systems, networks, and Servers all these need to connect to form complete Personal Digital Computer. Examples: IBM PCs and Apple Macintosh. Fig : IBM PCs Fig : Apple Macintosh. Apollos Academy
  • 25. Computer Fundamentals UNIT-1  Mini Computer Minicomputer is a digital and multi-user computer system with the connection of more than one CPU. Thus, many people can work on these computers simultaneously instead of a single person. Also, it can process with other accessories like a printer, plotter, etc. Examples: PDP 11 IBM (8000 Series) Fig: PDP 11 IBM Apollos Academy
  • 26. Computer Fundamentals UNIT-1  Mainframe Computer Mainframe computers are multi-programming, high-performance computers, and multi-user, which means it can handle the workload of more than 100 users at a time on the computer.  The storage capacity of the mainframe is enormous, with a high-speed data process as well. As well as handling hundreds of input and output devices at a time. Examples: IBM Es000 series, ICL39 Series, and CDC 6600. Apollos Academy
  • 27. Computer Fundamentals UNIT-1  Super Computer A Supercomputer is the very fastest and powerful, and expensive type of computer for processing data. Supercomputers’ size and storage capacity are also huge (can occupy huge premises) designed to process vast amounts of data in a short time with high productivity.  These are specially made to perform multi-specific tasks. Therefore, many CPUs work in parallel order on these supercomputers. This function of a Supercomputer is called Multiprocessing or Parallel Processing. Examples: IBM Roadburner, IBM Blue Gene, Intel ASI Red. PARAM-1000, and CRAY-XMP-14 are Indian Supercomputers. Fig: IBM Roadburner Apollos Academy
  • 28. Computer Fundamentals UNIT-1  Computer - Data and Information  Data: It is the term used for raw facts and figures. For example, 134, + 9, ‘Raju’, ‘C’ are data. Definition of information should start from next line as given in the word file. In composed file it is starting from the same line immediately after the definition of data.  Information: Data represented in useful and meaningful form is information. In simple words we can say that data is the raw material that is processed to give meaningful, ordered or structured information. For example Raju is 9 years old. This is information about Raju and conveys some meaning. This conversion of data to information is called data processing. Apollos Academy
  • 29. Computer Fundamentals UNIT-1  Generation of Computers  Growth in the computer industry is determined by the development in technology.  Each phase/generation of computer development is characterized by one or more hardware/software developments  The First Generation (1942-1955)  The first generation computers used the concept of ‘stored program’ and were characterized by vacuum tubes.  A vacuum tube is a delicate glass device that can control and amplify electronic signals.
  • 30. Computer Fundamentals UNIT-1  The main features of the first generation are −  Vacuum tube technology  Unreliable  Very costly  Need of AC  Huge size  Consumed a lot of electricity  Some computers of this generation were −  IBM-701  IBM-650
  • 32. Computer Fundamentals UNIT-1  The Second Generation (1955–1964)  The period of second generation was from 1959-1965. In this generation, transistors were used that were cheaper, consumed less power, more compact in size, more reliable and faster than the first generation machines made of vacuum tubes.  In this generation, magnetic cores were used as the primary memory and magnetic tape and magnetic disks as secondary storage devices.  In this generation, assembly language and high-level programming languages like FORTRAN, COBOL were used. The computers used batch processing and multiprogramming operating system  The main features of the second generation are −  Use of transistors  Reliable in comparison to first generation computers  Smaller size as compared to first generation computers  Faster than first generation computers  Supported machine and assembly languages
  • 33. Computer Fundamentals UNIT-1  Some computers of this generation were −  IBM 1620  IBM 7094  CDC 1604 IBM 1620 IBM 7094
  • 34. Computer Fundamentals UNIT-1  The Third Generation (1964-1975)  The computers of third generation used Integrated Circuits (ICs) in place of transistors.  A single IC has many transistors, resistors, and capacitors along with the associated circuitry.  The IC was invented by Jack Kilby. This development made computers smaller in size ransistors he transistor is the primary building block of all microchips, including your CPU. is what creates the binary 0's and 1's (bits) your computer uses to communicate and deal with Boolean logic.
  • 35. Computer Fundamentals UNIT-1 Resistors As the name implies their job is to resist or oppose the flow of current. They are meant to control the flow of electric current to the circuit by automatically bringing down the voltage in the device.
  • 36. Computer Fundamentals UNIT-1 Capacitors Capacitors can store energy in the electric field located between plates. They are commonly used in electronic circuits for storage
  • 37. Computer Fundamentals UNIT-1  The main features of third generation are −  IC used  Smaller size  Costly  Consumed lesser electricity  Supported high-level language  Some computers of this generation were −  IBM-360 series  Honeywell-6000 series  IBM-370/168
  • 39. Computer Fundamentals UNIT-1  The Fourth Generation (1975-1980)  Computers of fourth generation used Very Large Scale Integrated (VLSI) circuits.  . VLSI circuits having about 5000 transistors and other circuit elements with their associated circuits on a single chip made  All the high-level languages like C, C++, DBASE etc., were used in this generation.  The main features of fourth generation are −  VLSI technology used  Very cheap  No AC required  Concept of internet was introduced
  • 40. Computer Fundamentals UNIT-1  Some computers of this generation were −  DEC 10  CRAY-1(Super Computer)  CRAY-X-MP(Super Computer) DEC 10 CRAY-1
  • 41. Computer Fundamentals UNIT-1  Fifth Generation Computers (1980- till)  This generation is based on parallel processing hardware  AI (Artificial Intelligence) software.  All the high-level languages like C and C++, Java, .Net etc., are used in this generation.  The main features of fifth generation are −  Development of true artificial intelligence.  More user-friendly interfaces with multimedia features  Availability of very powerful and compact computers at cheaper rates  Some computers of this generation were −  Desktop  Laptop  NoteBook NoteBook
  • 42. Computer Fundamentals UNIT-1  Von Neumann architecture  In 1945, Dr. John Von Neumann proposed the concept of a stored program computer.  stored program concept the program and data could be stored in the same memory unit  It consisted of a Control Unit, Arithmetic, and Logical Memory Unit (ALU), Registers and Inputs/Outputs Processor Program + Data Storage (Memory) Communication channel