CS Revision - Computer Systems & Data Representation

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/37

flashcard set

Earn XP

Description and Tags

Flashcards covering weaknesses I have at these OCR GCSE Computer Science (Higher) topics

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

38 Terms

1
New cards

6 Functions of an OS

Communication with hardware

Provide a UI

Provide a platform to run applications

Allow computer to multitasking

File/disk management

User management

2
New cards

OS - Communication

Uses device driver software to translate signals for hardware to the OS. Installs drivers when a new device is connected

3
New cards

OS - UI

Allows a user to interact with a computer system

Can be GUI, CLI, or mobile UI

4
New cards

Advantage/Disadvantage of CLI

More efficient and powerful than GUI

Not usable for everyday users

5
New cards

WIMP

Windows Icons Menus Pointers

6
New cards

OS - Multitasking

Removes unused applications from memory

Uses a memory manager to allocate applications certain memory addresses

Divides CPU time and may prioritise some applications

7
New cards

OS - File/Disk management

Organises data into a heirarchial structure

Splits hardware into sectors

May include utility software

8
New cards

OS - User management

Lets each user have only access to their own data

May use security measures

Account system

9
New cards

Difference between single user and multi user OS

Multi user OS allows several users to use a computer at the same time. Often used on mainframes

10
New cards

Embedded systems

Computers built into other larger devices

Used to monitor and control machinery

Dedicated to perform a single task

11
New cards

Advantages of embedded systems

Cheaper to produce and more efficient at doing their task than a general purpose computer

12
New cards

Utility software

Performs additional tasks that the OS cannot

13
New cards

Defragmentation software

Over time files move, are deleted, change size. This leads to many small gaps appearing on the disk.

This makes the files harder to read because the read/write head has to move back and forth

This software reorganises data to put fragmented files back together and collects free space

14
New cards

Compression software

Makes files smaller by temporarily or permanently removing data from them

They need to be extracted before use

15
New cards

Encryption software

Encrypts data to stop 3rd parties accessing jt

A special key is needed to decrypt data

16
New cards

Backup software

Data may be lost accidentally or deliberately

Backup software prevents data loss

Makes regular copies of data and moves it to high capacity secondary storage or the cloud

17
New cards

Full backup

Making a copy of every file on a computer or network

Lots of storage and time consuming

18
New cards

Incremental backup

Makes a copy of every new file or changed file since the last backup

19
New cards

Thinks user can do with data using an OS

Name files

Save and delete files

Move files

Edit files

20
New cards

CPU purpose

Brain of the computer

Processes all data and instructions that makes the system work

Carries out the FDE cycle

21
New cards

Examples of read only discs

CD-ROM

DVD-ROM

BD-ROM

22
New cards

Examples of write once discs

CD-R

DVD-R

BD-R

23
New cards

Examples of rewritable discs

CD-RW

DVD-RW

BD-RW

24
New cards

Magnetic tapes

Type of magnetic storage

Comes in plastic cassettes and requires a special tape drive

Written sequentially so it is slow to find data

25
New cards

Character sets

Collections of characters that a computer recognises from their binary representation

26
New cards

ASCII

Character set that represents all letters, some numbers symbols and commands

7-bits per character → can represent 128

Extra 0 added to start of binary code so it fits into a byte

Codes are ordered

27
New cards

Unicode

Character set that tries to cover every possible character/symbol

Multiple bytes for each character

First 128 characters are the same as ASCII

28
New cards

Bitmap images

Store images as tiny dots called pixels

Colour of each pixel is represented as a binary code

Cannot maintain quality when resized

29
New cards

Colour depth

Number of bits used for each pixel in a bitmap image

30
New cards

Image resolution

Number of pixels in an image

Sometimes given as width x height

31
New cards

Metadata

Information stored in an image which allows a computer to recreate an image from binary data

Contains file format, height, width, colour depth, resolution

32
New cards

Vector images

Set of mathematical formulas and commands that a computer uses to reconstruct an image

Can be resized while maintaining quality as they don’t use any pixels

33
New cards

How sound is stored digitally

Recorded by a microphone as an analogue signal

Amplitude of the sound wave is sampled at regular intervals

Only certain values can be taken, according to the bit depth

Creates the curve digitally

34
New cards

Sample rate (sound)

How many samples are taken in a second

Commonly 44,100 Hz

Increased → better quality

35
New cards

Bit depth (sound)

Number of bits used for each sample

Increased → Closer to original recording

36
New cards

2 Types of compression

Lossy and Lossless

37
New cards

Lossy compression

Permanently removes data from a file

Eg: .mp3, .jpg

38
New cards

Lossless compression

Temporarily removes data from a file then restores it to original state when opened

Eg: .zip, .png