2. Designing Computer-Based Information Systems Flashcards

(28 cards)

1
Q

What are the three most common types of processing systems? (Operational modes)

A

Batch, interactive and real time.

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

What is batch processing?

A

Process batches of data at regular intervals. Usually a large amount of data. No user interaction needed. Usually done over night or weekends. Delay between collecting data and receiving output. The UI requirements tend to be code based.

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

Describe a payroll.

A

Most common use of a batch processing system. Each pay date, the details for each employee are collected. Such as hours worked, overtime, etc. These details are processed with reference to a master file with deductions on. The output is the payslip.

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

What is interactive processing? (Transactional processing system)

A

Handles transactions one at a time. Each transaction must be fully processed before it moves on. Small amount of data. Usually entered with a form on the screen, input method being keyboard. Example is booking tickets - no risk of double booking as each transaction is dealt with in turn.

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

Describe the process of interactive processing.

A

The user answers predefined questions on an input form which is displayed on a GUI. Database is then searched based on the responses. The results are shown on the screen. Questions/responses are in a structured fixed format.

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

What is real time processing?

A

Processes data at the time the data is input. It must be handled within a specified maximum time limit. Response time usually less than 4 seconds. Generally accepted as being one that reacts fast enough to influence behaviour in the outside world.

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

What is an example of real time processing?

A

An air traffic control system. Also found in embedded applications (systems within another system) such as mobile phones.

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

What is an operating system?

A

Software that is responsible for allocating various system resources, such as memory, processor time and peripheral devices (printer, monitor.)

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

Name 7 types of OS?

A

Single user, multi user, multi tasking, interactive, real time, batch processing and distributed processing.

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

Describe a payroll.

A

Most common use of a batch processing system. Each pay date, the details for each employee are collected. Such as hours worked, overtime, etc. These details are processed with reference to a master file with deductions on. The output is the payslip.

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

What is a single user OS?

A

Provides access for one user at a time. Can support more than one account but only one can be used at once. Must log off account before another can log in.

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

What is a multi user OS?

A

Lets more than one user access at same time. Usually provided by a network. Common setup is a network with a single user OS connected to a server that has a multi user OS.

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

What is a multi tasking OS?

A

Involves the processor carrying out more than one task at a time. The processor doesn’t usually control two things at once, it switches between.

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

What is an interactive OS?

A

One where there is direct user interaction while a program is running?

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

What is a real time OS?

A

One that has been developed for real-time applications. Typically used for embedded applications.

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

What is a batch processing OS?

A

Given a set of tasks to run without any user intervention.

17
Q

What is a distributed processing OS?

A

Comprised of a number of computers connected together. Each computer completes part of the processing.

18
Q

Name the 6 main things a designer must consider when a human-computer interface (HCI) is being designed?

A

Use of colour, layout, quantity of information on the screen, font size, complexity of language, type of controls.

19
Q

What are the four main features of interaction between a computer and a person?

A

Prompts, nature of input, methods of input, feedback.

20
Q

What are prompts?

A

Most commonly used in a command line interface. Indicates the user needs to input an appropriate command. In a GUI, prompts are simple such as a dustbin for deleting or an X to close the window.

21
Q

What is the nature of input?

A

Interactive interfaces decide the nature of the next user input (by asking a question or requiring a selection to be made) based on the response to the previous input.

22
Q

What is the method of input?

A

For example: Keyboard/mouse.

23
Q

What is feedback?

A

Any dialogue must provide feedback. This could be in the form of menus that provide options for the user to select. A menu option may be a sub menu.

24
Q

Describe a users perception.

A

Most users will have preconceived ideas that they will draw on when using the interface, such as red meaning bad. The use of sounds are almost important. Happy sounds = using system right.

25
Describe a users attention.
Most users have a limited attention span. The most important information should stand out so the user can see it quickly. Use of pop up messages can also help keep attention. You don't want to overdo it with extras though.
26
Describe a users memory.
Use a consistent and uncluttered page layout so that users can remember where everything is. This will also help increase the speed at which the user learns to use the interface.
27
Describe a users learning ability.
The designer must take into consideration how easy an interface is to learn. Achieved by using consistent layouts. On screen help in the form of HELPFUL pop up messages.
28
What are the two main types of computer system users?
Those who have some understanding and those who have little or no understanding.