SlideShare uma empresa Scribd logo
1 de 14
Software Concepts
Software


•   Non-touchable part of computer.
•   Used to describe the instructions, given to a computer.
•   Program or group of programs.
•   Computer instructions or data, anything that can be stored
    electronically is software.
Types of Computer Software
Computer software can be categorized into following two categories:
1. System Software: includes those software that help in better
utilization hardware resources.
Example Operating System, Compiler, Disk Drivers etc.
2. Application Software: includes those software that helps in
performing a particular task such as creating a document, preparing a
presentation. These are general purpose software's.
Example: Ms-Word, Excel, Power Point, etc.
3. Utility Software: includes those software that generally comes
along with operating system used to perform basic activities.
Example: Disk Format Utility, Disk Defragmenter Utility, etc.
4. Customised Software : includes software which are specially
designed for a particular group of users.
Example: Software for a bank, hospital, business organization, etc.
Programming Languages

•   Medium of communication between computer and the user
    containing words, symbols and syntax rules.
•   Each language has its own vocabulary and rules.
•   A programming language is used to control the behaviour of
    a computer.
•   All computer languages can be classified in the following five
    generations:

    •   Machine Language (1st Generation Language – 1945)
    •   Assembly Language(2nd Generation Language – 1950s)
    •   High Level Language (3rd Generation Language – 1960s)
    •   Very High Level Language (4th Generation Language –
        1970s)
    •    Natural Language (5th Generation Language – 1980)
Programming Languages
•   Machine Language
•   The set of instruction codes, in binary, which can be directly
    understood by the CPU without translating the program.
•   An instruction has two parts:
     Op-Code: First part of instruction which tells the
        computer what function to perform.
     Operand: Second part of instruction, tells the computer
        where to find or store data or instructions that are to be
        manipulated.
•   The lowest-level, programming language.
•   Machine Dependent.
•   Difficult to program.
•   Error Prone.
•   Difficult to modify.
Example

OpCode         Operands
ADD      2          3     5
000      010       011    101
Programming Languages

1. Assembly Language
• A low-level language.
• Allows the programmer to use abbreviations or words instead
   of binary numbers, known as mnemonics.
• A program called an assembler transforms assembly
   language into machine code.
• Readability is more than machine language.
• Easy to understand and use.Easy to locate and correct errors.
• Easier to modify.
• No need to track addresses.
• Easily relocatable.
• It has four parts; label, mnemonic, operand, comment; not
   all are present in every line.
Example
Limitations:
• Machine dependent.
• Knowledge of hardware.
• Machine level coding.
Example-
 MOV r0, #0C       ;load base address of string into
                     r0
 LOAD: MOV r1,(r0) ;load contents into r1
 CALL PRINT        ; call a print routine to print the
                   character in r1
Programming Languages

• High-Level Language
• Also known as Procedure/Problem Oriented
  Language.
• Machine independent.
• Easier to learn and use than previous languages.
• Requires less time to write the code.
• Easier to maintain.
• Provides better documentation.
• Fewer Errors.
• Lower program preparation cost.
• Lack of flexibility.
EXAMPLES OF HLLs
•   FORTRAN   Formula Translation Language
•   COBOL     Common Business Oriented Language
•   ALGOL     Algorithmic Language
•   RPG       Report Program Generator
•   APL       A Programming Language
•   BASIC     Beginners All Purpose Symbolic Instruction Code
•   PL/I      Programming Language I
•   PASCAL    Named after Blaise Pascal, a French Philosopher
•   Ada       Named after Lady Lovelace Ada
•   C         General Purpose Programming Language
•   C++       Object Oriented Programming Language
•   JAVA      Object Oriented Programming Language
Programming Languages
•Very High Level Language
•Also known as 4GL or non-procedural language.
•Machine independent.
•Easier to learn and use.
•Easier to maintain.
•The tools are:
 • DBMS
 • Report Generators
 • Query Languages
 • Application Generators.
 Examples: SQL and ORACLE
Programming Languages
5. Natural Languages
Natural languages are of two types:
   • Ordinary Human Language: English, German,
     Spanish etc.
   • Programming Languages: that use human
     language to give people more natural connection
     with computers with 4GLs. Using AI (Artificial
     Intelligence), the attempt to make computers
     which will have human like qualities such as
     learning, reasoning, communicating, seeing and
     hearing etc.
   • Prolog, OPS5 and Mercury are the best known 5th
     generation languages.
