SlideShare ist ein Scribd-Unternehmen logo
1 von 53
1
UNIT-2
OUTLINE
• COMPUTER LANGUAGE RAVI
• SOFTWARE PACKAGE SWAROOP
• INTRODUCTION MS- DOS
• WINDOWS
• TEXT PROCESSING SOFTWARE SONALI
• SPREADSHEET SOFTWARE ARPITA
2
AMBAA
LANGUAGE
• DEFINITION :
• A language is defined as the medium of
expression of thoughts.
• All the human beings in this world
communicate with each other by a
language.
3
Communicating With a Person
4
Speaker encodes
information
Listener decodes
information
Listener returns
feedback to speaker
Communication cycle
One complete unit of
communication.
•An idea to be sent.
•An encoder.
•A sender.
•A medium.
•A receiver.
•A decoder.
•A response.
COMPUTER LANGUAGE
• A programming language is an artificial
language that can be used to control the
behavior of a machine, particularly a
computer.
• A computer follows the instructions given by
the programmer to perform a specific job.
5
Communicating With a Computer
• Substituting a computer for one of the people in
the communication process.
– Process is basically
the same.
– Response may be
symbols
on the monitor.
6
User encodes
information
Computer
returns results
to user
Computer decodes
information
7
Programming Languages
• Machine Language
• Assembly Language
• High level Language
8
Machine Language
• The fundamental language of the computer’s
processor, also called Low Level Language.
• All programs are converted into machine language
before they can be executed.
• Consists of combination of 0’s and 1’s that
represent high and low electrical voltage.
• For example:
Binary: 10110000 01100001
9
Assembly Language
• A low level language that is similar to
machine language.
• Uses symbolic operation code to represent
the machine operation code.
10
High Level Language
• Computer (programming) languages that
are easier to learn.
• Uses English like statements.
• High-level languages are used to solve
problems and are often described as
problem-oriented languages.
• Examples are C,C ++, JAVA, and …....
TRANSLATOR
• Definition: A translator is a computer
program that performs the translation of a
program written in a given programming
language into a functionally
equivalent program in a different computer
language, without losing the functional or
logical structure of the original code.
11
Contd…
12
Machine
language
program
Translator
Computer
program
Machine
language
program
Step 1: Translate program
Step 2: Execute program
Program execution
CONTD......
There are three techniques to achieve this aim:
• The assembler: Assembler is a computer
program which translates assembly
language to an object file or machine
language format.
• The compiler: It is a program which
translates a high level language program
into a machine language program.
13
CONTD….
• The interpreter: An interpreter is a program
which translates statements of a program into
machine code. It translates only one statement
of the program at a time. It reads only one
statement of program, translates it and executes
it.
14
CONTD….
15
GENERATION OF LANGUAGE
• FIRST GENERATION LANGUAGES
(Machine language):
The binary language a language, a language
of is 1s and Os is known as Machine
language. Any instruction in this language
is given in the form of string of 1s and 0s.
16
Contd….
SECOND GENERATION LANGAUAGES
(Assembly Language):
• Represent as step up from the first
generation languages. Allow for the use of
symbolic names instead of just numbers.
Second generation languages are known as
assembly language.
17
Contd....
• THIRD GENERATION LANGUAGES
(3GLs) (High Level Languages):
With the languages introduced by the
third generation of computer
programming, words and commands
were being used. Third generation
languages are known as “high level
language”
18
Contd....
• FOURTH GENERATION LANGUAGES
(4GLs) Non-Procedural Languages:
– Programming-like systems aimed at
simplifying the programmers task of imparting
instructions to a computer.
– Many are associated with specific application
packages.
• Query Languages:
• Report Writers:
• Application Generators: 19
CONTD....
20
Software
• Computer software or simply software
is any set of instructions that directs
a computer to perform specific operations.
• Computer Instructions or data,
anything that can be stored electronically is
Software.
• Computer hardware would be useless without
software, the lists of instructions which tell the
hardware what to do.
21
Types of software
1. System Software:
System software is a term referring to any
computer software which manages and
controls the hardware so that application
software can perform a task.
Example:
Operating Systems, Compiler, Loader, Linker,
Interpreter.
22
Contd….
2. Application Software:
Application Software includes programs that
do real work for user.
Example:
Payroll systems, Inventory Control,Word
Processor, Spreadsheet and Database
Management System etc.,
23
Contd....
24
Contd.....
Users
Application
software
Operating
and
systems
software
Hardware
25
SOFTWARE PACKAGE
• Word Processing Package :
Word processing describes use of hardware and
software to create, edit, format, store, retrieve and
print documents.
• Spreadsheet Package :
Spreadsheet Package is a numeric data analysis tool
that allows us to create a computerized ledger.
Useful for any numerical analysis problem whose
data can be organized as rows and columns..
26
Contd…
• Graphic Package
It enables us to use a computer system for creating,
viewing, editing, storing, retrieving, and printing
design, pictures, graphs etc. can be drawn in the
traditional manner.
• Personal Assistant Package
Use personal computers for storing and retrieving
their personal information. Planning and managing
their finances and inventory of important items.
27
FEATURES
28
Operating System
• Operating System is a software, which
makes a computer to actually work.
• The OS organizes and controls the
hardware.
• OS acts as an interface between the
application programs and the machine
hardware.
• Examples: Windows, Linux, Unix and Mac
OS, etc.,
29
Contd ....
• An interface between users and hardware - an
environment "architecture”
• Allows convenient usage; hides the tedious stuff
• Allows efficient usage; parallel activity, avoids
wasted cycles
• Provides information protection
• Gives each user a slice of the resources
• Acts as a control program. 30
PART OF OPERATING SYSTEM
The operating system can be broken down into four
main parts, namely:
• Kernel
• Device Drivers
• User Interface
• System Utilities
31
INTERFACE
• User interface
– A function of the operating system that allows
individuals to access and command the computer
• Command-based user interface
– A particular user interface that requires text commands
be given to the computer to perform basic activities
E.g., Unix, DOS
• Graphical user interface (GUI)
– A user interface that uses pictures (icons) and menus
displayed on the screen to send commands to the
computer system E.g. Windows, MAC OS
32
TYPE OF OPERATING SYSTEM
33
• Real Time Systems - Rapid response time is main
characteristic. Used in control of applications
where rapid response to a stimulus is essential.
• Time Sharing - multiprogramming environment
that's also interactive.
CONTD....
• Multiprocessing - Tightly coupled
systems that communicate via shared
memory. Used for scientific applications.
Used for speed improvement by putting
together a number of off-the-shelf
processors.
34
CONTD.....
• Distributed Systems - Loosely coupled
systems that communicate via message
passing. Advantages include resource
sharing, speed up, reliability,
communication.
35
Contd.....
• BATCH PROCESSING –
 Jobs, together with input data, are fed into the
