SOFTWARE TECHNOLOGIES

Slides:



Advertisements
Similar presentations
Basic Computer Vocabulary
Advertisements

Chapter 6 Review System Software: Operating Systems and Utilities.
Host Hardening (March 30, 2015) © Abdou Illia – Spring 2015 Series of actions to be taken in order to make it hard for an attacker to successfully attack.
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 Objectives Compare the types of computers.
IT Infrastructure: Software September 18, LEARNING GOALS Identify the different types of systems software. Explain the main functions of operating.
Operating Systems: Software in the Background
Xuan Guo Chapter 1 What is UNIX? Graham Glass and King Ables, UNIX for Programmers and Users, Third Edition, Pearson Prentice Hall, 2003 Original Notes.
1 SOFTWARE TECHNOLOGIES BUS Abdou Illia, Spring 2007 (Week 2, Thursday 1/18/2007)
Computer Parts There are many parts that work together to make a computer work.
I Information Systems Technology Ross Malaga 3 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 3-1 SOFTWARE.
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
Computer System System Software. Learning Objective Students should understand the different types of systems software and their functions. Students should.
Week 6 Operating Systems.
Instructor: Li Ma Department of Computer Science Texas Southern University, Houston August, 2011.
Local Area Networks: Software © Abdou Illia, Spring 2007 School of Business Eastern Illinois University (Week 8, Thursday 3/1/2007)
Introduction to Computers Personal Computing 10. What is a computer? Electronic device Performs instructions in a program Performs four functions –Accepts.
Operating System. Architecture of Computer System Hardware Operating System (OS) Programming Language (e.g. PASCAL) Application Programs (e.g. WORD, EXCEL)
Introduction to Computers
Software Software essential is coded programs that perform a serious of algorithms. Instructions loaded into primary memory (RAM) from secondary storage.
Chapter 2 – Software Part A. Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two.
Introduction to Interactive Media Interactive Media Tools: Software.
Software Writer:-Rashedul Hasan Editor:- Jasim Uddin.
Software Software consists of the instructions issued to the computer to perform specific tasks. –The software on a computer system refers to the programs.
Operating Systems TexPREP Summer Camp Computer Science.
1 Windows 2000 Product family (Week 3, Monday 1/23/2006) © Abdou Illia, Spring 2006.
Component 4: Introduction to Information and Computer Science
INVITATION TO COMPUTER SCIENCE, JAVA VERSION, THIRD EDITION Chapter 6: An Introduction to System Software and Virtual Machines.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Computer Systems Mrs. Butera. Computer Systems Hardware Software.
Parts of the Computer System
1 Software. 2 What is software ► Software is the term that we use for all the programs and data on a computer system. ► Two types of software ► Program.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
5 th October 2004Hardware – KS41 Hardware Objectives: Computer systems  What do they do?  Identify the hardware that makes up a computer system (PC)
THE WINDOWS OPERATING SYSTEM Computer Basics 1.2.
Computer Parts There are many parts that work together to make a computer work.
Identify internal hardware devices (e. g
Nat 4/5 Computing Science Software
APPENDIX A Hardware and Software Basics
Computer systems is a 10-credit unit
Lesson 4 0x Operating Systems.
Nature & Types of Software
Operating System Review
2. OPERATING SYSTEM 2.1 Operating System Function
Essential Computer Concepts
Operating System.
Computer Software.
Linux Operating System Architecture
Introduction to Operating System (OS)
BUSINESS PLUG-IN B3 HARDWARE AND SOFTWARE BASICS
TexPREP Summer Camp Computer Science
Operating Systems What are they and why do we need them?
Computer Systems NOTES:.
Chapter 4 The Power behind the Power
Computer Basics.
Operating System Review
Systems Software Keywords Operating Systems
Unit# 3: Operating System
OPERATING SYSTEMS.
Chapter 2: System Structures
IT Infrastructure: Software
Computer software 2.
Chapter 4 The Power behind the Power
Introduction to Computer Software
SOFTWARE TECHNOLOGIES
Data Communications and Computer Networks
Software - Operating Systems
Materials prepared by Dhimas Ruswanto, BMm
Introduction to Operating Systems
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
An Introduction to Operating Systems
Presentation transcript:

SOFTWARE TECHNOLOGIES (August 31, 2016) BUS3500 - Abdou Illia, Fall 2016

LEARNING GOALS Identify the different types of systems software. Explain the main functions of operating systems. Know the various types of application software.

Example of Computer configuration Intel® Pentium® 4 Processor 540 (3.20GHz) 2GB SDRAM PC3200 (800MHz), Dual Channel 750GB Serial ATA 7200rpm Hard Disk Drive 16x Multi-Format DVD Writer (DVD±R/±RW) Gateway 7-Bay Tower Case Integrated Ultra ATA Controller (1) PCI-E x16 Expansion Slot, (1) PCI-E x1, (3) PCI in which 2 are available for use (7) USB 2.0 (6 in back and 1 in front in the media card reader), (2) IEEE 1394 Firewire Ports, Parallel, Serial and (2) PS/2 20" Black LCD Flat Panel Display (19" viewable) Gateway Premium 104+ Keyboard Two-Button PS/2 Wheel Mouse (no mouse pad included) Napster 2.0 and 150 Song Sampler Intel® High Definition Audio GMAX 2100 2.1 Speakers with Subwoofer 56K PCI data/fax modem 10/100/1000 (Gigabit) Ethernet Microsoft Office 2007 on CD Processing I/O Output Input

