SlideShare ist ein Scribd-Unternehmen logo
1 von 47
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Unit 1,2,3
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Mechanizing of Arithmetic
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Mechanical Computer
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
The Five Generations of Computers
4
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
First generation computers
(1940-1956)
• The first computers used vacuum tubes for circuitry and magnetic
drums for memory.
• They were often enormous and taking up entire room.
• First generation computers relied on machine language.
• They were very expensive to operate and in addition to using a great deal
of electricity, generated a lot of heat, which was often the cause of
malfunctions.
• The UNIVAC and ENIAC computers are examples of first-generation
computing devices.
5
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
First generation computers
6
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Second generation computers
(1956-1963)
• Transistors replaced vacuum tubes and ushered in the
second generation of computers.
• Second-generation computers moved from
cryptic binary machine language to symbolic.
• High-level programming languages were also being
developed at this time, such as early versions of COBOL
and FORTRAN.
• These were also the first computers that stored their
instructions in their memory.
7
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Second generation computers
8
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Third generation computers
(1964-1971)
• The development of the integrated circuit was the hallmark of
the third generation of computers.
• Transistors were miniaturized and placed on siliconchips,
called semiconductors.
• Instead of punched cards and printouts, users interacted with
third generation computers through keyboards
and monitors and interfaced with an operating system.
• Allowed the device to run many different applications at one
time.
9
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Third generation computers
10
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Fourth generation computers
(1971-present)
• The microprocessor brought the fourth generation of
computers, as thousands of integrated circuits were built onto
a single silicon chip.
• The Intel 4004 chip, developed in 1971, located all the
components of the computer.
• From the central processing unit and memory to input/output
controls—on a single chip.
• Fourth generation computers also saw the development
of GUIs, the mouse and handheld devices.
11
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Fourth generation computers
12
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Fifth generation computers
(present and beyond)
• Fifth generation computing devices, based on artificial
intelligence.
• Are still in development, though there are some applications,
such as voice recognition.
• The use of parallel processing and superconductors is helping
to make artificial intelligence a reality.
• The goal of fifth-generation computing is to develop devices
that respond to natural language input and are capable of
learning and self-organization.
13
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Fifth generation computers
14
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
BASICS OF COMPUTER
15
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
DEFINITION OF COMPUTER
• A device that computes,
especially a programmable
electronic machine that performs
high-speed mathematical or
logical operations or that
assembles, stores, correlates, or
otherwise processes information.
16
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
GENERAL OPERATIONS
• Computers can perform four general
operations, which comprise the information
processing cycle:
1. Input.
2. Process.
3. Output.
4. Storage.
17
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
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.
18
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
DATA AND INFORMATION
• 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.
19
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
COMPUTER CHARACTERISTICS
• High speed.
• Accuracy.
• Reliability.
• Mass storage of information.
• Communication with other computers
through network like internet.
20
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
MAIN PARTS OF A COMPUTER
1. Computer Hardware
2. Computer Software
21
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
WHAT IS COMPUTER HARDWARE?
• Computer Hardware is the physical part of the
computer system, the machinery and
equipment.
• Parts of the computer “you can touch”
22
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
WHAT IS COMPUTER SOFTWARE?
• Computer Software are programs that tell the
computer what to do.
Examples
• Microsoft Word-word processing program
• Microsoft PowerPoint-presentation program
• Microsoft Excel-work book program used to
track, calculate, and analyze numeric data
23
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
PRIMARY COMPONENTS
• Input devices.
• Output devices.
• Storage devices.
• Central Processing Unit.
• Memory.
24
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Input devices
Input device is a peripheral (piece of computer
hardware equipment) used to provide data and
control signals to an computer.
25
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
CPU (Central Processing Unit )
• Interpret 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.
26
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
CPU’s Components
27
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Control Unit (CU)
• A control unit or CU is circuitry that directs
operations within a computer's processor.
• It lets the computer's logic unit, memory, as well as
both input and output devices know how to respond
to instructions received from a program.
• Examples of devices that utilize control units
include CPUs and GPUs.
28
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Arithmetic Logic Unit(ALU)
• ALU performs basic arithmetic and logic
operations.
• Examples of arithmetic operations are
addition, subtraction, multiplication, and
division.
• Examples of logic operations are comparisons
of values such as NOT, AND, and OR.
29
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Memory
Two different categories
Primary memory
• also known as main storage or memory, is the area in a computer in which
data is stored for quick access by the computer's processor. Eg RAM or
ROM
• stores the data and keep it even when the electricity to the PC (Personal
Computer) is cut off whereas
Secondary memory
• is the memory used externally to the computer.
• losses its contents immediately after we turn off the pc Eg. Hard disk,
pendrive..
30
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
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.
Measured in Mbytes, i.e 512 Mbytes
31
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Memory
• ROM:
Read Only Memory.
Permanent memory.
Chip that has start-up directions for your
computer.
 Eg. Let think why the computer know what devices
