SlideShare a Scribd company logo
COURSE CODE :: BCOM
11 COURSE ::COMPUTER
APPLICATIONS IN
BUSINESS
Unit -1 :: INTRODUCTION TO COMPUTERS
INTRODUCTION




The term computer is derived from the word
compute, which means to calculate. In simple
words, a computer is an electronic device, which
takes input from the user in the form of data,
processes that data according to the instructions
given by the user, and displays the output on the
screen.
Computers are now used in almost all the
domains including business, academics, defense,
budgeting, research, engineering, medicine, and
space exploration. Apart from maintaining the dayto-day records of an organization, computer also
helps to perform various other tasks, such as
generating the revenue and comparing the annual
sales records of the organization.
OBJECTIVES


Learn about computer and its features



Explore the evolution of computer



Know about the basic parts of a computer



Learn about the different types of computers



Explore about computer hardware and software components
DEFINITION AND
CHARACTERISTICS OF
COMPUTER


A computer is a machine that accepts the input in form of data or
information, and processes it according to the instructions provided by the
user to produce the desired output.



A computer consists of software and hardware devices that interact with
each other to produce the desired output.



The following are some of the characteristics of a computer:


Speed: Refers to the rate at which a computer performs all its operations. A
computer processes all the computations in fractions of seconds.



Storage and reliability: Refers to the storage capacity of a computer, that is,
how much information can be stored in a computer. The reliability feature helps
the computer to generate the output at the location specified by a user.



Accuracy: Refers to the degree of accurate results generated by the computer.



Versatility: Allows you to use computers in almost every field or domain, such as
teaching, training, entertainment, accounting, and hospitality, to perform the
desired task.
EVOLUTION OF
COMPUTERS


Abacus

The term Abacus came from a calculating tool used in ancient days by
the merchants of Asian and African continents to perform arithmetic
calculations.


ENIAC and EDVAC

Electronic Numerical Integrator and Computer (ENIAC) was the first
electronic computer introduced in February 19, 1946. It could perform
5,000 additions or subtraction and 360 multiplications in just one
second. Electronic Discrete Variable Automatic Computer (EDVAC),
was based on a new concept of storing information in a large internal
memory


IBM Personal Computer

In late 1970s, IBM decided to provide computers to common people
and developed one in 1981 with considerable lesser size and cost than
its predecessors. IBM called it a PC.
GENERATIONS OF COMPUTER


First generation computers (1940-1956)

The first generation computers used vacuum tubes for circuitry and magnetic drums for memory. The
computers of first generation relied on machine languages to perform operations and could solve only
one problem at a time.


Second generation computers (1956-1963)

In the second generation of computers, vacuum tubes of the first generation of computers were
replaced by transistors. The computers of second generation were small, fast, and precise in making
calculations, and consumed less electricity. In addition, the computers of second generation also
included printers, primary memory, and storage media to save documents and operating systems.


Third generation computers (1964-1971)

Integrated Circuit (IC) was developed in the third generation of computers. In this generation, users
interacted with computers with the help of keyboards, monitors, and Operating System (OS).


Fourth generation computers (1971-Present)

The major contribution of the fourth generation of computers came in 1971 when Intel, a major chip
manufacturer, came up with its own chip known as 4004. The 4004 chip of Intel was one step ahead
than IC, as it brought CPU, memory, and input and output controls under a single chip.


Fifth generation computers

The major contribution of the fifth generation computer is artificial intelligence.
CLASSIFICATION OF
COMPUTERS


Computer for Individuals

The computer that is meant for single accessibility, that is used by a single user, at a
point of time is known as the computer for individuals. The types of computers that are
meant for individual use are:



Handheld computer



Notebook computer



Tablets PCs




Desktop computer

Smart phones

Computers for Organizations

These computers are used by large enterprises and organizations, such as insurance
and banking, to perform multiple tasks simultaneously. Some examples of the computers
used by organizations are listed as follows:


Mainframe computers



Super computers



Minicomputers



Microcomputers



Self-destructing computers
PROCESSORS USED IN PCs


System Unit

The system unit is the most important part of a computer system. All devices,
such as keyboard, mouse, monitor, printer, and speakers, are linked to the
system unit through cables, which are plugged into the back of the system
unit.


Basic Input Output System

BIOS is a built-in software, which keeps track of all devices, such as keyboard,
monitor, and disk drives attached to a computer and provides an
intercommunication channel between them.


Memory

The term memory stands for data storage that is in the form of chips, and the
term storage is used for memory that exists on tapes or disks.


