Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

User Interfaces in Computing, Lecture notes of Computer Science

There are two main types of user interfaces: 1. Text-Based User Interface or Command-Line Interface. 2. Graphical User Interface (GUI) ...

Typology: Lecture notes

2021/2022

Uploaded on 09/12/2022

jeanette
jeanette 🇬🇧

3.7

(7)

238 documents

1 / 38

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
User Interfaces in Computing
Tim Capes
March 7, 2011
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26

Partial preview of the text

Download User Interfaces in Computing and more Lecture notes Computer Science in PDF only on Docsity!

User Interfaces in Computing

Tim Capes

March 7, 2011

A3 Announcement

A3 is up on the webpage and available for handout.

Midterms Out

Midterms results are in the average was above 72 percent. I think this is pretty good so there will be no curve. Marks will be uploaded to CDF shortly. See me in lecture to pick up your midterm (I’ll leave some time at the end).

What is a User Interface?

A user interface is the system by which people (users) interact with the computer.

User Interface Types

There are two main types of user interfaces:

User Interface Types

There are two main types of user interfaces:

  1. Text-Based User Interface or Command-Line Interface

Text-Based User Interface

This method relies primarily on the keyboard.

Text-Based User Interface

This method relies primarily on the keyboard. A typical example of this is UNIX.

Text-Based User Interface

This method relies primarily on the keyboard. A typical example of this is UNIX. The main advantages of a Text-Based User Interface are:

  1. Easier to customize options

Text-Based User Interface

This method relies primarily on the keyboard. A typical example of this is UNIX. The main advantages of a Text-Based User Interface are:

  1. Easier to customize options
  2. Typically capable of more powerful tasks

Text-Based User Interface

This method relies primarily on the keyboard. A typical example of this is UNIX. The main advantages of a Text-Based User Interface are:

  1. Easier to customize options
  2. Typically capable of more powerful tasks The main disadvantages of a Text-Based User Interface are:
  3. Relies heavily on recall rather than recognition.

Text-Based User Interface

This method relies primarily on the keyboard. A typical example of this is UNIX. The main advantages of a Text-Based User Interface are:

  1. Easier to customize options
  2. Typically capable of more powerful tasks The main disadvantages of a Text-Based User Interface are:
  3. Relies heavily on recall rather than recognition.
  4. Navigation is often more difficult

Customizing Options

Consider for example the UNIX command ls which was covered in tutorial near the beginning of the term.

  1. Typing ls will list files and directories in the usual fashion.

Customizing Options

Consider for example the UNIX command ls which was covered in tutorial near the beginning of the term.

  1. Typing ls will list files and directories in the usual fashion.
  2. Typing ls -l will list files with lots of information about the files.