to boot up first?
Liang LINCOLN UNIVERSITY
COLLGE
32
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
CACHE MEMORY
When the processor needs to read from or write to a
location in main memory, it first checks whether a copy
of that data is in the cache. If so, the processor
immediately reads from or writes to the cache, which is
much faster than reading from or writing to main
memory.
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
CACHE MEMORY
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Register Memory
• Registers are also temporary storage internal
to CPU, but for processing the data must be
shifted to registers from cache.
35
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Unit of Information
• Bytes
One character takes up about one Byte.
One byte is equal to eight bits.
Bits means binary digit.
Eg. 10101010101…
36
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
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
Liang LINCOLN UNIVERSITY
COLLGE
37
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Output Devices
An output device is any device used to send
data from a computer to another device or user.
Liang LINCOLN UNIVERSITY
COLLGE
38
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Storage Devices
Liang LINCOLN UNIVERSITY
COLLGE
39
Storage device is a device for storing
information (data).
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
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.
40
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
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.
41
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
TYPES OF SOFTWARE
•Operating System Software.
•Application Software.
42
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
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 to
do it.
43
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
OPERATING SYSTEM SOFTWARE
• Examples of Operating
system software:
 Windows XP
 Windows Vista
 Windows 7
 Windows 8/10
44
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
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.
45
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
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
46
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
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 user-defined calculations
on rows and columns of numbers.
• Presentation ( MS Powerpoint )
 MS Powerpoint allows the user to create documents
called slides to be used in making the presentation. 47

Weitere ähnliche Inhalte

Was ist angesagt?

Chapter 1 introduction to computers
Chapter 1   introduction to computersChapter 1   introduction to computers
Chapter 1 introduction to computers
Muhammad Faisal
 

Was ist angesagt? (20)

Lecture 1 introduction to computing
Lecture 1 introduction to computingLecture 1 introduction to computing
Lecture 1 introduction to computing
 
Uc14 chap14
Uc14 chap14Uc14 chap14
Uc14 chap14
 
Uc13.chapter.14
Uc13.chapter.14Uc13.chapter.14
Uc13.chapter.14
 
Uc14 chap06
Uc14 chap06Uc14 chap06
Uc14 chap06
 
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 12 - Inform...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 12 - Inform...Understanding Computers: Today and Tomorrow, 13th Edition Chapter 12 - Inform...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 12 - Inform...
 
Uc14 chap07
Uc14 chap07Uc14 chap07
Uc14 chap07
 
Uc14 chap08
Uc14 chap08Uc14 chap08
Uc14 chap08
 
IS CH.1
IS CH.1IS CH.1
IS CH.1
 
Information System (CH.2)
Information System (CH.2)Information System (CH.2)
Information System (CH.2)
 
Uc14 chap01
Uc14 chap01Uc14 chap01
Uc14 chap01
 
Ics chapter wise notes | ics papers | ICS test | ICS book | ics | test papers
Ics chapter wise notes | ics papers | ICS test | ICS book | ics | test papersIcs chapter wise notes | ics papers | ICS test | ICS book | ics | test papers
Ics chapter wise notes | ics papers | ICS test | ICS book | ics | test papers
 
