SlideShare a Scribd company logo
INTRODUCTION TO COMPUTING
COM 101
FOR NATIONAL DIPLOMA STUDENTS
By
Murtala Lawal Kazaure
Hussaini Adamu Federal Polytechnic
Kazaure, Jigawa State
Self Introduction
BIOGRAPHICAL DATA
• Who : Murtala Lawal
• When: 18th November
• Where: Kazaure, Jigawa State
• Pri: Magwan Special Primary School 1985-1991
• JSS: GSS Kazaure 1991-1994
• SSS: Science College Lautai Gumel 1994-1997
• B.Sc.: Usman Danfodio University Sokoto 2001-2006
• M.M : Multimedia University Malaysia 2013-2014
• CCNA: BUK Local Academy 2010
• C-Tech CI : Informatics Institute Kazaure 2006
This course is designed to enable
students to acquire a BASIC
KNOWLEDGE OF COMPUTERS
On completion of this course the diplomat, should be able to:
1. Understand the history, classification and impact of computers
2. Know the concept of computer hardware
3. Know the concept of computer software
4. Understand computer data processing systems
5. Know the procedures for computer and data preparation method
6. Understand security and safety procedures within a computer environment
7. Understand the concept of a computer network
8. Understand the use of the internet
WHAT IS COMPUTER ?
Computer is an ELECTRONIC
machine/device that accept
DATA as an INPUT, PROCESS
it and gives out
INFORMATION as an
OUTPUT.
BASIC FUNCTIONS OF COMPUTER
Main Parts of a Personal Computer
• The System Unit
• The System (Mother) Board
• The CPU (Central Processing Unit)
• Memory RAM
• Memory ROM-BIOS
• Keyboard
• Mouse
• Visual Display Unit
The System Unit
Motherboards
The CPU
Central
Processing
Unit
Memory RAM
Memory ROM-BIOS
Keyboard
Mouse
Visual Display Unit
Know how computer memory is measured
• Basic Units of Data Storage = Bit
• Bit = 1 or 0
• 8 bits = 1 byte
• Kilobyte (KB) = 1024 bytes
• Megabyte (MB)= 1024 kilobytes, approximately 1,000,000 bytes
• Gigabyte (GB)= 1024 megabytes, approximately 1,000,000,000 bytes
• Terabyte (TB) = 1024 gigabyte, approximately 1,000,000,000,000 bytes
Speed
Accuracy
Storage
Consistency
Repetitiveness
Complexity
THE FIVE GENERATIONS OF COMPUTER
• First Generation - 1940-1956: Vacuum Tubes
• Second Generation - 1956-1963: Transistors
• Third Generation - 1964-1971: Integrated Circuits
• Fourth Generation - 1971-Present: Microprocessors
• Fifth Generation - Present and Beyond: Artificial Intelligence
First Generation - 1940-1956
Vacuum Tubes
Second Generation - 1956-1963
Third Generation - 1964-1971
Integrated Circuit
Fourth Generation - 1971-Present
Microprocessor
Fifth Generation - Present and Beyond
Artificial Intelligence
BRIEF HISTORY OF COMPUTERS
Computer was originally a job title
Abacus: an early aid for mathematical computations
Pascaline: A gear-driven one-function calculator invented by Blaise Pascal
BRIEF HISTORY OF COMPUTERS
EDSAC : Electronic Delay Storage Automatic Calculator
Jacquard loom: The first programmable devices
Z3 the first working machine featuring binary arithmetic
Atanasoff–Berry Computer
BRIEF HISTORY OF COMPUTERS
British Colossus Computer
Harvard Mark I
ENIAC (1946): Electronic Numerical Integrator And Computer
CLASSES OF COMPUTERS
Computers can be classified based on the following parameters:
• Type of data processed
• The size
• The Purpose or scope
• The age of technology
Classification of Computers according to the type of data they processed.
• Digital computers
• Analog computers
• Hybrid computers
Digital computers
Analog computers
Hybrid computers
Classification by Purpose or Scope
Using scope as a criterion, computers can be classified into two
broad categories:
• Dedicated or Special purpose computers
• General Purpose Computers
Dedicated or Special purpose computers
General Purpose Computers
Classification by Size
Using physical size as a factor, the following types of computers can
be identified:
• Micro-Computers
• Mini Computers
• Mainframe Computers
Micro-Computers
Mini Computers
Mainframe/ Super Computers
INPUT DEVICES AND THEIR FUNCTIONS
An input device is any
peripheral (piece of
computer hardware
equipment) used to provide
data and control signals to
an information processing
system (such as a
computer).
Keyboards
Pointing devices
High-degree of freedom input devices
Composite devices
Audio Input Devices
Medical Imaging devices
OUTPUT DEVICES AND THEIR FUNCTIONS
An output device is any piece
of computer hardware
equipment used to
communicate the results of
data processing carried out by
an information processing
system (such as a computer)
to the outside world
Visual Display Units
Speakers
Printers
Electrostatic Printers
Thermal Printers
Projectors
Holographic Display
COMPUTER STORAGE
Computer components,
devices, and recording media
that retain digital data used for
computing for some interval of
time
Primary Storage
Memory directly accessible to
the CPU
Secondary Storage
Purpose of storage
Storing Operating Instructions and Data
Off-line storage
Is a computer data
storage on
a medium or a device
that is not under the
control of a
processing unit
Characteristics of storage
• Volatility
• Differentiation
• Mutability
• Read only storage
• Slow write, fast read storage
• Accessibility
Random access
Sequential access
HOW COMPUTERS WORK ?
A general purpose computer has four main sections;
• The arithmetic and logic unit (ALU)
• The control unit
• The memory
• The input and output devices (collectively termed I/O)
These parts are interconnected by busses
HOW COMPUTERS WORK ?
Control unit
Control Unit directs the various
components of a computer. It reads
and interprets (decodes)
instructions in the program one by
one. The control system decodes
each instruction and turns it into a
series of control signals that operate
the other parts of the computer.
Arithmetic/logic unit (ALU)
The ALU is capable of
performing two classes of
operations:
arithmetic and logic
Memory
A computer memory can
be viewed as a list of
cells into which numbers
can be placed or read
Input/ Output (I/O)
An input device converts incoming data and
instructions into a pattern of electrical signals
in binary code that are comprehensible to
a digital computer. An output device reverses
the process, translating the digitized signals into
a form intelligible to the user.
COMPUTER SOFTWARE
An invisible driver of Hardware
or a program, which allows the
hardware components to operate
effectively as well as provide
very many useful services.
Categories of Software
SOFTWARE
SYSTEM SOFTWARE
OPERATING
SYSTEM
SYSTEM
SERVICES
LANGUAGE
PROCESSOR
UTILITY
PROGRAMS
G.U.I
USER APPLICATION SOFTWARE
USER
PROGRAMS
COMMERCIAL
APPLICATION
PACKAGES
SPECIAL
PURPOSE
GENERAL
PURPOSE
System Software
The programs that protect the user
from the enormous complexity of
the computer system, and enable
the computer to be used to
maximum effect by a wide variety
of people, many of whom will
know very little about the inner
workings of computers.
Operating systems
Operating system acts as a
buffer between the user
and the complexities of the
computer itself
Main functions of operating systems
• Interpretation of the command language
• Error handling
• Protection of data files and programs
• Security
• Accounting
• Program Loading
• Multiprogramming
• Interrupt handling
• Job Sequencing
• File Management
• Job Scheduling
• Peripheral Control
• Recovery from System Failure
Types of Operating System
• Single Program OS
• Simple Batch Systems
• Multi-access and Time-sharing
• Real-time system
System Services
• Language Translators (Processors)
• Assembler
• Compiler
• Interpreter
Utility Programs
• Editors
• Debugging Aids
• File managers
Graphical User Interfaces (GUls)
USER APPLICATIONS SOFTWARE
programs for
which the
computer system
was specifically
purchased
User Programs
Programs written by people within
the organization for specific needs,
which cannot be satisfied by other
sources of software
Commercial Packages
kind of application packages
that are produced by software
professionals and be sold for a
wide variety of users
Special-purpose packages
Though commercial, it
is designed for a
specific purpose like a
department or a section
of an organization
• Airline Seat Reservation,
• Theatre Seat Reservation
• Hotel Room Reservation
• Point of Sales Software
• A Payroll Program
General Purpose
These provide facilities which
might be used in a wide variety
of business situation and which
might therefore be used across
many department of business
• Word-processing
• Database Management
• Spreadsheet
• Desktop Publishing &
Graphics Programs
• Communication Software
ADVANTAGES OF CUSTOM APPLICATION SOFTWARE (USER PROGRAMS)
• The needs of the organization are precisely met
• The method of inputting/outputting data may be designed to suit
user’s taste.
• It may require less memory and less disk space.
• Program may execute faster
• Programs can be changed to meet changing conditions.
DISADVANTAGES OF CUSTOM APPLICATION SOFTWARE
• Development time may be lengthy
• Human resources needed for development may not be available
• High cost of development (since it is designed for only one organization).
• Cost of maintenance / upgrading may be high
ADVANTAGES OF GENERIC APPLICATION SOFTWARE (COMMERCIAL APPLICATION PACKAGES)
• Availability is immediate as only installation process is necessary
before it can start being productive.
• Cost is less as it is spread among a number of users who purchase
the product.
• Reliability may be greater as it is thoroughly tested before it is
marketed.
DISADVANTAGES OF GENERIC APPLICATION SOFTWARE (COMMERCIAL APPLICATION PACKAGES)
• It may not be an exact match for needs
• It may require more system resources. Programs are frequently
longer, thereby, requiring more memory and disk space
• It is not adapted to changing needs
• It may execute more slowly.
GUIDELINE FOR ACQUISITION OF APPLICATION SOFTWARE
• The software to be acquired must be one whose use will improve the particular operating
function of that business.
• It must be of high performance
• The software to be acquired must be one with enough ease in learning.
• The software to be acquired must be available when needed
• If a software package is complex then training is required
• Good documentation: The package to be used must be properly documented. This should
include how the package is to be installed how to use the package and other necessary
technical details.
• Users friendliness: The package must be easy to use even by non- computer specialists.
• Compatibility of the package: Before a package program can be adopted, it must be
compatible with the user system requirements as well as with the user’s hardware.
SOCIAL IMPLICATION OF COMPUTERS ON THE SOCIETY
• The Office
• Manufacturing Industry
• Health
• Finance and Commerce
• Military Institution
• Education and Training
• Leisure
COMPUTER AS AN AID TO LAWYER
Computers are used in many law chambers to
record cases and courts proceedings
DATA PROCESSING TECHNIQUE
• Batch Processing
• On-line Processing
• Real-time processing
• Time Sharing
• Distributed Processing
• Centralized System
• Multitasking
• Multiprocessing
DATA COMMUNICATION AND NETWORKS
Movement of computer
information from one point to
another by means of electrical,
wireless or optical transmission
system
Communication Media
Device that transmits the voice
or the data form one point to
another
Guided
(Wired)
Radiated
(Wireless)
Data Transmission and Communication Devices
Data transmission refers to the
movement of data in form of bits
between two or more digital devices.
Data Transmission
Asynchronous
Transmit only one character at a
time
Synchronous
Data is sent as a block using
frames or packets
Data Transmission
ON-LINE DATA TRANSMISSION
Communication lines are directly
connected to the computer either
by means of a multiplexor or
(Transmission controller)or by
means of interface unit.
OFF-LINE DATA TRANSMISSION
Communication lines are not
connected directly to the
computer.
ELEMENTS OF DATA COMMUNICATION
• Information Source
• Message
• Transmitter
• Signal
• Receiver
• Information Destination
EQUIPMENT/COMPONENTS REQUIRED FOR DATA TRANSMISSION
• Multiplexor
• Front-End-Processor
• Concentrator
• Modem
TYPES OF TRANSMISSION
• Simplex Channel
• Half-Duplex
• Full- Duplex
COMPUTER NETWORKS
• An interconnected set of two
or more computers may be
called a "Computer Network".
A computer that is not
connected to other computers
is a "Stand-alone system".
Advantages of Using Computer Networks
• The sharing of resources (e.g. computers and staff) and information.
• The provision of local facilities without the loss of central control
• The even distribution of work
• Improved communication facilities
CATEGORIES OF NETWORKS
• Local Area Network (LAN)
• Metropolitan Area Network
(MAN)
• Wide Area Network (WAN)
COMPONENTS OF NETWORK
• Server or host computer
• Client
• Circuit
NETWORK TOPOLOGIES
INTERNET BASICS
Internet is an international
network of networks of
computers linking different
types of users: Academic,
Industries, Government, Health
Institutions, military, individuals,
etc, for the purpose of sharing
information
BENEFITS OF INTERNET APPLICATION
• Downloading of information
• Advertisement
• Accessing newspapers, magazines and academic journals
• On-line banking
• Accessing international media (CNN, BBC, VOA)
USES OF THE INTERNET
• Electronic Mail (E-MAIL)
• World Wide Web (WWW)
• TELNET
• File Transfer Protocol (FTP)
• USENET
• Gopher

