Topic 9: Human-Computer Interface Flashcards

1
Q

Name three types of Human-Computer Interface (HCI).

A
Graphical User Interface (GUI) 
Command Line Interface (C/LI) 
Menu-driven interface 
Form-driven interface 
Game controller 
Speech recognition interface 
Touch screen 
Keyboard & mouse 
Natural language interface 
Fitness band 
Blended reality headset 
Eye-tracking camera 
Speech synthesis (text to speech) 
Facial recognition
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Graphical User Interface (GUI) is a type of what?

A

Human-Computer Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Command Line Interface (C/LI) is a type of what?

A

Human-Computer Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Menu-driven interface is a type of what?

A

Human-Computer Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Form-driven interface is a type of what?

A

Human-Computer Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Game controllers are a type of what?

A

Human-Computer Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Speech recognition interface is a type of what?

A

Human-Computer Interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Touch screens are a type of what?

A

Human-Computer Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Keyboards & mouses are a type of what?

A

Human-Computer Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Natural language interface is a type of what?

A

Human-Computer Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Fitness bands are a type of what?

A

Human-Computer Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Blended reality headsets are a type of what?

A

Human-Computer Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Eye-tracking cameras are a type of what?

A

Human-Computer Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Speech synthesis (text to speech) is a type of what?

A

Human-Computer Interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Facial recognition is a type of what?

A

Human-Computer Interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Define a Graphical User Interface and give one use of the this type of HCI.

A

With a GUI, the end-user points and clicks on icons, buttons and menus using their mouse, touch screen, keyboard or other device.
A GUI is the most common interface for software applications, mobile apps, and operating systems. It is designed to be very intuitive to use, without needing much text.

17
Q

What is the interface used for software applications, mobile apps, and operating systems?

A

Graphical User Interface (GUI)

18
Q

What does GUI stand for?

A

Graphical
User
Interface

19
Q

Define a Command-Line Interface (C/LI) and give one use of this type of HCI.

A

A Command-Line Interface is text-only and is used to create sequential lines of code. The user has to type in commands in a programming language. The code runs when they press enter.
An experienced technical person would use a CLI when they need to run commands quickly. For example, to find information about network configuration.

20
Q

An experienced technical person would use what when they need to run commands quickly?

A

A Command-Line Interface (C/LI)

21
Q

What does C/LI stand for?

A

Command
Line
Interface

22
Q

Define a form-driven interface and give one use of this type of HCI.

A

With a form-driven interface, the user is presented with a list of options and fields to fill in. Each field is likely to have validation checks.
A user registration webpage is an example of a form-driven interface. The user has to fill in their name, address and other personal details. Some fields, such as country, may be available as a drop-down menu.

23
Q

A user registration webpage is an example of what?

A

A form-driven interface.

24
Q

Describe an advantage of a Graphical User Interface (GUI).

A

A GUI makes the operation of the computer as friendly as possible by using high resolution graphics and pointers. Instead of typing in commands you enter them by pointing and clicking.

It should be intuitive and fun to use without additional instructions. There is no need to know programme commands. It is easier to customise an application or environment using a GUI.

25
Q

What makes the operation of the computer as friendly as possible by using high resolution graphics and pointers?

A

Graphical User Interface (GUI)

26
Q

What should be intuitive and fun to use without additional instructions?

A

Graphical User Interface (GUI)

27
Q

Describe an advantage of a Command Line Interface (C/LI).

A

A Command Line Interface uses very little processing power and is therefore fast to execute (run). You don’t have to go through lots of menus, so it is a quicker way to enter commands.

28
Q

What uses very little processing power and is therefore fast to execute (run)?

A

Command Line Interface (C/LI)