SlideShare una empresa de Scribd logo
1 de 28
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

COMP 107
FUNDAMENTAL COMPUTER PRINCIPLE &
PROGRAMMING
By
D.Balaganesh
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Overview Of Computer

Data

Process

Hardware

Using

Software

D.Balaganesh LINCOLN UNIVERSITY COLLGE

Given

Result

2
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Definition of Computer
• A computer is an electronic device.
• It can accept data (input), manipulate
(process), and produce information(output).

D.Balaganesh LINCOLN UNIVERSITY COLLGE
3
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

General Operations
• Computers can perform four general
operations, which comprise the information
processing cycle:
1. Input.
2. Process.
3. Output.
4. Storage.
D.Balaganesh LINCOLN UNIVERSITY COLLGE

4
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Data and Information

• All computer processing requires data,
• Data is a collection of raw facts, figures
and symbols, such as numbers, words,
images, video and sound, given to the
computer during the input phase.
• Computers manipulate data to create
information.

D.Balaganesh LINCOLN UNIVERSITY COLLGE

5
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Cont.
• Information is data that is organized,
meaningful, and useful.
• During the output phase, the information that
has been created is put into some form, such
as a printed report.

D.Balaganesh LINCOLN UNIVERSITY COLLGE

6
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Computer Characteristics
•
•
•
•
•

High speed.
Accuracy.
Reliability.
Mass storage of information.
Communication with other computers
through network like internet.
D.Balaganesh LINCOLN UNIVERSITY COLLGE

7
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

COMPONENTS OF A COMPUTER

D.Balaganesh LINCOLN UNIVERSITY COLLGE

8
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Primary Components of a computer
•
•
•
•
•

Input devices.
Central Processing Unit.
Memory.
Output devices.
Storage devices.

D.Balaganesh LINCOLN UNIVERSITY COLLGE

9
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Input devices
•
•
•
•
•

Mouse.
Keyboard.
Touch pad.
Pointing stick.
Scanner.

D.Balaganesh LINCOLN UNIVERSITY COLLGE

10
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

CPU (Central Processing Unit )
• Interprets instructions to the computer,
performs the logical and arithmetic processing
operations, and cause the input and output
operations to occur.
• Performs all the calculations within the
computer.
• CPU speed measured in MHz.
D.Balaganesh LINCOLN UNIVERSITY COLLGE

11
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Memory:
• RAM:
Random Access Memory.
Temporary memory.
Electronic components that store data
including numbers, letters, graphics and
sound.
Information stored is lost when the computer
is turned off.
D.Balaganesh LINCOLN UNIVERSITY COLLGE

12
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Memory
• ROM:
Read Only Memory.
Permanent memory.
Chip that has start-up directions for your
computer.

D.Balaganesh LINCOLN UNIVERSITY COLLGE

13
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Unit of Information
• Bytes
One character takes up about one Byte.
One byte is equal to eight bits.
Bits means binary digit.

D.Balaganesh LINCOLN UNIVERSITY COLLGE

14
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Cont.
1 Bit = 0 or 1
8 Bits = 1 Bytes
1024 Bytes = 1 KB
1024 KB = 1 MB
1024 MB = 1 GB
1024 GB = 1 TB
D.Balaganesh LINCOLN UNIVERSITY COLLGE

15
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Output Devices
• Computer screen.
• Printer.
• Speaker.

D.Balaganesh LINCOLN UNIVERSITY COLLGE

16
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Storage Devices
•
•
•
•
•

Floppy Disks
Compact Disks (CD)
Hard Disk
Digital versatile Disk (DVD)
Flash Disk

D.Balaganesh LINCOLN UNIVERSITY COLLGE

17
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Comparing Types of Memory Storage Devices

• Sometimes storage is a trade off between
speed, capacity, price and reliability.

D.Balaganesh LINCOLN UNIVERSITY COLLGE

18
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Hardware and Software
• Hardware:
The term hardware refers to the physical
components of you computer such as the
computer screen, mouse, keyboard etc…
• Software:
Computer software is the key to productive
use of computers.
D.Balaganesh LINCOLN UNIVERSITY COLLGE

19
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Types of Software

D.Balaganesh LINCOLN UNIVERSITY COLLGE

20
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Software
• The computer hardware on its own has no
intelligence and therefore must be supplied with
instructions to perform any task.
• Software or programs, consist of step-by-step
instructions that tell the computer how to perform a
task.
• Software is divided into two main categories:
– system software and
– application software.
D.Balaganesh LINCOLN UNIVERSITY COLLGE