More Related Content

What's hot

Neethu Narayanan- Fundamentals of computer
Neethu Narayanan- Fundamentals of computerNeethu Narayanan- Fundamentals of computer
Neethu Narayanan- Fundamentals of computer
19940213
 
Management information needs system hardware
Management information needs  system hardwareManagement information needs  system hardware
Management information needs system hardware
Online
 
Computer basic operations
Computer basic operationsComputer basic operations
Computer basic operationsHotimah Kusuma
 
2 windows operating system
2 windows operating system2 windows operating system
2 windows operating system
BaliThorat1
 
PDT DC015 Chapter 1 Introduction to IT 2017/18
PDT DC015 Chapter 1 Introduction to IT 2017/18PDT DC015 Chapter 1 Introduction to IT 2017/18
PDT DC015 Chapter 1 Introduction to IT 2017/18
Fizaril Amzari Omar
 
Chp 01 pti - basic concepts of computer systems and information technology ...
Chp 01   pti - basic concepts of computer systems and information technology ...Chp 01   pti - basic concepts of computer systems and information technology ...
Chp 01 pti - basic concepts of computer systems and information technology ...
YUSRA FERNANDO
 
Introduction to digital computer
Introduction to digital computerIntroduction to digital computer
Introduction to digital computer
gourav kottawar
 