COMPARISON BETWEEN 3RD AND 4TH
                   GENERATION LANGUAGES
•   THIRD GENERATION                •    FOURTH GENERATION
2.  Used by professional            2.   May be used by non-
    programmers                          programmers as well.
3. Require task performance         3.   Require specifications of what
    specifications (how)                 task to perform (what)
4. All alternatives are specified   4.   Default alternatives are built-in
5. Require large number of          5.   Require far few instructions
    instructions
6. Code difficult to read, and      7.   Code easy to read and
    understand                           maintain.
7. Originally developed for         8.   Developed primarily for on-line.
    batch processing.
8. Can be difficult to learn        10. Easy to learn
9. Difficult to debug               11. Easier to debug
10. Typically file oriented.        12. Typically database oriented
Assignment

• What is meant by System Software and how does it
  differ from Application Software.
• Identify any five functions that utility programs can
  perform
• What is the difference between High level and low
  level languages.

Mais conteúdo relacionado

Mais procurados

Programming languages
Programming languagesProgramming languages
Programming languagesAsmasum
 
Programming Fundamentals lecture 2
Programming Fundamentals lecture 2Programming Fundamentals lecture 2
Programming Fundamentals lecture 2REHAN IJAZ
 
Programming languages
Programming languagesProgramming languages
Programming languagesvito_carleone
 
History of Programming Language
History of Programming LanguageHistory of Programming Language
History of Programming Languagetahria123
 
Architecture Of The Linux Kernel
Architecture Of The Linux KernelArchitecture Of The Linux Kernel
Architecture Of The Linux Kernelguest547d74
 
Introduction to computer programming
Introduction to computer programmingIntroduction to computer programming
Introduction to computer programmingNSU-Biliran Campus
 
Generation of computer languages
Generation of computer languagesGeneration of computer languages
Generation of computer languageskitturashmikittu
 
Introduction to programming with c,
Introduction to programming with c,Introduction to programming with c,
Introduction to programming with c,Hossain Md Shakhawat
 
What is Kernel, basic idea of kernel
What is Kernel, basic idea of kernelWhat is Kernel, basic idea of kernel
What is Kernel, basic idea of kernelNeel Parikh
 
Computer Programming Overview
Computer Programming OverviewComputer Programming Overview
Computer Programming Overviewagorolabs
 

Mais procurados (20)

Programming languages
Programming languagesProgramming languages
Programming languages
 
Systems Administration
Systems AdministrationSystems Administration
Systems Administration
 
Software concepts ppt
Software concepts pptSoftware concepts ppt
Software concepts ppt
 
Programming Fundamentals lecture 2
Programming Fundamentals lecture 2Programming Fundamentals lecture 2
Programming Fundamentals lecture 2
 
Programming languages
Programming languagesProgramming languages
Programming languages
 
System calls
System callsSystem calls
System calls
 
Evolution of Computer Languages
Evolution of Computer LanguagesEvolution of Computer Languages
Evolution of Computer Languages
 
History of Programming Language
History of Programming LanguageHistory of Programming Language
History of Programming Language
 
Architecture Of The Linux Kernel
Architecture Of The Linux KernelArchitecture Of The Linux Kernel
Architecture Of The Linux Kernel
 
Programming languages
Programming languagesProgramming languages
Programming languages
 
Introduction to computer programming
Introduction to computer programmingIntroduction to computer programming
Introduction to computer programming
 
Programming Language
Programming LanguageProgramming Language
Programming Language
 
Computer Programming
Computer Programming Computer Programming
Computer Programming
 
Generation of computer languages
Generation of computer languagesGeneration of computer languages
Generation of computer languages
 
Introduction to programming with c,
Introduction to programming with c,Introduction to programming with c,
Introduction to programming with c,
 
COBOL
COBOLCOBOL
COBOL
 
Machine language
Machine languageMachine language
Machine language
 
What is Kernel, basic idea of kernel
What is Kernel, basic idea of kernelWhat is Kernel, basic idea of kernel
What is Kernel, basic idea of kernel
 