21
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Types of Software
•Operating System Software.
•Application Software.

D.Balaganesh LINCOLN UNIVERSITY COLLGE

22
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Operating System Software
• It is a program that
controls the computer
and enables it to run
application software.
• It allows the computer
to manage its internal
resources.
• The software runs the
basic computer
operations – it tells the
hardware what to do,
how to do it, and when UNIVERSITY COLLGE
D.Balaganesh LINCOLN

23
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Operating System Software
• Examples of Operating
system software:
 Windows XP
 Windows Vista

D.Balaganesh LINCOLN UNIVERSITY COLLGE

24
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Application Software

Consists of programs that tell a computer
how to produce information.
Some of the more commonly used
packages are:
 Word processing.
 Electronic spreadsheet.
 Presentation.
D.Balaganesh LINCOLN UNIVERSITY COLLGE

25
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Application Software
• This is software that help the user carry out
specific task such as word-processing,
spreadsheet, databases and presentation
software.
• Application fall under two styles
– Tailor-made: software designed for the particular
customer.
– Off-the-shelf: for use by the general public
D.Balaganesh LINCOLN UNIVERSITY COLLGE

26
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

Application Software
• MS Word ( Word Processing ):
 Word Processing software is used to create
and print documents
• Spreadsheet ( MS Excel )
Electronic spreadsheet software allows the
user to add, subtract, and perform userdefined calculations on rows and columns of
numbers. These numbers can be changed and
D.Balaganesh LINCOLN UNIVERSITY COLLGE

27
Subject Name
Code
FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING

Credit Hours

MS Powerpoint ( Presentation)
• MS Powerpoint allows the user to create
documents called slides to be used in making
the presentation.

D.Balaganesh LINCOLN UNIVERSITY COLLGE

28

Más contenido relacionado

La actualidad más candente (18)

Unit 10
Unit 10Unit 10
Unit 10
 
Ivan Chong current
Ivan Chong currentIvan Chong current
Ivan Chong current
 
002 srikanth system & network administrator 8+yrs
002 srikanth system & network administrator 8+yrs002 srikanth system & network administrator 8+yrs
002 srikanth system & network administrator 8+yrs
 
Computer Technology Computer Systems PA
Computer Technology Computer Systems PAComputer Technology Computer Systems PA
Computer Technology Computer Systems PA
 
Chapter 9 communications and networks
Chapter 9   communications and networksChapter 9   communications and networks
Chapter 9 communications and networks
 
Interactive glossary
Interactive glossaryInteractive glossary
Interactive glossary
 
marketing information system-chapter three
marketing information system-chapter threemarketing information system-chapter three
marketing information system-chapter three
 
Cpp htp5e 01
Cpp htp5e 01Cpp htp5e 01
Cpp htp5e 01
 
Chap14
Chap14Chap14
Chap14
 
Resume (2)
Resume (2)Resume (2)
Resume (2)
 
Hpc 6 7
Hpc 6 7Hpc 6 7
Hpc 6 7
 
Free Practice Set by Subject Computer Awarness
Free Practice Set by Subject Computer AwarnessFree Practice Set by Subject Computer Awarness
Free Practice Set by Subject Computer Awarness
 
Moody.Toya
Moody.ToyaMoody.Toya
Moody.Toya
 
Dissector Final
Dissector Final Dissector Final
Dissector Final
 
Chapter 2(answer)2
Chapter 2(answer)2Chapter 2(answer)2
Chapter 2(answer)2
 
Englert_Resume_Job_Description_
Englert_Resume_Job_Description_Englert_Resume_Job_Description_
Englert_Resume_Job_Description_
 
Resume_-_Scott_Bowman
Resume_-_Scott_BowmanResume_-_Scott_Bowman
Resume_-_Scott_Bowman
 
YonghyunHwang_resume..
YonghyunHwang_resume..YonghyunHwang_resume..
YonghyunHwang_resume..
 

Destacado

Financial intelligent for start ups
Financial intelligent for start upsFinancial intelligent for start ups
Financial intelligent for start ups
jubril
 
Excel training for beginners
Excel training for beginnersExcel training for beginners
Excel training for beginners
Parul Sharan
 

Destacado (20)

Computer Fundamental
Computer FundamentalComputer Fundamental
Computer Fundamental
 
Team building
Team buildingTeam building
Team building
 
Hardware Trends – Back to Fundamentals
Hardware Trends – Back to FundamentalsHardware Trends – Back to Fundamentals
Hardware Trends – Back to Fundamentals
 