marketing information system-chapter three
marketing information system-chapter threemarketing information system-chapter three
marketing information system-chapter three
Hailemariam Kebede
 
ICDL Module 1 - Concepts of ICT (Information and Communication Technology) - ...
ICDL Module 1 - Concepts of ICT (Information and Communication Technology) - ...ICDL Module 1 - Concepts of ICT (Information and Communication Technology) - ...
ICDL Module 1 - Concepts of ICT (Information and Communication Technology) - ...
Michael Lew
 
Application of computer in Hospitality
Application of computer in HospitalityApplication of computer in Hospitality
Application of computer in Hospitality
Priya Roy
 
Chapter 09 Operating Systems
Chapter 09 Operating SystemsChapter 09 Operating Systems
Chapter 09 Operating Systemsxtin101
 
Embedded systems
Embedded systemsEmbedded systems
Embedded systems
Cibin Baby Chungath
 
BAIT1003 Chapter 1
BAIT1003 Chapter 1BAIT1003 Chapter 1
BAIT1003 Chapter 1
limsh
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
Anshumali Singh
 
I/O devices & CPU
I/O devices & CPUI/O devices & CPU
I/O devices & CPU
Tayyab Chishti
 
Types and components of computer system
Types and components of computer systemTypes and components of computer system
Types and components of computer system
mkhisalg
 
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
Dhiviya Rose
 
The computer by pradeep
The computer by pradeepThe computer by pradeep
The computer by pradeep
Pradeep sagar
 
Introduction to Computers Lecture # 5
Introduction to Computers Lecture # 5Introduction to Computers Lecture # 5
Introduction to Computers Lecture # 5
Sehrish Rafiq
 

What's hot (20)

Neethu Narayanan- Fundamentals of computer
Neethu Narayanan- Fundamentals of computerNeethu Narayanan- Fundamentals of computer
Neethu Narayanan- Fundamentals of computer
 
Management information needs system hardware
Management information needs  system hardwareManagement information needs  system hardware
Management information needs system hardware
 
Computer basic operations
Computer basic operationsComputer basic operations
Computer basic operations
 
2 windows operating system
2 windows operating system2 windows operating system
2 windows operating system
 
PDT DC015 Chapter 1 Introduction to IT 2017/18
PDT DC015 Chapter 1 Introduction to IT 2017/18PDT DC015 Chapter 1 Introduction to IT 2017/18
PDT DC015 Chapter 1 Introduction to IT 2017/18
 
