Define and describe operating systems which contain a Command Line Interface (CLI) Define and describe operating systems which contain a Graphical User.

Slides:



Advertisements
Similar presentations
Windows Test Review.
Advertisements

Chapter 1: Types and Components of Computer Systems Revision
Lesson 4 0x Operating Systems.
Lesson 6. The Computer Operation Computer Operating Systems GUI vs. Command line The Microsoft Windows Family File Systems – How Computers Manage Data.
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.
Cyneda MODULE 1 EXAM QUESTIONS MODULE 1 EXAM QUESTIONS GCE AS GCE AS QUESTIONS QUIZ.
 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. 
Intermediate GNVQ ICT The human computer interface The human computer interface is what allows the user to communicate with the computer and is often called.
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
Operating Systems: Software in the Background
Computer Basics Flashcards #2
User Interfaces. User Interface What do we mean by a user interface? The user is the person who is using the computer. A user interface is what he or.
Operating Systems Chapter 4.
How do people communicate with computers?
Chapter 1 – Introduction to Computer Systems & QBasic
Ch 26 & 27 User Interfaces.
Write today’s date and title in the front of your book. Underline it.
Chapter 1: Types and Components of Computer Systems
System software operating system 1.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
Software GCSE COMPUTING.
11.10 Human Computer Interface www. ICT-Teacher.com.
Most modern operating systems incorporate these five components.
USER INTERFACE.
Standard Grade Computing OPERATING SYSTEMS CHAPTER 20.
WINDOWS Part 1 – Start Up Basics
Mr C Johnston ICT Teacher
Operating Systems. Without an operating system your computer would be useless! A computer contains an Operating System on its Hard Drive. This is loaded.
Block diagram of basic computer By Christabel 10QPL Central processing unit (CPU) Storage devices Output devices Input devices.
Output Design. Output design  Output can be: Displayed on a screen/VDU/monitor. Printed on paper as hard copy. Sound.
INFORMATION TECHNOLOGY Grade 9 - Oral Quiz. Question Options
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.
UNIT 7 Describing how an item functions [2] (infinitive with or without ‘to’)
E.g.: MS-DOS interface. DIR C: /W /A:D will list all the directories in the root directory of drive C in wide list format. Disadvantage is that commands.
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.
Lesson No: 6 Introduction to Windows XP CHBT-01 Basic Micro process & Computer Operation.
Software refer to all the programs that can be run on the computer.
Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System.
Different Types of HCI CLI Menu Driven GUI NLI
Identify input devices and their uses, e. g
Software 3 See Edmodo for images Group name: topcat Group code: i4qf9a 11/03/11.
Digital Communication Systems Comp Functions of the Operating System.
Operating System Concepts Three User Interfaces Command-line Job-Control Language (JCL) Graphical User Interface (GUI)
Chapter 2. This presentation covers the following: – Command Line – Forms – Menus – Natural Language.
Written module activity, Page 16 1.We refer to the physical parts of a computer that we can touch and see as hardware. Examples include the mouse, the.
Types of Software Chapter 2.
Software Interfaces. Learning Objectives Describe the characteristics of different types of user interfaces. Discuss the types of user interfaces which.
Systems Software. Systems software Applications software such as word processing, spreadsheet or graphics packages Operating systems software to control.
Systems and User Interface Software. Types of Operating System  Single User  Multi User  Multi-tasking  Batch Processing  Interactive  Real Time.
A user interface, like the one created by the DOS operating system, that makes use of typed commands.
“Candidates were not advantaged by defining every type of operating system provided as examples in the explanatory notes of the standard. Candidates who.
Operating Systems. Operating System Every general-purpose computer must have an operating system to run other programs. Operating systems perform basic.
Mr L Challenor ICT Teacher BTEC IT Unit 02 - Lesson 06 Computer Software.
Allows the user and the computer to communicate with each other.
Nat 4/5 Computing Science Software
There are a number of different types of computer
Lesson 4 0x Operating Systems.
Lesson Objectives Aims You should be able to:
11.10 Human Computer Interface
Human Computer Interface
TYPES AND COMPONENTS OF COMPUTER SYSTEM
Chapter 3 Software Interfaces.
Chapter 2: System Structures
Name: Date: Year 10 to 11 review Welcome back: Lawson.
Chapter 1:Types and Components of Computer
Software - Operating Systems
3.1 System Software.
ICT IGCSE Chapter 1 - Review
Presentation transcript:

Define and describe operating systems which contain a Command Line Interface (CLI) Define and describe operating systems which contain a Graphical User Interface (GUI) Describe the differences, including the benefits and drawbacks, between operating systems which contain a CLI and those which contain a GUI

Role of an operating System An operating system is a system software that manages the general operation of a computer system: Allows users to load, run and store applications. Also resolve errors occurring applications Provides security and prevents unauthorised access to a system Helps the user interact with the computer through a user interface. Role of an operating System Decided what should be loaded and deleted from memory Helping save, organise, find and delete files Manages input, output and backing devices.

Example GUI Operating Systems

Graphical User Interface (GUI) GUI (Graphical User Interface) is an user interface built around graphics. Windows – areas for displaying information Menus - lists of options or applications users can select from GUI Icons -small images used to represent files/folders or applications Pointers –Mouse pointer can be used to select and open files/applications GUIs are quite easy to use due to the visual nature of the interface The user has lots of visual clues as to what things do. WIMP

Graphical User Interface (GUI) Examples

CLI and is not restricted to a number of predetermined options. Command Line Interface (CLI) CLI requires the user to enter command prompts to interact with the computer. CLI are normally used by expert users as it allows them to is more complicated to use. CLI and is not restricted to a number of predetermined options. Example Command Prompts ATTRIB: Displays or changes file attributes. CD: Displays the name of current directory CHKDSK: Checks a disk and displays a status report Copy: Copies one or more files to another location DIR: Displays a list of files and sub directories

Main Differences between CLI and GUI Graphical User Interface (GUI) Advantages: The user does not need to learn any commands. The interface is easier to use. Can use a pointing device to clicks and select icons or menu options. Disadvantages: Takes up more memory than a CLI interface. Requires an operating system to operate. Command Line Interface (CLI) The user has more freedom to use specific command in interacting with the computer. It is possible to alter computer settings. User needs to learn commands Commands must be typed in without errors. No visual aids.