Types of user interface Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Types of user interface

A
  • GUI (graphical user interface)

* Command line

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

Description of user interface

A

Software that allows a user to input data, and presents result (outputs) to the user

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

Purpose and example of systems software

A
  • Programs that run/operate the applications and hardware

* e.g. operating systems, utility programs

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

Tasks performed by an operating system (OS)

A
  • User interface
  • Memory management / multitasking
  • Peripheral management / drivers
  • User management
  • File management
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Features of a GUI

A
  • Graphical user interface
  • Windows, icons, menus and pointers
  • User friendly and intuitive but slow for experienced users
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Functions of memory management (OS)

A
  • Deciding when to read/write data from/to memory,where to read/write it from/to and what memory to access it from (e.g. RAM, HDD)
  • Deciding when to user virtual memory, and managing VM
  • Managing access to memory, e.g. RAM, hard drive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Functions of multitasking (by an OS)

A
  • One CPU(or CPU core) can only run one process at a time
  • An OS can make it appear that several things are happening at the same time, e.g. running multiple software packages
  • It does this by switching between them so quickly that the user doesn’t notice
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Types of compression

A
  • Lossy

* Lossless

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

Description of lossless compression

A
  • When decompressed the file is the same as the original

* Data is not lost

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

Purpose and examples of utility software

A
  • Performs maintenance

* e.g. encryption, defragmentation, compression, backup

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

Functions of user management (OS)

A
  • Setting up and managing user accounts, e.g. usernames and passwords
  • Allocating files for users
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Purpose of file backup

A

Creating a copy of files, in case the original are lost

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

Types of backup

A
  • Full

* Incremental

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

Description of incremental backup

A

Only files, data and/ or software that have changed since the last backup are backed up

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

Advantage of incremental backup

A

Faster to run because once everything is backed up, only small parts are backed up each time

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

Purpose of data compression

A

Reduces the size of a file

17
Q

Description of a fragmented disk

A
  • Fragmentation occurs when files become split across several areas of a hard disk
  • Leads to decreased performance in writing to and reading from the disk
  • Develops over a period of time
18
Q

Functions of file management(OS)

A
  • Creating and naming files and folders
  • Renaming files/folders
  • Moving files/folders
  • Deleting files/folders
19
Q

Functions of defragmentation

A
  • Moves all data blocks together, and all free space together
  • Increases efficiency when writing to and reading from the disk
20
Q

Situations where data compression is needed

A
  • Downloading/uploading files-the smaller the file, the faster the files can be transferred
  • Streaming-the smaller the file, the less bandwidth is required by both the server and client
  • Limited storage size-the smaller the file, the more files can be stored on the device
21
Q

Importance of backing up files

A
  • To have a copy in case the originals are lost

* Data is valuable and can not afford to be lost

22
Q

Description of full backup

A

All files,data and software are backed up

23
Q

Advantage of full backup

A

Nothing is lost; any changes to any files/data/software are backed up