T4 - Operating systems/ Utility software Flashcards

1
Q

Examples of OS:

A

Windows
MacOS
Linux
Android
Chrome OS

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

System software

A
  • software that provides a platform for other software to work
    includes OS and utility programs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

OS

A
  • manage computer hardware, users and the resources used by software
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

OS components

A

The user interface
Memory management
Multitasking
Peripheral management and drivers
User management
File management

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

User interfaces:

A

provide a method for users to interact with a computer

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

graphical user interface (GUI) -

A

uses icons

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

CLI: Command Line Interface

A

Text commands are entered into the interface

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

eg of user interfaces

A

Menu-driven interface
Voice activated
Real-time = sensors detect inputs
CLI: Command Line Interface
GUI

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

Command line interface:

A

text commands are entered into the computer

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

Command line interface: pros

A

Little processing
far faster to enter commands than using a mouse
interface requires much less hard disk storage space
requires less RAM

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

Menu-driven interfaces:

A

used by devices that have a dedicated function including MP3 players

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

Memory management:

A
  • Data used by the program is copied into main memory
  • The operating system keeps a record of where each program and its data are located
  • The operating system will make sure not to overwrite existing programs and data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Multi - tasking:

A

where an operating system manages many tasks happening at the same time
Eg = a web browser open whilst playing music

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

Interrupts:

A

signals sent to the CPU by external devices to indicate an event that needs immediate attention
tell the CPU to suspend its current activities and execute appropriate instructions

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

Hardware interrupts

A

are generated by hardware devices – for example, printer out of paper

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

Software interrupts

A

are generated by programs – for example, a divide-by-zero error will cause an error message to be displayed

17
Q

Peripheral management:

A

Getting inputs from and sending outputs to peripheral devices

18
Q

Peripherals include

A

mice, keyboard, printers,

19
Q

Device drivers:

A

program that controls peripheral devices such as printers, mice and displays
Each device communicates with the OS via its own driver
Eg printers communicate through this = ‘out of paper’

20
Q

Disk management: OS

A

OS:
manages where on the disk files are written
keeps track of where they are so they can be retrieved
makes sure no file overwrites another file
File management:
Naming files
Allocating files to folders
Moving files
Saving files
Copying files
Deleting files

21
Q

Disk management: Hard disk

A

The hard disk = storage peripheral

22
Q

User management:

A

responsible for user logins and passwords

23
Q

Access rights:

A

If a computer is used by more than one person, each user should be able to see only their own files
Users and system administrators have different levels of access rights
Some users may be allowed to read files but not edit them

24
Q

User interface summary meaning

A

– a method of the user interacting with the computer – windows, icons, menus, pointers, drag/drop – can be GUI, menu interface or command line interface

25
Q

Memory management summary meaning

A

– manages programs and data stored in RAM, frees up memory when a program is closed

26
Q

Multitasking summary meaning

A

– running two or more programs at once

27
Q

Peripheral management and drivers summary meaning

A

– the management of devices such as mice and printers

28
Q

User management summary meaning

A

– management of usernames and passwords along with what they have permission to access

29
Q

File management summary meaning

A

– the organisation of files on storage drives

30
Q

Utility programs -

A

perform extra functionality and housekeeping tasks that keep computers running efficiently

31
Q

Encryption software:

A

used to encode text
- that it cannot be understood without knowing the key to decode it

32
Q

Encryption eg

A
  • Encrypt entire hard disks so that the data cannot be understood if the computer is stolen
  • Encrypt files and folders on a portable disk such as USB removable storage
  • Encrypt communication with websites
  • Encrypt data in an organisation’s database – especially sensitive data such as passwords
33
Q

Disk Defragmentation:

A

In order to read the file, the drive head will need to move to more locations
This makes it far slower to access files and programs
Defragmenting the hard disk reorganises files so they are stored together

34
Q

Fragmented files

A
  • When you save a large file it may not fit on the disk in consecutive memory locations so it is split up
35
Q

Disk Defragmentation: pros

A

Read times are far faster
Free space is also in one place so new files do not need to be fragmented

36
Q

Data compression software:

A

enable users to compress and decompress files or folders
reduces the amount of storage space needed on a disk

37
Q

Data compression software: pros

A

If sending the files, it reduces the amount of data that is sent
Compression may allow attachments to be sent via email that would otherwise have been larger than a file-size limit
More data can be stored on backup media