Chp 01 pti - basic concepts of computer systems and information technology ...
Chp 01   pti - basic concepts of computer systems and information technology ...Chp 01   pti - basic concepts of computer systems and information technology ...
Chp 01 pti - basic concepts of computer systems and information technology ...
 
Introduction to digital computer
Introduction to digital computerIntroduction to digital computer
Introduction to digital computer
 
marketing information system-chapter three
marketing information system-chapter threemarketing information system-chapter three
marketing information system-chapter three
 
What is a computer?
What is a computer?What is a computer?
What is a computer?
 
ICDL Module 1 - Concepts of ICT (Information and Communication Technology) - ...
ICDL Module 1 - Concepts of ICT (Information and Communication Technology) - ...ICDL Module 1 - Concepts of ICT (Information and Communication Technology) - ...
ICDL Module 1 - Concepts of ICT (Information and Communication Technology) - ...
 
Application of computer in Hospitality
Application of computer in HospitalityApplication of computer in Hospitality
Application of computer in Hospitality
 
Chapter 09 Operating Systems
Chapter 09 Operating SystemsChapter 09 Operating Systems
Chapter 09 Operating Systems
 
Embedded systems
Embedded systemsEmbedded systems
Embedded systems
 
BAIT1003 Chapter 1
BAIT1003 Chapter 1BAIT1003 Chapter 1
BAIT1003 Chapter 1
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
I/O devices & CPU
I/O devices & CPUI/O devices & CPU
I/O devices & CPU
 
Types and components of computer system
Types and components of computer systemTypes and components of computer system
Types and components of computer system
 
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
 
The computer by pradeep
The computer by pradeepThe computer by pradeep
The computer by pradeep
 
Introduction to Computers Lecture # 5
Introduction to Computers Lecture # 5Introduction to Computers Lecture # 5
Introduction to Computers Lecture # 5
 

Viewers also liked

You've been tagged! (Then again maybe not): Employers and Facebook - Case Stu...
You've been tagged! (Then again maybe not): Employers and Facebook - Case Stu...You've been tagged! (Then again maybe not): Employers and Facebook - Case Stu...
You've been tagged! (Then again maybe not): Employers and Facebook - Case Stu...
Franky Factz
 
Computer classes in sharjah
Computer classes in sharjahComputer classes in sharjah
Computer classes in sharjah
sandhyaminfo
 
melissa
melissamelissa
Instalar software
Instalar software Instalar software
Instalar software
kjosorio00
 
Sign Out of Facebook and Get Yourself to Office Hours: Encouraging Student Se...
Sign Out of Facebook and Get Yourself to Office Hours: Encouraging Student Se...Sign Out of Facebook and Get Yourself to Office Hours: Encouraging Student Se...
Sign Out of Facebook and Get Yourself to Office Hours: Encouraging Student Se...
hauckl
 
Facebook, Twitter and LinkedIn
Facebook, Twitter and LinkedInFacebook, Twitter and LinkedIn
Facebook, Twitter and LinkedIn
Ryan Dunn
 
Facebook privacy settings by Lynn
Facebook privacy settings by LynnFacebook privacy settings by Lynn
Facebook privacy settings by Lynn
LynnOng Jia Hui
 
Facebook for Job Seekers
Facebook for Job SeekersFacebook for Job Seekers
Facebook for Job Seekers
broegge
 
Use & Misuse of facebook
Use & Misuse of facebook Use & Misuse of facebook
Use & Misuse of facebook
Bidhan Pradhan
 
Facebook Insights Reports
Facebook Insights ReportsFacebook Insights Reports
Facebook Insights Reports
ReportGarden
 
People management fiasco @ hmsi by Prem Giri
People management fiasco @ hmsi by Prem GiriPeople management fiasco @ hmsi by Prem Giri
People management fiasco @ hmsi by Prem Giri
Prem Giri
 
settlement of industrial disputes with case study: Hero Honda
 settlement of industrial disputes with case study: Hero Honda  settlement of industrial disputes with case study: Hero Honda
settlement of industrial disputes with case study: Hero Honda
SUDARSHAN TIWARI
 
Facebook case study
Facebook case study Facebook case study
Facebook case study
Helal Al-Helal
 
SWOT and PESTLE analysis of Facebook
SWOT and PESTLE analysis of FacebookSWOT and PESTLE analysis of Facebook
SWOT and PESTLE analysis of Facebook
Mouad Gouffia
 
Facebook Analysis and Study
Facebook Analysis and StudyFacebook Analysis and Study
Facebook Analysis and Study
Ouriel Ohayon
 
Report format
Report formatReport format
Report formatzirram
 
Advantages and Disadvantages of Facebook
Advantages and Disadvantages of FacebookAdvantages and Disadvantages of Facebook
Advantages and Disadvantages of Facebook
chintanchheda
 

Viewers also liked (20)

You've been tagged! (Then again maybe not): Employers and Facebook - Case Stu...
You've been tagged! (Then again maybe not): Employers and Facebook - Case Stu...You've been tagged! (Then again maybe not): Employers and Facebook - Case Stu...
You've been tagged! (Then again maybe not): Employers and Facebook - Case Stu...
 
Honda hr
Honda hr Honda hr
Honda hr
 
Computer classes in sharjah
Computer classes in sharjahComputer classes in sharjah
Computer classes in sharjah
 
melissa
melissamelissa
melissa
 
Instalar software
Instalar software Instalar software
Instalar software
 