Computer Programming Overview
Computer Programming OverviewComputer Programming Overview
Computer Programming Overview
 
Introduction to Operating Systems
Introduction to Operating SystemsIntroduction to Operating Systems
Introduction to Operating Systems
 

Destaque

Various types of computers & history
Various types of computers & historyVarious types of computers & history
Various types of computers & historywildman099
 
GENERATIONS OF COMPUTER
GENERATIONS OF COMPUTERGENERATIONS OF COMPUTER
GENERATIONS OF COMPUTERRajat More
 
Introduction to computer software12 9-07
Introduction to computer software12 9-07Introduction to computer software12 9-07
Introduction to computer software12 9-07itis103
 
Generations Of Programming Languages
Generations Of Programming LanguagesGenerations Of Programming Languages
Generations Of Programming Languagessebrown
 
Computer Software
Computer SoftwareComputer Software
Computer Softwarenorzaini
 
History of computers!
History of computers!History of computers!
History of computers!Carley Bobb
 
THE GENERATION OF COMPUTER by P.Jeyapiranavan
THE GENERATION OF COMPUTER by P.JeyapiranavanTHE GENERATION OF COMPUTER by P.Jeyapiranavan
THE GENERATION OF COMPUTER by P.Jeyapiranavanp.j. pranavan
 
categories of computer software
categories of computer softwarecategories of computer software
categories of computer softwareManidhar Chowdary
 
High-level languages for Big Data Analytics (Presentation)
High-level languages for Big Data Analytics (Presentation)High-level languages for Big Data Analytics (Presentation)
High-level languages for Big Data Analytics (Presentation)Jose Luis Lopez Pino
 
Programming languages,compiler,interpreter,softwares
Programming languages,compiler,interpreter,softwaresProgramming languages,compiler,interpreter,softwares
Programming languages,compiler,interpreter,softwaresNisarg Amin
 
4 introduction to programming structure
4 introduction to programming structure4 introduction to programming structure
4 introduction to programming structureRheigh Henley Calderon
 
High Level Languages (Imperative, Object Orientated, Declarative)
High Level Languages (Imperative, Object Orientated, Declarative)High Level Languages (Imperative, Object Orientated, Declarative)
High Level Languages (Imperative, Object Orientated, Declarative)Project Student
 
Module 6 component of excel chart
Module 6 component of excel chartModule 6 component of excel chart
Module 6 component of excel chartDr. Shalini Pandey
 

Destaque (20)

Various types of computers & history
Various types of computers & historyVarious types of computers & history
Various types of computers & history
 
Computer languages
Computer languagesComputer languages
Computer languages
 
GENERATIONS OF COMPUTER
GENERATIONS OF COMPUTERGENERATIONS OF COMPUTER
GENERATIONS OF COMPUTER
 
Introduction to computer software12 9-07
Introduction to computer software12 9-07Introduction to computer software12 9-07
Introduction to computer software12 9-07
 
Generations Of Programming Languages
Generations Of Programming LanguagesGenerations Of Programming Languages
Generations Of Programming Languages
 
Computer languages 11
Computer languages 11Computer languages 11
Computer languages 11
 
Computer Software
Computer SoftwareComputer Software
Computer Software
 
Computer Software & its Types
Computer Software & its Types Computer Software & its Types
Computer Software & its Types
 
History of computers!
History of computers!History of computers!
History of computers!
 
Microsoft word
Microsoft wordMicrosoft word
Microsoft word
 
THE GENERATION OF COMPUTER by P.Jeyapiranavan
THE GENERATION OF COMPUTER by P.JeyapiranavanTHE GENERATION OF COMPUTER by P.Jeyapiranavan
THE GENERATION OF COMPUTER by P.Jeyapiranavan
 
categories of computer software
categories of computer softwarecategories of computer software
categories of computer software
 
MS Word Window Elements
MS Word Window ElementsMS Word Window Elements
MS Word Window Elements
 
High-level languages for Big Data Analytics (Presentation)
High-level languages for Big Data Analytics (Presentation)High-level languages for Big Data Analytics (Presentation)
High-level languages for Big Data Analytics (Presentation)
 