system in a batch.
 The jobs are then run one after another.
 No job can be started until previous job is
completed.
36
37
MS-DOS
38
 In the 1980s or early 1990s, the operating system that
shipped with most PCs was a version of the Disk
Operating System (DOS) created by Microsoft: MS-
DOS.
 MS-DOS is a disk operating system for IBM PC–
compatible computers.
 In its day, it was easily the most popular operating
system in the world.
CONTD....
39
• Uses a command-line interface
• Screen provides prompts for user
• User types commands
CONTD....
40
DOS FILE
41
• The main portions of MS-DOS are the IO.SYS, MSDOS.SYS,
and COMMAND.COM files.
• IO.SYS and MSDOS.SYS are special, hidden system files
• The IO.SYS file moves the system’s basic I/O functions into
memory and then implements the MS-DOS default control
programs, referred to as device drivers, for various hardware
components.
• These include the following:
 The boot disk drive
 The console display and keyboard
 The system’s time-of-day clock
 The parallel and serial communications port
THE MAIN FUNCTION OF DOS
42
• DOS translate the command issued of the user
in the format that is understood by the computer
to execute it, also error message in the format for
the user to understand.
• Manage disk files,
• Allocate system resources according to the
requirement.
• DOS provides features essential to control
hardware devices such as Keyboard, Screen,
Disk Devices, Printers, Modems and programs.
WINDOWS
• Most popular OS for
microcomputers
• Designed for Intel processors
• Active Desktop
 Graphical user interface
(GUI) to OS
 Windows XP, Windows 7
43
Series of software operating systems and graphical user interfaces
produced by Microsoft
Desktop Screen
44
WINDOWS FEATURE
• Long file names (up to 255
characters)
• Plug and Play Makes
installing hardware
components easier
• Object Linking and
Embedding (OLE)
Allows user to embed or
link one document to
another
Word Document
Excel
Data
WINDOWS FAMILY
46
Windows 95
Windows 98
Windows Millennium Edition (ME)
Corporate Market
Windows NT (“New technology”)
Windows 2000
Windows 2003
Windows XP
Windows CE
Windows VISTA
Windows 7
DIFFERENCE
WINDOWS DOS
GRAPHICAL USER INTERFACE COMMAND LINE INTERFACE
MULTI-TASKING SINGLE -TASKING
CLIP BOARD NOT AVAILABLE
DRAG N DROP NO POINTER
MULTIPLE FONTS DEFAULT FONT
MULTIMEDIA CAPABILITY TEXTUAL MEDIUM
DIALOG BOXES NO DIALOG BOXES
47
Word Processors
Word processing is a tool that helps user in creating,
editing, and printing documents. Word processors will
normally have the following capabilities built into them:
• Spell checking
• Standard layouts for normal documents
• Have some characters appear in bold print,
italics, or underlined
• Center lines, make text line up on the left
side of the paper, or the right side of the
paper
• Save the document so it can be used again
• print the document.
Examples: WordPerfect and Microsoft Word
48
Contd....
• Word Processing
Provides assistance
in formulating,
formatting, and
printing documents
such as letters,
memos, and papers.
49
Spreadsheets
The spreadsheet packages are designed to use numbers and
formulas to do calculations with ease. Examples of
spreadsheets include:
• Budgets
• Payrolls
• Grade Calculations
• Address Lists
The most commonly used spreadsheet programs are
Microsoft Excel and Lotus 123
50
Contd…
• Spreadsheet
Provides a wide range
of built-in functions
for statistical, financial,
logical, database,
graphics, and data
and time calculations
51
Questions
1. Think about some machine / items /
gadgets having only Hardware.
2. Think about some machine / items /
gadgets having both Hardware and
Software.
3. Find the Operating System, you
are using and its version.
4. Find 5 proprietary software names.
52
53

