Systems Software Finished Flashcards

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

what is systems software

A

software that governs the computer system

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

what does systems software do (4)

A

controls the hardware, including peripherals
allows applications to run
provides an interface for the user to interact with the computer with
maintains the system

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

what are the kinds of systems software (2)

A

operating systems

utilities

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

what is an operating system

A

a suite of programs that manages and controls the computer

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

what are the functions of an operating system (8)

A
controlling hardware components
providing a platform for software to run on
providing a user interface
multitasking facilities
managing a computer's memory
managing peripherals
managing files
managing users
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is a user interface

A

a suite of programs that allows a user to interact with a computer

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

what are the three types of user interface

A

graphical user interface (GUI)
mobile user interface (Mobile UI)
command line interface (CLI)

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

pro and con of GUIs

A

powerful and easy to use but require a lot of processing power

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

pro and con of CLIs

A

incredibly powerful and use little processing power but difficult to use

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

what is multitasking

A

being able to run more than one program simultaneously

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

what are the two conditions needed to multitask

A

the operating system needs to be able to support multitasking
the computer must have enough memory to hold more than one program in primary memory at the same time

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

why must computer memory be managed (2)

A

so more than one program can run at the same time

so more than one document can be opened at the same time

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

what is one method of memory management

A

paging

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

what is paging

A

when memory is broken up into fixed-size blocks called pages
when a program is run it is loaded into memory and the OS determines how much memory the program requires and allocates enough pages to hold it and its documents

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

what are peripherals

A

hardware devices connected to a computer

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

how does the OS operate a peripheral

A

it uses a device driver which contains instructions on how to control the device

17
Q

where does the OS get the device driver from

A

each connected device has its own driver

18
Q

what are the two advantages of using a device driver

A

any device can be used with the operating system

drivers can be updated to give better performance or remove a bug

19
Q

what does file handling software enable the user to do (8)

A

create, modify and delete files and folders
copy and duplicate files and folders
move files and folders
rename files and folders
sort items into different orders, according to name, file type and data created
search for particular files and folders
restore deleted files
set access rights to files such as read only or edit

20
Q

how do operating systems manage users (3)

A

it allows individual users to be created and deleted
access levels can be given to users, such as admin or standard user rights
auditing (keeping a log) of files a user creates, access, edits and deletes

21
Q

what is utility software

A

software that helps maintain a system

22
Q

what are four examples of utility software

A

encryption software
defragmentation software
data compression software
backup software

23
Q

what happens over time when data is stored on a hard disk

A

it becomes fragmented which takes longer to read

24
Q

what does defragmentation software do

A

takes fragmented files and rearranges the segments so they run contiguously

25
Q

why are smaller files easier to transmit across a network

A

they require fewer packets to be sent

26
Q

what are the two types of backup

A

full backup

incremental backup

27
Q

what is a full backup

A

making a copy of every file on a computer network

28
Q

what is an incremental backup

A

making a copy of any new files created or edited since the last backup