Programming languages,compiler,interpreter,softwares
Programming languages,compiler,interpreter,softwaresProgramming languages,compiler,interpreter,softwares
Programming languages,compiler,interpreter,softwares
 
Computer languages
Computer languagesComputer languages
Computer languages
 
4 introduction to programming structure
4 introduction to programming structure4 introduction to programming structure
4 introduction to programming structure
 
Programming Language
Programming LanguageProgramming Language
Programming Language
 
High Level Languages (Imperative, Object Orientated, Declarative)
High Level Languages (Imperative, Object Orientated, Declarative)High Level Languages (Imperative, Object Orientated, Declarative)
High Level Languages (Imperative, Object Orientated, Declarative)
 
Module 6 component of excel chart
Module 6 component of excel chartModule 6 component of excel chart
Module 6 component of excel chart
 

Semelhante a Here are the answers to the questions:1. System Software refers to software that manages the basic functions of a computer system like operating systems, compilers etc. It helps in better utilization of hardware resources. Application Software on the other hand helps users perform specific tasks like word processing, spreadsheet etc. 2. Five functions utility programs can perform: - Disk formatting - Disk defragmentation - File compression/decompression - Disk cleanup - System restore3. The main differences between high level and low level languages are: - High level languages are easier for humans to read and write. Low level languages like assembly are more difficult. - High level languages are machine independent while low level languages are

Introduction to computer programming
Introduction to computer programming Introduction to computer programming
Introduction to computer programming VanessaBuensalida
 
Lec21&22.pptx programing language and there study
Lec21&22.pptx programing language and there studyLec21&22.pptx programing language and there study
Lec21&22.pptx programing language and there studysamiullahamjad06
 
Python-unit -I.pptx
Python-unit -I.pptxPython-unit -I.pptx
Python-unit -I.pptxcrAmth
 
Computer languages
Computer languagesComputer languages
Computer languagesAqdasNoor
 
Cmp104 lec 6 computer lang
Cmp104 lec 6 computer langCmp104 lec 6 computer lang
Cmp104 lec 6 computer langkapil078
 
Cmp104 lec 6 computer lang
Cmp104 lec 6 computer langCmp104 lec 6 computer lang
Cmp104 lec 6 computer langkapil078
 
EVALUTION OF COMPUTER LANGAGES
EVALUTION OF COMPUTER LANGAGESEVALUTION OF COMPUTER LANGAGES
EVALUTION OF COMPUTER LANGAGESNoorHameed6
 
introduction to programming languages
introduction to programming languagesintroduction to programming languages
introduction to programming languagesNaqashAhmad14
 
Third and fourth generation programming language
Third and fourth generation programming languageThird and fourth generation programming language
Third and fourth generation programming languageomeed
 
Computer language.ppsx
Computer language.ppsxComputer language.ppsx
Computer language.ppsxSneha Suman
 
Computer programing 111 lecture 1
Computer programing 111 lecture 1 Computer programing 111 lecture 1
Computer programing 111 lecture 1 ITNet
 

Semelhante a Here are the answers to the questions:1. System Software refers to software that manages the basic functions of a computer system like operating systems, compilers etc. It helps in better utilization of hardware resources. Application Software on the other hand helps users perform specific tasks like word processing, spreadsheet etc. 2. Five functions utility programs can perform: - Disk formatting - Disk defragmentation - File compression/decompression - Disk cleanup - System restore3. The main differences between high level and low level languages are: - High level languages are easier for humans to read and write. Low level languages like assembly are more difficult. - High level languages are machine independent while low level languages are (20)

programming.pptx
programming.pptxprogramming.pptx
programming.pptx
 
sege.pdf
sege.pdfsege.pdf
sege.pdf
 
Introduction to computer programming
Introduction to computer programming Introduction to computer programming
Introduction to computer programming
 
Lec21&22.pptx programing language and there study
Lec21&22.pptx programing language and there studyLec21&22.pptx programing language and there study
Lec21&22.pptx programing language and there study
 
Python-unit -I.pptx
Python-unit -I.pptxPython-unit -I.pptx
Python-unit -I.pptx
 
Presentation-1.pptx
Presentation-1.pptxPresentation-1.pptx
Presentation-1.pptx
 
