USER INTERFACES AND PROCESSING MODES

Slides:



Advertisements
Similar presentations
Ch 26.
Advertisements

COMPUTER INTERFACES.
Designing a Graphical User Interface (GUI) 10 IST – Topic 6.
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.
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.
Human Centric Computing Assignment 2 Proposal 15.
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.
Human Computer Interface. Human Computer Interface? HCI is not just about software design HCI applies to more than just desktop PCs!!! No such thing as.
Access Tutorial 10 Automating Tasks with Macros
Operating Systems Chapter 4.
Computer for Health Sciences
How do people communicate with computers?
Ch 26 & 27 User Interfaces.
Write today’s date and title in the front of your book. Underline it.
SOFTWARE.
Module Designing Computer-based Information Systems
Fundamentals of Computer Hardware & software
Introduction To Computer System
Operating Systems. Operating System  A program running in a computer from the moment it is switched on.  Part of the Systems Software of the computer.
11.10 Human Computer Interface www. ICT-Teacher.com.
Unit 1_9 Human Computer Interface. Why have an Interface? The user needs to issue instructions Problem diagnosis The Computer needs to tell the user what.
AS Level ICT Selection and use of appropriate software: Interfaces.
USER INTERFACE.
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.
Operating Systems. Without an operating system your computer would be useless! A computer contains an Operating System on its Hard Drive. This is loaded.
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.
INFORMATION TECHNOLOGY Grade 9 - Oral Quiz. Question Options
UNIT 7 Describing how an item functions [2] (infinitive with or without ‘to’)
Foundation year Lec.3: Computer SoftwareLec.3: Computer Software Lecturer: Dalia Mirghani Year: 2014/2015.
C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
Define and describe operating systems which contain a Command Line Interface (CLI) Define and describe operating systems which contain a Graphical User.
Generations of User Interfaces Chapter 3 Generations of User Interfaces n A designer needs to learn past User Interface techniques. n User Interface.
Different Types of HCI CLI Menu Driven GUI NLI
Catholic University College of Ghana Fiapre-Sunyani INFORMATION TECHNOLOGY I Audrey Asante, Faculty of ICST Graphic User Interface Tutorials and Documentation.
FatMax Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 LicenseCreative Commons Attribution-NonCommercial-ShareAlike 2.5.
Human Computer Interface INT211
Operating System Concepts Three User Interfaces Command-line Job-Control Language (JCL) Graphical User Interface (GUI)
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 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.
GCSE ICT User Interfaces. User interfaces The way in which the user of a computer communicates with the machine is called the Human- Computer Interface.
System SOFTWARE.
Allows the user and the computer to communicate with each other.
Appendix A Introduction to Windows 7
Chapter 3 Basic Application Software By Sue Cliff
Chapter Topics 15.1 Graphical User Interfaces
11.10 Human Computer Interface
Software, O/S & Interfaces
Chapter 3 Software Interfaces.
Objectives To review concepts covered in the Windows Operating Systems units.
Software engineering USER INTERFACE DESIGN.
Computers Are Your Future
User Interfaces The human computer interface is what allows the user to communicate/Interact with the computer and is often called simply the user interface.
Human Computer Interface
Human Computer Interface
Information Technology Ms. Abeer Helwa
Human Computer Interface
Human Computer Interface
Software, O/S & Interfaces
Exploring the Basics of Microsoft Windows 7
User Interfaces and Libraries
Chapter 15: GUI Applications & Event-Driven Programming
The Main Features of Operating Systems
Materials prepared by Dhimas Ruswanto, BMm
3.1 System Software.
WJEC GCSE Computer Science
Human-computer interaction
Fundamentals of Computer Hardware & software
Presentation transcript:

USER INTERFACES AND PROCESSING MODES

User- interfaces This provides the link between the computer and the User. There are three main types: Command Line(Driven) Menu-Driven Graphical User Interface(GUI)

Command-driven This requires you to type in commands. Eg. MS-DOS Advantage Powerful way to get task done Disadvantage User can easily forget commands Commands follow a syntax(grammar rule)

Menu driven This provides a list of options from which you can choose. Advantage More user friendly than the command-driven interface Easy to Learn

Graphical user interface The user can use a mouse to select the various items and execute programs. The GUI consists of Windows, Icons,Menus and Pointers (WIMP) Window: Part of the screen that holds a document or message. Icon: a picture of an object on the screen Menus: Pull-down, Pop-up, (Ribbons) Pointers: Indicates the position of the mouse on the screen

Processing Modes(PG 45) These are modes describing how data is processed. Batch Processing This occus when the computers processes all the data at once over a long period of time. Examples: Utility bills(Water and Electricity), payroll systems (list another example). Advantages: Less expensive than real-time. The user doesn’t have to be present. Data is loaded in one operation. Disadvantages: It is a long process. Expensive servers are used.

Processing Modes (PG 45) On-Line Processing A computer is online when it is connected to a network. Data is processed shortly after it was entered into the system. Examples: Printer, ATMs Advantage: Faster than Batch processing. Disadvantage: Not updated automatically, like Real time processing.

Processing Modes (pg 45) Real-time Processing Processing occurs instantaneously. Examples: Anti-missile defence system, aeroplane landing control systems, electronic transfer system Advantages: Information is always up-to- date; Information is always available Disadvantages: Computer must be on-line; Not suitable for large amount of input data

Processing modes Time Sharing This gives many users access to the same data apparently at the same time. Example Travel agents using the same airline database to book flights for clients.