SlideShare une entreprise Scribd logo
1  sur  35
Télécharger pour lire hors ligne
Software Basics
Introduction to Computer Science
            2007-2008
Aims
• Describing main sw categories and their
  relationship
• Explaining relationship between algorithms
  and programs
• Discussing factors that make apps useful
• Describing the role of operative systems
• Outlining the evolution of interfaces
                 4626. Introd to Computer Science
How the sw works?

                  thinks


                                            algorithm

           Problem:
natural language is ambiguous
         4626. Introd to Computer Science
How the sw works?
algorithm
                                               program
                … but
            computers
                  can’t
            understand
 thinks            that

             writes


            4626. Introd to Computer Science
How the sw works?
                                              program
                                              (source code)


                                                            executable
algorithm                writes
                                                           (binary code)

            thinks                             generates

                     4626. Introd to Computer Science
Example
Algorithm



1. Ask the user for a number
2. Multiply it by 2
3. Show the result on the screen




                4626. Introd to Computer Science
Example
                  Source code
#include <stdio.h>

void main()
{
    int num, double;

    printf( “Enter a number: “ );
    scanf( “%d”, &num );
    double = num * 2;
    printf(“Twice %d is %dn”, num, double );
}

                4626. Introd to Computer Science
Example
                           Binary code
010110011101110000001000001111010001
111011111000101111100010001001001111
001001101011100001111001001101011000
110111001001100111100010110011100010
001011011011011010111010010100011111
000011001000111000100011101111000101
010010100100110011111110011100111000
111110111110110100011100001110000100
101111010011110110010011100001101110

           4626. Introd to Computer Science
Development software




                 Software
Application
 software      classification                        System
                                                   software




                4626. Introd to Computer Science
Development software
  • Assisting programmers to write software
  • Typical tools
                                     Compiler

                                                   IDE
Text editor
                  Debugger

                4626. Introd to Computer Science
Application software
• Why do we use application sw?
 • visual metaphors of the real world
 • extend human capabilities



           4626. Introd to Computer Science   (pictures from tecnomarketer)
Application software
                Vertical market

• Examples: accounting, library cataloguing or
  restaurant management
• limited market (high cost)
• sometimes developed for just one
  customer


Specific software for a sector
               4626. Introd to Computer Science
Application software
                Suites
• Common applications
• Used in many fields
  (home, office, education,
  administration….)
• Sold separately or in a
  package (suite)

Apps that “work well together”
               4626. Introd to Computer Science
Application software
            Integrated packages
• Set of applications sold in a block
• Easy earning
• Limited functionality (but enough)
• Cheaper

 Share the same environment
               4626. Introd to Computer Science
System software

                                           •    Manages communications
                                                between hw & sw

                                           •    Abstraction from hw details
                                                (virtual machine)

