Chapter 3 Software Interfaces.

Slides:



Advertisements
Similar presentations
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
Advertisements

COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Operating System Basics
Operating Systems. Operating System (OS) The software that manages the sharing of the resources of a computer. Examples of Operating Systems ◦ Windows.
User Interface. What is a User Interface  A user interface is a link between the user and the computer. It allows the user and the computer to communicate.
Operating Systems First Program to load. Controls Hardware And software. Enable User to operate PC( Personal Computer) –Examples: DOS: Disk Operating.
Operating Systems: Software in the Background
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
Chapter 1- Visual Basic Schneider 1 Chapter 1 An Introduction to Computers and Visual Basic.
Chapter 5 System Software.
The Operating System and the User Interface
Systems Software Operating Systems.
Operating Systems Chapter 4.
Lesson 4 Computer Software
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Lesson 6 Operating Systems and Software
Chapter 4 System Software.
Standard Grade Computing System Software & Operating Systems.
3 3 3 CHAPTER System Software. 3 Objectives By the end of this lecture, you should know how to: –Describe the differences between system software and.
University of Management & Technology 1 Operating Systems & Utility Programs.
Computing and the Web Operating Systems. Overview n What is an Operating System n Booting the Computer n User Interfaces n Files and File Management n.
Standard Grade Computing OPERATING SYSTEMS CHAPTER 20.
Software.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
Operating Systems TexPREP Summer Camp Computer Science.
Chapter 4 System Software. Software Programs that tell a computer what to do and how to do it. Sets of instructions telling computers to perform actions.
Basic Computer and Word Functions, part 1 Read the information and use to answer the questions in the Basic Computer and Word Functions Study Guide.
Copyright © 2010 Wolters Kluwer Health | Lippincott Williams & Wilkins Introduction to Windows Chapter 2.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Lesson No: 6 Introduction to Windows XP CHBT-01 Basic Micro process & Computer Operation.
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.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Operating Systems. An operating system (os) is a software program that enables the computer hardware to communicate and operate with the computer software.
Types of Software Chapter 2.
Systems Software. Systems software Applications software such as word processing, spreadsheet or graphics packages Operating systems software to control.
Operating Systems. Define OS Operating System is a type of system software. Operating system software includes instructions that allow a computer to run.
WHAT IS HARDWARE ? Computer hardware is the collection of physical elements that comprise a COMPUTER SYSTEM LIKE A MOUSE, MONITOR, KEYBOARD, SPEAKER MICROPHONE,
Chapter 3: Mastering Editors Chapter 3 Mastering Editors (Emacs)
Chapter 2 – Introduction to Windows Operating System II Manipulating Windows GUI 1CMPF112 Computing Skills for Engineers.
Fundamentals of Windows Mouse n 4 Basic Operations: –Pointing –Clicking –Double Clicking –Dragging.
System SOFTWARE.
Allows the user and the computer to communicate with each other.
Introduction to comp. and prog. CS 101 G 964
Development Environment
Nature & Types of Software
Discovering Computers 2012: Chapter 8
Operating System.
Computer Fundamentals 1
An Introduction to Computers and Visual Basic
Guide To UNIX Using Linux Third Edition
TexPREP Summer Camp Computer Science
An Introduction to Computers and Visual Basic
Computer Technology Notes #3
Chapter 4 The Power behind the Power
5 SYSTEM SOFTWARE CHAPTER
Computer Software CS 107 Lecture 2 September 1, :53 PM.
Computers Are Your Future
Windows 7                      .
5 SYSTEM SOFTWARE CHAPTER
5 SYSTEM SOFTWARE CHAPTER
New Perspectives on Windows XP
Chapter 4 The Power behind the Power
What is Computer Software?
Introduction to Computer Software
An Introduction to Computers and Visual Basic
Software - Operating Systems
Windows Operating System
An Introduction to the Windows Operating System
Presentation transcript:

Chapter 3 Software Interfaces

USER INTERFACES The combination of menu options, icons, and commands you use when working with a computer program is called the user interface.

COMMON USER INTERFACES Command-driven Interfaces Shell Interfaces Graphical Interfaces Natural Languages Interfaces

COMMAND DRIVEN INTERFACES A screen prompt is used by most command-driven interfaces to indicate when the system is ready to accept a new command A blinking curser highlights where the computer is going to display what the user is typing. Specific key combinations entered through the keyboard allow the user to control the cursor location on-screen.

SHELLS A software shell helps avoid memorizing different command syntaxes. A shell interfaces application programs with DOS. Menus are often used in application software as well. Examples: Haunted House , Linux, Unix

GRAPHICAL USER INTERFACES A mouse is used to control the location of a screen pointer within a (GUI) User execute or launch programs by double clicking on the associated icon. Using system software with (GUI) also involves dragging & dropping icons into new screen locations.

NATURAL LANGUAGE INTERFACES These interfaces recognize the syntax of a language such as English for increased user-friendliness.

EVALUATING SOFTWARE FEATURES When evaluating different application packages, you should ask yourself these questions. Are the program & associated procedures easy to use On which computers does the software work Does the software come with help features, manuals, & other easy to use docs Is there a helpline No. Can this software access data stored by other programs & vice versa How flexible is the program & can it be used for more than one application Does the software require special input or output hardware How much memory does the program require How much disk storage space is required to save it

SYSTEM SOFTWARE Operating Systems Utilities Language Translators Three types of system software can be identified Operating Systems Utilities Language Translators

OPERATING SYSTEMS OS is collection of programs that oversees all computer operations Once the supervisor program is loaded into memory. It activates other programs from the OS to oversee Resources Management, File Management & Task Management. Windows (XP, Vista, 7 ) Linux (Redhat, 7, 8,9,10) Unix Sun Solaris Free BSD Macintosh

UTILITIES Utility software performs jobs the OS does not automatically handle. Backup & Restore Data communication within a network Data compression/decompression Disk Optimization Emulation of other equipment File Conversions Screen Savers Software Guides Spool data b/w computer & peripherals Text Editors Miscellaneous (mergers, sorts, searches)

LANGUAGE TRANSLATROS A computer program indicates which switches inside the computer are on & off, which circuits flow with electricity, & which do not. Popular high-level languages are BASIC, COBOL, C++, and Visual BAISC

Exercise How do you display the root directory of the floppy disk in drive A? How do you make a file folder called projects on the default disk’s root directory? How do you copy the document file named homework from the default disk to the projects subdirectory (folder) on disk A? How do you change the homework filename in Projects to old work? How do you delete the file old work from disk?