data information and management system user prespective
data information and management system user prespectivedata information and management system user prespective
data information and management system user prespective
 
Bca i-fundamental of computer-u-2- application and system software
Bca  i-fundamental of  computer-u-2- application and system softwareBca  i-fundamental of  computer-u-2- application and system software
Bca i-fundamental of computer-u-2- application and system software
 
1 hardware fundamentals
1 hardware fundamentals1 hardware fundamentals
1 hardware fundamentals
 
Financial intelligent for start ups
Financial intelligent for start upsFinancial intelligent for start ups
Financial intelligent for start ups
 
Presentation & Pitching tips
Presentation & Pitching tipsPresentation & Pitching tips
Presentation & Pitching tips
 
JQuery-Tutorial
 JQuery-Tutorial JQuery-Tutorial
JQuery-Tutorial
 
Fcp lecture 01
Fcp lecture 01Fcp lecture 01
Fcp lecture 01
 
Using mySQL in PHP
Using mySQL in PHPUsing mySQL in PHP
Using mySQL in PHP
 
Microsoft excel beginner
Microsoft excel beginnerMicrosoft excel beginner
Microsoft excel beginner
 
Intro to php
Intro to phpIntro to php
Intro to php
 
How to Use Publicity to Grow Your Startup
How to Use Publicity to Grow Your StartupHow to Use Publicity to Grow Your Startup
How to Use Publicity to Grow Your Startup
 
Why Learn PHP Programming?
Why Learn PHP Programming?Why Learn PHP Programming?
Why Learn PHP Programming?
 
Intro to PHP for Beginners
Intro to PHP for BeginnersIntro to PHP for Beginners
Intro to PHP for Beginners
 
Data ware house design
Data ware house designData ware house design
Data ware house design
 
Computer Programming- Lecture 10
Computer Programming- Lecture 10Computer Programming- Lecture 10
Computer Programming- Lecture 10
 
Excel training for beginners
Excel training for beginnersExcel training for beginners
Excel training for beginners
 
phpTutorial1
phpTutorial1phpTutorial1
phpTutorial1
 

Similar a Comp 107chp 1

Similar a Comp 107chp 1 (20)

01 Programming for Problem Solving.pdf
01 Programming for Problem Solving.pdf01 Programming for Problem Solving.pdf
01 Programming for Problem Solving.pdf
 
information technology about hardware and software
information technology about hardware and softwareinformation technology about hardware and software
information technology about hardware and software
 
Presentation on Computer Basics and architecture.pdf
Presentation on Computer Basics and architecture.pdfPresentation on Computer Basics and architecture.pdf
Presentation on Computer Basics and architecture.pdf
 
Comp107 unit 1,2,3
Comp107 unit 1,2,3Comp107 unit 1,2,3
Comp107 unit 1,2,3
 
Comp107 unit 1,2,3 (1)
Comp107 unit 1,2,3 (1)Comp107 unit 1,2,3 (1)
Comp107 unit 1,2,3 (1)
 
lec 1.pptx
lec 1.pptxlec 1.pptx
lec 1.pptx
 
Introduction to computer
Introduction  to computerIntroduction  to computer
Introduction to computer
 
0-Slot02-Introduction-to-PFC.pdf
0-Slot02-Introduction-to-PFC.pdf0-Slot02-Introduction-to-PFC.pdf
0-Slot02-Introduction-to-PFC.pdf
 
Net essentials6e ch1
Net essentials6e ch1Net essentials6e ch1
Net essentials6e ch1
 
Comp 107 unit 4(operating systems)
Comp 107 unit 4(operating systems)Comp 107 unit 4(operating systems)
Comp 107 unit 4(operating systems)
 
Chapter 1 computers
Chapter 1 computers Chapter 1 computers
Chapter 1 computers
 
The functionality of a pc
The functionality of a pcThe functionality of a pc
The functionality of a pc
 
Unit 1.pptx
Unit 1.pptxUnit 1.pptx
Unit 1.pptx
 
ch02.ppt
ch02.pptch02.ppt
ch02.ppt
 
c programming 1-1.pptx
c programming 1-1.pptxc programming 1-1.pptx
c programming 1-1.pptx
 
Module 1 - Digital Devices and its Application
Module 1 - Digital Devices and its ApplicationModule 1 - Digital Devices and its Application
Module 1 - Digital Devices and its Application
 
Computer basics
Computer basicsComputer basics
Computer basics
 
mod1.pptx
mod1.pptxmod1.pptx
mod1.pptx
 