Relationship of software to hardware

Main Types of Software Systems software Application Software Systems software Programs that surround and control access to the hardware Manage computer hardware and application software Three types of systems software: Operating systems (e.g. Windows, Linux) Language translators (C++ compiler, VB compiler) Utility programs (Norton Utilities, etc.)

Main Types of Software Application software Programs that allow users to accomplish specific tasks. Must work through the system software in order to operate. Often comes as software package or office productivity tools (e.g. Microsoft Office, Corel WordPerfect, etc.) Examples Word processing Web browser Tax preparation Data management Desktop publishing E-mail Groupware Presentation graphics Programming editors Spreadsheet

Operating System (OS) Software platform on which other programs run Provide a connection or interface between application programs and the computer hardware Major tasks Starting the computer Managing files Managing Programs and Memory (RAM) Ensuring security Providing a user interface Control input and output devices Application program Operating system Hardware

Examples of support services: How OS work? OS: routines that sits between application programs and hardware to provide: Interface function Key support services Examples of support services: -Communications w/peripheral devices -Launching a program -Copying a file -Creating a directory -Opening a file User Application program Operating system Hardware User communicates w/App. Prg. App. Prg communicates w/OS OS communicates w/Hardware All App. Prg access Hardware through OS according to rules imposed by OS Interfaces

OS: Primary components User interface (shell) File management Device management Processor (or process) management Memory management Communication services Shell Provides mechanism for user and App. Prg to communicates w/OS and request OS support File management Allows the user to create, delete, modify, and manipulate files. Device management Controls communications w/peripheral devices Processor management Manages processor’s time Memory management Manages system’s memory Communication services Manages comm. Between OS layers and intercomputer communications.

Steps for opening a file Line command interface Graphical User interface Voice- activated interface Other OS layers Operating System User interface layer OS at work Shell [Open] File management Device management Hardware Operating system Open Application program Steps for opening a file User select File/Open from menu App. Prg. calls the [Open] routine in the OS’s Shell The [Open] routine passes the Open request to File management programs File management programs determine where the requested file is located If file on local computer, request is passed to Device management Device management communicates with Hardware; i.e. the secondary storage device where the file is.

OS: Managing Files OS keeps track of where all files are located Manage disk space usage Free space Used space Creates and manages directory structure

OS: Program and Memory Management OS is responsible for Sending programs to the CPU Allocating primary storage (RAM) to programs Controlling devices that programs requires Multiprogramming and Multitasking More than one program in memory at once OS keeps track of memory for each program One program runs until it needs data from the user, then the OS switches to the other program Virtual memory “Extending” the computer RAM by using secondary storage Used when RAM insufficient to hold programs to be used

OS: Multiprogramming Ability of the OS to allow running multiple program “at the same time”

OS: Virtual Memory A technique that “extends” primary memory (RAM) by using secondary storage devices Needed when there is not enough RAM to hold multiple programs in memory There need to be enough free disk space for virtual memory to work.

OS: Security All modern OS provide system security Access control Who has access to the computer? File permissions Read and/or Modify permissions on files Logging, i.e. auditing the computer Records Who has accessed the computer Records What actions they performed

Major Operating Systems Win Server 2003 2003 Win Vista 2006 Win Server 2008 2008 Windows 7 2009 Windows 8 2012 Windows 10 2014 (unveiled), 2015 (released) Linux (Release of 1st kermel) 1991 Linux (release of v. 2.0 kermel) 1996 Linux (Release of v. 3.0 kermel) 2011 Linux (Release of v. 4.0 kermel) 2011

Utility Software Accomplish common tasks and maintenance jobs Disk Defragmentation, Disk Optimization Virus protection Edit the Windows registry Remove Web cookies from HD Encrypt data File and data recovery Spyware Program Uninstaller

Programming Language Generations & Language translators Language Translators: convert programs written in programming language into machine language Example of programming languages: C++, Java, COBOL, VB Programming languages Machine Language English

Summary Questions What are the two main types of software? Notes What are the two main types of software? 5 2) What are the three types of systems software? 3) What are the main functions of an operating system? 7 (a) Name some Operating Systems. (b) Name some Application software programs. 6,16 What does Multiprogramming mean? 12,13 What does virtual memory mean? 12, 13 What are utility programs used for? 18