Operating Systems

An operating system is the software that runs the basic operations of your computer. Famous examples are Windows, Linux, OSX and Android.

You need to know some of the things an operating system does. Here they are:


Utility Software

Utility software helps to protect and maintain your PC. You need to know the purpose of these:


Software Distribution

Software is distributed in a few different ways - both paid and free.


How images are stored

Bitmaps

A bitmap is a picture made up of tiny squares called pixels. The more pixels there are the more detailed the image and the higher the resolution. The computer stores a certain number of bits per pixel - this is called the colour depth. The higher the colour depth the more colours available.

The higher the resolution the larger the file size. The higher the colour depth the larger the file size.

Remind yourself about bitmap images with the Learn Computing Bitmap Creator.

Vectors

Vector images are stored differently to bitmaps. The computer stores the co-ordinates of a series of shapes together with attributes like width, height, fill colour, opacity and others.

Remind yourself about the types of attributes that make up a vector image with the Learn Computing Vector Creator.


How Sound is Stored

Sound is analogue. This means it needs to be turned into digital instructions so that the computer can work with it. When this happens it is called sampling.

The number of times per second that the sound is sampled is called the sampling rate. The higher the rate the better the quality but the larger the file size.

The amount of data taken with each sample is called the sampling depth and is measured in bits. The higher the sampling depth the higher the quality but the larger the file size.