Sign Out of Facebook and Get Yourself to Office Hours: Encouraging Student Se...
Sign Out of Facebook and Get Yourself to Office Hours: Encouraging Student Se...Sign Out of Facebook and Get Yourself to Office Hours: Encouraging Student Se...
Sign Out of Facebook and Get Yourself to Office Hours: Encouraging Student Se...
 
Niyati works v1.1
Niyati works v1.1Niyati works v1.1
Niyati works v1.1
 
Facebook, Twitter and LinkedIn
Facebook, Twitter and LinkedInFacebook, Twitter and LinkedIn
Facebook, Twitter and LinkedIn
 
Facebook privacy settings by Lynn
Facebook privacy settings by LynnFacebook privacy settings by Lynn
Facebook privacy settings by Lynn
 
Facebook for Job Seekers
Facebook for Job SeekersFacebook for Job Seekers
Facebook for Job Seekers
 
Use & Misuse of facebook
Use & Misuse of facebook Use & Misuse of facebook
Use & Misuse of facebook
 
Facebook Insights Reports
Facebook Insights ReportsFacebook Insights Reports
Facebook Insights Reports
 
People management fiasco @ hmsi by Prem Giri
People management fiasco @ hmsi by Prem GiriPeople management fiasco @ hmsi by Prem Giri
People management fiasco @ hmsi by Prem Giri
 
settlement of industrial disputes with case study: Hero Honda
 settlement of industrial disputes with case study: Hero Honda  settlement of industrial disputes with case study: Hero Honda
settlement of industrial disputes with case study: Hero Honda
 
Facebook case study
Facebook case study Facebook case study
Facebook case study
 
SWOT and PESTLE analysis of Facebook
SWOT and PESTLE analysis of FacebookSWOT and PESTLE analysis of Facebook
SWOT and PESTLE analysis of Facebook
 
Facebook Analysis and Study
Facebook Analysis and StudyFacebook Analysis and Study
Facebook Analysis and Study
 
Report format
Report formatReport format
Report format
 
Advantages and Disadvantages of Facebook
Advantages and Disadvantages of FacebookAdvantages and Disadvantages of Facebook
Advantages and Disadvantages of Facebook
 
REPORT WRITTING
REPORT WRITTINGREPORT WRITTING
REPORT WRITTING
 

Similar to Intro to Computing for National Diploma Students

computer organisation architecture.pptx
computer organisation architecture.pptxcomputer organisation architecture.pptx
computer organisation architecture.pptx
YaqubMd
 
01IntroductiontoInformationTechnology_special.ppt
01IntroductiontoInformationTechnology_special.ppt01IntroductiontoInformationTechnology_special.ppt
01IntroductiontoInformationTechnology_special.ppt
AziziMtumwaIddi
 
Chapter – 1.pptx
Chapter – 1.pptxChapter – 1.pptx
Chapter – 1.pptx
DivyaPant16
 
Unit i
Unit  iUnit  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
admin information
 
Unit i
Unit  iUnit  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
admin information
 
Unit I
Unit  IUnit  I
Introduction to Operating system CBSE
Introduction to Operating system CBSE Introduction to Operating system CBSE
Introduction to Operating system CBSE
PrashantChahal3
 
Operating System Unit 1
Operating System Unit 1Operating System Unit 1
Operating System Unit 1
SanthiNivas
 
Overview of computer
Overview of computerOverview of computer
Overview of computer
Sunny Pavan
 
fdocuments.in_unit-2-foc.ppt
fdocuments.in_unit-2-foc.pptfdocuments.in_unit-2-foc.ppt
fdocuments.in_unit-2-foc.ppt
KrishanPalSingh39
 
information technology about hardware and software
information technology about hardware and softwareinformation technology about hardware and software
information technology about hardware and software
solavwryait
 
BASIC COMPUTER, ABOUT COM, HISTORY OF COMPUTER AND SOFTWARE
BASIC COMPUTER, ABOUT COM, HISTORY OF COMPUTER AND SOFTWAREBASIC COMPUTER, ABOUT COM, HISTORY OF COMPUTER AND SOFTWARE
BASIC COMPUTER, ABOUT COM, HISTORY OF COMPUTER AND SOFTWARE
osamawajid
 
introduction to operating system
introduction to operating systemintroduction to operating system
introduction to operating system
HAMZA AHMED
 
Chap1 introducing today's technologies
Chap1 introducing today's technologiesChap1 introducing today's technologies
Chap1 introducing today's technologies
LeslynBonachita1
 
1 Introduction to OS.ppt
1 Introduction to OS.ppt1 Introduction to OS.ppt
1 Introduction to OS.ppt
KumarVaibhav100
 
Embedded systems introduction
Embedded systems introductionEmbedded systems introduction
Embedded systems introduction
mohamed drahem
 
Lecture1.pdf
Lecture1.pdfLecture1.pdf
Lecture1.pdf
JoyPalit
 
Computer Organization and Design
Computer Organization and DesignComputer Organization and Design
Computer Organization and Design
Ra'Fat Al-Msie'deen
 

Similar to Intro to Computing for National Diploma Students (20)

computer organisation architecture.pptx
computer organisation architecture.pptxcomputer organisation architecture.pptx
computer organisation architecture.pptx
 
01IntroductiontoInformationTechnology_special.ppt
01IntroductiontoInformationTechnology_special.ppt01IntroductiontoInformationTechnology_special.ppt
01IntroductiontoInformationTechnology_special.ppt
 
Chapter – 1.pptx
Chapter – 1.pptxChapter – 1.pptx
Chapter – 1.pptx
 
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
 
Introduction to Operating system CBSE
Introduction to Operating system CBSE Introduction to Operating system CBSE
Introduction to Operating system CBSE
 
