Graphical User Interfaces (GUI’s ). & Command-Line Interfaces.

Slides:



Advertisements
Similar presentations
Operating System Basics
Advertisements

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.
 An operating system (OS) is a set of computer programs that allow the user to perform basic tasks like copying, moving, saving and printing files. 
Operating Systems: Software in the Background
Chapter 1. What is computer fluency? The knowledge possessed by people who are able to navigate the digital world successfully NOT THIS.
The Operating System and the User Interface
Computer Parts There are many parts that work together to make a computer work.
Computer Basics Flashcards #2
Systems Software Operating Systems.
Standard 1 - Objective 2: Understand, evaluate, and use computer software.
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
SOFTWARE.
Operating Systems Chapter 4.
Computer for Health Sciences
Lesson 4 Computer Software
TC2-Computer Literacy Mr. Sencer February 8, 2010.
Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices Section.
GCSE ICT User Interfaces. Learning Intentions: To understand the concept of a Windows operating system and have a basic understanding of GUI. Success.
Operating Systems Operating System
How do people communicate with computers?
Operating Systems What do you have left on your computer after you strip away all of the games and application programs you bought and installed? Name.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Ch 26 & 27 User Interfaces.
Write today’s date and title in the front of your book. Underline it.
Lesson 6 Operating Systems and Software
SOFTWARE.
Chapter 4: What is an operating system?. What is an operating system? A program or collection of programs that coordinate computer usage among users and.
Software GCSE ICT.
Chapter 4 System Software.
2-3 note. 2 Peripheral Devices “Peripheral devices” are hardware plugged into ports or connected to a computer wirelessly. These devices can be for input,
Computer Parts There are many parts that work together to make a computer work.
Overview of Windows and Microsoft Word. Operating System Performs 3 functions –Controls the hardware of the computer Screen, keyboard, disk drives, etc.
11.10 Human Computer Interface www. ICT-Teacher.com.
AS Level ICT Selection and use of appropriate software: Interfaces.
The Fundamentals of Using Windows 95. Windows 95 ã operating system that performs every function necessary for the user to communicate and control computer.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
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.
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.
Module 2 : Part 1 INTRODUCTION TO HARDWARE & SOFTWARE INTRODUCTION TO HARDWARE & SOFTWARE.
Foundation year Lec.3: Computer SoftwareLec.3: Computer Software Lecturer: Dalia Mirghani Year: 2014/2015.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
There are many parts that work together to make a computer work. System Unit Computer Parts.
Outcome 1: Describe the structure and function of an operating system.
Operating Systems Computer Technology Created by M. Guymon Pleasant Grove High School Spring 2003 Modified by M. Corbett Lehi Junior High Summer 2010.
Computer Components: Software Computer Technology.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
Different Types of HCI CLI Menu Driven GUI NLI
Computer Parts There are many parts that work together to make a computer work.
BABCA Software Operating Systems (OS) aka Systems Software A set of instructions that coordinate all the activities among computer hardware resources.
Operating Systems. An operating system (os) is a software program that enables the computer hardware to communicate and operate with the computer software.
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
Operating System Concepts Three User Interfaces Command-line Job-Control Language (JCL) Graphical User Interface (GUI)
Types of Software Chapter 2.
Introduction To Computers
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
Computer Operating Systems And Software applications.
GCSE Computing: A451 Computer Systems & Programming Topic 3 Software System Software (1) The Operating System.
System Software (1) The Operating System
Operating System Basics. Outline The User Interface Running Programs Managing Files Managing Hardware Utility Software.
Operating Systems. Operating System Every general-purpose computer must have an operating system to run other programs. Operating systems perform basic.
System SOFTWARE.
11.10 Human Computer Interface
TYPES AND COMPONENTS OF COMPUTER SYSTEM
Computer Technology Notes #3
An Introduction to Operating Systems
Presentation transcript:

Graphical User Interfaces (GUI’s ). & Command-Line Interfaces.

OS control different computer processes E.g. running a spreadsheet program or accessing information from the computer's memory. One important process is the interpretation of commands that allow the user to communicate with the computer. Some command interpreters are text oriented, requiring commands to be typed in. Other command interpreters are graphically oriented and let the user communicate by pointing and clicking on an icon, an on-screen picture that represents a specific command. How an Operating System Works

Graphical User Interface is a display format that enables the user to choose commands, start programs, and see lists of files and other options by pointing to pictorial representations (icons) and lists of menu items on the screen. Choices can generally be activated either with the keyboard or with a mouse. GUIs offer an environment that processes the direct interaction with the computer. Another benefit is that applications written for a GUI are device- independent: As the interface changes to support new input and output devices, such as a printer or an optical storage device, the applications can, without modification, use those devices. Graphical User Interface (GUI)

GUI’s continued Windows, is the common name for Microsoft Windows, a multitasking graphical user interface environment. Windows provides a standard interface based on drop-down menus, screen windows, and a pointing device such as a mouse. Programs are designed to take advantage of these features.

Command-Line Interface Command-Line Interface a form of interface between the operating system and the user in which the user types commands, using a special command language. Systems with command-line interfaces are usually considered more difficult to learn and use than those with graphical interfaces. MS-DOS, acronym for Microsoft Disk Operating System. Is a single-user operating system with a command-line interface. MS-DOS—like other operating systems—oversees such operations as disk input and output, video support, keyboard control, and many internal functions related to program execution and file maintenance.

Features of the two common OS’s MS-DOS: The file systems MS-DOS are single user and single-tasking. For instance, when the computer is printing a document, it cannot start another process or respond to new commands until the printing is completed.

Features of two common OS’s Windows: The file systems Windows are multiple user and multi-tasking. For instance, when the computer is carrying out a task such as formatting a Floppy disk, it can process other infomation or respond to new commands from the user. A multitasking OS creates the illusion of several processes running simultaneously on the CPU. The most common mechanism used to create this illusion is time-slice multitasking, whereby each process is run individually for a fixed period of time. If the process is not completed within the allotted time, it is suspended and another process is run.

Opening a Floppy disk in MS-DOS. Opening a Floppy disk in Windows.

Advantages & Disadvantages of MS-Dos OS. Command-oriented operating systems.  Don’t require more hardware—such as faster CPUs, more memory, and higher-quality monitors. Command-oriented operating systems.  mastering the system is difficult.as specific commands have to be known.  Relatively small screen resolution and a maximum of 65,536 colours.(16-bits)  MS-DOS is single user and single-tasking.  Specific instructions can be typed in quicker.  16 bit system only. Not PnP Compatible  Normally Faster Than most GUI OS’s as it is a more simpler OS.

Advantages & Disadvantages of the Windows OS. Windows (GUI)  Requires more hardware— such as faster CPUs, more memory, and higher-quality monitors. Windows (GUI)  Windows is multiple user and multi-tasking  Re-sizable windows and a possible resolution of up to 16 millon colours or more. (32 bit resolution)  32 bit or 64 bit system.  Drop down Menus, Toolbars and clickable Icons. PnP Compatible.  Can be quite slow at times as it is a more Complex OS and because it supports Multi-tasking.

Tasks Make a list of different Operating Systems, this must include a variety of GUI’s and Command line interfaces. For each OS match the platform required to run this (e.g. PC, Apple Mac) Which OS and platform is the most popular, and why? Explain why GUI’s have helped increase the popularity of computers to a wider audience