(source: FFP Basic http://iaf-bs.de)




                            4626. Introd to Computer Science
Device drivers
• Communicates computer and I/O devices
• Extends computer (open architecture)
• Brokers to access the device
• You can get them
 • included in the OS
 • provided with the device (install CD)
 • owned by a third company (buy it)
             4626. Introd to Computer Science
Operative systems
• brokers between users/programs & Hw
 • isolations layer
 • programs compatibility
• main tasks
 • ease the use of the computer
 • use the software efficiently
             4626. Introd to Computer Science
OS functions
• communications with peripherals (I/O)
• process management (multitasking)
• memory management (protection & virtual mem)
• resource monitoring for accounting and safety
• file system management
• network communication coordination
                4626. Introd to Computer Science
Utility programs

• System maintenance tools
• Executed apart from OS
• We can find them…
 • incorporated into the OS (disk defrag)
 • provided by others (antivirus)

              4626. Introd to Computer Science
Additional considerations
               Documentation

 • instructions about how to install them
 • tutorials
 • reference manuals
 • help files
 • on line help systems
 • support services, FAQ
               4626. Introd to Computer Science
Additional considerations
             Upgrading




        4626. Introd to Computer Science
Additional considerations
                     Upgrading

 • periodically, companies sell new versions
 • reasons: improvements, bugs, adaptation to
   other SW (OS)
 • versions identified by numbers
   (decimals for minor changes)
 • right to free updates during a period
                4626. Introd to Computer Science
Additional considerations
                     Compatibility


 •   constraints about                   •    operative systems
     computer and resources                   (Windows, MacOS,
                                              Linux)
 •   examples: CPU,
     memory, free HD space               •    sometimes, version:
                                              Windows 95, 98, NT,
                                              Me, 2000, XP,Vista..


        Hardware                                       Software

                    4626. Introd to Computer Science
Additional considerations
                     Licensing

 • you don’t buy sw, you buy a license
 • individual and corporative licenses
 • main limitation: number of computers and
   right to copy (backup)
 • EULA (End User License Agreement)
  • license terms
  • disclaimer terms (limited liability)
               4626. Introd to Computer Science
Additional considerations
                    Distribution


•   proprieraty                                      •   freeware

•   shareware                                        •   open source /
                                                         free software
•   demo
                                                     •   semi free
•   adware
                                                     •   public domain




                  4626. Introd to Computer Science
User interface
•   character console:                                            •   metaphors. desktop,
    command line (MSDOS)                                              folders, documents…

•   graphical user interface                                      •   active elements:
    (GUI)
                                                                      •   icons
    •   visual concepts
                                                                      •   buttons
    •   controls individual
        points on the screen                                          •   windows

    •   Apple MacOS (1984)                                            •   scrolling bars


                               4626. Introd to Computer Science
MS-DOS
4626. Introd to Computer Science
Windows 3.11
  4626. Introd to Computer Science
Windows 95
  4626. Introd to Computer Science
Windows XP
  4626. Introd to Computer Science
Windows Vista
   4626. Introd to Computer Science
Linux
4626. Introd to Computer Science
Mac OS X (Leopard)
     4626. Introd to Computer Science
File system management

•   specific folders for user’s
    documents

•   search tools by name or
    content
    (Google Desktop)

•   Specific tools for special
    files (iTunes)




                     4626. Introd to Computer Science
Multi-user OS
UNIX
• preferred OS for mainframes &
  workstations
• versions: Solaris (Sun), HP-UX (HP),
  Aix (IBM) IRIX (Silicon Graphics)
Linux
• Unix versions for PCs
• Distributions: Ubuntu, Suse, RedHat…
            4626. Introd to Computer Science

Contenu connexe

En vedette

Introduction to Computer Softwares
Introduction to Computer SoftwaresIntroduction to Computer Softwares
Introduction to Computer SoftwaresNaresh Dubey
 
Programming languages of computer
Programming languages of computerProgramming languages of computer
Programming languages of computerKeval Goyani
 
Datawarehouse & bi introduction
Datawarehouse & bi introductionDatawarehouse & bi introduction
Datawarehouse & bi introductionShivmohan Purohit
 
Lec 01 basic concepts
Lec 01 basic conceptsLec 01 basic concepts
Lec 01 basic conceptsAbdul Khan
 
Computer Applications- Computer Software
Computer Applications- Computer SoftwareComputer Applications- Computer Software
Computer Applications- Computer SoftwareFaindra Jabbar
 
Big data ecosystem
Big data ecosystemBig data ecosystem
Big data ecosystemmagda3695
 
NoSQL Databases - Lecture 12 - Introduction to Databases (1007156ANR)
NoSQL Databases - Lecture 12 - Introduction to Databases (1007156ANR)NoSQL Databases - Lecture 12 - Introduction to Databases (1007156ANR)
NoSQL Databases - Lecture 12 - Introduction to Databases (1007156ANR)Beat Signer
 
Introducing the Big Data Ecosystem with Caserta Concepts & Talend
Introducing the Big Data Ecosystem with Caserta Concepts & TalendIntroducing the Big Data Ecosystem with Caserta Concepts & Talend
Introducing the Big Data Ecosystem with Caserta Concepts & TalendCaserta
 
Engineering kpi examples
Engineering kpi examplesEngineering kpi examples
Engineering kpi examplesgallaravumartin
 
Bi Dw Presentation
Bi Dw PresentationBi Dw Presentation
Bi Dw Presentationvickyc
 
The opportunity in computer science
The opportunity in computer scienceThe opportunity in computer science
The opportunity in computer scienceHadi Partovi
 
Presentation on computer language
Presentation on computer languagePresentation on computer language
Presentation on computer languageSwarnima Tiwari
 

En vedette (17)

Introduction to Computer Softwares
Introduction to Computer SoftwaresIntroduction to Computer Softwares
Introduction to Computer Softwares
 
Computer languages
Computer languagesComputer languages
Computer languages
 
Oop Introduction
Oop IntroductionOop Introduction
Oop Introduction
 
Programming languages of computer
Programming languages of computerProgramming languages of computer
Programming languages of computer
 
Chapter 4 computer language
Chapter 4 computer languageChapter 4 computer language
Chapter 4 computer language
 
Hardware and Software Basics With Dr. Poirot
Hardware and Software Basics With Dr. PoirotHardware and Software Basics With Dr. Poirot
Hardware and Software Basics With Dr. Poirot
 
Datawarehouse & bi introduction
Datawarehouse & bi introductionDatawarehouse & bi introduction
Datawarehouse & bi introduction
 
Lec 01 basic concepts
Lec 01 basic conceptsLec 01 basic concepts
Lec 01 basic concepts
 
Computer Applications- Computer Software
Computer Applications- Computer SoftwareComputer Applications- Computer Software
Computer Applications- Computer Software
 
Big data ecosystem
Big data ecosystemBig data ecosystem
Big data ecosystem
 
NoSQL Databases - Lecture 12 - Introduction to Databases (1007156ANR)
NoSQL Databases - Lecture 12 - Introduction to Databases (1007156ANR)NoSQL Databases - Lecture 12 - Introduction to Databases (1007156ANR)
NoSQL Databases - Lecture 12 - Introduction to Databases (1007156ANR)
 
Introducing the Big Data Ecosystem with Caserta Concepts & Talend
Introducing the Big Data Ecosystem with Caserta Concepts & TalendIntroducing the Big Data Ecosystem with Caserta Concepts & Talend
Introducing the Big Data Ecosystem with Caserta Concepts & Talend
 
Engineering kpi examples
Engineering kpi examplesEngineering kpi examples
Engineering kpi examples
 
Bi Dw Presentation
Bi Dw PresentationBi Dw Presentation
Bi Dw Presentation
 
The opportunity in computer science
The opportunity in computer scienceThe opportunity in computer science
The opportunity in computer science
 
10 Myths for Computer Science
10 Myths for Computer Science10 Myths for Computer Science
10 Myths for Computer Science
 
Presentation on computer language
Presentation on computer languagePresentation on computer language
Presentation on computer language
 

Similaire à Software Basics

Computer Security and Risks
Computer Security and RisksComputer Security and Risks
Computer Security and RisksMiguel Rebollo
 
Hardware basics: peripherals
Hardware basics: peripheralsHardware basics: peripherals
Hardware basics: peripheralsMiguel Rebollo
 
E-Commerce and E-Business
E-Commerce and E-BusinessE-Commerce and E-Business
E-Commerce and E-BusinessMiguel Rebollo
 
Trends towards the merge of HPC + Big Data systems
Trends towards the merge of HPC + Big Data systemsTrends towards the merge of HPC + Big Data systems
Trends towards the merge of HPC + Big Data systemsIgor José F. Freitas
 
unit09-1212598883113378-9.pdf
unit09-1212598883113378-9.pdfunit09-1212598883113378-9.pdf
unit09-1212598883113378-9.pdfSagarBurnah
 
unit09-1212598883113378-9.pdf
unit09-1212598883113378-9.pdfunit09-1212598883113378-9.pdf
unit09-1212598883113378-9.pdfSagarBurnah
 
Eclipse NeoSCADA 0.3
Eclipse NeoSCADA 0.3Eclipse NeoSCADA 0.3
Eclipse NeoSCADA 0.3Jürgen Rose
 
Open Hardware GNU/Linux PPC64 Laptop Potential
 Open Hardware GNU/Linux PPC64 Laptop Potential  Open Hardware GNU/Linux PPC64 Laptop Potential
Open Hardware GNU/Linux PPC64 Laptop Potential Roberto Innocenti
 
ZMPCZM019000.12.07 NeuroGraph User's manual
ZMPCZM019000.12.07 NeuroGraph User's manualZMPCZM019000.12.07 NeuroGraph User's manual
ZMPCZM019000.12.07 NeuroGraph User's manualPainezee Specialist
 
digitaldesign-s20-lecture3b-fpga-afterlecture.pdf
digitaldesign-s20-lecture3b-fpga-afterlecture.pdfdigitaldesign-s20-lecture3b-fpga-afterlecture.pdf
digitaldesign-s20-lecture3b-fpga-afterlecture.pdfDuy-Hieu Bui
 
TDC2018FLN | Trilha Machine Learning - Intel movidius: Neural Compute Stick
TDC2018FLN | Trilha Machine Learning - Intel movidius: Neural Compute Stick TDC2018FLN | Trilha Machine Learning - Intel movidius: Neural Compute Stick
TDC2018FLN | Trilha Machine Learning - Intel movidius: Neural Compute Stick tdc-globalcode
 
PICDriverResearch
PICDriverResearchPICDriverResearch
PICDriverResearchJohn Dunbar
 
Challenges In Managing Embedded Product Development
Challenges In Managing Embedded Product DevelopmentChallenges In Managing Embedded Product Development
Challenges In Managing Embedded Product DevelopmentAtul Nene
 
Operating Systems - Introduction
Operating Systems - IntroductionOperating Systems - Introduction
Operating Systems - IntroductionEmery Berger
 
Mindstorms Arduino En Phidgets
Mindstorms Arduino En PhidgetsMindstorms Arduino En Phidgets
Mindstorms Arduino En Phidgetssiertwijnia
 
Mindstorms Arduino En Phidgets
Mindstorms Arduino En PhidgetsMindstorms Arduino En Phidgets
Mindstorms Arduino En Phidgetsprotospace
 

Similaire à Software Basics (20)

Computer Security and Risks
Computer Security and RisksComputer Security and Risks
Computer Security and Risks
 
Hardware basics: peripherals
Hardware basics: peripheralsHardware basics: peripherals
Hardware basics: peripherals
 
E-Commerce and E-Business
E-Commerce and E-BusinessE-Commerce and E-Business
E-Commerce and E-Business
 
Computer Currents
Computer CurrentsComputer Currents
Computer Currents
 
Trends towards the merge of HPC + Big Data systems
Trends towards the merge of HPC + Big Data systemsTrends towards the merge of HPC + Big Data systems
Trends towards the merge of HPC + Big Data systems
 
unit09-1212598883113378-9.pdf
unit09-1212598883113378-9.pdfunit09-1212598883113378-9.pdf
unit09-1212598883113378-9.pdf
 
unit09-1212598883113378-9.pdf
unit09-1212598883113378-9.pdfunit09-1212598883113378-9.pdf
unit09-1212598883113378-9.pdf
 
Eclipse NeoSCADA 0.3
Eclipse NeoSCADA 0.3Eclipse NeoSCADA 0.3
Eclipse NeoSCADA 0.3
 
Open Hardware GNU/Linux PPC64 Laptop Potential
 Open Hardware GNU/Linux PPC64 Laptop Potential  Open Hardware GNU/Linux PPC64 Laptop Potential
Open Hardware GNU/Linux PPC64 Laptop Potential
 
ZMPCZM019000.12.07 NeuroGraph User's manual
ZMPCZM019000.12.07 NeuroGraph User's manualZMPCZM019000.12.07 NeuroGraph User's manual
ZMPCZM019000.12.07 NeuroGraph User's manual
 
Windows XP
Windows XPWindows XP
Windows XP
 
digitaldesign-s20-lecture3b-fpga-afterlecture.pdf
digitaldesign-s20-lecture3b-fpga-afterlecture.pdfdigitaldesign-s20-lecture3b-fpga-afterlecture.pdf
digitaldesign-s20-lecture3b-fpga-afterlecture.pdf
 
TDC2018FLN | Trilha Machine Learning - Intel movidius: Neural Compute Stick
TDC2018FLN | Trilha Machine Learning - Intel movidius: Neural Compute Stick TDC2018FLN | Trilha Machine Learning - Intel movidius: Neural Compute Stick
TDC2018FLN | Trilha Machine Learning - Intel movidius: Neural Compute Stick
 
PICDriverResearch
PICDriverResearchPICDriverResearch
PICDriverResearch
 
Cuda
CudaCuda
Cuda
 
Review of QNX
Review of QNXReview of QNX
Review of QNX
 
Challenges In Managing Embedded Product Development
Challenges In Managing Embedded Product DevelopmentChallenges In Managing Embedded Product Development
Challenges In Managing Embedded Product Development
 
Operating Systems - Introduction
Operating Systems - IntroductionOperating Systems - Introduction
Operating Systems - Introduction
 
Mindstorms Arduino En Phidgets
Mindstorms Arduino En PhidgetsMindstorms Arduino En Phidgets
Mindstorms Arduino En Phidgets
 
Mindstorms Arduino En Phidgets
Mindstorms Arduino En PhidgetsMindstorms Arduino En Phidgets
Mindstorms Arduino En Phidgets
 

Plus de Miguel Rebollo

GTG-CoL: A Decentralized Federated Learning Based on Consensus for Dynamic N...
 GTG-CoL: A Decentralized Federated Learning Based on Consensus for Dynamic N... GTG-CoL: A Decentralized Federated Learning Based on Consensus for Dynamic N...
GTG-CoL: A Decentralized Federated Learning Based on Consensus for Dynamic N...Miguel Rebollo
 
Co-Learning: Consensus-based Learning for Multi-Agent Systems
 Co-Learning: Consensus-based Learning for Multi-Agent Systems Co-Learning: Consensus-based Learning for Multi-Agent Systems
Co-Learning: Consensus-based Learning for Multi-Agent SystemsMiguel Rebollo
 
Análisis de la red de autores de ciencia ficción de Clarkesworld
Análisis de la red de autores de ciencia ficción de ClarkesworldAnálisis de la red de autores de ciencia ficción de Clarkesworld
Análisis de la red de autores de ciencia ficción de ClarkesworldMiguel Rebollo
 
Y sin embargo... se mueve. Dinámica de las redes complejas
Y sin embargo... se mueve. Dinámica de las redes complejasY sin embargo... se mueve. Dinámica de las redes complejas
Y sin embargo... se mueve. Dinámica de las redes complejasMiguel Rebollo
 
Exámenes en grupo y pruebas de corrección como alternativas a la evaluación
Exámenes en grupo y pruebas de corrección como alternativas a la evaluaciónExámenes en grupo y pruebas de corrección como alternativas a la evaluación
Exámenes en grupo y pruebas de corrección como alternativas a la evaluaciónMiguel Rebollo
 
Gamification. Key Concepts
Gamification. Key ConceptsGamification. Key Concepts
Gamification. Key ConceptsMiguel Rebollo
 
Using Distributed Risk Maps by Consensus as a Complement to Contact Tracing Apps
Using Distributed Risk Maps by Consensus as a Complement to Contact Tracing AppsUsing Distributed Risk Maps by Consensus as a Complement to Contact Tracing Apps
Using Distributed Risk Maps by Consensus as a Complement to Contact Tracing AppsMiguel Rebollo
 
Distributed Ledger and Robust Consensus for Agreements
Distributed Ledger and Robust Consensus for AgreementsDistributed Ledger and Robust Consensus for Agreements
Distributed Ledger and Robust Consensus for AgreementsMiguel Rebollo
 
Detección de nodos tramposos en procesos de consenso en redes
Detección de nodos tramposos en procesos de consenso en redesDetección de nodos tramposos en procesos de consenso en redes
Detección de nodos tramposos en procesos de consenso en redesMiguel Rebollo
 
La hora del código: ApS para fomentar el pensamiento computacional
La hora del código: ApS para fomentar el pensamiento computacionalLa hora del código: ApS para fomentar el pensamiento computacional
La hora del código: ApS para fomentar el pensamiento computacionalMiguel Rebollo
 
Procesos de enseñanza-aprendizaje en red
Procesos de enseñanza-aprendizaje en redProcesos de enseñanza-aprendizaje en red
Procesos de enseñanza-aprendizaje en redMiguel Rebollo
 
desarrollo de competencias a través de narrativas transmedia
desarrollo de competencias a través de narrativas transmediadesarrollo de competencias a través de narrativas transmedia
desarrollo de competencias a través de narrativas transmediaMiguel Rebollo
 
Distributed Group Analytical Hierarchical Process by Consensus
 Distributed Group Analytical Hierarchical Process by Consensus Distributed Group Analytical Hierarchical Process by Consensus
Distributed Group Analytical Hierarchical Process by ConsensusMiguel Rebollo
 
Análisis de ciudades a través de su actividad en redes sociales
Análisis de ciudades a través de su actividad en redes socialesAnálisis de ciudades a través de su actividad en redes sociales
Análisis de ciudades a través de su actividad en redes socialesMiguel Rebollo
 
Análisis de datos en redes sociales
Análisis de datos en redes socialesAnálisis de datos en redes sociales
Análisis de datos en redes socialesMiguel Rebollo
 
The multigent Layer for CALMeD SURF
The multigent Layer for CALMeD SURFThe multigent Layer for CALMeD SURF
The multigent Layer for CALMeD SURFMiguel Rebollo
 
Narrativa transmedia en el aula
Narrativa transmedia en el aulaNarrativa transmedia en el aula
Narrativa transmedia en el aulaMiguel Rebollo
 
Using geo-tagged sentiment to better understand social interactions
 Using geo-tagged sentiment to better understand social interactions Using geo-tagged sentiment to better understand social interactions
Using geo-tagged sentiment to better understand social interactionsMiguel Rebollo
 
Transport Network Analysis for Smart Open Fleets
Transport Network Analysis for Smart Open FleetsTransport Network Analysis for Smart Open Fleets
Transport Network Analysis for Smart Open FleetsMiguel Rebollo
 
Análisis de sentimientos en Twitter mediante HMM
Análisis de sentimientos en Twitter mediante HMMAnálisis de sentimientos en Twitter mediante HMM
Análisis de sentimientos en Twitter mediante HMMMiguel Rebollo
 

Plus de Miguel Rebollo (20)

GTG-CoL: A Decentralized Federated Learning Based on Consensus for Dynamic N...
 GTG-CoL: A Decentralized Federated Learning Based on Consensus for Dynamic N... GTG-CoL: A Decentralized Federated Learning Based on Consensus for Dynamic N...
GTG-CoL: A Decentralized Federated Learning Based on Consensus for Dynamic N...
 
Co-Learning: Consensus-based Learning for Multi-Agent Systems
 Co-Learning: Consensus-based Learning for Multi-Agent Systems Co-Learning: Consensus-based Learning for Multi-Agent Systems
Co-Learning: Consensus-based Learning for Multi-Agent Systems
 
Análisis de la red de autores de ciencia ficción de Clarkesworld
Análisis de la red de autores de ciencia ficción de ClarkesworldAnálisis de la red de autores de ciencia ficción de Clarkesworld
Análisis de la red de autores de ciencia ficción de Clarkesworld
 
Y sin embargo... se mueve. Dinámica de las redes complejas
Y sin embargo... se mueve. Dinámica de las redes complejasY sin embargo... se mueve. Dinámica de las redes complejas
Y sin embargo... se mueve. Dinámica de las redes complejas
 
Exámenes en grupo y pruebas de corrección como alternativas a la evaluación
Exámenes en grupo y pruebas de corrección como alternativas a la evaluaciónExámenes en grupo y pruebas de corrección como alternativas a la evaluación
Exámenes en grupo y pruebas de corrección como alternativas a la evaluación
 
Gamification. Key Concepts
Gamification. Key ConceptsGamification. Key Concepts
Gamification. Key Concepts
 
Using Distributed Risk Maps by Consensus as a Complement to Contact Tracing Apps
Using Distributed Risk Maps by Consensus as a Complement to Contact Tracing AppsUsing Distributed Risk Maps by Consensus as a Complement to Contact Tracing Apps
Using Distributed Risk Maps by Consensus as a Complement to Contact Tracing Apps
 
Distributed Ledger and Robust Consensus for Agreements
Distributed Ledger and Robust Consensus for AgreementsDistributed Ledger and Robust Consensus for Agreements
Distributed Ledger and Robust Consensus for Agreements
 
Detección de nodos tramposos en procesos de consenso en redes
Detección de nodos tramposos en procesos de consenso en redesDetección de nodos tramposos en procesos de consenso en redes
Detección de nodos tramposos en procesos de consenso en redes
 
La hora del código: ApS para fomentar el pensamiento computacional
La hora del código: ApS para fomentar el pensamiento computacionalLa hora del código: ApS para fomentar el pensamiento computacional
La hora del código: ApS para fomentar el pensamiento computacional
 
Procesos de enseñanza-aprendizaje en red
Procesos de enseñanza-aprendizaje en redProcesos de enseñanza-aprendizaje en red
Procesos de enseñanza-aprendizaje en red
 
desarrollo de competencias a través de narrativas transmedia
desarrollo de competencias a través de narrativas transmediadesarrollo de competencias a través de narrativas transmedia
desarrollo de competencias a través de narrativas transmedia
 
Distributed Group Analytical Hierarchical Process by Consensus
 Distributed Group Analytical Hierarchical Process by Consensus Distributed Group Analytical Hierarchical Process by Consensus
Distributed Group Analytical Hierarchical Process by Consensus
 
Análisis de ciudades a través de su actividad en redes sociales
Análisis de ciudades a través de su actividad en redes socialesAnálisis de ciudades a través de su actividad en redes sociales
Análisis de ciudades a través de su actividad en redes sociales
 
Análisis de datos en redes sociales
Análisis de datos en redes socialesAnálisis de datos en redes sociales
Análisis de datos en redes sociales
 
The multigent Layer for CALMeD SURF
The multigent Layer for CALMeD SURFThe multigent Layer for CALMeD SURF
The multigent Layer for CALMeD SURF
 
Narrativa transmedia en el aula
Narrativa transmedia en el aulaNarrativa transmedia en el aula
Narrativa transmedia en el aula
 
Using geo-tagged sentiment to better understand social interactions
 Using geo-tagged sentiment to better understand social interactions Using geo-tagged sentiment to better understand social interactions
Using geo-tagged sentiment to better understand social interactions
 
Transport Network Analysis for Smart Open Fleets
Transport Network Analysis for Smart Open FleetsTransport Network Analysis for Smart Open Fleets
Transport Network Analysis for Smart Open Fleets
 
Análisis de sentimientos en Twitter mediante HMM
Análisis de sentimientos en Twitter mediante HMMAnálisis de sentimientos en Twitter mediante HMM
Análisis de sentimientos en Twitter mediante HMM
 

Dernier

Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 

Dernier (20)

Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 

Software Basics

  • 1. Software Basics Introduction to Computer Science 2007-2008
  • 2. Aims • Describing main sw categories and their relationship • Explaining relationship between algorithms and programs • Discussing factors that make apps useful • Describing the role of operative systems • Outlining the evolution of interfaces 4626. Introd to Computer Science
  • 3. How the sw works? thinks algorithm Problem: natural language is ambiguous 4626. Introd to Computer Science
  • 4. How the sw works? algorithm program … but computers can’t understand thinks that writes 4626. Introd to Computer Science
  • 5. How the sw works? program (source code) executable algorithm writes (binary code) thinks generates 4626. Introd to Computer Science
  • 6. Example Algorithm 1. Ask the user for a number 2. Multiply it by 2 3. Show the result on the screen 4626. Introd to Computer Science
  • 7. Example Source code #include <stdio.h> void main() { int num, double; printf( “Enter a number: “ ); scanf( “%d”, &num ); double = num * 2; printf(“Twice %d is %dn”, num, double ); } 4626. Introd to Computer Science
  • 8. Example Binary code 010110011101110000001000001111010001 111011111000101111100010001001001111 001001101011100001111001001101011000 110111001001100111100010110011100010 001011011011011010111010010100011111 000011001000111000100011101111000101 010010100100110011111110011100111000 111110111110110100011100001110000100 101111010011110110010011100001101110 4626. Introd to Computer Science
  • 9. Development software Software Application software classification System software 4626. Introd to Computer Science
  • 10. Development software • Assisting programmers to write software • Typical tools Compiler IDE Text editor Debugger 4626. Introd to Computer Science
  • 11. Application software • Why do we use application sw? • visual metaphors of the real world • extend human capabilities 4626. Introd to Computer Science (pictures from tecnomarketer)
  • 12. Application software Vertical market • Examples: accounting, library cataloguing or restaurant management • limited market (high cost) • sometimes developed for just one customer Specific software for a sector 4626. Introd to Computer Science
  • 13. Application software Suites • Common applications • Used in many fields (home, office, education, administration….) • Sold separately or in a package (suite) Apps that “work well together” 4626. Introd to Computer Science
  • 14. Application software Integrated packages • Set of applications sold in a block • Easy earning • Limited functionality (but enough) • Cheaper Share the same environment 4626. Introd to Computer Science
  • 15. System software • Manages communications between hw & sw • Abstraction from hw details (virtual machine) (source: FFP Basic http://iaf-bs.de) 4626. Introd to Computer Science
  • 16. Device drivers • Communicates computer and I/O devices • Extends computer (open architecture) • Brokers to access the device • You can get them • included in the OS • provided with the device (install CD) • owned by a third company (buy it) 4626. Introd to Computer Science
  • 17. Operative systems • brokers between users/programs & Hw • isolations layer • programs compatibility • main tasks • ease the use of the computer • use the software efficiently 4626. Introd to Computer Science
  • 18. OS functions • communications with peripherals (I/O) • process management (multitasking) • memory management (protection & virtual mem) • resource monitoring for accounting and safety • file system management • network communication coordination 4626. Introd to Computer Science
  • 19. Utility programs • System maintenance tools • Executed apart from OS • We can find them… • incorporated into the OS (disk defrag) • provided by others (antivirus) 4626. Introd to Computer Science
  • 20. Additional considerations Documentation • instructions about how to install them • tutorials • reference manuals • help files • on line help systems • support services, FAQ 4626. Introd to Computer Science
  • 21. Additional considerations Upgrading 4626. Introd to Computer Science
  • 22. Additional considerations Upgrading • periodically, companies sell new versions • reasons: improvements, bugs, adaptation to other SW (OS) • versions identified by numbers (decimals for minor changes) • right to free updates during a period 4626. Introd to Computer Science
  • 23. Additional considerations Compatibility • constraints about • operative systems computer and resources (Windows, MacOS, Linux) • examples: CPU, memory, free HD space • sometimes, version: Windows 95, 98, NT, Me, 2000, XP,Vista.. Hardware Software 4626. Introd to Computer Science
  • 24. Additional considerations Licensing • you don’t buy sw, you buy a license • individual and corporative licenses • main limitation: number of computers and right to copy (backup) • EULA (End User License Agreement) • license terms • disclaimer terms (limited liability) 4626. Introd to Computer Science
  • 25. Additional considerations Distribution • proprieraty • freeware • shareware • open source / free software • demo • semi free • adware • public domain 4626. Introd to Computer Science
  • 26. User interface • character console: • metaphors. desktop, command line (MSDOS) folders, documents… • graphical user interface • active elements: (GUI) • icons • visual concepts • buttons • controls individual points on the screen • windows • Apple MacOS (1984) • scrolling bars 4626. Introd to Computer Science
  • 27. MS-DOS 4626. Introd to Computer Science
  • 28. Windows 3.11 4626. Introd to Computer Science
  • 29. Windows 95 4626. Introd to Computer Science
  • 30. Windows XP 4626. Introd to Computer Science
  • 31. Windows Vista 4626. Introd to Computer Science
  • 32. Linux 4626. Introd to Computer Science
  • 33. Mac OS X (Leopard) 4626. Introd to Computer Science
  • 34. File system management • specific folders for user’s documents • search tools by name or content (Google Desktop) • Specific tools for special files (iTunes) 4626. Introd to Computer Science
  • 35. Multi-user OS UNIX • preferred OS for mainframes & workstations • versions: Solaris (Sun), HP-UX (HP), Aix (IBM) IRIX (Silicon Graphics) Linux • Unix versions for PCs • Distributions: Ubuntu, Suse, RedHat… 4626. Introd to Computer Science