Computer-Basics for B.ed Second Year.pptx
Computer-Basics  for B.ed Second Year.pptxComputer-Basics  for B.ed Second Year.pptx
Computer-Basics for B.ed Second Year.pptx
 
Programming for Problem Solving
Programming for Problem SolvingProgramming for Problem Solving
Programming for Problem Solving
 

Más de Bala Ganesh (20)

DDL,DML,1stNF
DDL,DML,1stNFDDL,DML,1stNF
DDL,DML,1stNF
 
sfdfds
sfdfdssfdfds
sfdfds
 
Dbms chapter viii
Dbms chapter viiiDbms chapter viii
Dbms chapter viii
 
Dbms chapter vii
Dbms chapter viiDbms chapter vii
Dbms chapter vii
 
Dbms chapter v
Dbms chapter vDbms chapter v
Dbms chapter v
 
Dbms chapter iv
Dbms chapter ivDbms chapter iv
Dbms chapter iv
 
Dbms chapter iii
Dbms chapter iiiDbms chapter iii
Dbms chapter iii
 
Dmbs chapter vi
Dmbs chapter viDmbs chapter vi
Dmbs chapter vi
 
Dbms chapter ii
Dbms chapter iiDbms chapter ii
Dbms chapter ii
 
Dbms chap i
Dbms chap iDbms chap i
Dbms chap i
 
Flip flop& RAM ROM
Flip flop& RAM ROMFlip flop& RAM ROM
Flip flop& RAM ROM
 
karnaugh maps
karnaugh mapskarnaugh maps
karnaugh maps
 
Chap iii-Logic Gates
Chap iii-Logic GatesChap iii-Logic Gates
Chap iii-Logic Gates
 
Chap ii.BCD code,Gray code
Chap ii.BCD code,Gray codeChap ii.BCD code,Gray code
Chap ii.BCD code,Gray code
 
DEL-244Chep i
DEL-244Chep iDEL-244Chep i
DEL-244Chep i
 
Software engineering Questions and Answers
Software engineering Questions and AnswersSoftware engineering Questions and Answers
Software engineering Questions and Answers
 
Software testing
Software testingSoftware testing
Software testing
 
Design
DesignDesign
Design
 
Comp 107 cep 8
Comp 107 cep 8Comp 107 cep 8
Comp 107 cep 8
 
Comp 107 cep 7
Comp 107 cep 7Comp 107 cep 7
Comp 107 cep 7
 

Último

Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Peter Udo Diehl
 

Último (20)

Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdf
 
Optimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityOptimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through Observability
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024
 
ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty Secure
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
 
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
 
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfIntroduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
 
Google I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGoogle I/O Extended 2024 Warsaw
Google I/O Extended 2024 Warsaw
 
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptxUnpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
 
Intro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераIntro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджера
 
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
 
Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024
 
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
 
What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024
 
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
 
Syngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdf
 
Connecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAKConnecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAK
 
Speed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in MinutesSpeed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in Minutes
 

