2.1.5 Secondary Storage and OS Flashcards

1
Q

Why do we need Secondary Storage?

A

Because we need persistent storage. e.g HDD/SSD.

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

What is important for secondary storage?

A

Secondary Storage needs to be high capacity at low cost fast enough for loading and saving, and reliable so files aren’t lost or corrupted.

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

What is the two types of secondary storage?

A

External and Internal

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

What are the factors of secondary storage for comparing?

A

Capacity, Speed, Cost, Portability, Compatibility, Longevity, Reliability.

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

Difference between primary and secondary (7)

A

Secondary storage is permanent storage device for data and applications and is non-volatile, whilst main memory is volatile, non-permanent storage used for data during processing. Main memory is faster but a lot less storage. Main memory is internal whilst secondary storage can be internal and external.

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

Which is faster SSD or HDD?

A

SSD

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

What is the OS?

A

The Operating System is system software that manages computer hardware, software resources, and provides common services for computer programs.

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

What are the 5 functions of OS?

A

User interface
Manages Memory
Manage Peripherals
Multi-Tasking
Providing Security

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

User Interface

A

The OS provides a link between user and computer hardware.

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

Types of User Interface

A
  • GUI - Graphical User Interface (menu and icons)
  • CLI - Command line interface (user types in code)
  • NLI - Natural Language Interface (user speaks to interface)
  • MBI - Menu Based Interface (selection of options.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Manages Memory

A

Keeping track of storage devices and controlling which application has access to which area of RAM.

Each area can be read, written to and modified by OS.

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

How does OS help with file management?

A
  • Organising into folders.
  • Copying and Deleting Files.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Manages Peripherals

A

Manages peripherals (input output devices) using device drivers.

A device driver allows hardware to be used by the OS, translating between the devices and computer system.

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

Multi Tasking

A

The OS coordinates which application gets what CPU time. It makes decisions based on time and priority.

Time slicing is the allocation of giving a task a time slice.

Each task waits it’s turn.

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

Providing Security

A

Os prevents unauthorised access.

It ensures security of the system through:

  • Usernames and passwords
  • Protects files from other unauthorised users.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly