SlideShare a Scribd company logo
COMPUTER FUNDAMENTAL
&
COMPUTER FUNDAMENTAL PROGRAMMING
-By
Rachit Jaish
(JavaTrainer)
What is Computer?
 A computer is a device that accepts
information (in the form of digitalized data)
and manipulates it for some result based on a
program or sequence of instructions on how
the data is to be processed.
Generation Of Computer’s
 First Generation
The period of first generation: 1946-1959. Vacuum tube based.
 Second Generation
The period of second generation: 1959-1965. Transistor based.
 Third Generation
The period of third generation: 1965-1971. Integrated Circuit
based.
 Fourth Generation
The period of fourth generation: 1971-1980. VLSI
microprocessor based.
 Fifth Generation
The period of fifth generation: 1980-onwards. ULSI
microprocessor based
Different types of Computer
Sr.No. Type Specifications
1 PC (Personal
Computer)
It is a single user computer system having moderately
powerful microprocessor
2 WorkStation It is also a single user computer system which is similar to
personal computer but have more powerful microprocessor.
3 Mini Computer It is a multi-user computer system which is capable of
supporting hundreds of users simultaneously.
4 Main Frame It is a multi-user computer system which is capable of
supporting hundreds of users simultaneously. Software
technology is different from minicomputer.
5 Supercomputer It is an extremely fast computer which can execute hundreds
of millions of instructions per second.
PC (Personal Computer)
 A PC can be defined as a small, relatively inexpensive computer
designed for an individual user. PCs are based on the
microprocessor technology that enables manufacturers to put an
entire CPU on one chip. Businesses use personal computers for
word processing, accounting, desktop publishing, and for running
spreadsheet and database management applications.At home,
the most popular use for personal computers is playing games
and surfing Internet.
Workstation
 Workstation is a computer used for engineering
applications (CAD/CAM), desktop publishing, software
development, and other such types of applications
which require a moderate amount of computing power
and relatively high quality graphics capabilities.
Mini Computer
 A minicomputer, or colloquially mini, is a class of
smaller computers that developed in the mid-1960s and
sold for much less than mainframeand mid-size computers
from IBM and its direct competitors
Mainframe
 Mainframe is very large in size and is an expensive
computer capable of supporting hundreds or even
thousands of users simultaneously. Mainframe executes
many programs concurrently and supports many
simultaneous execution of programs
Supercomputer
 Supercomputers are one of the fastest computers currently available.
Supercomputers are very expensive and are employed for specialized
applications that require immense amount of mathematical calculations
(number crunching). For example, weather forecasting, scientific simulations,
(animated) graphics, fluid dynamic calculations, nuclear energy research,
electronic design, and analysis of geological data (e.g. in petrochemical
prospecting).
Computer - Components
Sr.No. Operation Description
1 Take Input The process of entering data and instructions into the
computer system
2 Store Data Saving data and instructions so that they are available for
processing as and when required.
3 Processing Data Performing arithmetic, and logical operations on data in
order to convert them into useful information.
4 Output Information The process of producing useful information or results for
the user, such as a printed report or visual display.
5 Control the workflow Directs the manner and sequence in which all of the above
operations are performed.
Input Unit
 This unit contains devices with the help of which we enter data into
computer.This unit makes link between user and computer.The input
devices translate the information into the form understandable by computer.
Output Unit
 Output unit consists of devices with the help of which we get the information
from computer.This unit is a link between computer and users. Output
devices translate the computer's output into the form understandable by
users.
CPU (Central Processing Unit)
 CPU is considered as the brain of the computer. CPU performs all types of
data processing operations. It stores data, intermediate results and
instructions(program). It controls the operation of all parts of computer.
 CPU itself has following three components
1. ALU(Arithmetic Logic Unit)
2. Memory Unit
3. Control Unit
CPU(Central Processing Unit)
 CPU consists of the following features:
 CPU is considered as the brain of the computer.
 CPU performs all types of data processing operations.
 It stores data, intermediate results and instructions(program).
 It controls the operation of all parts of computer.