Weitere ähnliche Inhalte

Was ist angesagt?

2 working with operating system
2 working with operating system2 working with operating system
2 working with operating systemMukesh Thakur
 
Richa garg itm
Richa garg itmRicha garg itm
Richa garg itmrichagarg16
 
Sybo Tech Kit
Sybo Tech KitSybo Tech Kit
Sybo Tech KitLukeHannon5
 
Power point lesson 04
Power point lesson 04Power point lesson 04
Power point lesson 04heidirobison
 
Perfect Papers Software
Perfect Papers   SoftwarePerfect Papers   Software
Perfect Papers SoftwareScott Sutherland
 
c and data structures first unit notes (jntuh syllabus)
c and data structures first unit notes (jntuh syllabus)c and data structures first unit notes (jntuh syllabus)
c and data structures first unit notes (jntuh syllabus)Acad
 
Introduction to Computer Softwares
Introduction to Computer SoftwaresIntroduction to Computer Softwares
Introduction to Computer SoftwaresNaresh Dubey
 
Embedded firmware
Embedded firmwareEmbedded firmware
Embedded firmwareJoel P
 
Types of Operating System
Types of Operating SystemTypes of Operating System
Types of Operating SystemHemant Raj
 
BCS 100: Introduction to Computer Science Lesson 2
BCS 100: Introduction to Computer Science Lesson 2BCS 100: Introduction to Computer Science Lesson 2
BCS 100: Introduction to Computer Science Lesson 2Ndubi Amos
 
Bba i-introduction to computer-u-2- application and system software
Bba  i-introduction to computer-u-2- application and system softwareBba  i-introduction to computer-u-2- application and system software
Bba i-introduction to computer-u-2- application and system softwareRai University
 
Operating system
Operating system Operating system
Operating system Talha Mahmood
 
Types of Operating System
Types of Operating SystemTypes of Operating System
Types of Operating SystemSayam Asjad
 
Computer Systems Hardware
Computer Systems   HardwareComputer Systems   Hardware
Computer Systems HardwareScott Sutherland
 
Operating systems (For CBSE School Students)
Operating systems (For CBSE School Students)Operating systems (For CBSE School Students)
Operating systems (For CBSE School Students)Gaurav Aggarwal
 
Chapter 1 part 3
Chapter 1 part 3Chapter 1 part 3
Chapter 1 part 3rohassanie
 

Was ist angesagt? (20)

2 working with operating system
2 working with operating system2 working with operating system
2 working with operating system
 
Software introduction
Software introductionSoftware introduction
Software introduction
 
Window architecture
Window architecture Window architecture
Window architecture
 
Richa garg itm
Richa garg itmRicha garg itm
Richa garg itm
 
Sybo Tech Kit
Sybo Tech KitSybo Tech Kit
Sybo Tech Kit
 
Power point lesson 04
Power point lesson 04Power point lesson 04
Power point lesson 04
 
Perfect Papers Software
Perfect Papers   SoftwarePerfect Papers   Software
Perfect Papers Software
 
c and data structures first unit notes (jntuh syllabus)
c and data structures first unit notes (jntuh syllabus)c and data structures first unit notes (jntuh syllabus)
c and data structures first unit notes (jntuh syllabus)
 
Introduction to Computer Softwares
Introduction to Computer SoftwaresIntroduction to Computer Softwares
Introduction to Computer Softwares
 
Embedded firmware
Embedded firmwareEmbedded firmware
Embedded firmware
 
Types of Operating System
Types of Operating SystemTypes of Operating System
Types of Operating System
 
BCS 100: Introduction to Computer Science Lesson 2
BCS 100: Introduction to Computer Science Lesson 2BCS 100: Introduction to Computer Science Lesson 2
BCS 100: Introduction to Computer Science Lesson 2
 
SYSTEM SOFTWARE
SYSTEM SOFTWARESYSTEM SOFTWARE
SYSTEM SOFTWARE
 
Bba i-introduction to computer-u-2- application and system software
Bba  i-introduction to computer-u-2- application and system softwareBba  i-introduction to computer-u-2- application and system software
Bba i-introduction to computer-u-2- application and system software
 
Operating system
Operating system Operating system
Operating system
 
Types of Operating System
Types of Operating SystemTypes of Operating System
Types of Operating System
 
Spr ch-01
Spr ch-01Spr ch-01
Spr ch-01
 
Computer Systems Hardware
Computer Systems   HardwareComputer Systems   Hardware
Computer Systems Hardware
 
Operating systems (For CBSE School Students)
Operating systems (For CBSE School Students)Operating systems (For CBSE School Students)
Operating systems (For CBSE School Students)
 
