SlideShare a Scribd company logo
1 of 29
Intro To Computing
What is Computer?
Computer…..
 A computer is an electronic device that accepts raw
data, processes it according to a set of instructions and
required to produce the desired result.
What does a Computer Do?
 The operation of every computer can be divided into
four basic functions.
 Input: Information you put into the computer by way
of keyboard, mouse etc.
 Processing :Also known as the "Brain" of the computer.
Processes the information you put in into human
readable form.
Cont……
 Output: The information you put into the computer is
seen on the monitor screen and can be printers out on
paper and is readable.
 Storage : Either the computers memory, CD's, DVD's,
Floppy Disc's, USB Flash Drives, etc.
INTRODUTON OF COMPUTER
 C COMMANLY
 O OPERATED
 M MACHINE
 P PURPOSELY
U USED FOR
 T TRAINING
 E EDUCATION &
 R RESEARCH
History Of Computers
•Before the 1500s, in Europe, calculations were made
with an abacus
Invented around 500BC, available in many
cultures (China, Mesopotamia, Japan, Greece,
Rome, etc.)
•In 1642, Blaise Pascal (French mathematician,
physicist, philosopher) invented a mechanical
calculator called the Pascaline
•In 1671, Gottfried von Leibniz (German
mathematician, philosopher) extended the Pascaline to
do multiplications, divisions, square roots: the Stepped
Reckoner
None of these machines had memory, and they
required human intervention at each step
• In 1822 Charles Babbage (English
mathematician, philosopher), sometimes called
the “father of computing” built the Difference
Engine
• Machine designed to automate the computation
(tabulation) of polynomial functions (which are
known to be good approximations of many
useful functions)
– Based on the “method of finite difference”
– Implements some storage
• In 1833 Babbage designed the Analytical
Engine, but he died before he could build it
– It was built after his death, powered by
steam
HISTORY OF COMPUTERS
YEAR NAME OF
INVENTOR
NATIONALITY DEVICE /
MACHINE
1.
50
00
B.
C
ABACUS CHINESE ABACUS
2.
16
42
BLAISE
PASCAL
FRENCH MECHANICAL,
CALCULATING &
MACHINE.
3.
18
30
CHARLES
BABBAGE
ENGLISH
MATHEMATICI
AN
(U.S.)
MECHANICAL,
DIGITAL
COMPUTER,
ANALYITICAL
ENGINE.
Components of Computer
 Hardware Components
 Software Components
Hardware Components
 The term hardware refers to the physical
components of your computer such as the system unit,
mouse, keyboard, monitor etc.
Simply We Can say
o Input Devices
o Output Devices
o Storage Devices
o RAM
o ROM
Software Components
 The software is the instructions that makes the
computer work. Software is held either on your
computers hard disk, CD-ROM, DVD or on a diskette
(floppy disk) and is loaded (i.e. copied) from the disk
into the computers RAM (Random Access Memory), as
and when required.
Input Devices "How to tell it
what to do“
 A keyboard and mouse are the standard way to
interact with the computer. Other devices include
scanner, Tracker Ball, Touch Pads, Joystick.
Output Devices "How it
shows you what it is doing"
 The monitor (the screen) is how the computer sends
information back to you. Other Devices includes
Printers, LCD Screens, Plotters, Speakers.
Storage Devices "How it saves data
and programs“
 Hard disk drives are an internal, higher capacity drive
which also stores the operating system which runs
when you power on the computer.
RAM
 RAM stands for Random Access Memory.
 It is the part of main memory where data and program
instructions are held while being manipulated or executed
[44].
 It is also known as Read and Write Memory.
 It is a volatile (temporary) memory of computer system
and stores the data as long as the computer is on.
 Once the computer is turned off, the contents (data) of
the RAM are washed out. RAM is divided into two
categories
RAM Categories
 DRAM
DRAM stands for Dynamic Random Access Memory. It is
combination of cells that store data as charge on capacitors.
It is simpler and smaller but storage capacity is high and
hence used for large memory requirements.
 SRAM
SRAM stands for Static Random Access Memory. In SRAM,
binary values are stored using traditional flip-flops logic-gate
configuration. It is faster then DRAM but its storage capacity
is less.
ROM
 ROM stands for Read Only Memory. As the name