Input Device
 Keyboard
 Mouse
 Joy Stick
 Light pen
 Track Ball
 Scanner
 GraphicTablet
 Microphone
 Magnetic Ink Card Reader(MICR)
 Optical Character Reader(OCR)
 Bar Code Reader
 Optical Mark Reader(OMR)
Output Device
 Monitor
 Printers (all types)
 Plotters
 Projector
 LCD Projection Panels
 Computer Output Microfilm (COM)
 Speaker(s)
Computer - Memory
 A memory is just like a human brain. It is used to
store data and instructions. Computer memory is
the storage space in 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.
 Memory is primarily of three types:
1. Cache Memory
2. Primary Memory/Main Memory
3. Secondary Memory
Cache Memory
 Cache memory is a very high speed semiconductor memory
which can speed up CPU. It acts as a buffer between the
CPU and main memory. It is used to hold those parts of
data and program which are most frequently used by CPU.
The parts of data and programs are transferred from disk to
cache memory by operating system, from where CPU can
access them.
Primary Memory
 Primary memory holds only those data and instructions on which
computer is currently working. It has limited capacity and data is
lost when power is switched off. It is generally made up of
semiconductor device.These memories are not as fast as
registers.The data and instruction required to be processed
reside in main memory. It is divided into two subcategories
1. RAM
2. ROM
RAM
 RAM(Random Access Memory) is the internal
memory of the CPU for storing data, program
and program result. It is read/write memory
which stores data until the machine is working.
As soon as the machine is switched off, data is
erased.
ROM
 ROM stands for Read Only Memory.The memory from which we can
only read but cannot write on it.This type of memory is non-volatile.The
information is stored permanently in such memories during
manufacture. A ROM, stores such instructions that are required to start
a computer.This operation is referred to as bootstrap. ROM chips are
not only used in the computer but also in other electronic items like
washing machine and microwave oven.
Motherboard
 The motherboard serves as a single platform to connect all of the
parts of a computer together.A motherboard connects CPU,
memory, hard drives, optical drives, video card, sound card, and
other ports and expansion cards directly or via cables. It can be
considered as the backbone of a computer.
Popular Manufacturers
 Intel
 ASUS
 AOpen
 ABIT
 Biostar
 Gigabyte
 MSI
Memory unit
 the amount of data that can be stored in the
storage unit.
 that in which storage capacity is expressed in terms