Chapter 1 part 3
Chapter 1 part 3Chapter 1 part 3
Chapter 1 part 3
 

Andere mochten auch

JosĂŠ saramago
JosĂŠ saramagoJosĂŠ saramago
JosĂŠ saramagoMaria Teixiera
 
Stress and conflict
Stress and conflictStress and conflict
Stress and conflictravi kant
 
Biografia de JosĂŠ de Sousa Saramago
Biografia de JosĂŠ de Sousa SaramagoBiografia de JosĂŠ de Sousa Saramago
Biografia de JosĂŠ de Sousa Saramagoletrasbriteiros
 
Concept of residence under income tax act (with the concept of dtaa and poem)
Concept of residence under income tax act (with the concept of dtaa and poem)Concept of residence under income tax act (with the concept of dtaa and poem)
Concept of residence under income tax act (with the concept of dtaa and poem)Amitabh Srivastava
 
JosĂŠ Saramago - Vida e Obra
JosĂŠ Saramago - Vida e ObraJosĂŠ Saramago - Vida e Obra
JosĂŠ Saramago - Vida e ObraDaniela Martins
 
Nonverbal
NonverbalNonverbal
Nonverbalravi kant
 
Recruitment and selection
Recruitment and selectionRecruitment and selection
Recruitment and selectionravi kant
 
Income tax-ppt
Income tax-pptIncome tax-ppt
Income tax-pptlkiju
 
GST - India
GST - IndiaGST - India
GST - IndiaKalai Vani
 
The apocalypse trigger - Gamification in customer engagement - Manu Melwin Joy
 The apocalypse trigger - Gamification in customer engagement  - Manu Melwin Joy The apocalypse trigger - Gamification in customer engagement  - Manu Melwin Joy
The apocalypse trigger - Gamification in customer engagement - Manu Melwin Joymanumelwin
 
Make it happen Masterclass
Make it happen MasterclassMake it happen Masterclass
Make it happen MasterclassFay Chapple, MBA
 
Normas del desempeĂąo docente evaluacion. del 14 dic 16 (1)
Normas del desempeĂąo docente evaluacion. del 14 dic 16 (1)Normas del desempeĂąo docente evaluacion. del 14 dic 16 (1)
Normas del desempeĂąo docente evaluacion. del 14 dic 16 (1)Frans Alvarado
 
Learning region platform_for_competitiveness_and_innovation
Learning region platform_for_competitiveness_and_innovationLearning region platform_for_competitiveness_and_innovation
Learning region platform_for_competitiveness_and_innovationDr. Amit Kapoor
 
Elasticity of demand
Elasticity of demandElasticity of demand
Elasticity of demandravi kant
 

Andere mochten auch (20)

Caim 3ÂŞ A - 2011
Caim   3ÂŞ A - 2011Caim   3ÂŞ A - 2011
Caim 3ÂŞ A - 2011
 
Caim 3ÂŞ D - 2011
Caim   3ÂŞ D - 2011Caim   3ÂŞ D - 2011
Caim 3ÂŞ D - 2011
 
Caim
CaimCaim
Caim
 
JosĂŠ saramago
JosĂŠ saramagoJosĂŠ saramago
JosĂŠ saramago
 
JosĂŠ saramago
JosĂŠ saramago JosĂŠ saramago
JosĂŠ saramago
 
Stress and conflict
Stress and conflictStress and conflict
Stress and conflict
 
Biografia de JosĂŠ de Sousa Saramago
Biografia de JosĂŠ de Sousa SaramagoBiografia de JosĂŠ de Sousa Saramago
Biografia de JosĂŠ de Sousa Saramago
 
Concept of residence under income tax act (with the concept of dtaa and poem)
Concept of residence under income tax act (with the concept of dtaa and poem)Concept of residence under income tax act (with the concept of dtaa and poem)
Concept of residence under income tax act (with the concept of dtaa and poem)
 
JosĂŠ Saramago - Vida e Obra
JosĂŠ Saramago - Vida e ObraJosĂŠ Saramago - Vida e Obra
JosĂŠ Saramago - Vida e Obra
 
Nonverbal
NonverbalNonverbal
Nonverbal
 
Recruitment and selection
Recruitment and selectionRecruitment and selection
Recruitment and selection
 
Income tax-ppt
Income tax-pptIncome tax-ppt
Income tax-ppt
 
GST - India
GST - IndiaGST - India
GST - India
 
The apocalypse trigger - Gamification in customer engagement - Manu Melwin Joy
 The apocalypse trigger - Gamification in customer engagement  - Manu Melwin Joy The apocalypse trigger - Gamification in customer engagement  - Manu Melwin Joy
The apocalypse trigger - Gamification in customer engagement - Manu Melwin Joy
 
Make it happen Masterclass
Make it happen MasterclassMake it happen Masterclass
Make it happen Masterclass
 
Normas del desempeĂąo docente evaluacion. del 14 dic 16 (1)
Normas del desempeĂąo docente evaluacion. del 14 dic 16 (1)Normas del desempeĂąo docente evaluacion. del 14 dic 16 (1)
Normas del desempeĂąo docente evaluacion. del 14 dic 16 (1)
 