implies, the contents of ROM can only be read. Data
cannot be written into read-only memory. ROM may
contain the information on how to start the computer
and even instructions to the entire operating system
 It is a permanent memory of computer and user
cannot change it contents
Processing Unit(CPU
Hardware Component)
 The processing unit is the most important and
powerful part of computer system. It is the heart of
computer system. All calculations and other operations
are performed in this unit
Functions of Processing Unit
 Accepts data or instructions from input unit and stores
them in memory.
 Stores intermediate and final result of processing.
 Interprets (translate) or manipulate the instruction and
send commands to relevant units.
 Does all arithmetic operations on the data i.e. addition,
subtraction, multiplication, division etc.
 Does all logical and decision-making operations on data,
i.e. comparison of data.
 Sends the result to the output devices when required.
Central Processing Unit -CPU
 Consist of
 CU (control Unit)
 ALU (Arithmetic & logic Unit)
 Registers
Control Unit
 It is the most important part of the CPU. It controls and
coordinates the activities of all other units. It performs this
function by issuing necessary commands to various
components of the computer.
 The control unit fetches an instruction from the main
memory by sending an address to main memory, decode
this instruction and then execute it. Thus we can say that
CU’s function is to fetch, decode and then finally execute
the instructions, which are in main memory.
OR
 The control unit interprets any instructions it receives from
memory and directs the sequence of events necessary to
execute each instruction. The control unit also establishes
the timing of these events.
Arithmetic and logic unit
 All the arithmetical and logical activities are performed
in the ALU. It is the place where all calculations are
performed and all decisions are made. The data is
temporarily transferred to ALU for processing and
results are sent back to memory.
 The ALU perform all the arithmetic operations such as
Addition, Subtraction, Multiplication or Division and
Logic operations such as the operations in which first
comparison is made and then decision is taken
Registers
 The processor contains special storage locations called
registers. These are temporary storage devices and all
the data is temporarily stored in them before and after
processing.
How Computer Memory
Measured?
 Bit
All computers work on a binary Numbering system, i.e. they process data in one's
or zero's. This 1 or 0 level of storage is called a bit.
o Byte
A byte consist of 8 bits.
o Kilobyte
A Kilobyte(KB) consists of 1024 bytes
o Megabyte
A Megabyte (MB) consists of 1024 Kilobytes
o Gigabyte
A Gigabyte (GB) consists of 1024 Megabytes
o Terabyte
A Terabyte Consist of 1024 Gigabytes
How Does a Computer Know
what to do?
 It must be given a detailed list of instructions, called a
compute program or software, that tells it exactly what
to do.
 Before processing a specific job, the computer
program corresponding to that job must be stored in
memory.
 Once the program is stored in memory the compute
can start the operation by executing the program
instructions one after the other.

More Related Content

What's hot

Input output display devices
Input output display devicesInput output display devices
Input output display devicesAnkita Sharma
 
Computer fundamentals
Computer fundamentalsComputer fundamentals
Computer fundamentalsFathimaLidiya
 
Functioning of computer
Functioning of computerFunctioning of computer
Functioning of computerSunipa Bera
 
Block diagram of computer 02
Block diagram of computer 02Block diagram of computer 02
Block diagram of computer 02ZTE Nepal
 
Block diagram of a computer
Block diagram of a computerBlock diagram of a computer
Block diagram of a computerQsrealm
 
Computer Structures
Computer StructuresComputer Structures
Computer Structuresguestfc2f62
 
Block diagram of a computer
Block diagram of a computerBlock diagram of a computer
Block diagram of a computerZTE Nepal
 
Introduction computer class
Introduction computer classIntroduction computer class
Introduction computer classhimabindukursam
 
Computer System Overview,
Computer System Overview, Computer System Overview,
Computer System Overview, Sajid Marwat
 
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTREBASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTREjatin batra
 
Computer fundamental mba
Computer fundamental mbaComputer fundamental mba
Computer fundamental mbaNilesh Mishra
 
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
 
Overview of computer
Overview of computerOverview of computer
Overview of computermasniza3703
 
Parts of the Computer System
Parts of the Computer SystemParts of the Computer System
Parts of the Computer SystemPagal Bacha
 