of Bytes.
Sr.No. Unit Description
1 Bit (Binary Digit) A binary digit is logical 0 and 1 representing a passive or an active state
of a component in an electric circuit.
2 Nibble A group of 4 bits is called nibble.
3 Byte A group of 8 bits is called byte. A byte is the smallest unit which can
represent a data item or a character.
4 Word A computer word, like a byte, is a group of fixed number of bits
processed as a unit which varies from computer to computer but is fixed
for each computer.
The length of a computer word is called word-size or word length and it
may be as small as 8 bits or may be as long as 96 bits. A computer stores
the information in the form of computer words.
Memory Units
Sr.No. Unit Description
1 Kilobyte (KB) 1 KB = 1024 Bytes
2 Megabyte (MB) 1 MB = 1024 KB
3 GigaByte (GB) 1 GB = 1024 MB
4 TeraByte (TB 1TB = 1024 GB
5 PetaByte (PB) 1 PB = 1024TB
Software
 Software is a set of programs, which is
designed to perform a well-defined function.
A program is a sequence of instructions
written to solve a particular problem.
 There are two types of software
1. System Software
2. Application Software
System Software
 The system software is collection of programs designed to operate,
control, and extend the processing capabilities of the computer itself.
System software are generally prepared by computer manufactures.
These software products comprise of programs written in low-level
languages which interact with the hardware at a very basic level. System
software serves as the interface between hardware and the end users.
 Some examples of system software are Operating System, Compilers,
Interpreter, Assemblers etc.
Application Software
 Application software products are designed to satisfy a particular
need of a particular environment. All software applications
prepared in the computer lab can come under the category of
Application software.
 Application software may consist of a single program, such as a
Microsoft's notepad for writing and editing simple text. It may
also consist of a collection of programs, often called a software
package, which work together to accomplish a task, such as a
spreadsheet package.
Some Question that should be firing
on your brain..
 What is Actually Software?
 Why we Learn differentTypes ofTechnology?
 Why we installVLC software ,but not a
facebook ?
 What is Different type of tiers?

More Related Content

What's hot

Computer System Hardware
Computer System HardwareComputer System Hardware
Computer System Hardware
RCKSTR
 
Software and hardware
Software and hardwareSoftware and hardware
Software and hardware
meryy21
 
Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computers
Tushar B Kute
 
Computer systems
Computer systemsComputer systems
Computer systems
Udara Sandaruwan
 
Parts of a Computer
Parts of a ComputerParts of a Computer
Parts of a Computer
Matt Shea
 
Central processing unit
Central processing unitCentral processing unit
Central processing unitmariolinov
 
Computer Presentation By Mayank
Computer Presentation By MayankComputer Presentation By Mayank
Computer Presentation By MayankMayank kumar
 
Presentation about computer hardware
Presentation about computer hardwarePresentation about computer hardware
Presentation about computer hardware
mahmood saqy
 
Basic computerparts
Basic computerpartsBasic computerparts
Basic computerparts
saidfuad91
 
Introduction to computing
Introduction to computingIntroduction to computing
Introduction to computing
Muhammad Yousuf Abdul Qadir
 
06. System unit of computer
06. System unit of computer06. System unit of computer
06. System unit of computer
TimesRide
 
Fundamental of computer
Fundamental of computerFundamental of computer
Fundamental of computer
student
 
The components of a computer
The components of a computerThe components of a computer
The components of a computertrisson255
 
Types of computer
Types of computerTypes of computer
Types of computer
Aminashah0912
 
Computer hardware
Computer hardwareComputer hardware
Computer hardware
Muhammad Anees
 
Introduction to computer system
Introduction to computer systemIntroduction to computer system
Introduction to computer system
Gc university faisalabad
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computer
Zunair Aslam
 
Chapter 1 Introduction To Computers
Chapter 1 Introduction To ComputersChapter 1 Introduction To Computers
Chapter 1 Introduction To Computersnorzaini
 
Introduction To Computers
Introduction To ComputersIntroduction To Computers
Introduction To ComputersMayank kumar
 
Components of a computer system
Components of a computer systemComponents of a computer system
Components of a computer systemlistergc
 

What's hot (20)

Computer System Hardware
Computer System HardwareComputer System Hardware
Computer System Hardware
 
Software and hardware
Software and hardwareSoftware and hardware
Software and hardware
 
Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computers
 
Computer systems
Computer systemsComputer systems
Computer systems
 
Parts of a Computer
Parts of a ComputerParts of a Computer
Parts of a Computer
 
Central processing unit
Central processing unitCentral processing unit
Central processing unit
 
Computer Presentation By Mayank
Computer Presentation By MayankComputer Presentation By Mayank
Computer Presentation By Mayank
 
Presentation about computer hardware
Presentation about computer hardwarePresentation about computer hardware
Presentation about computer hardware
 
Basic computerparts
Basic computerpartsBasic computerparts
Basic computerparts
 
Introduction to computing
Introduction to computingIntroduction to computing
Introduction to computing
 
06. System unit of computer
06. System unit of computer06. System unit of computer
06. System unit of computer
 
Fundamental of computer
Fundamental of computerFundamental of computer
Fundamental of computer
 
The components of a computer
The components of a computerThe components of a computer
The components of a computer
 
Types of computer
Types of computerTypes of computer
Types of computer
 
Computer hardware
Computer hardwareComputer hardware
Computer hardware
 
Introduction to computer system
Introduction to computer systemIntroduction to computer system
Introduction to computer system
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computer
 
Chapter 1 Introduction To Computers
Chapter 1 Introduction To ComputersChapter 1 Introduction To Computers
Chapter 1 Introduction To Computers
 
Introduction To Computers
Introduction To ComputersIntroduction To Computers
Introduction To Computers
 
Components of a computer system
Components of a computer systemComponents of a computer system
Components of a computer system
 

Viewers also liked

Fundamental of computer
Fundamental of computerFundamental of computer
Fundamental of computer
Online
 
DCA- Basic Fundamental, My computer, Desktop, History of computer
DCA- Basic Fundamental, My computer, Desktop, History of computerDCA- Basic Fundamental, My computer, Desktop, History of computer
DCA- Basic Fundamental, My computer, Desktop, History of computerKiet Raipur
 
Computer Fundamental
Computer FundamentalComputer Fundamental
Computer Fundamental
actanimation
 
Computer fundamentals hindi notes
Computer fundamentals hindi notesComputer fundamentals hindi notes
Computer fundamentals hindi notesSirajRock
 
Fundamentals of Computer
Fundamentals of ComputerFundamentals of Computer
Fundamentals of Computerbongatjeremie
 
Operating system presentation
Operating system presentationOperating system presentation
Operating system presentation
ashanrajpar
 
Computer History, Generations, Types and IO
Computer History, Generations, Types and IOComputer History, Generations, Types and IO
Computer History, Generations, Types and IO
Hem Pokhrel
 
Sejarah komputer
Sejarah komputerSejarah komputer
Sejarah komputer
yaperkasa
 
Gullybaba Publishing House Private Limited, Delhi, Books & Study Material
Gullybaba Publishing House Private Limited, Delhi, Books & Study MaterialGullybaba Publishing House Private Limited, Delhi, Books & Study Material
Gullybaba Publishing House Private Limited, Delhi, Books & Study Material
IndiaMART InterMESH Limited
 
Operating system history
Operating system historyOperating system history
Operating system historypauldunkirk
 
Lesson 2 History Of Operating System
Lesson 2 History Of Operating SystemLesson 2 History Of Operating System
Lesson 2 History Of Operating System
Laguna State Polytechnic University
 
Computer fundamental
Computer fundamentalComputer fundamental
Computer fundamental
argusacademy
 
Computer Fundamental
Computer FundamentalComputer Fundamental
Computer Fundamental
JAI MCA-STUDENT
 
Fundamental elements of computer
Fundamental elements of computerFundamental elements of computer
Fundamental elements of computerJesus Obenita Jr.
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
Online
 
History of computer and classification of computers
History of computer and classification of computersHistory of computer and classification of computers
History of computer and classification of computers
Roopsi Srivastava
 
Philosophy of early childhood education 3
Philosophy of early childhood education 3Philosophy of early childhood education 3
Philosophy of early childhood education 3
Online
 

Viewers also liked (20)

Fundamental of computer
Fundamental of computerFundamental of computer
Fundamental of computer
 
DCA- Basic Fundamental, My computer, Desktop, History of computer
DCA- Basic Fundamental, My computer, Desktop, History of computerDCA- Basic Fundamental, My computer, Desktop, History of computer
DCA- Basic Fundamental, My computer, Desktop, History of computer
 
Computer Fundamental
Computer FundamentalComputer Fundamental
Computer Fundamental
 
Computer fundamentals hindi notes
Computer fundamentals hindi notesComputer fundamentals hindi notes
Computer fundamentals hindi notes
 
Fundamental note New
Fundamental note NewFundamental note New
Fundamental note New
 
Fundamentals of Computer
Fundamentals of ComputerFundamentals of Computer
Fundamentals of Computer
 
Operating system presentation
Operating system presentationOperating system presentation
Operating system presentation
 
Computer History, Generations, Types and IO
Computer History, Generations, Types and IOComputer History, Generations, Types and IO
Computer History, Generations, Types and IO
 
Sejarah komputer
Sejarah komputerSejarah komputer
Sejarah komputer
 
Gullybaba Publishing House Private Limited, Delhi, Books & Study Material
Gullybaba Publishing House Private Limited, Delhi, Books & Study MaterialGullybaba Publishing House Private Limited, Delhi, Books & Study Material
Gullybaba Publishing House Private Limited, Delhi, Books & Study Material
 
History of operating systems
History of operating systemsHistory of operating systems
History of operating systems
 
Operating system history
Operating system historyOperating system history
Operating system history
 
Lesson 2 History Of Operating System
Lesson 2 History Of Operating SystemLesson 2 History Of Operating System
Lesson 2 History Of Operating System
 
History of computer 08
History of computer 08History of computer 08
History of computer 08
 
Computer fundamental
Computer fundamentalComputer fundamental
Computer fundamental
 
Computer Fundamental
Computer FundamentalComputer Fundamental
Computer Fundamental
 
Fundamental elements of computer
Fundamental elements of computerFundamental elements of computer
Fundamental elements of computer
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
 
History of computer and classification of computers
History of computer and classification of computersHistory of computer and classification of computers
History of computer and classification of computers
 
Philosophy of early childhood education 3
Philosophy of early childhood education 3Philosophy of early childhood education 3
Philosophy of early childhood education 3
 

Similar to Computer fundamental

Introduction of computer Book
Introduction of computer BookIntroduction of computer Book
Introduction of computer Book
imtiazalijoono
 
COMP-FUNDAMENTALS.pptx
COMP-FUNDAMENTALS.pptxCOMP-FUNDAMENTALS.pptx
COMP-FUNDAMENTALS.pptx
tutorialTutorial3
 
Computer basics and i.o devices
Computer basics and i.o devicesComputer basics and i.o devices
Computer basics and i.o deviceskitturashmikittu
 
introduction to computer ppt [Autosaved].ppt
introduction to computer ppt [Autosaved].pptintroduction to computer ppt [Autosaved].ppt
introduction to computer ppt [Autosaved].ppt
RabadanHassanMohamed
 
Ch.01 introduction to_computers
Ch.01 introduction  to_computersCh.01 introduction  to_computers
Ch.01 introduction to_computers
Simmisar
 
Computer system
Computer systemComputer system
Computer system
Meenu Ahlawat
 
Ch.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdfCh.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdf
saurabhChandbodhale
 
Ch.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdfCh.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdf
MewledMohammed
 
Computer Short Note1.docx
Computer Short Note1.docxComputer Short Note1.docx
Computer Short Note1.docx
SamyaGufoor
 
The Basic Configuration of a Microcomputer
The Basic Configuration of a Microcomputer The Basic Configuration of a Microcomputer
The Basic Configuration of a Microcomputer
Taminul Islam
 
Ch.01 introduction to_computers
Ch.01 introduction  to_computersCh.01 introduction  to_computers
Ch.01 introduction to_computers
ejistcaloocan
 
Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computers
Sweta Kumari Barnwal
 
Introduction to computers i
Introduction to computers iIntroduction to computers i
Introduction to computers i
Sweta Kumari Barnwal
 
computer fundamentals
computer fundamentalscomputer fundamentals
computer fundamentals
PANKHURI JAIN
 
It tools and business system
It tools and business systemIt tools and business system
It tools and business system
Ashutosh Srivasatava
 
CIS99_Ch_01 (1).pptx
CIS99_Ch_01 (1).pptxCIS99_Ch_01 (1).pptx
CIS99_Ch_01 (1).pptx
AslamRj1
 
Pankaj kumar
Pankaj kumar Pankaj kumar
Pankaj kumar
Online Assignment Help
 
UNIT1IT SKILLS.pptx
UNIT1IT SKILLS.pptxUNIT1IT SKILLS.pptx
UNIT1IT SKILLS.pptx
samreen82
 
COMPUTER COMPONENTS
COMPUTER COMPONENTSCOMPUTER COMPONENTS
COMPUTER COMPONENTS
JemarManatad1
 

Similar to Computer fundamental (20)

Introduction of computer Book
Introduction of computer BookIntroduction of computer Book
Introduction of computer Book
 
COMP-FUNDAMENTALS.pptx
COMP-FUNDAMENTALS.pptxCOMP-FUNDAMENTALS.pptx
COMP-FUNDAMENTALS.pptx
 
Computer basics and i.o devices
Computer basics and i.o devicesComputer basics and i.o devices
Computer basics and i.o devices
 
introduction to computer ppt [Autosaved].ppt
introduction to computer ppt [Autosaved].pptintroduction to computer ppt [Autosaved].ppt
introduction to computer ppt [Autosaved].ppt
 
Ch.01 introduction to_computers
Ch.01 introduction  to_computersCh.01 introduction  to_computers
Ch.01 introduction to_computers
 
Computer system
Computer systemComputer system
Computer system
 
Ch.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdfCh.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdf
 
Ch.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdfCh.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdf
 
Computer Short Note1.docx
Computer Short Note1.docxComputer Short Note1.docx
Computer Short Note1.docx
 
The Basic Configuration of a Microcomputer
The Basic Configuration of a Microcomputer The Basic Configuration of a Microcomputer
The Basic Configuration of a Microcomputer
 
Ch.01 introduction to_computers
Ch.01 introduction  to_computersCh.01 introduction  to_computers
Ch.01 introduction to_computers
 
Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computers
 
Introduction to computers i
Introduction to computers iIntroduction to computers i
Introduction to computers i
 
computer fundamentals
computer fundamentalscomputer fundamentals
computer fundamentals
 
It tools and business system
It tools and business systemIt tools and business system
It tools and business system
 
CIS99_Ch_01 (1).pptx
CIS99_Ch_01 (1).pptxCIS99_Ch_01 (1).pptx
CIS99_Ch_01 (1).pptx
 
Pankaj kumar
Pankaj kumar Pankaj kumar
Pankaj kumar
 
A+ hand out
A+ hand outA+ hand out
A+ hand out
 
UNIT1IT SKILLS.pptx
UNIT1IT SKILLS.pptxUNIT1IT SKILLS.pptx
UNIT1IT SKILLS.pptx
 
COMPUTER COMPONENTS
COMPUTER COMPONENTSCOMPUTER COMPONENTS
COMPUTER COMPONENTS
 

Recently uploaded

Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data AnalysisProviding Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Globus
 
top nidhi software solution freedownload
top nidhi software solution freedownloadtop nidhi software solution freedownload
top nidhi software solution freedownload
vrstrong314
 
Software Testing Exam imp Ques Notes.pdf
Software Testing Exam imp Ques Notes.pdfSoftware Testing Exam imp Ques Notes.pdf
Software Testing Exam imp Ques Notes.pdf
MayankTawar1
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
wottaspaceseo
 
SOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBrokerSOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar
 
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus
 
De mooiste recreatieve routes ontdekken met RouteYou en FME
De mooiste recreatieve routes ontdekken met RouteYou en FMEDe mooiste recreatieve routes ontdekken met RouteYou en FME
De mooiste recreatieve routes ontdekken met RouteYou en FME
Jelle | Nordend
 
Using IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New ZealandUsing IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New Zealand
IES VE
 
Understanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSageUnderstanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSage
Globus
 
Accelerate Enterprise Software Engineering with Platformless
Accelerate Enterprise Software Engineering with PlatformlessAccelerate Enterprise Software Engineering with Platformless
Accelerate Enterprise Software Engineering with Platformless
WSO2
 
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume MontevideoVitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke
 
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.ILBeyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Natan Silnitsky
 
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Globus
 
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Anthony Dahanne
 
Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
Matt Welsh
 
A Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdfA Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdf
kalichargn70th171
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns
 
Into the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdfInto the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdf
Ortus Solutions, Corp
 
BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024
Ortus Solutions, Corp
 

Recently uploaded (20)

Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data AnalysisProviding Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
 
top nidhi software solution freedownload
top nidhi software solution freedownloadtop nidhi software solution freedownload
top nidhi software solution freedownload
 
Software Testing Exam imp Ques Notes.pdf
Software Testing Exam imp Ques Notes.pdfSoftware Testing Exam imp Ques Notes.pdf
Software Testing Exam imp Ques Notes.pdf
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
 
SOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBrokerSOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBroker
 
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024
 
De mooiste recreatieve routes ontdekken met RouteYou en FME
De mooiste recreatieve routes ontdekken met RouteYou en FMEDe mooiste recreatieve routes ontdekken met RouteYou en FME
De mooiste recreatieve routes ontdekken met RouteYou en FME
 
Using IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New ZealandUsing IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New Zealand
 
Understanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSageUnderstanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSage
 
Accelerate Enterprise Software Engineering with Platformless
Accelerate Enterprise Software Engineering with PlatformlessAccelerate Enterprise Software Engineering with Platformless
Accelerate Enterprise Software Engineering with Platformless
 
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume MontevideoVitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume Montevideo
 
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.ILBeyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
 
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
 
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
 
Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
 
A Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdfA Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdf
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
 
Into the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdfInto the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdf
 
BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024
 

Computer fundamental

  • 1. COMPUTER FUNDAMENTAL & COMPUTER FUNDAMENTAL PROGRAMMING -By Rachit Jaish (JavaTrainer)
  • 2. What is Computer?  A computer is a device that accepts information (in the form of digitalized data) and manipulates it for some result based on a program or sequence of instructions on how the data is to be processed.
  • 3.
  • 4. Generation Of Computer’s  First Generation The period of first generation: 1946-1959. Vacuum tube based.  Second Generation The period of second generation: 1959-1965. Transistor based.  Third Generation The period of third generation: 1965-1971. Integrated Circuit based.  Fourth Generation The period of fourth generation: 1971-1980. VLSI microprocessor based.  Fifth Generation The period of fifth generation: 1980-onwards. ULSI microprocessor based
  • 5. Different types of Computer Sr.No. Type Specifications 1 PC (Personal Computer) It is a single user computer system having moderately powerful microprocessor 2 WorkStation It is also a single user computer system which is similar to personal computer but have more powerful microprocessor. 3 Mini Computer It is a multi-user computer system which is capable of supporting hundreds of users simultaneously. 4 Main Frame It is a multi-user computer system which is capable of supporting hundreds of users simultaneously. Software technology is different from minicomputer. 5 Supercomputer It is an extremely fast computer which can execute hundreds of millions of instructions per second.
  • 6. PC (Personal Computer)  A PC can be defined as a small, relatively inexpensive computer designed for an individual user. PCs are based on the microprocessor technology that enables manufacturers to put an entire CPU on one chip. Businesses use personal computers for word processing, accounting, desktop publishing, and for running spreadsheet and database management applications.At home, the most popular use for personal computers is playing games and surfing Internet.
  • 7. Workstation  Workstation is a computer used for engineering applications (CAD/CAM), desktop publishing, software development, and other such types of applications which require a moderate amount of computing power and relatively high quality graphics capabilities.
  • 8. Mini Computer  A minicomputer, or colloquially mini, is a class of smaller computers that developed in the mid-1960s and sold for much less than mainframeand mid-size computers from IBM and its direct competitors
  • 9. Mainframe  Mainframe is very large in size and is an expensive computer capable of supporting hundreds or even thousands of users simultaneously. Mainframe executes many programs concurrently and supports many simultaneous execution of programs
  • 10. Supercomputer  Supercomputers are one of the fastest computers currently available. Supercomputers are very expensive and are employed for specialized applications that require immense amount of mathematical calculations (number crunching). For example, weather forecasting, scientific simulations, (animated) graphics, fluid dynamic calculations, nuclear energy research, electronic design, and analysis of geological data (e.g. in petrochemical prospecting).
  • 11. Computer - Components Sr.No. Operation Description 1 Take Input The process of entering data and instructions into the computer system 2 Store Data Saving data and instructions so that they are available for processing as and when required. 3 Processing Data Performing arithmetic, and logical operations on data in order to convert them into useful information. 4 Output Information The process of producing useful information or results for the user, such as a printed report or visual display. 5 Control the workflow Directs the manner and sequence in which all of the above operations are performed.
  • 12. Input Unit  This unit contains devices with the help of which we enter data into computer.This unit makes link between user and computer.The input devices translate the information into the form understandable by computer. Output Unit  Output unit consists of devices with the help of which we get the information from computer.This unit is a link between computer and users. Output devices translate the computer's output into the form understandable by users. CPU (Central Processing Unit)  CPU is considered as the brain of the computer. CPU performs all types of data processing operations. It stores data, intermediate results and instructions(program). It controls the operation of all parts of computer.  CPU itself has following three components 1. ALU(Arithmetic Logic Unit) 2. Memory Unit 3. Control Unit
  • 13. CPU(Central Processing Unit)  CPU consists of the following features:  CPU is considered as the brain of the computer.  CPU performs all types of data processing operations.  It stores data, intermediate results and instructions(program).  It controls the operation of all parts of computer.
  • 14. Input Device  Keyboard  Mouse  Joy Stick  Light pen  Track Ball  Scanner  GraphicTablet  Microphone  Magnetic Ink Card Reader(MICR)  Optical Character Reader(OCR)  Bar Code Reader  Optical Mark Reader(OMR)
  • 15. Output Device  Monitor  Printers (all types)  Plotters  Projector  LCD Projection Panels  Computer Output Microfilm (COM)  Speaker(s)
  • 16. Computer - Memory  A memory is just like a human brain. It is used to store data and instructions. Computer memory is the storage space in 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.  Memory is primarily of three types: 1. Cache Memory 2. Primary Memory/Main Memory 3. Secondary Memory
  • 17. Cache Memory  Cache memory is a very high speed semiconductor memory which can speed up CPU. It acts as a buffer between the CPU and main memory. It is used to hold those parts of data and program which are most frequently used by CPU. The parts of data and programs are transferred from disk to cache memory by operating system, from where CPU can access them.
  • 18. Primary Memory  Primary memory holds only those data and instructions on which computer is currently working. It has limited capacity and data is lost when power is switched off. It is generally made up of semiconductor device.These memories are not as fast as registers.The data and instruction required to be processed reside in main memory. It is divided into two subcategories 1. RAM 2. ROM
  • 19. RAM  RAM(Random Access Memory) is the internal memory of the CPU for storing data, program and program result. It is read/write memory which stores data until the machine is working. As soon as the machine is switched off, data is erased.
  • 20. ROM  ROM stands for Read Only Memory.The memory from which we can only read but cannot write on it.This type of memory is non-volatile.The information is stored permanently in such memories during manufacture. A ROM, stores such instructions that are required to start a computer.This operation is referred to as bootstrap. ROM chips are not only used in the computer but also in other electronic items like washing machine and microwave oven.
  • 21. Motherboard  The motherboard serves as a single platform to connect all of the parts of a computer together.A motherboard connects CPU, memory, hard drives, optical drives, video card, sound card, and other ports and expansion cards directly or via cables. It can be considered as the backbone of a computer.
  • 22. Popular Manufacturers  Intel  ASUS  AOpen  ABIT  Biostar  Gigabyte  MSI
  • 23. Memory unit  the amount of data that can be stored in the storage unit.  that in which storage capacity is expressed in terms of Bytes. Sr.No. Unit Description 1 Bit (Binary Digit) A binary digit is logical 0 and 1 representing a passive or an active state of a component in an electric circuit. 2 Nibble A group of 4 bits is called nibble. 3 Byte A group of 8 bits is called byte. A byte is the smallest unit which can represent a data item or a character. 4 Word A computer word, like a byte, is a group of fixed number of bits processed as a unit which varies from computer to computer but is fixed for each computer. The length of a computer word is called word-size or word length and it may be as small as 8 bits or may be as long as 96 bits. A computer stores the information in the form of computer words.
  • 24. Memory Units Sr.No. Unit Description 1 Kilobyte (KB) 1 KB = 1024 Bytes 2 Megabyte (MB) 1 MB = 1024 KB 3 GigaByte (GB) 1 GB = 1024 MB 4 TeraByte (TB 1TB = 1024 GB 5 PetaByte (PB) 1 PB = 1024TB
  • 25. Software  Software is a set of programs, which is designed to perform a well-defined function. A program is a sequence of instructions written to solve a particular problem.  There are two types of software 1. System Software 2. Application Software
  • 26. System Software  The system software is collection of programs designed to operate, control, and extend the processing capabilities of the computer itself. System software are generally prepared by computer manufactures. These software products comprise of programs written in low-level languages which interact with the hardware at a very basic level. System software serves as the interface between hardware and the end users.  Some examples of system software are Operating System, Compilers, Interpreter, Assemblers etc.
  • 27. Application Software  Application software products are designed to satisfy a particular need of a particular environment. All software applications prepared in the computer lab can come under the category of Application software.  Application software may consist of a single program, such as a Microsoft's notepad for writing and editing simple text. It may also consist of a collection of programs, often called a software package, which work together to accomplish a task, such as a spreadsheet package.
  • 28. Some Question that should be firing on your brain..  What is Actually Software?  Why we Learn differentTypes ofTechnology?  Why we installVLC software ,but not a facebook ?  What is Different type of tiers?

Editor's Notes

  1. JSTC