Computer communication network
Computer communication networkComputer communication network
Computer communication network
 
9781111306366 ppt ch9
9781111306366 ppt ch99781111306366 ppt ch9
9781111306366 ppt ch9
 
Basic concepts of information technology and the internet
Basic concepts of information technology and the internetBasic concepts of information technology and the internet
Basic concepts of information technology and the internet
 
Chapter 1 introduction to computers
Chapter 1   introduction to computersChapter 1   introduction to computers
Chapter 1 introduction to computers
 
Introduction to the Internet
Introduction to the InternetIntroduction to the Internet
Introduction to the Internet
 
Introduction to Information Technology
Introduction to Information TechnologyIntroduction to Information Technology
Introduction to Information Technology
 
Interactive glossary
Interactive glossaryInteractive glossary
Interactive glossary
 
9781111306366 ppt ch10
9781111306366 ppt ch109781111306366 ppt ch10
9781111306366 ppt ch10
 
01 introduction to information technology
01 introduction to information technology01 introduction to information technology
01 introduction to information technology
 

Andere mochten auch

THESIS_Tampere All Bright Ambassador network_Mari Taverne
THESIS_Tampere All Bright Ambassador network_Mari TaverneTHESIS_Tampere All Bright Ambassador network_Mari Taverne
THESIS_Tampere All Bright Ambassador network_Mari Taverne
Mari Taverne
 
Comp 107 unit 7 and 8 (networking, internet and intranet)
Comp 107 unit 7 and 8 (networking, internet and intranet)Comp 107 unit 7 and 8 (networking, internet and intranet)
Comp 107 unit 7 and 8 (networking, internet and intranet)
Mijanur Rahman
 

Andere mochten auch (15)

Comunicacion social
Comunicacion socialComunicacion social
Comunicacion social
 
THESIS_Tampere All Bright Ambassador network_Mari Taverne
THESIS_Tampere All Bright Ambassador network_Mari TaverneTHESIS_Tampere All Bright Ambassador network_Mari Taverne
THESIS_Tampere All Bright Ambassador network_Mari Taverne
 
Мята перечная
Мята перечнаяМята перечная
Мята перечная
 
Comp107 unit 5,6
Comp107 unit 5,6Comp107 unit 5,6
Comp107 unit 5,6
 
Comp107 unit 1,2,3
Comp107 unit 1,2,3Comp107 unit 1,2,3
Comp107 unit 1,2,3
 
Comp unit 9 e commerce
Comp unit 9 e commerceComp unit 9 e commerce
Comp unit 9 e commerce
 
Comp 107 unit 7 and 8 (networking, internet and intranet)
Comp 107 unit 7 and 8 (networking, internet and intranet)Comp 107 unit 7 and 8 (networking, internet and intranet)
Comp 107 unit 7 and 8 (networking, internet and intranet)
 
Manual zanussi congelador zft11100wa
Manual zanussi   congelador zft11100waManual zanussi   congelador zft11100wa
Manual zanussi congelador zft11100wa
 
ŞEKER YATIRIM- DÖVİZ KURU RİSKİNDEN KORUNMA SEMİNERİ- EİB
ŞEKER YATIRIM- DÖVİZ KURU RİSKİNDEN KORUNMA SEMİNERİ- EİBŞEKER YATIRIM- DÖVİZ KURU RİSKİNDEN KORUNMA SEMİNERİ- EİB
ŞEKER YATIRIM- DÖVİZ KURU RİSKİNDEN KORUNMA SEMİNERİ- EİB
 
Best Spoken English Classes In Pune | English Speaking Training Kalewadi Phat...
Best Spoken English Classes In Pune | English Speaking Training Kalewadi Phat...Best Spoken English Classes In Pune | English Speaking Training Kalewadi Phat...
Best Spoken English Classes In Pune | English Speaking Training Kalewadi Phat...
 