Computer languages
Computer languagesComputer languages
Computer languages
 
Cmp104 lec 6 computer lang
Cmp104 lec 6 computer langCmp104 lec 6 computer lang
Cmp104 lec 6 computer lang
 
Cmp104 lec 6 computer lang
Cmp104 lec 6 computer langCmp104 lec 6 computer lang
Cmp104 lec 6 computer lang
 
Programming Language
Programming LanguageProgramming Language
Programming Language
 
EVALUTION OF COMPUTER LANGAGES
EVALUTION OF COMPUTER LANGAGESEVALUTION OF COMPUTER LANGAGES
EVALUTION OF COMPUTER LANGAGES
 
Program Logic and Design
Program Logic and DesignProgram Logic and Design
Program Logic and Design
 
Ppl 13 july2019
Ppl 13 july2019Ppl 13 july2019
Ppl 13 july2019
 
System softare
System softareSystem softare
System softare
 
Languages in computer
Languages in computerLanguages in computer
Languages in computer
 
Introduction to programming languages
Introduction to programming languagesIntroduction to programming languages
Introduction to programming languages
 
introduction to programming languages
introduction to programming languagesintroduction to programming languages
introduction to programming languages
 
Third and fourth generation programming language
Third and fourth generation programming languageThird and fourth generation programming language
Third and fourth generation programming language
 
Computer language.ppsx
Computer language.ppsxComputer language.ppsx
Computer language.ppsx
 
Computer programing 111 lecture 1
Computer programing 111 lecture 1 Computer programing 111 lecture 1
Computer programing 111 lecture 1
 

Mais de Anshumali Singh (20)

Unit3rd
Unit3rdUnit3rd
Unit3rd
 
Unit2[1]
Unit2[1]Unit2[1]
Unit2[1]
 
Unit2[1]
Unit2[1]Unit2[1]
Unit2[1]
 
Unit2.2
Unit2.2Unit2.2
Unit2.2
 
Unit2.1
Unit2.1Unit2.1
Unit2.1
 
Unit2.1
Unit2.1Unit2.1
Unit2.1
 
Unit2(Cont.)
Unit2(Cont.)Unit2(Cont.)
Unit2(Cont.)
 
Unit2
Unit2Unit2
Unit2
 
Shai 2
Shai 2Shai 2
Shai 2
 
Shai
ShaiShai
Shai
 
Outputdevice
OutputdeviceOutputdevice
Outputdevice
 
Lecture 9
Lecture 9Lecture 9
Lecture 9
 
Lecture 7
Lecture 7Lecture 7
Lecture 7
 
Lecture 6
Lecture 6Lecture 6
Lecture 6
 
Lecture 4
Lecture 4Lecture 4
Lecture 4
 
Lecture 3
Lecture 3Lecture 3
Lecture 3
 
Lecture 2
Lecture 2Lecture 2
Lecture 2
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
Lecture 6
Lecture 6Lecture 6
Lecture 6
 
Lecture2
Lecture2Lecture2
Lecture2
 

Último

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 

Último (20)

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 