Basic computer in detail with pictures created by creativeness
Basic computer in detail with pictures created by creativenessBasic computer in detail with pictures created by creativeness
Basic computer in detail with pictures created by creativenessAparna Samal
 
Computer and it's parts
Computer and it's partsComputer and it's parts
Computer and it's partsAshokkumar Rai
 

What's hot (20)

Input output display devices
Input output display devicesInput output display devices
Input output display devices
 
Computer fundamentals
Computer fundamentalsComputer fundamentals
Computer fundamentals
 
Functioning of computer
Functioning of computerFunctioning of computer
Functioning of computer
 
Cs input and output devices
Cs input and output devicesCs input and output devices
Cs input and output devices
 
Organization of a computer
Organization of a computerOrganization of a computer
Organization of a computer
 
Block diagram of computer 02
Block diagram of computer 02Block diagram of computer 02
Block diagram of computer 02
 
Block diagram of a computer
Block diagram of a computerBlock diagram of a computer
Block diagram of a computer
 
Computer Structures
Computer StructuresComputer Structures
Computer Structures
 
Block diagram of a computer
Block diagram of a computerBlock diagram of a computer
Block diagram of a computer
 
Introduction computer class
Introduction computer classIntroduction computer class
Introduction computer class
 
Computer System Overview,
Computer System Overview, Computer System Overview,
Computer System Overview,
 
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTREBASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
 
Computer fundamental mba
Computer fundamental mbaComputer fundamental mba
Computer fundamental mba
 
Functional units
Functional unitsFunctional units
Functional units
 
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)
 
Overview of computer
Overview of computerOverview of computer
Overview of computer
 
Parts of the Computer System
Parts of the Computer SystemParts of the Computer System
Parts of the Computer System
 
Basic computer in detail with pictures created by creativeness
Basic computer in detail with pictures created by creativenessBasic computer in detail with pictures created by creativeness
Basic computer in detail with pictures created by creativeness
 
Hardware and software
Hardware and softwareHardware and software
Hardware and software
 
Computer and it's parts
Computer and it's partsComputer and it's parts
Computer and it's parts
 

Viewers also liked

Viewers also liked (14)

CVVladyslavNaidonovEng
CVVladyslavNaidonovEngCVVladyslavNaidonovEng
CVVladyslavNaidonovEng
 
Rap Presentation New
Rap Presentation NewRap Presentation New
Rap Presentation New
 
Silabus Ilmu Dasar Keperawatan I
Silabus Ilmu Dasar Keperawatan ISilabus Ilmu Dasar Keperawatan I
Silabus Ilmu Dasar Keperawatan I
 
Informe Mensual de Tv Marzo 2016
Informe Mensual de Tv Marzo 2016Informe Mensual de Tv Marzo 2016
Informe Mensual de Tv Marzo 2016
 
Mesopotâmia
MesopotâmiaMesopotâmia
Mesopotâmia
 
Falsafah dan Paradigma keperawatan
Falsafah dan Paradigma keperawatanFalsafah dan Paradigma keperawatan
Falsafah dan Paradigma keperawatan
 
Aula 02- O Cânon Sagrado
Aula 02- O Cânon SagradoAula 02- O Cânon Sagrado
Aula 02- O Cânon Sagrado
 
Redes
RedesRedes
Redes
 
Día de La Paz 2012
Día de La Paz 2012Día de La Paz 2012
Día de La Paz 2012
 
Diapogbi
DiapogbiDiapogbi
Diapogbi
 
Presentación
PresentaciónPresentación
Presentación
 
Presentació Activitat 2 - NSC
Presentació Activitat 2 - NSCPresentació Activitat 2 - NSC
Presentació Activitat 2 - NSC
 
DIE MARKTMEINUNG AUS STUTTGART: Aufschwung an den Aktienmärkten erlahmt
DIE MARKTMEINUNG AUS STUTTGART: Aufschwung an den Aktienmärkten erlahmtDIE MARKTMEINUNG AUS STUTTGART: Aufschwung an den Aktienmärkten erlahmt
DIE MARKTMEINUNG AUS STUTTGART: Aufschwung an den Aktienmärkten erlahmt
 
