Hardware and Software Flashcards

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

What is Hardware?

A

All the physical components of a computer (internal &external)

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

What is Software?

A

general term for all computer programmes.

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

What two types of software are there?

A

System software

Application software

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

What are two types of system software?

A

operating system

utility software

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

What is operating system software?

A

It is essential for allowing applications to interface with your hardware/ provides a platform on which users can run programs (windows, Linux, iOS)

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

What is utility software?

A

Keeps your computer running smoothly and safely. (anti-virus, defragmentation, back-up, compress)

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

How do the hardware and application software communicate?

A

Through the operating system software

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

What is multitasking?

A

running multiple applications at the same time by giving each application a small time-slice of processor time.

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

What is memory management?

A

when programs are loaded, the operating system decides where they are held in memory. Over time the memory becomes fragmented. The OS must keep track of different program fragments. When the memory is full, the OS uses virtual memory.

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

What does a device driver do?

A

translates operating system instructions into instructions that the hardware can understand. (sometimes built into OS)

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

Describe User Management

A

providing for different users to log in to a computer. The OS will retain individual settings for each user ( icons ,desktop, colour scheme)

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

Describee File Manangement

A

Data is stored in files. extensions can be added to the filename, this tells the OS which application to load the file into. (e.g. pptx= powerpoint)

the hard disk can become fragmented just like the memory.

The OS may present the files in a a specific order (most recent, alphabetic) but this is just for the user and doesn’t reflect the actual storage system

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

What does encryption do?

A

it uses an algorithm to scramble plain text into a cipher text which can only be decoded and read with a key.

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

What are defragmentation utilities?

A

They reorganise on a hard disk to put the fragments of files back together and free up space. This reduces the movement of the read/write head across the surface of the disk–speeds up file access.

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

Why shouldn’t solid state drives be defragmented?

A

They have no moving parts and it reduces their life span.

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

Why do compression utilities reduce the size of files?

A

So that it takes up less space and is quicker to download over the internet.

17
Q

What must happen to compressed files before they can be read?

A

They have to be extracted.

18
Q

During the compression process what can happen?

A

Either
1. data is lost (reducing quality of an image or sound)
or
2. it is represented in a different way using binary, retaining the original data in a new format (e,g zip files)

19
Q

What are backup utilities and what are the two types?

A

the take a copy of files to protect against data loss

two types : full backup and incremental backup

20
Q

What are the differences between a full backup and an incremental backup?

A

a full backup= every file copied,, slower

incremental backup= only files that have changed since the last back up copied,, faster