SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot

Ivan Chong current
Ivan Chong currentIvan Chong current
Ivan Chong currentIvan Chong
 
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+yrsSREEKANTH Kama
 
Computer Technology Computer Systems PA
Computer Technology Computer Systems PAComputer Technology Computer Systems PA
Computer Technology Computer Systems PAMelanie Dean
 
Chapter 9 communications and networks
Chapter 9   communications and networksChapter 9   communications and networks
Chapter 9 communications and networkshaider ali
 
Interactive glossary
Interactive glossaryInteractive glossary
Interactive glossaryOtarola93
 
marketing information system-chapter three
marketing information system-chapter threemarketing information system-chapter three
marketing information system-chapter threeHailemariam Kebede
 
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 AwarnessGunjan Verma
 
Englert_Resume_Job_Description_
Englert_Resume_Job_Description_Englert_Resume_Job_Description_
Englert_Resume_Job_Description_Tim Englert
 
Resume_-_Scott_Bowman
Resume_-_Scott_BowmanResume_-_Scott_Bowman
Resume_-_Scott_BowmanScott Bowman
 
YonghyunHwang_resume..
YonghyunHwang_resume..YonghyunHwang_resume..
YonghyunHwang_resume..Videoguy
 

What's hot (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..
 

Viewers also liked

Computer Fundamental
Computer FundamentalComputer Fundamental
Computer Fundamentalactanimation
 
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 prespectiveVinay Shankar
 
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 softwareRai University
 
Financial intelligent for start ups
Financial intelligent for start upsFinancial intelligent for start ups
Financial intelligent for start upsjubril
 
Presentation & Pitching tips
Presentation & Pitching tipsPresentation & Pitching tips
Presentation & Pitching tipsABrandNewYou
 
Using mySQL in PHP
Using mySQL in PHPUsing mySQL in PHP
Using mySQL in PHPMike Crabb
 
Intro to php
Intro to phpIntro to php
Intro to phpSp Singh
 
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 StartupJoy Schoffler
 
Why Learn PHP Programming?
Why Learn PHP Programming?Why Learn PHP Programming?
Why Learn PHP Programming?XtreemHeights
 
Intro to PHP for Beginners
Intro to PHP for BeginnersIntro to PHP for Beginners
Intro to PHP for Beginnersmtlgirlgeeks
 
Data ware house design
Data ware house designData ware house design
Data ware house designSayed Ahmed
 
Excel training for beginners
Excel training for beginnersExcel training for beginners
Excel training for beginnersParul Sharan
 

Viewers also liked (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 to Comp 107chp 1

01 Programming for Problem Solving.pdf
01 Programming for Problem Solving.pdf01 Programming for Problem Solving.pdf
01 Programming for Problem Solving.pdfA2Zgameggc
 
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.pdfnavikvel
 
Comp107 unit 1,2,3 (1)
Comp107 unit 1,2,3 (1)Comp107 unit 1,2,3 (1)
Comp107 unit 1,2,3 (1)Mijanur Rahman
 
0-Slot02-Introduction-to-PFC.pdf
0-Slot02-Introduction-to-PFC.pdf0-Slot02-Introduction-to-PFC.pdf
0-Slot02-Introduction-to-PFC.pdfssusere19c741
 
Net essentials6e ch1
Net essentials6e ch1Net essentials6e ch1
Net essentials6e ch1APSU
 
Comp 107 unit 4(operating systems)
Comp 107 unit 4(operating systems)Comp 107 unit 4(operating systems)
Comp 107 unit 4(operating systems)Mijanur Rahman
 
Chapter 1 computers
Chapter 1 computers Chapter 1 computers
Chapter 1 computers home
 
The functionality of a pc
The functionality of a pcThe functionality of a pc
The functionality of a pcWaleed Alharbi
 
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 ApplicationDhiviya Rose
 
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.pptxkplkumar981
 
Programming for Problem Solving
Programming for Problem SolvingProgramming for Problem Solving
Programming for Problem SolvingSukhendra Singh
 
Hardware and software (1).pptx
Hardware and software (1).pptxHardware and software (1).pptx
Hardware and software (1).pptxssuser1681481
 

Similar to 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
 
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
 
Hardware and software (1).pptx
Hardware and software (1).pptxHardware and software (1).pptx
Hardware and software (1).pptx
 

More from Bala Ganesh

Dbms chapter viii
Dbms chapter viiiDbms chapter viii
Dbms chapter viiiBala Ganesh
 
Dbms chapter vii
Dbms chapter viiDbms chapter vii
Dbms chapter viiBala Ganesh
 
Dbms chapter iii
Dbms chapter iiiDbms chapter iii
Dbms chapter iiiBala Ganesh
 
Flip flop& RAM ROM
Flip flop& RAM ROMFlip flop& RAM ROM
Flip flop& RAM ROMBala Ganesh
 
Chap iii-Logic Gates
Chap iii-Logic GatesChap iii-Logic Gates
Chap iii-Logic GatesBala Ganesh
 
Chap ii.BCD code,Gray code
Chap ii.BCD code,Gray codeChap ii.BCD code,Gray code
Chap ii.BCD code,Gray codeBala Ganesh
 
Software engineering Questions and Answers
Software engineering Questions and AnswersSoftware engineering Questions and Answers
Software engineering Questions and AnswersBala Ganesh
 
Software testing
Software testingSoftware testing
Software testingBala Ganesh
 

More from 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
 

Recently uploaded

Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 

Recently uploaded (20)

Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 

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