DIE MARKTMEINUNG AUS STUTTGART: Guter Start in 2014
DIE MARKTMEINUNG AUS STUTTGART: Guter  Start in 2014DIE MARKTMEINUNG AUS STUTTGART: Guter  Start in 2014
DIE MARKTMEINUNG AUS STUTTGART: Guter Start in 2014
 

Similar to Introduction to computing

Intro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptxIntro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptxFalakNiaz15
 
Intro_to_Computers_Parts.ppt
Intro_to_Computers_Parts.pptIntro_to_Computers_Parts.ppt
Intro_to_Computers_Parts.pptSylvesterNdegese1
 
introdection BASIC OF COMPUTER EDUCATION
introdection BASIC OF COMPUTER EDUCATIONintrodection BASIC OF COMPUTER EDUCATION
introdection BASIC OF COMPUTER EDUCATIONreshmi30
 
DEFINE COMPUTER SYSTEM
DEFINE COMPUTER SYSTEMDEFINE COMPUTER SYSTEM
DEFINE COMPUTER SYSTEMM Kimi
 
Computer Architecture in Organisation - COMP 3114 - LECTURE NOTES - 2023-2024...
Computer Architecture in Organisation - COMP 3114 - LECTURE NOTES - 2023-2024...Computer Architecture in Organisation - COMP 3114 - LECTURE NOTES - 2023-2024...
Computer Architecture in Organisation - COMP 3114 - LECTURE NOTES - 2023-2024...SaffaIbrahim1
 
FUNDAMENTAL UNITS OF COMPUTER.pptx
FUNDAMENTAL UNITS OF COMPUTER.pptxFUNDAMENTAL UNITS OF COMPUTER.pptx
FUNDAMENTAL UNITS OF COMPUTER.pptxShubhamGupta345141
 
cental processing unit and all its components
cental processing unit and all its componentscental processing unit and all its components
cental processing unit and all its componentsssuserf86fba
 
3. Component of computer - System Unit ( CSI-321)
3. Component of computer - System Unit  ( CSI-321) 3. Component of computer - System Unit  ( CSI-321)
3. Component of computer - System Unit ( CSI-321) ghayour abbas
 
What's Inside
What's InsideWhat's Inside
What's Insideramled931
 
Basic of operating system
Basic of operating systemBasic of operating system
Basic of operating systempriyanka jain
 
Components of a digital computer.ppt
Components of a digital computer.pptComponents of a digital computer.ppt
Components of a digital computer.pptDibyenduBiswas31
 
hardware and software
hardware and software hardware and software
hardware and software sharone singh
 
Power Point Lesson 02
Power Point Lesson 02Power Point Lesson 02
Power Point Lesson 02Nasir Jumani
 
1%20Basic%20cptr%20concepts.pptx
1%20Basic%20cptr%20concepts.pptx1%20Basic%20cptr%20concepts.pptx
1%20Basic%20cptr%20concepts.pptxsara591850
 

Similar to Introduction to computing (20)

Intro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptxIntro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptx
 
Intro_to_Computers_Parts.ppt
Intro_to_Computers_Parts.pptIntro_to_Computers_Parts.ppt
Intro_to_Computers_Parts.ppt
 
introdection BASIC OF COMPUTER EDUCATION
introdection BASIC OF COMPUTER EDUCATIONintrodection BASIC OF COMPUTER EDUCATION
introdection BASIC OF COMPUTER EDUCATION
 
DEFINE COMPUTER SYSTEM
DEFINE COMPUTER SYSTEMDEFINE COMPUTER SYSTEM
DEFINE COMPUTER SYSTEM
 
Data processing
Data processingData processing
Data processing
 
Computer Architecture in Organisation - COMP 3114 - LECTURE NOTES - 2023-2024...
Computer Architecture in Organisation - COMP 3114 - LECTURE NOTES - 2023-2024...Computer Architecture in Organisation - COMP 3114 - LECTURE NOTES - 2023-2024...
Computer Architecture in Organisation - COMP 3114 - LECTURE NOTES - 2023-2024...
 