Manual electrolux congelador euf2745 aox
Manual electrolux   congelador euf2745 aoxManual electrolux   congelador euf2745 aox
Manual electrolux congelador euf2745 aox
 
SupervisiĂłn del Contrato de AlimentaciĂłn en Restaurantes Escolares
SupervisiĂłn del Contrato de AlimentaciĂłn en Restaurantes EscolaresSupervisiĂłn del Contrato de AlimentaciĂłn en Restaurantes Escolares
SupervisiĂłn del Contrato de AlimentaciĂłn en Restaurantes Escolares
 
Dissertation (VAR Models- Financial Risk Management)
Dissertation (VAR Models- Financial Risk Management)Dissertation (VAR Models- Financial Risk Management)
Dissertation (VAR Models- Financial Risk Management)
 
Multitasking
MultitaskingMultitasking
Multitasking
 
EconomĂ­a y polĂ­ticas alimentarias
EconomĂ­a y polĂ­ticas alimentariasEconomĂ­a y polĂ­ticas alimentarias
EconomĂ­a y polĂ­ticas alimentarias
 

Ähnlich wie Comp107 unit 1,2,3 (1)

Unit1-fcp-fundamentals of computing
Unit1-fcp-fundamentals of computingUnit1-fcp-fundamentals of computing
Unit1-fcp-fundamentals of computing
kokilabe
 
Lecturer1 introduction to computer architecture (ca)
Lecturer1   introduction to computer architecture (ca)Lecturer1   introduction to computer architecture (ca)
Lecturer1 introduction to computer architecture (ca)
ADEOLA ADISA
 
Fundamentals of Computers
Fundamentals of ComputersFundamentals of Computers
Fundamentals of Computers
Ankur Kumar
 

Ähnlich wie Comp107 unit 1,2,3 (1) (20)

Computer Architecture
Computer ArchitectureComputer Architecture
Computer Architecture
 
Unit1-fcp-fundamentals of computing
Unit1-fcp-fundamentals of computingUnit1-fcp-fundamentals of computing
Unit1-fcp-fundamentals of computing
 
Generation of computer
Generation of computerGeneration of computer
Generation of computer
 
Mca i-fundamental of computer-u-1-computer hardware system
Mca  i-fundamental of  computer-u-1-computer hardware systemMca  i-fundamental of  computer-u-1-computer hardware system
Mca i-fundamental of computer-u-1-computer hardware system
 
Bsc cs 1 fit u-1 computer hardware system
Bsc cs 1 fit u-1 computer hardware systemBsc cs 1 fit u-1 computer hardware system
Bsc cs 1 fit u-1 computer hardware system
 
fundamental of computer-u-1-computer hardware system
fundamental of  computer-u-1-computer hardware systemfundamental of  computer-u-1-computer hardware system
fundamental of computer-u-1-computer hardware system
 
Bba i-introduction to computer-u-1-computer hardware system
Bba  i-introduction to computer-u-1-computer hardware systemBba  i-introduction to computer-u-1-computer hardware system
Bba i-introduction to computer-u-1-computer hardware system
 
C programming for problem solving
C programming for problem solving  C programming for problem solving
C programming for problem solving
 
SPC Unit 1
SPC Unit 1SPC Unit 1
SPC Unit 1
 
Lecturer1 introduction to computer architecture (ca)
Lecturer1   introduction to computer architecture (ca)Lecturer1   introduction to computer architecture (ca)
Lecturer1 introduction to computer architecture (ca)
 
Unit i
Unit  iUnit  i
Unit i
 
computer application in hospitality Industry, periyar university unit 1
computer application in hospitality Industry, periyar university  unit 1computer application in hospitality Industry, periyar university  unit 1
computer application in hospitality Industry, periyar university unit 1
 
Unit i
Unit  iUnit  i
Unit i
 
computer applicationin hospitality Industry1 periyar university unit1
computer applicationin hospitality Industry1 periyar university  unit1computer applicationin hospitality Industry1 periyar university  unit1
computer applicationin hospitality Industry1 periyar university unit1
 