Hard Disks

Hard disk is considered as the non-volatile, random access drive used to store
data in digital form.
COMPUTER SOFTWARES
Software is a set of computer programs and related
data that are used to provide instructions to a
computer to perform a specific task.
 System software
The system software consists of programs,
languages, and documentation supplied to the end
user by the manufacturer of the computer.
 Application software
An application software mainly focuses on executing
a particular set of functions or instructions provided
by the user.
DESCRIBING COMPUTER
HARDWARE


The input devices are those devices (hardware equipment)
that are used to enter data, commands, programs, and
various user responses into the computer system. There are
different types of input devices, such as keyboard, mic to
input voice data, web-camera for video input, and mouse as a
pointing device, all of which together are referred as an input
unit.



The output device is an electronic equipment connected to a
computer and is used to communicate the results of the data
processing. The different output devices are monitor, plotters,
printer, and speakers.



A computer system also consists of some other hardware
devices that you can use to communicate with other people
over the Internet. These include mode, web camera,
Headphone, and Mike.
COMPUTER LANGUAGES
A computer understands only the instructions given by a programmer in a predefined
format, known as the programming language. The generations of languages can be
divided into the following categories:


First Generation Languages — 1GLs (Machine Languages)

In the machine language, instructions contain long strings of 0s and 1s. The symbol (1)
in the string is interpreted by the computer as the presence of the electric pulse,
whereas the symbol (0) is interpreted as the absence of the electric pulse.


Second Generation Languages — 2GLs (Assembly Languages)

An assembly language is similar to the English language and is in a human readable
format.


Third Generation Languages — 3GLs (High-level Languages)

3GLs are simple to understand by humans, as they include easy to learn syntax for
developing a program.


Fourth Generation Languages (4GLs)

A programmer using a 4GL just needs to decide about the tasks that must be performed
by the program; the rest is taken care of by the predefined built-in functions.
THE LANGUAGE PROCESSOR








a language processor is responsible for
translating one type of language into another
type of language. Let’s now discuss three
important language processors:
Assembler: Converts the man-readable data
to machine-readable data.
Compiler: Converts a complete program from
a high-level language to machine language.
Interpreter: Converts the code written in a
high-level language into machine language
code, line by line.
NETWORK
A network is an arrangement in which two or more computers are
connected in such a way that they are able to communicate with each
other. The networks modes are as follows:
 The Peer-to-Peer Network
The peer-to-peer network is a group of user-oriented computers and
each computer connected in this network is called a peer. Peers share
resources, such as files and printers; however, no specialized server
exists.
 The Client/Server Network
In the client/server network, computers provide services to each other.
This network model allows users to access information, resources, and
services located anywhere within the client/server network.
 The Hybrid Network
The hybrid network refers to a combination of two or more networks.
This can include several star networks that are connected by the bus
or ring topology, or several ring networks connected by the bus
topology.
SUMMARY
















A computer is a machine that accepts the input in form of data or information, and
processes it according to the instructions provided by the user to produce the
desired output.
A computer consists of various components, such as CPU, monitor, mouse, and
keyboard.
The system unit is the most important part of a computer system. It resembles a
rectangular box containing some buttons and disk drives at the front side, and
sockets of different shapes and sizes at the back side.
BIOS is a built-in software, which keeps track of all devices, such as keyboard,
monitor, and disk drives attached to a computer and provides an intercommunication
channel between them.
The physical components of a computer are known as computer hardware. Some
hardware components are already attached to a computer, such as monitor and
keyboard; however, depending upon your requirements, you can also install
additional hardware components, such as scanner or printer.
A device that lets you enter data or instructions in a computer is known as an input
device.
The output device is an electronic equipment connected to a computer and is used to
communicate the results of the data processing.
A computer understands only the instructions given by a programmer in a predefined
format, known as the programming language.
© Dreamtech Press

More Related Content

PPT
Introduction to Information Technology
PPTX
Role of computers in business organisation
PPTX
Computer presentation
PPTX
Input devices
PPTX
Fundamentals of Computer
PPTX
operating system
PPTX
Ahmad sameer types of computer
PDF
Operate personal computer
Introduction to Information Technology
Role of computers in business organisation
Computer presentation
Input devices
Fundamentals of Computer
operating system
Ahmad sameer types of computer
Operate personal computer

What's hot (20)