FUNDAMENTAL UNITS OF COMPUTER.pptx
FUNDAMENTAL UNITS OF COMPUTER.pptxFUNDAMENTAL UNITS OF COMPUTER.pptx
FUNDAMENTAL UNITS OF COMPUTER.pptx
 
cental processing unit and all its components
cental processing unit and all its componentscental processing unit and all its components
cental processing unit and all its components
 
3. Component of computer - System Unit ( CSI-321)
3. Component of computer - System Unit  ( CSI-321) 3. Component of computer - System Unit  ( CSI-321)
3. Component of computer - System Unit ( CSI-321)
 
MY COMPUTER
MY COMPUTERMY COMPUTER
MY COMPUTER
 
What's Inside
What's InsideWhat's Inside
What's Inside
 
Basic of operating system
Basic of operating systemBasic of operating system
Basic of operating system
 
Components of a digital computer.ppt
Components of a digital computer.pptComponents of a digital computer.ppt
Components of a digital computer.ppt
 
hardware and software
hardware and software hardware and software
hardware and software
 
Components of a computer
Components of a computerComponents of a computer
Components of a computer
 
Computer system.pptx
Computer system.pptxComputer system.pptx
Computer system.pptx
 
Power Point Lesson 02
Power Point Lesson 02Power Point Lesson 02
Power Point Lesson 02
 
The Computer
The ComputerThe Computer
The Computer
 
Pankaj kumar
Pankaj kumar Pankaj kumar
Pankaj kumar
 
1%20Basic%20cptr%20concepts.pptx
1%20Basic%20cptr%20concepts.pptx1%20Basic%20cptr%20concepts.pptx
1%20Basic%20cptr%20concepts.pptx
 

Recently uploaded

Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 

Recently uploaded (20)

Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 

