Software Flashcards

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

What is ‘off-the-shelf’ software?

A

‘Off-the-shelf’ software has been ready-made by someone else. It is ready to install and use on the computer.

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

What best describes the computer’s BIOS (basic input-output system)?

A

The BIOS is firmware - it is stored on a chip and gets executed when the computer is switched on.

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

Name a benefit of using computer models.

A

A computer model can be used without risking real lives. If something goes wrong, nobody gets hurt.

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

What kind of software programs are free to sue and also allow you to modify them to make them do exactly what you want?

A

Open-source software is free to use and allows editing of the source-code.

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

What kind of software is an operating system?

A

System software

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

What is bespoke software?

A

Bespoke software is designed and developed specially to solve a particle problem.

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

What type of software tool is used to write code?

A

A programming environment is a part of a programming software application that is used to write code and create programs.

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

What is open-source software?

A

Open-source software is provided under licence but is free of charge to anyone. The source code is made available and can be modified.

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

What does the operating system do?

A

The operating system allocates memory to programs and makes the hardware easier to work with.

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

What is a buffer?

A

A buffer is an area of memory that is used for temporary storage space. It is usually sued when transferring data between the computer and a device, such as a printer or a keyboard.

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

What does device driver software do?

A

Driver software handles requests and data transfers between the computer and a device.

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

How would we define a hierarchal file system as used by an operating system?

A

A hierarchical file system as used by an operating system would be defined as a tree structure with a root and branches, or directories that lead to other files. All storage devices that are connected to the computer and the folders and files stored on them are organised in this way.

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

How would you describe an operating system that is able to execute many program simultaneously?

A

Multi-tasking operating system

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

What kind of interface requires the user to type in commands from a keyboard to give the computer instructions?

A

Command line interface

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

Why might an operating system include a disk defragmentation utility?

A

A disk defragmentation utility to reorganise small amounts of unused disk space, making it more efficient to save large files.

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

What is the main purpose of the file system?

A

The main purpose of the file system is to provide a uniform way for programs to store and retrieve data on devices. All files and folders are organised by the operating system so that programs and users can access them.

17
Q

Why do many operation systems include a graphical user interface?

A

A graphical user interface is included to make it easier for people to use the computer.

18
Q

How does the operating system manage programs that are running?

A

Once programs are running, the operating system allocates memory to them when they request it, as long as memory is available.

19
Q

What are the two main types of software?

A
  1. System software

2. Application software

20
Q

What is system software?

A

System software controls the way the computer works and tell it what to do. For example:

  1. Operating system
  2. Utilities
  3. User interface
21
Q

What is application software?

A

Application software is a type of software you use to do your work or have fun. For example:

  1. Word processors
  2. Spreadsheets
  3. Databases
  4. Games applications