Here are the answers to the questions:1. System Software refers to software that manages the basic functions of a computer system like operating systems, compilers etc. It helps in better utilization of hardware resources. Application Software on the other hand helps users perform specific tasks like word processing, spreadsheet etc. 2. Five functions utility programs can perform: - Disk formatting - Disk defragmentation - File compression/decompression - Disk cleanup - System restore3. The main differences between high level and low level languages are: - High level languages are easier for humans to read and write. Low level languages like assembly are more difficult. - High level languages are machine independent while low level languages are

  • 2. Software • Non-touchable part of computer. • Used to describe the instructions, given to a computer. • Program or group of programs. • Computer instructions or data, anything that can be stored electronically is software.
  • 3. Types of Computer Software Computer software can be categorized into following two categories: 1. System Software: includes those software that help in better utilization hardware resources. Example Operating System, Compiler, Disk Drivers etc. 2. Application Software: includes those software that helps in performing a particular task such as creating a document, preparing a presentation. These are general purpose software's. Example: Ms-Word, Excel, Power Point, etc. 3. Utility Software: includes those software that generally comes along with operating system used to perform basic activities. Example: Disk Format Utility, Disk Defragmenter Utility, etc. 4. Customised Software : includes software which are specially designed for a particular group of users. Example: Software for a bank, hospital, business organization, etc.
  • 4. Programming Languages • Medium of communication between computer and the user containing words, symbols and syntax rules. • Each language has its own vocabulary and rules. • A programming language is used to control the behaviour of a computer. • All computer languages can be classified in the following five generations: • Machine Language (1st Generation Language – 1945) • Assembly Language(2nd Generation Language – 1950s) • High Level Language (3rd Generation Language – 1960s) • Very High Level Language (4th Generation Language – 1970s) • Natural Language (5th Generation Language – 1980)
  • 5. Programming Languages • Machine Language • The set of instruction codes, in binary, which can be directly understood by the CPU without translating the program. • An instruction has two parts:  Op-Code: First part of instruction which tells the computer what function to perform.  Operand: Second part of instruction, tells the computer where to find or store data or instructions that are to be manipulated. • The lowest-level, programming language. • Machine Dependent. • Difficult to program. • Error Prone. • Difficult to modify.
  • 6. Example OpCode Operands ADD 2 3 5 000 010 011 101
  • 7. Programming Languages 1. Assembly Language • A low-level language. • Allows the programmer to use abbreviations or words instead of binary numbers, known as mnemonics. • A program called an assembler transforms assembly language into machine code. • Readability is more than machine language. • Easy to understand and use.Easy to locate and correct errors. • Easier to modify. • No need to track addresses. • Easily relocatable. • It has four parts; label, mnemonic, operand, comment; not all are present in every line.
  • 8. Example Limitations: • Machine dependent. • Knowledge of hardware. • Machine level coding. Example- MOV r0, #0C ;load base address of string into r0 LOAD: MOV r1,(r0) ;load contents into r1 CALL PRINT ; call a print routine to print the character in r1
  • 9. Programming Languages • High-Level Language • Also known as Procedure/Problem Oriented Language. • Machine independent. • Easier to learn and use than previous languages. • Requires less time to write the code. • Easier to maintain. • Provides better documentation. • Fewer Errors. • Lower program preparation cost. • Lack of flexibility.
  • 10. EXAMPLES OF HLLs • FORTRAN Formula Translation Language • COBOL Common Business Oriented Language • ALGOL Algorithmic Language • RPG Report Program Generator • APL A Programming Language • BASIC Beginners All Purpose Symbolic Instruction Code • PL/I Programming Language I • PASCAL Named after Blaise Pascal, a French Philosopher • Ada Named after Lady Lovelace Ada • C General Purpose Programming Language • C++ Object Oriented Programming Language • JAVA Object Oriented Programming Language
  • 11. Programming Languages •Very High Level Language •Also known as 4GL or non-procedural language. •Machine independent. •Easier to learn and use. •Easier to maintain. •The tools are: • DBMS • Report Generators • Query Languages • Application Generators. Examples: SQL and ORACLE
  • 12. Programming Languages 5. Natural Languages Natural languages are of two types: • Ordinary Human Language: English, German, Spanish etc. • Programming Languages: that use human language to give people more natural connection with computers with 4GLs. Using AI (Artificial Intelligence), the attempt to make computers which will have human like qualities such as learning, reasoning, communicating, seeing and hearing etc. • Prolog, OPS5 and Mercury are the best known 5th generation languages.
  • 13. COMPARISON BETWEEN 3RD AND 4TH GENERATION LANGUAGES • THIRD GENERATION • FOURTH GENERATION 2. Used by professional 2. May be used by non- programmers programmers as well. 3. Require task performance 3. Require specifications of what specifications (how) task to perform (what) 4. All alternatives are specified 4. Default alternatives are built-in 5. Require large number of 5. Require far few instructions instructions 6. Code difficult to read, and 7. Code easy to read and understand maintain. 7. Originally developed for 8. Developed primarily for on-line. batch processing. 8. Can be difficult to learn 10. Easy to learn 9. Difficult to debug 11. Easier to debug 10. Typically file oriented. 12. Typically database oriented
  • 14. Assignment • What is meant by System Software and how does it differ from Application Software. • Identify any five functions that utility programs can perform • What is the difference between High level and low level languages.