GST INDIA
GST INDIA GST INDIA
GST INDIA
 
Income tax-ppt-revised
Income tax-ppt-revisedIncome tax-ppt-revised
Income tax-ppt-revised
 
Learning region platform_for_competitiveness_and_innovation
Learning region platform_for_competitiveness_and_innovationLearning region platform_for_competitiveness_and_innovation
Learning region platform_for_competitiveness_and_innovation
 
Elasticity of demand
Elasticity of demandElasticity of demand
Elasticity of demand
 

Ähnlich wie Caim ppt

Computer Languages
Computer Languages Computer Languages
Computer Languages Anjana Mohanan
 
Programming Fundamentals and Programming Languages Concepts
Programming Fundamentals and Programming Languages ConceptsProgramming Fundamentals and Programming Languages Concepts
Programming Fundamentals and Programming Languages Conceptsimtiazalijoono
 
Mba i-ifm-u-2-computer software
Mba i-ifm-u-2-computer softwareMba i-ifm-u-2-computer software
Mba i-ifm-u-2-computer softwareRai University
 
Computer, generations, languages, soft wares
Computer, generations, languages, soft waresComputer, generations, languages, soft wares
Computer, generations, languages, soft wareskiranmohan42
 
SYSTEM SOFTWARE
SYSTEM SOFTWARE SYSTEM SOFTWARE
SYSTEM SOFTWARE Hunny Jummani
 
An overview of computers and programming languages
An overview of computers and programming languages An overview of computers and programming languages
An overview of computers and programming languages Ahmad Idrees
 
SPOS_UNIT I System Programming and Operating System.pdf
SPOS_UNIT I System Programming and Operating System.pdfSPOS_UNIT I System Programming and Operating System.pdf
SPOS_UNIT I System Programming and Operating System.pdfreshma96176
 
Introduction to computer software12 9-07
Introduction to computer software12 9-07Introduction to computer software12 9-07
Introduction to computer software12 9-07itis103
 
avicHomphs-150226100804-conversion-gate01 (1)(1).pdf
avicHomphs-150226100804-conversion-gate01 (1)(1).pdfavicHomphs-150226100804-conversion-gate01 (1)(1).pdf
avicHomphs-150226100804-conversion-gate01 (1)(1).pdfRajDhrub
 
computer hardware and software
computer hardware and softwarecomputer hardware and software
computer hardware and softwareavinash gupta
 
8unit1 introduction to computer software hardware
8unit1 introduction to computer software hardware8unit1 introduction to computer software hardware
8unit1 introduction to computer software hardwareNeha Kurale
 
Mca i-fundamental of computer-u-2- application and system software
Mca  i-fundamental of  computer-u-2- application and system softwareMca  i-fundamental of  computer-u-2- application and system software
Mca i-fundamental of computer-u-2- application and system softwareRai University
 
Bsc cs 1 fit u-2 application and system software
Bsc cs 1 fit u-2 application and system softwareBsc cs 1 fit u-2 application and system software
Bsc cs 1 fit u-2 application and system softwareRai University
 
system software and application software
system software and application softwaresystem software and application software
system software and application softwareTallat Satti
 
Interaction With Computers FIT
Interaction With Computers FITInteraction With Computers FIT
Interaction With Computers FITRaj vardhan
 
C program full materials.pdf
C program  full materials.pdfC program  full materials.pdf
C program full materials.pdfRSathyaPriyaCSEKIOT
 
Unit 1 computer concepts
Unit 1   computer conceptsUnit 1   computer concepts
Unit 1 computer conceptsMithun DSouza
 
Inroduction System Software -features Types
Inroduction System Software -features TypesInroduction System Software -features Types
Inroduction System Software -features TypesSwapnaliPawar27
 

Ähnlich wie Caim ppt (20)

Computer Languages
Computer Languages Computer Languages
Computer Languages
 
Programming Fundamentals and Programming Languages Concepts
Programming Fundamentals and Programming Languages ConceptsProgramming Fundamentals and Programming Languages Concepts
Programming Fundamentals and Programming Languages Concepts
 
Mba i-ifm-u-2-computer software
Mba i-ifm-u-2-computer softwareMba i-ifm-u-2-computer software
Mba i-ifm-u-2-computer software
 
Computer, generations, languages, soft wares
Computer, generations, languages, soft waresComputer, generations, languages, soft wares
Computer, generations, languages, soft wares
 
2 software
2 software2 software
2 software
 
SYSTEM SOFTWARE
SYSTEM SOFTWARE SYSTEM SOFTWARE
SYSTEM SOFTWARE
 
Chapter Four
Chapter FourChapter Four
Chapter Four
 
An overview of computers and programming languages
An overview of computers and programming languages An overview of computers and programming languages
An overview of computers and programming languages
 
SPOS_UNIT I System Programming and Operating System.pdf
SPOS_UNIT I System Programming and Operating System.pdfSPOS_UNIT I System Programming and Operating System.pdf
SPOS_UNIT I System Programming and Operating System.pdf
 
Introduction to computer software12 9-07
Introduction to computer software12 9-07Introduction to computer software12 9-07
Introduction to computer software12 9-07
 