PPTX
History of Computers
PPTX
Importance of computers in business
PPTX
Evolution of computer and its impact on society
PPT
Introduction to computer
PPT
Information Processing Cycle
PPTX
Managing files and folder in windows 10
PPT
Computer Fundamental
PPTX
Computer Basics
PPT
Cpu organisation
PPTX
INTERNET
PPTX
Basic Concepts Of Information Technology (IT)
PDF
Classification of Computers
PPTX
categories of computer software
PPTX
Types of application software
PPTX
computer applications
PPTX
The different components of a computer system
PPTX
Introduction to Computers
PPT
A presentation on Evaluation of Microprocessor
PPTX
system software and application software
PPTX
Classification of computer
History of Computers
Importance of computers in business
Evolution of computer and its impact on society
Introduction to computer
Information Processing Cycle
Managing files and folder in windows 10
Computer Fundamental
Computer Basics
Cpu organisation
INTERNET
Basic Concepts Of Information Technology (IT)
Classification of Computers
categories of computer software
Types of application software
computer applications
The different components of a computer system
Introduction to Computers
A presentation on Evaluation of Microprocessor
system software and application software
Classification of computer
Ad

Viewers also liked (16)

PPTX
Computer Applications and Systems - Workshop II
PDF
Computer Applications- Bring Your Own Device (BYOD) Policy and Online Learnin...
PDF
Home Lecture (HL) : Fundamentals of Marketing (Chapter 1)
PDF
Media, Technology and Society - Interaction in Social Communication
PDF
Media, Technology, and Society - Telecommunity
PDF
Computer Applications - Web 2.0 Application, Social Media and The Internet
PDF
Computer Applications- Computer Software
PDF
Computer Applications - The Basic Computer Networking
PDF
Media Technology and Society - Cyber Society
PDF
Computer Applications - The Information and Communication Technology in the w...
PPT
Computer network ppt
PDF
Media, Technology and Society - Theories in Broadcast Media
Computer Applications and Systems - Workshop II
Computer Applications- Bring Your Own Device (BYOD) Policy and Online Learnin...
Home Lecture (HL) : Fundamentals of Marketing (Chapter 1)
Media, Technology and Society - Interaction in Social Communication
Media, Technology, and Society - Telecommunity
Computer Applications - Web 2.0 Application, Social Media and The Internet
Computer Applications- Computer Software
Computer Applications - The Basic Computer Networking
Media Technology and Society - Cyber Society
Computer Applications - The Information and Communication Technology in the w...
Computer network ppt
Media, Technology and Society - Theories in Broadcast Media
Ad

Similar to Computer Applications In Business by Mahatma Gandhi University (20)

DOCX
Information technology
PPT
Lecture 12-1234865709062834-2
PPT
Lecture 1 2
PPTX
INTRODUCTION TO COMPUTER
DOCX
PPTX
connecte hardware peripherals level 1.ppt.pptx
PPTX
connecte hardware peripheralshh.ppt.pptx
PPTX
Computer Systems for second school students notes
PDF
Computer hardware and software an assignment
 
PPT
seminar about Computer-system consist of 10 slides.ppt
PPT
Introduction to Computers.ppt
PPT
Introduction to Computers system ppt.ppt
PPT
Introduction to Computers.ppt
PPTX
CH-1 Introduction to Computer System-ppt.pptx
PPTX
Computer Science Class 11 India PPT
PPT
Introduction to Computer Science and hardware.ppt
PPT
Introduction to Computer
PDF
Introduction to computer according to veta curicullum
PPTX
Introduction to Computer System-ppt.pptx
Information technology
Lecture 12-1234865709062834-2
Lecture 1 2
INTRODUCTION TO COMPUTER
connecte hardware peripherals level 1.ppt.pptx
connecte hardware peripheralshh.ppt.pptx
Computer Systems for second school students notes
Computer hardware and software an assignment
 
seminar about Computer-system consist of 10 slides.ppt
Introduction to Computers.ppt
Introduction to Computers system ppt.ppt
Introduction to Computers.ppt
CH-1 Introduction to Computer System-ppt.pptx
Computer Science Class 11 India PPT
Introduction to Computer Science and hardware.ppt
Introduction to Computer
Introduction to computer according to veta curicullum
Introduction to Computer System-ppt.pptx

Recently uploaded (20)