Operating System Unit 1
Operating System Unit 1Operating System Unit 1
Operating System Unit 1
 
Overview of computer
Overview of computerOverview of computer
Overview of computer
 
fdocuments.in_unit-2-foc.ppt
fdocuments.in_unit-2-foc.pptfdocuments.in_unit-2-foc.ppt
fdocuments.in_unit-2-foc.ppt
 
information technology about hardware and software
information technology about hardware and softwareinformation technology about hardware and software
information technology about hardware and software
 
BASIC COMPUTER, ABOUT COM, HISTORY OF COMPUTER AND SOFTWARE
BASIC COMPUTER, ABOUT COM, HISTORY OF COMPUTER AND SOFTWAREBASIC COMPUTER, ABOUT COM, HISTORY OF COMPUTER AND SOFTWARE
BASIC COMPUTER, ABOUT COM, HISTORY OF COMPUTER AND SOFTWARE
 
introduction to operating system
introduction to operating systemintroduction to operating system
introduction to operating system
 
Chap1 introducing today's technologies
Chap1 introducing today's technologiesChap1 introducing today's technologies
Chap1 introducing today's technologies
 
1 Introduction to OS.ppt
1 Introduction to OS.ppt1 Introduction to OS.ppt
1 Introduction to OS.ppt
 
Embedded systems introduction
Embedded systems introductionEmbedded systems introduction
Embedded systems introduction
 
Lecture1.pdf
Lecture1.pdfLecture1.pdf
Lecture1.pdf
 
Computer Organization and Design
Computer Organization and DesignComputer Organization and Design
Computer Organization and Design
 

More from Murtala Lawal

Prospects of Technopreneur in Nigeria
Prospects of Technopreneur in NigeriaProspects of Technopreneur in Nigeria
Prospects of Technopreneur in Nigeria
Murtala Lawal
 
Myth and Stigma About Sickle Cell Kano
Myth and Stigma About Sickle Cell KanoMyth and Stigma About Sickle Cell Kano
Myth and Stigma About Sickle Cell Kano
Murtala Lawal
 
Current trends and emphasis
Current trends and emphasisCurrent trends and emphasis
Current trends and emphasisMurtala Lawal
 
Introduction 2 linux ml
Introduction 2 linux mlIntroduction 2 linux ml
Introduction 2 linux mlMurtala Lawal
 
Digital Media Content Development Assignment (e-Learning Content)
Digital Media Content Development Assignment (e-Learning Content)Digital Media Content Development Assignment (e-Learning Content)
Digital Media Content Development Assignment (e-Learning Content)Murtala Lawal
 