Comp 107chp 1

  • 1. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours COMP 107 FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING By D.Balaganesh
  • 2. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Overview Of Computer Data Process Hardware Using Software D.Balaganesh LINCOLN UNIVERSITY COLLGE Given Result 2
  • 3. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Definition of Computer • A computer is an electronic device. • It can accept data (input), manipulate (process), and produce information(output). D.Balaganesh LINCOLN UNIVERSITY COLLGE 3
  • 4. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours General Operations • Computers can perform four general operations, which comprise the information processing cycle: 1. Input. 2. Process. 3. Output. 4. Storage. D.Balaganesh LINCOLN UNIVERSITY COLLGE 4
  • 5. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Data and Information • All computer processing requires data, • Data is a collection of raw facts, figures and symbols, such as numbers, words, images, video and sound, given to the computer during the input phase. • Computers manipulate data to create information. D.Balaganesh LINCOLN UNIVERSITY COLLGE 5
  • 6. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Cont. • Information is data that is organized, meaningful, and useful. • During the output phase, the information that has been created is put into some form, such as a printed report. D.Balaganesh LINCOLN UNIVERSITY COLLGE 6
  • 7. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Computer Characteristics • • • • • High speed. Accuracy. Reliability. Mass storage of information. Communication with other computers through network like internet. D.Balaganesh LINCOLN UNIVERSITY COLLGE 7
  • 8. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours COMPONENTS OF A COMPUTER D.Balaganesh LINCOLN UNIVERSITY COLLGE 8
  • 9. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Primary Components of a computer • • • • • Input devices. Central Processing Unit. Memory. Output devices. Storage devices. D.Balaganesh LINCOLN UNIVERSITY COLLGE 9
  • 10. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Input devices • • • • • Mouse. Keyboard. Touch pad. Pointing stick. Scanner. D.Balaganesh LINCOLN UNIVERSITY COLLGE 10
  • 11. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours CPU (Central Processing Unit ) • Interprets instructions to the computer, performs the logical and arithmetic processing operations, and cause the input and output operations to occur. • Performs all the calculations within the computer. • CPU speed measured in MHz. D.Balaganesh LINCOLN UNIVERSITY COLLGE 11
  • 12. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Memory: • RAM: Random Access Memory. Temporary memory. Electronic components that store data including numbers, letters, graphics and sound. Information stored is lost when the computer is turned off. D.Balaganesh LINCOLN UNIVERSITY COLLGE 12
  • 13. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Memory • ROM: Read Only Memory. Permanent memory. Chip that has start-up directions for your computer. D.Balaganesh LINCOLN UNIVERSITY COLLGE 13
  • 14. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Unit of Information • Bytes One character takes up about one Byte. One byte is equal to eight bits. Bits means binary digit. D.Balaganesh LINCOLN UNIVERSITY COLLGE 14
  • 15. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Cont. 1 Bit = 0 or 1 8 Bits = 1 Bytes 1024 Bytes = 1 KB 1024 KB = 1 MB 1024 MB = 1 GB 1024 GB = 1 TB D.Balaganesh LINCOLN UNIVERSITY COLLGE 15
  • 16. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Output Devices • Computer screen. • Printer. • Speaker. D.Balaganesh LINCOLN UNIVERSITY COLLGE 16
  • 17. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Storage Devices • • • • • Floppy Disks Compact Disks (CD) Hard Disk Digital versatile Disk (DVD) Flash Disk D.Balaganesh LINCOLN UNIVERSITY COLLGE 17
  • 18. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Comparing Types of Memory Storage Devices • Sometimes storage is a trade off between speed, capacity, price and reliability. D.Balaganesh LINCOLN UNIVERSITY COLLGE 18
  • 19. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Hardware and Software • Hardware: The term hardware refers to the physical components of you computer such as the computer screen, mouse, keyboard etc… • Software: Computer software is the key to productive use of computers. D.Balaganesh LINCOLN UNIVERSITY COLLGE 19
  • 20. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Types of Software D.Balaganesh LINCOLN UNIVERSITY COLLGE 20
  • 21. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Software • The computer hardware on its own has no intelligence and therefore must be supplied with instructions to perform any task. • Software or programs, consist of step-by-step instructions that tell the computer how to perform a task. • Software is divided into two main categories: – system software and – application software. D.Balaganesh LINCOLN UNIVERSITY COLLGE 21
  • 22. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Types of Software •Operating System Software. •Application Software. D.Balaganesh LINCOLN UNIVERSITY COLLGE 22
  • 23. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Operating System Software • It is a program that controls the computer and enables it to run application software. • It allows the computer to manage its internal resources. • The software runs the basic computer operations – it tells the hardware what to do, how to do it, and when UNIVERSITY COLLGE D.Balaganesh LINCOLN 23
  • 24. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Operating System Software • Examples of Operating system software:  Windows XP  Windows Vista D.Balaganesh LINCOLN UNIVERSITY COLLGE 24
  • 25. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Application Software Consists of programs that tell a computer how to produce information. Some of the more commonly used packages are:  Word processing.  Electronic spreadsheet.  Presentation. D.Balaganesh LINCOLN UNIVERSITY COLLGE 25
  • 26. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Application Software • This is software that help the user carry out specific task such as word-processing, spreadsheet, databases and presentation software. • Application fall under two styles – Tailor-made: software designed for the particular customer. – Off-the-shelf: for use by the general public D.Balaganesh LINCOLN UNIVERSITY COLLGE 26
  • 27. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours Application Software • MS Word ( Word Processing ):  Word Processing software is used to create and print documents • Spreadsheet ( MS Excel ) Electronic spreadsheet software allows the user to add, subtract, and perform userdefined calculations on rows and columns of numbers. These numbers can be changed and D.Balaganesh LINCOLN UNIVERSITY COLLGE 27
  • 28. Subject Name Code FUNDAMENTAL COMPUTER PRINCIPLE & PROGRAMMING Credit Hours MS Powerpoint ( Presentation) • MS Powerpoint allows the user to create documents called slides to be used in making the presentation. D.Balaganesh LINCOLN UNIVERSITY COLLGE 28