PDF
Business Ethics Teaching Materials for college
PDF
RMMM.pdf make it easy to upload and study
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Complications of Minimal Access Surgery at WLH
PPTX
master seminar digital applications in india
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Cell Types and Its function , kingdom of life
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
01-Introduction-to-Information-Management.pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Classroom Observation Tools for Teachers
Business Ethics Teaching Materials for college
RMMM.pdf make it easy to upload and study
Abdominal Access Techniques with Prof. Dr. R K Mishra
Complications of Minimal Access Surgery at WLH
master seminar digital applications in india
O7-L3 Supply Chain Operations - ICLT Program
Cell Types and Its function , kingdom of life
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
Final Presentation General Medicine 03-08-2024.pptx
VCE English Exam - Section C Student Revision Booklet
FourierSeries-QuestionsWithAnswers(Part-A).pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
01-Introduction-to-Information-Management.pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
Microbial diseases, their pathogenesis and prophylaxis
Supply Chain Operations Speaking Notes -ICLT Program
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPH.pptx obstetrics and gynecology in nursing
Classroom Observation Tools for Teachers

Computer Applications In Business by Mahatma Gandhi University

  • 1. COURSE CODE :: BCOM 11 COURSE ::COMPUTER APPLICATIONS IN BUSINESS Unit -1 :: INTRODUCTION TO COMPUTERS
  • 2. INTRODUCTION   The term computer is derived from the word compute, which means to calculate. In simple words, a computer is an electronic device, which takes input from the user in the form of data, processes that data according to the instructions given by the user, and displays the output on the screen. Computers are now used in almost all the domains including business, academics, defense, budgeting, research, engineering, medicine, and space exploration. Apart from maintaining the dayto-day records of an organization, computer also helps to perform various other tasks, such as generating the revenue and comparing the annual sales records of the organization.
  • 3. OBJECTIVES  Learn about computer and its features  Explore the evolution of computer  Know about the basic parts of a computer  Learn about the different types of computers  Explore about computer hardware and software components
  • 4. DEFINITION AND CHARACTERISTICS OF COMPUTER  A computer is a machine that accepts the input in form of data or information, and processes it according to the instructions provided by the user to produce the desired output.  A computer consists of software and hardware devices that interact with each other to produce the desired output.  The following are some of the characteristics of a computer:  Speed: Refers to the rate at which a computer performs all its operations. A computer processes all the computations in fractions of seconds.  Storage and reliability: Refers to the storage capacity of a computer, that is, how much information can be stored in a computer. The reliability feature helps the computer to generate the output at the location specified by a user.  Accuracy: Refers to the degree of accurate results generated by the computer.  Versatility: Allows you to use computers in almost every field or domain, such as teaching, training, entertainment, accounting, and hospitality, to perform the desired task.
  • 5. EVOLUTION OF COMPUTERS  Abacus The term Abacus came from a calculating tool used in ancient days by the merchants of Asian and African continents to perform arithmetic calculations.  ENIAC and EDVAC Electronic Numerical Integrator and Computer (ENIAC) was the first electronic computer introduced in February 19, 1946. It could perform 5,000 additions or subtraction and 360 multiplications in just one second. Electronic Discrete Variable Automatic Computer (EDVAC), was based on a new concept of storing information in a large internal memory  IBM Personal Computer In late 1970s, IBM decided to provide computers to common people and developed one in 1981 with considerable lesser size and cost than its predecessors. IBM called it a PC.
  • 6. GENERATIONS OF COMPUTER  First generation computers (1940-1956) The first generation computers used vacuum tubes for circuitry and magnetic drums for memory. The computers of first generation relied on machine languages to perform operations and could solve only one problem at a time.  Second generation computers (1956-1963) In the second generation of computers, vacuum tubes of the first generation of computers were replaced by transistors. The computers of second generation were small, fast, and precise in making calculations, and consumed less electricity. In addition, the computers of second generation also included printers, primary memory, and storage media to save documents and operating systems.  Third generation computers (1964-1971) Integrated Circuit (IC) was developed in the third generation of computers. In this generation, users interacted with computers with the help of keyboards, monitors, and Operating System (OS).  Fourth generation computers (1971-Present) The major contribution of the fourth generation of computers came in 1971 when Intel, a major chip manufacturer, came up with its own chip known as 4004. The 4004 chip of Intel was one step ahead than IC, as it brought CPU, memory, and input and output controls under a single chip.  Fifth generation computers The major contribution of the fifth generation computer is artificial intelligence.
  • 7. CLASSIFICATION OF COMPUTERS  Computer for Individuals The computer that is meant for single accessibility, that is used by a single user, at a point of time is known as the computer for individuals. The types of computers that are meant for individual use are:   Handheld computer  Notebook computer  Tablets PCs   Desktop computer Smart phones Computers for Organizations These computers are used by large enterprises and organizations, such as insurance and banking, to perform multiple tasks simultaneously. Some examples of the computers used by organizations are listed as follows:  Mainframe computers  Super computers  Minicomputers  Microcomputers  Self-destructing computers
  • 8. PROCESSORS USED IN PCs  System Unit The system unit is the most important part of a computer system. All devices, such as keyboard, mouse, monitor, printer, and speakers, are linked to the system unit through cables, which are plugged into the back of the system unit.  Basic Input Output System BIOS is a built-in software, which keeps track of all devices, such as keyboard, monitor, and disk drives attached to a computer and provides an intercommunication channel between them.  Memory The term memory stands for data storage that is in the form of chips, and the term storage is used for memory that exists on tapes or disks.  Hard Disks Hard disk is considered as the non-volatile, random access drive used to store data in digital form.
  • 9. COMPUTER SOFTWARES Software is a set of computer programs and related data that are used to provide instructions to a computer to perform a specific task.  System software The system software consists of programs, languages, and documentation supplied to the end user by the manufacturer of the computer.  Application software An application software mainly focuses on executing a particular set of functions or instructions provided by the user.
  • 10. DESCRIBING COMPUTER HARDWARE  The input devices are those devices (hardware equipment) that are used to enter data, commands, programs, and various user responses into the computer system. There are different types of input devices, such as keyboard, mic to input voice data, web-camera for video input, and mouse as a pointing device, all of which together are referred as an input unit.  The output device is an electronic equipment connected to a computer and is used to communicate the results of the data processing. The different output devices are monitor, plotters, printer, and speakers.  A computer system also consists of some other hardware devices that you can use to communicate with other people over the Internet. These include mode, web camera, Headphone, and Mike.
  • 11. COMPUTER LANGUAGES A computer understands only the instructions given by a programmer in a predefined format, known as the programming language. The generations of languages can be divided into the following categories:  First Generation Languages — 1GLs (Machine Languages) In the machine language, instructions contain long strings of 0s and 1s. The symbol (1) in the string is interpreted by the computer as the presence of the electric pulse, whereas the symbol (0) is interpreted as the absence of the electric pulse.  Second Generation Languages — 2GLs (Assembly Languages) An assembly language is similar to the English language and is in a human readable format.  Third Generation Languages — 3GLs (High-level Languages) 3GLs are simple to understand by humans, as they include easy to learn syntax for developing a program.  Fourth Generation Languages (4GLs) A programmer using a 4GL just needs to decide about the tasks that must be performed by the program; the rest is taken care of by the predefined built-in functions.
  • 12. THE LANGUAGE PROCESSOR     a language processor is responsible for translating one type of language into another type of language. Let’s now discuss three important language processors: Assembler: Converts the man-readable data to machine-readable data. Compiler: Converts a complete program from a high-level language to machine language. Interpreter: Converts the code written in a high-level language into machine language code, line by line.
  • 13. NETWORK A network is an arrangement in which two or more computers are connected in such a way that they are able to communicate with each other. The networks modes are as follows:  The Peer-to-Peer Network The peer-to-peer network is a group of user-oriented computers and each computer connected in this network is called a peer. Peers share resources, such as files and printers; however, no specialized server exists.  The Client/Server Network In the client/server network, computers provide services to each other. This network model allows users to access information, resources, and services located anywhere within the client/server network.  The Hybrid Network The hybrid network refers to a combination of two or more networks. This can include several star networks that are connected by the bus or ring topology, or several ring networks connected by the bus topology.
  • 14. SUMMARY         A computer is a machine that accepts the input in form of data or information, and processes it according to the instructions provided by the user to produce the desired output. A computer consists of various components, such as CPU, monitor, mouse, and keyboard. The system unit is the most important part of a computer system. It resembles a rectangular box containing some buttons and disk drives at the front side, and sockets of different shapes and sizes at the back side. BIOS is a built-in software, which keeps track of all devices, such as keyboard, monitor, and disk drives attached to a computer and provides an intercommunication channel between them. The physical components of a computer are known as computer hardware. Some hardware components are already attached to a computer, such as monitor and keyboard; however, depending upon your requirements, you can also install additional hardware components, such as scanner or printer. A device that lets you enter data or instructions in a computer is known as an input device. The output device is an electronic equipment connected to a computer and is used to communicate the results of the data processing. A computer understands only the instructions given by a programmer in a predefined format, known as the programming language. © Dreamtech Press