avicHomphs-150226100804-conversion-gate01 (1)(1).pdf
avicHomphs-150226100804-conversion-gate01 (1)(1).pdfavicHomphs-150226100804-conversion-gate01 (1)(1).pdf
avicHomphs-150226100804-conversion-gate01 (1)(1).pdf
 
computer hardware and software
computer hardware and softwarecomputer hardware and software
computer hardware and software
 
8unit1 introduction to computer software hardware
8unit1 introduction to computer software hardware8unit1 introduction to computer software hardware
8unit1 introduction to computer software hardware
 
Mca i-fundamental of computer-u-2- application and system software
Mca  i-fundamental of  computer-u-2- application and system softwareMca  i-fundamental of  computer-u-2- application and system software
Mca i-fundamental of computer-u-2- application and system software
 
Bsc cs 1 fit u-2 application and system software
Bsc cs 1 fit u-2 application and system softwareBsc cs 1 fit u-2 application and system software
Bsc cs 1 fit u-2 application and system software
 
system software and application software
system software and application softwaresystem software and application software
system software and application software
 
Interaction With Computers FIT
Interaction With Computers FITInteraction With Computers FIT
Interaction With Computers FIT
 
C program full materials.pdf
C program  full materials.pdfC program  full materials.pdf
C program full materials.pdf
 
Unit 1 computer concepts
Unit 1   computer conceptsUnit 1   computer concepts
Unit 1 computer concepts
 
Inroduction System Software -features Types
Inroduction System Software -features TypesInroduction System Software -features Types
Inroduction System Software -features Types
 

Mehr von ravi kant

Marketing.ppt 1
Marketing.ppt 1Marketing.ppt 1
Marketing.ppt 1ravi kant
 
Indo china
Indo chinaIndo china
Indo chinaravi kant
 
Ibm and ias 1
Ibm and ias 1Ibm and ias 1
Ibm and ias 1ravi kant
 
Mcp1 2
Mcp1 2Mcp1 2
Mcp1 2ravi kant
 

Mehr von ravi kant (6)

Marketing.ppt 1
Marketing.ppt 1Marketing.ppt 1
Marketing.ppt 1
 
Indo china
Indo chinaIndo china
Indo china
 
Ibm and ias 1
Ibm and ias 1Ibm and ias 1
Ibm and ias 1
 
Hrm
HrmHrm
Hrm
 
Fm
FmFm
Fm
 
Mcp1 2
Mcp1 2Mcp1 2
Mcp1 2
 

KĂźrzlich hochgeladen

The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyThe Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyEthan lee
 
Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaShree Krishna Exports
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...anilsa9823
 
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...Any kyc Account
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Dave Litwiller
 
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurVIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurSuhani Kapoor
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLSeo
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxAndy Lambert
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...lizamodels9
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communicationskarancommunications
 
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
Tech Startup Growth Hacking 101  - Basics on Growth MarketingTech Startup Growth Hacking 101  - Basics on Growth Marketing
Tech Startup Growth Hacking 101 - Basics on Growth MarketingShawn Pang
 
BEST ✨ Call Girls In Indirapuram Ghaziabad ✔️ 9871031762 ✔️ Escorts Service...
BEST ✨ Call Girls In  Indirapuram Ghaziabad  ✔️ 9871031762 ✔️ Escorts Service...BEST ✨ Call Girls In  Indirapuram Ghaziabad  ✔️ 9871031762 ✔️ Escorts Service...
BEST ✨ Call Girls In Indirapuram Ghaziabad ✔️ 9871031762 ✔️ Escorts Service...noida100girls
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒anilsa9823
 
Understanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key InsightsUnderstanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key Insightsseribangash
 
Event mailer assignment progress report .pdf
Event mailer assignment progress report .pdfEvent mailer assignment progress report .pdf
Event mailer assignment progress report .pdftbatkhuu1
 
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 DelhiCall Girls in Delhi
 
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Tina Ji
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 
GD Birla and his contribution in management
GD Birla and his contribution in managementGD Birla and his contribution in management
GD Birla and his contribution in managementchhavia330
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessAggregage
 

KĂźrzlich hochgeladen (20)

The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyThe Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
 
Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in India
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
 
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
 
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurVIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communications
 
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
Tech Startup Growth Hacking 101  - Basics on Growth MarketingTech Startup Growth Hacking 101  - Basics on Growth Marketing
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
 
BEST ✨ Call Girls In Indirapuram Ghaziabad ✔️ 9871031762 ✔️ Escorts Service...
BEST ✨ Call Girls In  Indirapuram Ghaziabad  ✔️ 9871031762 ✔️ Escorts Service...BEST ✨ Call Girls In  Indirapuram Ghaziabad  ✔️ 9871031762 ✔️ Escorts Service...
BEST ✨ Call Girls In Indirapuram Ghaziabad ✔️ 9871031762 ✔️ Escorts Service...
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
 
Understanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key InsightsUnderstanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key Insights
 
