INFORMATION SYSTEM – SOFTWARE TOPIC: GRAPHICAL USER INTERFACE.

Slides:



Advertisements
Similar presentations
Review for Vocabulary Section 5 Quiz. What is a computer program used for a specific task? Ex. Word processing software, slideshow software.
Advertisements

Operating System Basics
Introduction to Computers Section 6A. home The Operating System (OS) The operating system (OS) is software that controls the interaction between hardware.
Windows Test Review.
Windows Basics An Introduction to the Windows Operating System.
Designing a Graphical User Interface (GUI) 10 IST – Topic 6.
Operating Systems. Operating System (OS) The software that manages the sharing of the resources of a computer. Examples of Operating Systems ◦ Windows.
The PowerPoint Window MOAC Lesson 1.
XP Tutorial 4 New Perspectives on Microsoft Windows XP 1 Microsoft Windows XP Personalizing Your Windows Environment Tutorial 4.
Interfacing with Computer Associate Degree in Education (ADE) Lecture 04 Sajid Riaz.
Operating Systems First Program to load. Controls Hardware And software. Enable User to operate PC( Personal Computer) –Examples: DOS: Disk Operating.
© by Pearson Education, Inc. All Rights Reserved.
XP Exploring the Basics of Microsoft Windows XP1 Exploring the Basics of Windows XP.
Exploring the Basics of Windows XP. Objectives Start Windows XP and tour the desktop Explore the Start menu Run software programs, switch between them,
Exploring the Basics of Windows XP
Module 3 Productivity Programs Common Features and Commands Microsoft Office 2007.
Exploring the Basics of Windows 8
®® Microsoft Windows 7 Windows Tutorial 1 Exploring the Basics of Microsoft Windows 7.
Operating Systems Chapter 4.
Computer for Health Sciences
Lesson 4 Computer Software
Ch 26 & 27 User Interfaces.
Lesson 6 Operating Systems and Software
CST-092 © Delta College CST FacultyIntroduction to Windows Operating System Lecture 2.
XP New Perspectives on Introducing Microsoft Office XP Tutorial 1 1 Introducing Microsoft Office XP Tutorial 1.
AS Level ICT Selection and use of appropriate software: Interfaces.
WINDOWS Part 1 – Start Up Basics
The Fundamentals of Using Windows 95. Windows 95 ã operating system that performs every function necessary for the user to communicate and control computer.
Introduction To Microsoft Word C Apply intermediate skills in utilizing word processing software Word processing programs make the writing process.
XP New Perspectives on Windows XP Tutorial 1 Exploring the Basics.
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.
Output Design. Output design  Output can be: Displayed on a screen/VDU/monitor. Printed on paper as hard copy. Sound.
XP New Perspectives on Microsoft Windows 2000 Professional Windows 2000 Tutorial 1 1 Microsoft Windows 2000 Professional Tutorial 1 – Exploring the Basics.
Microsoft Office Basics
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.
COMPREHENSIVE Windows Tutorial 1 Exploring the Basics of Microsoft Windows Vista.
Microsoft Office XP Illustrated Introductory, Enhanced Started with Windows 2000 Getting.
® Microsoft Office 2010 Exploring the Basics of Microsoft Windows 7.
1 © 2001 John Urrutia. All rights reserved. Chapter 6 Graphical User Interfaces GUI’s.
Foundation year Lec.3: Computer SoftwareLec.3: Computer Software Lecturer: Dalia Mirghani Year: 2014/2015.
Lesson No: 6 Introduction to Windows XP CHBT-01 Basic Micro process & Computer Operation.
Microsoft Office 2008 for Mac – Illustrated Unit B: Getting Started with Mac OS X Leopard.
Lesson 10 Word Processing Unit 2—Using the Computer.
 2002 Prentice Hall. All rights reserved. 1 Chapter 2 – Introduction to the Visual Studio.NET IDE Outline 2.1Introduction 2.2Visual Studio.NET Integrated.