Maslow and rogers (humanistic and cognivitism learning
Maslow and rogers (humanistic and cognivitism learningMaslow and rogers (humanistic and cognivitism learning
Maslow and rogers (humanistic and cognivitism learning
Murtala Lawal
 
1122300037 the gyaner_haats
1122300037 the gyaner_haats1122300037 the gyaner_haats
1122300037 the gyaner_haatsMurtala Lawal
 
Technologies for km
Technologies for kmTechnologies for km
Technologies for km
Murtala Lawal
 

More from Murtala Lawal (8)

Prospects of Technopreneur in Nigeria
Prospects of Technopreneur in NigeriaProspects of Technopreneur in Nigeria
Prospects of Technopreneur in Nigeria
 
Myth and Stigma About Sickle Cell Kano
Myth and Stigma About Sickle Cell KanoMyth and Stigma About Sickle Cell Kano
Myth and Stigma About Sickle Cell Kano
 
Current trends and emphasis
Current trends and emphasisCurrent trends and emphasis
Current trends and emphasis
 
Introduction 2 linux ml
Introduction 2 linux mlIntroduction 2 linux ml
Introduction 2 linux ml
 
Digital Media Content Development Assignment (e-Learning Content)
Digital Media Content Development Assignment (e-Learning Content)Digital Media Content Development Assignment (e-Learning Content)
Digital Media Content Development Assignment (e-Learning Content)
 
Maslow and rogers (humanistic and cognivitism learning
Maslow and rogers (humanistic and cognivitism learningMaslow and rogers (humanistic and cognivitism learning
Maslow and rogers (humanistic and cognivitism learning
 
1122300037 the gyaner_haats
1122300037 the gyaner_haats1122300037 the gyaner_haats
1122300037 the gyaner_haats
 
Technologies for km
Technologies for kmTechnologies for km
Technologies for km
 

Recently uploaded

From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 

Recently uploaded (20)

From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 

Intro to Computing for National Diploma Students

  • 1. INTRODUCTION TO COMPUTING COM 101 FOR NATIONAL DIPLOMA STUDENTS By Murtala Lawal Kazaure Hussaini Adamu Federal Polytechnic Kazaure, Jigawa State
  • 2. Self Introduction BIOGRAPHICAL DATA • Who : Murtala Lawal • When: 18th November • Where: Kazaure, Jigawa State • Pri: Magwan Special Primary School 1985-1991 • JSS: GSS Kazaure 1991-1994 • SSS: Science College Lautai Gumel 1994-1997 • B.Sc.: Usman Danfodio University Sokoto 2001-2006 • M.M : Multimedia University Malaysia 2013-2014 • CCNA: BUK Local Academy 2010 • C-Tech CI : Informatics Institute Kazaure 2006
  • 3. This course is designed to enable students to acquire a BASIC KNOWLEDGE OF COMPUTERS
  • 4. On completion of this course the diplomat, should be able to: 1. Understand the history, classification and impact of computers 2. Know the concept of computer hardware 3. Know the concept of computer software 4. Understand computer data processing systems 5. Know the procedures for computer and data preparation method 6. Understand security and safety procedures within a computer environment 7. Understand the concept of a computer network 8. Understand the use of the internet
  • 5. WHAT IS COMPUTER ? Computer is an ELECTRONIC machine/device that accept DATA as an INPUT, PROCESS it and gives out INFORMATION as an OUTPUT.
  • 7. Main Parts of a Personal Computer • The System Unit • The System (Mother) Board • The CPU (Central Processing Unit) • Memory RAM • Memory ROM-BIOS • Keyboard • Mouse • Visual Display Unit
  • 14. Mouse
  • 16. Know how computer memory is measured • Basic Units of Data Storage = Bit • Bit = 1 or 0 • 8 bits = 1 byte • Kilobyte (KB) = 1024 bytes • Megabyte (MB)= 1024 kilobytes, approximately 1,000,000 bytes • Gigabyte (GB)= 1024 megabytes, approximately 1,000,000,000 bytes • Terabyte (TB) = 1024 gigabyte, approximately 1,000,000,000,000 bytes
  • 18. THE FIVE GENERATIONS OF COMPUTER • First Generation - 1940-1956: Vacuum Tubes • Second Generation - 1956-1963: Transistors • Third Generation - 1964-1971: Integrated Circuits • Fourth Generation - 1971-Present: Microprocessors • Fifth Generation - Present and Beyond: Artificial Intelligence
  • 19. First Generation - 1940-1956 Vacuum Tubes
  • 20. Second Generation - 1956-1963
  • 21. Third Generation - 1964-1971 Integrated Circuit
  • 22. Fourth Generation - 1971-Present Microprocessor
  • 23. Fifth Generation - Present and Beyond Artificial Intelligence
  • 24. BRIEF HISTORY OF COMPUTERS Computer was originally a job title Abacus: an early aid for mathematical computations Pascaline: A gear-driven one-function calculator invented by Blaise Pascal
  • 25. BRIEF HISTORY OF COMPUTERS EDSAC : Electronic Delay Storage Automatic Calculator Jacquard loom: The first programmable devices Z3 the first working machine featuring binary arithmetic Atanasoff–Berry Computer
  • 26. BRIEF HISTORY OF COMPUTERS British Colossus Computer Harvard Mark I ENIAC (1946): Electronic Numerical Integrator And Computer
  • 27. CLASSES OF COMPUTERS Computers can be classified based on the following parameters: • Type of data processed • The size • The Purpose or scope • The age of technology
  • 28. Classification of Computers according to the type of data they processed. • Digital computers • Analog computers • Hybrid computers
  • 32. Classification by Purpose or Scope Using scope as a criterion, computers can be classified into two broad categories: • Dedicated or Special purpose computers • General Purpose Computers
  • 33. Dedicated or Special purpose computers
  • 35. Classification by Size Using physical size as a factor, the following types of computers can be identified: • Micro-Computers • Mini Computers • Mainframe Computers
  • 39. INPUT DEVICES AND THEIR FUNCTIONS An input device is any peripheral (piece of computer hardware equipment) used to provide data and control signals to an information processing system (such as a computer).
  • 42. High-degree of freedom input devices
  • 46. OUTPUT DEVICES AND THEIR FUNCTIONS An output device is any piece of computer hardware equipment used to communicate the results of data processing carried out by an information processing system (such as a computer) to the outside world
  • 54. COMPUTER STORAGE Computer components, devices, and recording media that retain digital data used for computing for some interval of time
  • 55. Primary Storage Memory directly accessible to the CPU
  • 57. Purpose of storage Storing Operating Instructions and Data
  • 58. Off-line storage Is a computer data storage on a medium or a device that is not under the control of a processing unit
  • 59. Characteristics of storage • Volatility • Differentiation • Mutability • Read only storage • Slow write, fast read storage • Accessibility Random access Sequential access
  • 60. HOW COMPUTERS WORK ? A general purpose computer has four main sections; • The arithmetic and logic unit (ALU) • The control unit • The memory • The input and output devices (collectively termed I/O) These parts are interconnected by busses
  • 62. Control unit Control Unit directs the various components of a computer. It reads and interprets (decodes) instructions in the program one by one. The control system decodes each instruction and turns it into a series of control signals that operate the other parts of the computer.
  • 63. Arithmetic/logic unit (ALU) The ALU is capable of performing two classes of operations: arithmetic and logic
  • 64. Memory A computer memory can be viewed as a list of cells into which numbers can be placed or read
  • 65. Input/ Output (I/O) An input device converts incoming data and instructions into a pattern of electrical signals in binary code that are comprehensible to a digital computer. An output device reverses the process, translating the digitized signals into a form intelligible to the user.
  • 66. COMPUTER SOFTWARE An invisible driver of Hardware or a program, which allows the hardware components to operate effectively as well as provide very many useful services.
  • 67. Categories of Software SOFTWARE SYSTEM SOFTWARE OPERATING SYSTEM SYSTEM SERVICES LANGUAGE PROCESSOR UTILITY PROGRAMS G.U.I USER APPLICATION SOFTWARE USER PROGRAMS COMMERCIAL APPLICATION PACKAGES SPECIAL PURPOSE GENERAL PURPOSE
  • 68. System Software The programs that protect the user from the enormous complexity of the computer system, and enable the computer to be used to maximum effect by a wide variety of people, many of whom will know very little about the inner workings of computers.
  • 69. Operating systems Operating system acts as a buffer between the user and the complexities of the computer itself
  • 70. Main functions of operating systems • Interpretation of the command language • Error handling • Protection of data files and programs • Security • Accounting • Program Loading • Multiprogramming • Interrupt handling • Job Sequencing • File Management • Job Scheduling • Peripheral Control • Recovery from System Failure
  • 71. Types of Operating System • Single Program OS • Simple Batch Systems • Multi-access and Time-sharing • Real-time system
  • 72. System Services • Language Translators (Processors) • Assembler • Compiler • Interpreter
  • 73. Utility Programs • Editors • Debugging Aids • File managers
  • 75. USER APPLICATIONS SOFTWARE programs for which the computer system was specifically purchased
  • 76. User Programs Programs written by people within the organization for specific needs, which cannot be satisfied by other sources of software
  • 77. Commercial Packages kind of application packages that are produced by software professionals and be sold for a wide variety of users
  • 78. Special-purpose packages Though commercial, it is designed for a specific purpose like a department or a section of an organization • Airline Seat Reservation, • Theatre Seat Reservation • Hotel Room Reservation • Point of Sales Software • A Payroll Program
  • 79. General Purpose These provide facilities which might be used in a wide variety of business situation and which might therefore be used across many department of business • Word-processing • Database Management • Spreadsheet • Desktop Publishing & Graphics Programs • Communication Software
  • 80. ADVANTAGES OF CUSTOM APPLICATION SOFTWARE (USER PROGRAMS) • The needs of the organization are precisely met • The method of inputting/outputting data may be designed to suit user’s taste. • It may require less memory and less disk space. • Program may execute faster • Programs can be changed to meet changing conditions.
  • 81. DISADVANTAGES OF CUSTOM APPLICATION SOFTWARE • Development time may be lengthy • Human resources needed for development may not be available • High cost of development (since it is designed for only one organization). • Cost of maintenance / upgrading may be high
  • 82. ADVANTAGES OF GENERIC APPLICATION SOFTWARE (COMMERCIAL APPLICATION PACKAGES) • Availability is immediate as only installation process is necessary before it can start being productive. • Cost is less as it is spread among a number of users who purchase the product. • Reliability may be greater as it is thoroughly tested before it is marketed.
  • 83. DISADVANTAGES OF GENERIC APPLICATION SOFTWARE (COMMERCIAL APPLICATION PACKAGES) • It may not be an exact match for needs • It may require more system resources. Programs are frequently longer, thereby, requiring more memory and disk space • It is not adapted to changing needs • It may execute more slowly.
  • 84. GUIDELINE FOR ACQUISITION OF APPLICATION SOFTWARE • The software to be acquired must be one whose use will improve the particular operating function of that business. • It must be of high performance • The software to be acquired must be one with enough ease in learning. • The software to be acquired must be available when needed • If a software package is complex then training is required • Good documentation: The package to be used must be properly documented. This should include how the package is to be installed how to use the package and other necessary technical details. • Users friendliness: The package must be easy to use even by non- computer specialists. • Compatibility of the package: Before a package program can be adopted, it must be compatible with the user system requirements as well as with the user’s hardware.
  • 85. SOCIAL IMPLICATION OF COMPUTERS ON THE SOCIETY • The Office • Manufacturing Industry • Health • Finance and Commerce • Military Institution • Education and Training • Leisure
  • 86. COMPUTER AS AN AID TO LAWYER Computers are used in many law chambers to record cases and courts proceedings
  • 87. DATA PROCESSING TECHNIQUE • Batch Processing • On-line Processing • Real-time processing • Time Sharing • Distributed Processing • Centralized System • Multitasking • Multiprocessing
  • 88. DATA COMMUNICATION AND NETWORKS Movement of computer information from one point to another by means of electrical, wireless or optical transmission system
  • 89. Communication Media Device that transmits the voice or the data form one point to another Guided (Wired) Radiated (Wireless)
  • 90. Data Transmission and Communication Devices Data transmission refers to the movement of data in form of bits between two or more digital devices.
  • 91. Data Transmission Asynchronous Transmit only one character at a time Synchronous Data is sent as a block using frames or packets
  • 92. Data Transmission ON-LINE DATA TRANSMISSION Communication lines are directly connected to the computer either by means of a multiplexor or (Transmission controller)or by means of interface unit. OFF-LINE DATA TRANSMISSION Communication lines are not connected directly to the computer.
  • 93. ELEMENTS OF DATA COMMUNICATION • Information Source • Message • Transmitter • Signal • Receiver • Information Destination
  • 94. EQUIPMENT/COMPONENTS REQUIRED FOR DATA TRANSMISSION • Multiplexor • Front-End-Processor • Concentrator • Modem
  • 95. TYPES OF TRANSMISSION • Simplex Channel • Half-Duplex • Full- Duplex
  • 96. COMPUTER NETWORKS • An interconnected set of two or more computers may be called a "Computer Network". A computer that is not connected to other computers is a "Stand-alone system".
  • 97. Advantages of Using Computer Networks • The sharing of resources (e.g. computers and staff) and information. • The provision of local facilities without the loss of central control • The even distribution of work • Improved communication facilities
  • 98. CATEGORIES OF NETWORKS • Local Area Network (LAN) • Metropolitan Area Network (MAN) • Wide Area Network (WAN)
  • 99. COMPONENTS OF NETWORK • Server or host computer • Client • Circuit
  • 101. INTERNET BASICS Internet is an international network of networks of computers linking different types of users: Academic, Industries, Government, Health Institutions, military, individuals, etc, for the purpose of sharing information
  • 102. BENEFITS OF INTERNET APPLICATION • Downloading of information • Advertisement • Accessing newspapers, magazines and academic journals • On-line banking • Accessing international media (CNN, BBC, VOA)
  • 103. USES OF THE INTERNET • Electronic Mail (E-MAIL) • World Wide Web (WWW) • TELNET • File Transfer Protocol (FTP) • USENET • Gopher