Introduction to computing

  • 3. Computer…..  A computer is an electronic device that accepts raw data, processes it according to a set of instructions and required to produce the desired result.
  • 4. What does a Computer Do?  The operation of every computer can be divided into four basic functions.  Input: Information you put into the computer by way of keyboard, mouse etc.  Processing :Also known as the "Brain" of the computer. Processes the information you put in into human readable form.
  • 5. Cont……  Output: The information you put into the computer is seen on the monitor screen and can be printers out on paper and is readable.  Storage : Either the computers memory, CD's, DVD's, Floppy Disc's, USB Flash Drives, etc.
  • 6.
  • 7. INTRODUTON OF COMPUTER  C COMMANLY  O OPERATED  M MACHINE  P PURPOSELY U USED FOR  T TRAINING  E EDUCATION &  R RESEARCH
  • 9. •Before the 1500s, in Europe, calculations were made with an abacus Invented around 500BC, available in many cultures (China, Mesopotamia, Japan, Greece, Rome, etc.) •In 1642, Blaise Pascal (French mathematician, physicist, philosopher) invented a mechanical calculator called the Pascaline •In 1671, Gottfried von Leibniz (German mathematician, philosopher) extended the Pascaline to do multiplications, divisions, square roots: the Stepped Reckoner None of these machines had memory, and they required human intervention at each step
  • 10. • In 1822 Charles Babbage (English mathematician, philosopher), sometimes called the “father of computing” built the Difference Engine • Machine designed to automate the computation (tabulation) of polynomial functions (which are known to be good approximations of many useful functions) – Based on the “method of finite difference” – Implements some storage • In 1833 Babbage designed the Analytical Engine, but he died before he could build it – It was built after his death, powered by steam
  • 11. HISTORY OF COMPUTERS YEAR NAME OF INVENTOR NATIONALITY DEVICE / MACHINE 1. 50 00 B. C ABACUS CHINESE ABACUS 2. 16 42 BLAISE PASCAL FRENCH MECHANICAL, CALCULATING & MACHINE. 3. 18 30 CHARLES BABBAGE ENGLISH MATHEMATICI AN (U.S.) MECHANICAL, DIGITAL COMPUTER, ANALYITICAL ENGINE.
  • 12. Components of Computer  Hardware Components  Software Components
  • 13. Hardware Components  The term hardware refers to the physical components of your computer such as the system unit, mouse, keyboard, monitor etc. Simply We Can say o Input Devices o Output Devices o Storage Devices o RAM o ROM
  • 14. Software Components  The software is the instructions that makes the computer work. Software is held either on your computers hard disk, CD-ROM, DVD or on a diskette (floppy disk) and is loaded (i.e. copied) from the disk into the computers RAM (Random Access Memory), as and when required.
  • 15. Input Devices "How to tell it what to do“  A keyboard and mouse are the standard way to interact with the computer. Other devices include scanner, Tracker Ball, Touch Pads, Joystick.
  • 16. Output Devices "How it shows you what it is doing"  The monitor (the screen) is how the computer sends information back to you. Other Devices includes Printers, LCD Screens, Plotters, Speakers.
  • 17. Storage Devices "How it saves data and programs“  Hard disk drives are an internal, higher capacity drive which also stores the operating system which runs when you power on the computer.
  • 18. RAM  RAM stands for Random Access Memory.  It is the part of main memory where data and program instructions are held while being manipulated or executed [44].  It is also known as Read and Write Memory.  It is a volatile (temporary) memory of computer system and stores the data as long as the computer is on.  Once the computer is turned off, the contents (data) of the RAM are washed out. RAM is divided into two categories
  • 19. RAM Categories  DRAM DRAM stands for Dynamic Random Access Memory. It is combination of cells that store data as charge on capacitors. It is simpler and smaller but storage capacity is high and hence used for large memory requirements.  SRAM SRAM stands for Static Random Access Memory. In SRAM, binary values are stored using traditional flip-flops logic-gate configuration. It is faster then DRAM but its storage capacity is less.
  • 20. ROM  ROM stands for Read Only Memory. As the name implies, the contents of ROM can only be read. Data cannot be written into read-only memory. ROM may contain the information on how to start the computer and even instructions to the entire operating system  It is a permanent memory of computer and user cannot change it contents
  • 21. Processing Unit(CPU Hardware Component)  The processing unit is the most important and powerful part of computer system. It is the heart of computer system. All calculations and other operations are performed in this unit
  • 22. Functions of Processing Unit  Accepts data or instructions from input unit and stores them in memory.  Stores intermediate and final result of processing.  Interprets (translate) or manipulate the instruction and send commands to relevant units.  Does all arithmetic operations on the data i.e. addition, subtraction, multiplication, division etc.  Does all logical and decision-making operations on data, i.e. comparison of data.  Sends the result to the output devices when required.
  • 23. Central Processing Unit -CPU  Consist of  CU (control Unit)  ALU (Arithmetic & logic Unit)  Registers
  • 24. Control Unit  It is the most important part of the CPU. It controls and coordinates the activities of all other units. It performs this function by issuing necessary commands to various components of the computer.  The control unit fetches an instruction from the main memory by sending an address to main memory, decode this instruction and then execute it. Thus we can say that CU’s function is to fetch, decode and then finally execute the instructions, which are in main memory. OR  The control unit interprets any instructions it receives from memory and directs the sequence of events necessary to execute each instruction. The control unit also establishes the timing of these events.
  • 25. Arithmetic and logic unit  All the arithmetical and logical activities are performed in the ALU. It is the place where all calculations are performed and all decisions are made. The data is temporarily transferred to ALU for processing and results are sent back to memory.  The ALU perform all the arithmetic operations such as Addition, Subtraction, Multiplication or Division and Logic operations such as the operations in which first comparison is made and then decision is taken
  • 26. Registers  The processor contains special storage locations called registers. These are temporary storage devices and all the data is temporarily stored in them before and after processing.
  • 27.
  • 28. How Computer Memory Measured?  Bit All computers work on a binary Numbering system, i.e. they process data in one's or zero's. This 1 or 0 level of storage is called a bit. o Byte A byte consist of 8 bits. o Kilobyte A Kilobyte(KB) consists of 1024 bytes o Megabyte A Megabyte (MB) consists of 1024 Kilobytes o Gigabyte A Gigabyte (GB) consists of 1024 Megabytes o Terabyte A Terabyte Consist of 1024 Gigabytes
  • 29. How Does a Computer Know what to do?  It must be given a detailed list of instructions, called a compute program or software, that tells it exactly what to do.  Before processing a specific job, the computer program corresponding to that job must be stored in memory.  Once the program is stored in memory the compute can start the operation by executing the program instructions one after the other.