Software Flashcards

1
Q

What is an operating system?

A

An operating system (OS) is software which helps to manage the resources of a computer system and provide the interface between the user and the computer’s hardware.

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

What are some examples of an operating system?

A

Well known operating systems include Windows, Linux, Unix, iOS and Android.

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

What are the main 5 functions of the operating system?

A

The five main functions of an operating system are:
- Memory management and multi-tasking
- Peripheral management and drivers
- File management
- User Interfaces
- Security (user accounts/user interfaces)

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

What are the 4 main parts of the operating system?

A

The KERNEL
The DEVICE DRIVERS
The USER INTERFACE
The SYSTEM UTILITIES

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

What are the tasks of the Kernel?

A
  • Loading / Unloading applications from memory
  • Scheduling tasks to run efficiently on the CPU
  • Memory management
  • File storage to and from secondary storage devices such as the hard disk
  • File management
  • Data security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Why is the memory management in the kernel more efficient in phones then in PCs?

A

Because memory is such a limited resource on mobile phones, their operating systems require a more efficient memory management kernel as opposed to those running on PCs.

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

What is a user interface?

A

The user interface allows a person to interact with the computer. This means humans can navigate the computer system (Human-computer interaction) There are different types of user interfaces.

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

What are the 5 different user interfaces?

A
  1. Menu interface
  2. Command line interface
  3. Graphical user interface
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Explain graphical user interface (GUI)

A

A graphical user interface (GUI) is the most commonly used interface. It is a very easy and natural way for people to interact with the computer because it makes use of pictures, graphics and icons - hence why it is called graphical. WIMP = Window Icons Mouse Pointer

This part of the operating system directs what you see on the screen and reacts to your key presses, mouse clicks and touch on a touch sensitive screen.

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

What is an example of a GUI

A

Some popular graphical user interfaces include the Windows, Mac OS X interface on an Apple computer and Gnome on Linux.

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

Explain Command line interface

A

A Command Line Interface is an entirely text-based system that allows the user to interact directly with the computer system by typing in commands (instructions) into a screen.

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

Explain Menu interface

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