Event mailer assignment progress report .pdf
Event mailer assignment progress report .pdfEvent mailer assignment progress report .pdf
Event mailer assignment progress report .pdf
 
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
 
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
GD Birla and his contribution in management
GD Birla and his contribution in managementGD Birla and his contribution in management
GD Birla and his contribution in management
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for Success
 

Caim ppt

  • 2. OUTLINE • COMPUTER LANGUAGE RAVI • SOFTWARE PACKAGE SWAROOP • INTRODUCTION MS- DOS • WINDOWS • TEXT PROCESSING SOFTWARE SONALI • SPREADSHEET SOFTWARE ARPITA 2 AMBAA
  • 3. LANGUAGE • DEFINITION : • A language is defined as the medium of expression of thoughts. • All the human beings in this world communicate with each other by a language. 3
  • 4. Communicating With a Person 4 Speaker encodes information Listener decodes information Listener returns feedback to speaker Communication cycle One complete unit of communication. •An idea to be sent. •An encoder. •A sender. •A medium. •A receiver. •A decoder. •A response.
  • 5. COMPUTER LANGUAGE • A programming language is an artificial language that can be used to control the behavior of a machine, particularly a computer. • A computer follows the instructions given by the programmer to perform a specific job. 5
  • 6. Communicating With a Computer • Substituting a computer for one of the people in the communication process. – Process is basically the same. – Response may be symbols on the monitor. 6 User encodes information Computer returns results to user Computer decodes information
  • 7. 7 Programming Languages • Machine Language • Assembly Language • High level Language
  • 8. 8 Machine Language • The fundamental language of the computer’s processor, also called Low Level Language. • All programs are converted into machine language before they can be executed. • Consists of combination of 0’s and 1’s that represent high and low electrical voltage. • For example: Binary: 10110000 01100001
  • 9. 9 Assembly Language • A low level language that is similar to machine language. • Uses symbolic operation code to represent the machine operation code.
  • 10. 10 High Level Language • Computer (programming) languages that are easier to learn. • Uses English like statements. • High-level languages are used to solve problems and are often described as problem-oriented languages. • Examples are C,C ++, JAVA, and …....
  • 11. TRANSLATOR • Definition: A translator is a computer program that performs the translation of a program written in a given programming language into a functionally equivalent program in a different computer language, without losing the functional or logical structure of the original code. 11
  • 13. CONTD...... There are three techniques to achieve this aim: • The assembler: Assembler is a computer program which translates assembly language to an object file or machine language format. • The compiler: It is a program which translates a high level language program into a machine language program. 13
  • 14. CONTD…. • The interpreter: An interpreter is a program which translates statements of a program into machine code. It translates only one statement of the program at a time. It reads only one statement of program, translates it and executes it. 14
  • 16. GENERATION OF LANGUAGE • FIRST GENERATION LANGUAGES (Machine language): The binary language a language, a language of is 1s and Os is known as Machine language. Any instruction in this language is given in the form of string of 1s and 0s. 16
  • 17. Contd…. SECOND GENERATION LANGAUAGES (Assembly Language): • Represent as step up from the first generation languages. Allow for the use of symbolic names instead of just numbers. Second generation languages are known as assembly language. 17
  • 18. Contd.... • THIRD GENERATION LANGUAGES (3GLs) (High Level Languages): With the languages introduced by the third generation of computer programming, words and commands were being used. Third generation languages are known as “high level language” 18
  • 19. Contd.... • FOURTH GENERATION LANGUAGES (4GLs) Non-Procedural Languages: – Programming-like systems aimed at simplifying the programmers task of imparting instructions to a computer. – Many are associated with specific application packages. • Query Languages: • Report Writers: • Application Generators: 19
  • 21. Software • Computer software or simply software is any set of instructions that directs a computer to perform specific operations. • Computer Instructions or data, anything that can be stored electronically is Software. • Computer hardware would be useless without software, the lists of instructions which tell the hardware what to do. 21
  • 22. Types of software 1. System Software: System software is a term referring to any computer software which manages and controls the hardware so that application software can perform a task. Example: Operating Systems, Compiler, Loader, Linker, Interpreter. 22
  • 23. Contd…. 2. Application Software: Application Software includes programs that do real work for user. Example: Payroll systems, Inventory Control,Word Processor, Spreadsheet and Database Management System etc., 23
  • 26. SOFTWARE PACKAGE • Word Processing Package : Word processing describes use of hardware and software to create, edit, format, store, retrieve and print documents. • Spreadsheet Package : Spreadsheet Package is a numeric data analysis tool that allows us to create a computerized ledger. Useful for any numerical analysis problem whose data can be organized as rows and columns.. 26
  • 27. Contd… • Graphic Package It enables us to use a computer system for creating, viewing, editing, storing, retrieving, and printing design, pictures, graphs etc. can be drawn in the traditional manner. • Personal Assistant Package Use personal computers for storing and retrieving their personal information. Planning and managing their finances and inventory of important items. 27
  • 29. Operating System • Operating System is a software, which makes a computer to actually work. • The OS organizes and controls the hardware. • OS acts as an interface between the application programs and the machine hardware. • Examples: Windows, Linux, Unix and Mac OS, etc., 29
  • 30. Contd .... • An interface between users and hardware - an environment "architecture” • Allows convenient usage; hides the tedious stuff • Allows efficient usage; parallel activity, avoids wasted cycles • Provides information protection • Gives each user a slice of the resources • Acts as a control program. 30
  • 31. PART OF OPERATING SYSTEM The operating system can be broken down into four main parts, namely: • Kernel • Device Drivers • User Interface • System Utilities 31
  • 32. INTERFACE • User interface – A function of the operating system that allows individuals to access and command the computer • Command-based user interface – A particular user interface that requires text commands be given to the computer to perform basic activities E.g., Unix, DOS • Graphical user interface (GUI) – A user interface that uses pictures (icons) and menus displayed on the screen to send commands to the computer system E.g. Windows, MAC OS 32
  • 33. TYPE OF OPERATING SYSTEM 33 • Real Time Systems - Rapid response time is main characteristic. Used in control of applications where rapid response to a stimulus is essential. • Time Sharing - multiprogramming environment that's also interactive.
  • 34. CONTD.... • Multiprocessing - Tightly coupled systems that communicate via shared memory. Used for scientific applications. Used for speed improvement by putting together a number of off-the-shelf processors. 34
  • 35. CONTD..... • Distributed Systems - Loosely coupled systems that communicate via message passing. Advantages include resource sharing, speed up, reliability, communication. 35
  • 36. Contd..... • BATCH PROCESSING –  Jobs, together with input data, are fed into the system in a batch.  The jobs are then run one after another.  No job can be started until previous job is completed. 36
  • 37. 37
  • 38. MS-DOS 38  In the 1980s or early 1990s, the operating system that shipped with most PCs was a version of the Disk Operating System (DOS) created by Microsoft: MS- DOS.  MS-DOS is a disk operating system for IBM PC– compatible computers.  In its day, it was easily the most popular operating system in the world.
  • 39. CONTD.... 39 • Uses a command-line interface • Screen provides prompts for user • User types commands
  • 41. DOS FILE 41 • The main portions of MS-DOS are the IO.SYS, MSDOS.SYS, and COMMAND.COM files. • IO.SYS and MSDOS.SYS are special, hidden system files • The IO.SYS file moves the system’s basic I/O functions into memory and then implements the MS-DOS default control programs, referred to as device drivers, for various hardware components. • These include the following:  The boot disk drive  The console display and keyboard  The system’s time-of-day clock  The parallel and serial communications port
  • 42. THE MAIN FUNCTION OF DOS 42 • DOS translate the command issued of the user in the format that is understood by the computer to execute it, also error message in the format for the user to understand. • Manage disk files, • Allocate system resources according to the requirement. • DOS provides features essential to control hardware devices such as Keyboard, Screen, Disk Devices, Printers, Modems and programs.
  • 43. WINDOWS • Most popular OS for microcomputers • Designed for Intel processors • Active Desktop  Graphical user interface (GUI) to OS  Windows XP, Windows 7 43 Series of software operating systems and graphical user interfaces produced by Microsoft
  • 45. WINDOWS FEATURE • Long file names (up to 255 characters) • Plug and Play Makes installing hardware components easier • Object Linking and Embedding (OLE) Allows user to embed or link one document to another Word Document Excel Data
  • 46. WINDOWS FAMILY 46 Windows 95 Windows 98 Windows Millennium Edition (ME) Corporate Market Windows NT (“New technology”) Windows 2000 Windows 2003 Windows XP Windows CE Windows VISTA Windows 7
  • 47. DIFFERENCE WINDOWS DOS GRAPHICAL USER INTERFACE COMMAND LINE INTERFACE MULTI-TASKING SINGLE -TASKING CLIP BOARD NOT AVAILABLE DRAG N DROP NO POINTER MULTIPLE FONTS DEFAULT FONT MULTIMEDIA CAPABILITY TEXTUAL MEDIUM DIALOG BOXES NO DIALOG BOXES 47
  • 48. Word Processors Word processing is a tool that helps user in creating, editing, and printing documents. Word processors will normally have the following capabilities built into them: • Spell checking • Standard layouts for normal documents • Have some characters appear in bold print, italics, or underlined • Center lines, make text line up on the left side of the paper, or the right side of the paper • Save the document so it can be used again • print the document. Examples: WordPerfect and Microsoft Word 48
  • 49. Contd.... • Word Processing Provides assistance in formulating, formatting, and printing documents such as letters, memos, and papers. 49
  • 50. Spreadsheets The spreadsheet packages are designed to use numbers and formulas to do calculations with ease. Examples of spreadsheets include: • Budgets • Payrolls • Grade Calculations • Address Lists The most commonly used spreadsheet programs are Microsoft Excel and Lotus 123 50
  • 51. Contd… • Spreadsheet Provides a wide range of built-in functions for statistical, financial, logical, database, graphics, and data and time calculations 51
  • 52. Questions 1. Think about some machine / items / gadgets having only Hardware. 2. Think about some machine / items / gadgets having both Hardware and Software. 3. Find the Operating System, you are using and its version. 4. Find 5 proprietary software names. 52
  • 53. 53