Chapter 2. This presentation covers the following: – Command Line – Forms – Menus – Natural Language.

Slides:



Advertisements
Similar presentations
LOGGING ON AND SHUTTING DOWN How to do both successfully at school.
Advertisements

Speech-to-Text Technology on Mac OS X Computer Access for Individuals with Disabilities.
Operating System Basics
Human Computer Interface
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.
Hardware and Software Chapter 2.
S.T.A.I.R.. General problem solving strategy that can be applied to a range problems.
Tailoring Needs Chapter 3. Contents This presentation covers the following: – Design considerations for tailored data-entry screens – Design considerations.
Unit 1: Getting Started. What is a network?? A group of two or more computers that are linked together. Network Interface Card (NIC), basic network software.
Chapter 1. What is computer fluency? The knowledge possessed by people who are able to navigate the digital world successfully NOT THIS.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
MCT260-Operating Systems I Operating Systems I Interfaces to Operating Systems.
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.
Software Development. Chapter 3 – Your first Windows 8 app.
Revision Lesson : DESIGNING COMPUTER-BASED INFORMATION SYSTEMS.
Chapter 1 – Introduction to Computer Systems & QBasic
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Ch 26 & 27 User Interfaces.
Computer Systems Week 10: File Organisation Alma Whitfield.
Chapter 11: Interaction Styles. Interaction Styles Introduction: Interaction styles are primarily different ways in which a user and computer system can.
SOFTWARE.
Software GCSE ICT.
Chapter 4 System Software.
AS Module 2 Information; Management and Management and Manipulation or what to do with data, how to do it, and……... ensure it provides useful information.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
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.
CSC 480 Software Engineering Lecture 19 Nov 11, 2002.
©RavichandranUser interface Slide 1 User interface design.
Basic Concepts of a Computer Network
AS Level ICT Selection and use of appropriate software: Interfaces.
Standard Grade Computing OPERATING SYSTEMS CHAPTER 20.
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.
Networks Network topologies. Networks Network topology Is the way the devices are arranged in a network In a wired network, it shows how the computers.
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.
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.
Unit 1 – Improving Productivity Instructions ~ 100 words per box.
Introduction to Python Lesson 1 First Program. Learning Outcomes In this lesson the student will: 1.Learn some important facts about PC’s 2.Learn how.
Using ICT systems The computer. Using ICT systems Computers in an ICT System Multiple computers, usually with username and password entry Looking after.
Robert Crawford, MBA West Middle School.  Explain how input devices are suited to certain kinds of data.  Distinguish between RAM and ROM.  Identify.
Define and describe operating systems which contain a Command Line Interface (CLI) Define and describe operating systems which contain a Graphical User.
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.
AS Level ICT Health and safety guidelines covering the design and introduction of new 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.
Operating Systems Written by: Tim Keyser Georgia CTAE Resource Network 2010.
Different Types of HCI CLI Menu Driven GUI NLI
Programming Errors. Errors of different types Syntax errors – easiest to fix, found by compiler or interpreter Semantic errors – logic errors, found by.
Styles of User Interface. Learning Objectives: By the end of this topic you should be able to: describe the characteristics of different styles of user.
Operating System Concepts Three User Interfaces Command-line Job-Control Language (JCL) Graphical User Interface (GUI)
The single most important skill for a computer programmer is problem solving Problem solving means the ability to formulate problems, think creatively.
Types of Software Chapter 2.
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
 Hardware versus Software Hardware versus Software  How a computer works How a computer works  Introduction to Windows Introduction to Windows  What.
Knowledge Based Systems ExpertSystems Difficulties in Expert System Development u Scarce resources – new technology – demand for trained personnel u Development.
Software Interfaces. Learning Objectives Describe the characteristics of different types of user interfaces. Discuss the types of user interfaces which.
Chapter 2: Advanced programming concepts Part 3: The user interface Lecture 5 1.
Artificial Intelligence, simulation and modelling.
National Diploma Unit 4 Introduction to Software Development Input and output processing.
Graphical User Interfaces (GUI’s ). & Command-Line Interfaces.
A451 Theory – 7 Programming 7A, B - Algorithms.
Database System Concepts and Architecture
11.10 Human Computer Interface
Chapter 12 User Interface Design
Introduction to AutoCAD
Human-computer interaction
Presentation transcript:

Chapter 2

This presentation covers the following: – Command Line – Forms – Menus – Natural Language

Makes use of a command prompt. The user must know what the commands are and what they do in a lot of detail. They are mostly used by expert users such as Network Administrators. As the computer can be controlled directly it can sometimes cause problems if a user makes a mistake.

The command ipconfig shows the details of your network connections.

Many commands have switches which allow users to do different things. The previous screenshot showed what happens when ipconfig is typed in. ipconfig /all provides further information.

Forms allow users to input data into a system. They are used when we know what kind of data we want to input. They can provide context-based assistant and can be used to ensure that ‘bad’ data does not enter a system through use of validation rules and verification checks. They also provide an interface which stops the user from entering information, asks a question and awaits a response before allowing the user to continue.

Menus store instructions in a logical order. They are usually found in toolbars in application software but can also be found when right clicking on a PC mouse. They are often cascaded and follow a path to an instruction – usually within a certain context e.g. Save and Print can be found under File.

Natural Language interfaces allow the user to use their own language to communicate with a computer. Two types include: – Spoken – Written Voice recognition can be used to input instructions into a system. Written words can be used to perform specific instructions in a system.

The game End War will allow users to input instructions into the game through voice commands.

Certain websites and help files allow you to type in questions to get answers.

Those of you who have watched Star Trek will know that the crew of the Enterprise were able to ask the computer a question and the computer was able to understand them. We are a long way off from that but technology is getting closer. Eventually everyone, no matter on ability, will be able to use ICT through a natural language interface.

Describe three advantages of using a command-line interface. Where would the use of a forms interface be appropriate. What are the disadvantages of a natural language voice interface. Describe three characteristics of a menu interface.