Unit I
Unit  IUnit  I
Unit I
 
Mba i-ifm-u-1- computer hardware system
Mba i-ifm-u-1- computer hardware systemMba i-ifm-u-1- computer hardware system
Mba i-ifm-u-1- computer hardware system
 
Fundamentals of Computers
Fundamentals of ComputersFundamentals of Computers
Fundamentals of Computers
 
Unit 1- computer hardware system
Unit 1- computer hardware systemUnit 1- computer hardware system
Unit 1- computer hardware system
 
Computer Architecture & Program Execution.pptx
Computer Architecture & Program Execution.pptxComputer Architecture & Program Execution.pptx
Computer Architecture & Program Execution.pptx
 
Chapter 1 - Introduction.pptx.pptx
Chapter 1 - Introduction.pptx.pptxChapter 1 - Introduction.pptx.pptx
Chapter 1 - Introduction.pptx.pptx
 

KĂźrzlich hochgeladen

VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
singhpriety023
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Sheetaleventcompany
 
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Call Girls In Delhi Whatsup 9873940964 Enjoy Unlimited Pleasure
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
ellan12
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
soniya singh
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
soniya singh
 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
@Chandigarh #call #Girls 9053900678 @Call #Girls in @Punjab 9053900678
 

KĂźrzlich hochgeladen (20)

Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirt
 
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
 
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceBusty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
 
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
 