Catholic University College of Ghana Fiapre-Sunyani INFORMATION TECHNOLOGY I Audrey Asante, Faculty of ICST Graphic User Interface Tutorials and Documentation.
Software 3 See Edmodo for images Group name: topcat Group code: i4qf9a 11/03/11.
Graphical User Interface Saint-Petersburg IT College Saint-Petersburg 2014.
® Microsoft Office 2010 Exploring the Basics of Microsoft Windows 7.
Windows Basics Computers 1. Windows Desktop What is the desktop? What is the desktop? –On-screen work area on which windows, icons, menus, and dialog.
Operating Systems. An operating system (os) is a software program that enables the computer hardware to communicate and operate with the computer software.
Basics of Windows 95/98/NT. Versions of Windows Windows 95 and 98 used mainly on standalone computers Windows NT used on networked computers (as in our.
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.
CHANGING THE VOLUME Click the volume icon in the bottom right hand corner of the screen.
Microsoft Office 2013 ®® Exploring the Basics of Windows 8.
XP New Perspectives on Microsoft Windows XP Tutorial 1 1 Microsoft Windows XP Creating a Web Site Tutorial 1.
 2002 Prentice Hall. All rights reserved. 1 Introduction to the Visual Studio.NET IDE Outline Introduction Visual Studio.NET Integrated Development Environment.
XP New Perspectives on Creating Web Pages With Word Tutorial 1 1 Creating Web Pages With Word Tutorial 1.
Operating System Basics. Outline The User Interface Running Programs Managing Files Managing Hardware Utility Software.
Windows Basics Computers 1.
1. Introduction to Visual Basic
An Introduction to Computers and Visual Basic
Module 1.1 Introduction to computers
Exploring the Basics of Windows XP
Chapter 2 – Introduction to the Visual Studio .NET IDE
Windows Basics Computers 1.
Exploring the Basics of Windows XP
GRAPHICAL USER INTERFACE
Exploring the Basics of Microsoft Windows 7
An Introduction to Computers and Visual Basic
Presentation transcript:

INFORMATION SYSTEM – SOFTWARE TOPIC: GRAPHICAL USER INTERFACE

Graphical User Interface A program interface that takes advantage of the computer’s graphics capabilities to make the program easier to use. Examples: Microsoft Windows Apple Macintosh X- Windows

Graphical user Interface’s are systems that allow creation and manipulation of user interfaces employing windows, menus, icons, dialog boxes, mouse and keyboard.

Common features of GUI’s Pointer Pointing device Icons Desktop Windows Menus Dialog boxes, buttons, sliders, checkboxes

Command based interface In the early systems this type of interface is used. In this type, user’s have to learn a large set of commands to get their jobs done.

Terminology related to GUI Pointer: A symbol that appears on the display screen and is moved to select objects and commands. It appears as a small angled arrow. Pointing Device: A device such as a mouse, that enables you to select the objects on the display screen.

Icons: Small pictures that represent files, folders, commands. Desktop: The area on the display screen where icons are grouped is often referred to as the desktop. Windows: When a screen is split into several regions, each one is called a Window. In each window, you can run a different program or display a different file.

Menus: Displays a list of commands available within an application. From this the user selects operations such as File, Edit, Insert or Search. Dialog boxes: These are used to collect information from the user or to present information to the user.

Functionality of GUI’s Windowing environment Imaging model Application program interface Set of tools and frame works for interfaces

Windowing environment An enclosed, rectangular area on a display screen. Within each window, you can run a different program or display different data. Windows are particularly valuable in multitasking environments, which allows to execute more than one program at once.

Imaging Model Defines how fonts and graphics are created on the screen. For example, imaging model in a word processor handles typeface, font size etc..

Application program interface (API) It is a set of programming language functions that allow the programmer to specify how the actual application will control the menus, scroll bars and icons that appear on the screen.

Set of Tools and Frameworks Most of these toolkits are based on object-oriented approach. In many cases these can be set up as options to be selected by the user when the computer boots up.