Comp107 unit 1,2,3 (1)

  • 1. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Unit 1,2,3
  • 2. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Mechanizing of Arithmetic
  • 3. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Mechanical Computer
  • 4. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College The Five Generations of Computers 4
  • 5. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College First generation computers (1940-1956) • The first computers used vacuum tubes for circuitry and magnetic drums for memory. • They were often enormous and taking up entire room. • First generation computers relied on machine language. • They were very expensive to operate and in addition to using a great deal of electricity, generated a lot of heat, which was often the cause of malfunctions. • The UNIVAC and ENIAC computers are examples of first-generation computing devices. 5
  • 6. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College First generation computers 6
  • 7. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Second generation computers (1956-1963) • Transistors replaced vacuum tubes and ushered in the second generation of computers. • Second-generation computers moved from cryptic binary machine language to symbolic. • High-level programming languages were also being developed at this time, such as early versions of COBOL and FORTRAN. • These were also the first computers that stored their instructions in their memory. 7
  • 8. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Second generation computers 8
  • 9. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Third generation computers (1964-1971) • The development of the integrated circuit was the hallmark of the third generation of computers. • Transistors were miniaturized and placed on siliconchips, called semiconductors. • Instead of punched cards and printouts, users interacted with third generation computers through keyboards and monitors and interfaced with an operating system. • Allowed the device to run many different applications at one time. 9
  • 10. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Third generation computers 10
  • 11. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Fourth generation computers (1971-present) • The microprocessor brought the fourth generation of computers, as thousands of integrated circuits were built onto a single silicon chip. • The Intel 4004 chip, developed in 1971, located all the components of the computer. • From the central processing unit and memory to input/output controls—on a single chip. • Fourth generation computers also saw the development of GUIs, the mouse and handheld devices. 11
  • 12. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Fourth generation computers 12
  • 13. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Fifth generation computers (present and beyond) • Fifth generation computing devices, based on artificial intelligence. • Are still in development, though there are some applications, such as voice recognition. • The use of parallel processing and superconductors is helping to make artificial intelligence a reality. • The goal of fifth-generation computing is to develop devices that respond to natural language input and are capable of learning and self-organization. 13
  • 14. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Fifth generation computers 14
  • 15. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College BASICS OF COMPUTER 15
  • 16. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College DEFINITION OF COMPUTER • A device that computes, especially a programmable electronic machine that performs high-speed mathematical or logical operations or that assembles, stores, correlates, or otherwise processes information. 16
  • 17. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College GENERAL OPERATIONS • Computers can perform four general operations, which comprise the information processing cycle: 1. Input. 2. Process. 3. Output. 4. Storage. 17
  • 18. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College 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. 18
  • 19. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College DATA AND INFORMATION • 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. 19
  • 20. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College COMPUTER CHARACTERISTICS • High speed. • Accuracy. • Reliability. • Mass storage of information. • Communication with other computers through network like internet. 20
  • 21. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College MAIN PARTS OF A COMPUTER 1. Computer Hardware 2. Computer Software 21
  • 22. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College WHAT IS COMPUTER HARDWARE? • Computer Hardware is the physical part of the computer system, the machinery and equipment. • Parts of the computer “you can touch” 22
  • 23. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College WHAT IS COMPUTER SOFTWARE? • Computer Software are programs that tell the computer what to do. Examples • Microsoft Word-word processing program • Microsoft PowerPoint-presentation program • Microsoft Excel-work book program used to track, calculate, and analyze numeric data 23
  • 24. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College PRIMARY COMPONENTS • Input devices. • Output devices. • Storage devices. • Central Processing Unit. • Memory. 24
  • 25. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Input devices Input device is a peripheral (piece of computer hardware equipment) used to provide data and control signals to an computer. 25
  • 26. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College CPU (Central Processing Unit ) • Interpret 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. 26
  • 27. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College CPU’s Components 27
  • 28. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Control Unit (CU) • A control unit or CU is circuitry that directs operations within a computer's processor. • It lets the computer's logic unit, memory, as well as both input and output devices know how to respond to instructions received from a program. • Examples of devices that utilize control units include CPUs and GPUs. 28
  • 29. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Arithmetic Logic Unit(ALU) • ALU performs basic arithmetic and logic operations. • Examples of arithmetic operations are addition, subtraction, multiplication, and division. • Examples of logic operations are comparisons of values such as NOT, AND, and OR. 29
  • 30. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Memory Two different categories Primary memory • also known as main storage or memory, is the area in a computer in which data is stored for quick access by the computer's processor. Eg RAM or ROM • stores the data and keep it even when the electricity to the PC (Personal Computer) is cut off whereas Secondary memory • is the memory used externally to the computer. • losses its contents immediately after we turn off the pc Eg. Hard disk, pendrive.. 30
  • 31. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College 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. Measured in Mbytes, i.e 512 Mbytes 31
  • 32. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Memory • ROM: Read Only Memory. Permanent memory. Chip that has start-up directions for your computer.  Eg. Let think why the computer know what devices to boot up first? Liang LINCOLN UNIVERSITY COLLGE 32
  • 33. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College CACHE MEMORY When the processor needs to read from or write to a location in main memory, it first checks whether a copy of that data is in the cache. If so, the processor immediately reads from or writes to the cache, which is much faster than reading from or writing to main memory.
  • 34. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College CACHE MEMORY
  • 35. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Register Memory • Registers are also temporary storage internal to CPU, but for processing the data must be shifted to registers from cache. 35
  • 36. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Unit of Information • Bytes One character takes up about one Byte. One byte is equal to eight bits. Bits means binary digit. Eg. 10101010101… 36
  • 37. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College 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 Liang LINCOLN UNIVERSITY COLLGE 37
  • 38. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Output Devices An output device is any device used to send data from a computer to another device or user. Liang LINCOLN UNIVERSITY COLLGE 38
  • 39. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Storage Devices Liang LINCOLN UNIVERSITY COLLGE 39 Storage device is a device for storing information (data).
  • 40. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College 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. 40
  • 41. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College 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. 41
  • 42. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College TYPES OF SOFTWARE •Operating System Software. •Application Software. 42
  • 43. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College 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 to do it. 43
  • 44. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College OPERATING SYSTEM SOFTWARE • Examples of Operating system software:  Windows XP  Windows Vista  Windows 7  Windows 8/10 44
  • 45. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College 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. 45
  • 46. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College 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 46
  • 47. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College 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 user-defined calculations on rows and columns of numbers. • Presentation ( MS Powerpoint )  MS Powerpoint allows the user to create documents called slides to be used in making the presentation. 47