Home
Explore
Exams
Search for anything
Login
Get started
Home
Engineering
Computer Science
GSCE computer studdies (edexel) - unit 2 (DATA)
0.0
(0)
Rate it
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/20
Earn XP
Description and Tags
Computer Science
Add tags
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
21 Terms
View all (21)
Star these 21
1
New cards
Binary
The binary number system is base 2, using only bits 0 and 1.
2
New cards
Denary
Base 10 number system, how we normally count, uses digits 0 to 9.
3
New cards
Hexidecimal
A base-16 number system that uses sixteen distinct symbols 0-9 and A-F to represent numbers from 0 to 15.
4
New cards
ASCII
a code for representing English characters as numbers, with each letter assigned a number from 0 to 127
5
New cards
Overflow in Binary
Addition is said to overflow if the result is too big to fit in the available digits
6
New cards
Why is hexadecimal used?
- It's easier to read than binary, takes up less space
- Easy to convert from Hex to Binary and vice versa
7
New cards
Bitmap images
Images created using a grid of small squares called pixels
8
New cards
bitmap in binary
The colour of each pixel is represented as a binary number so the whole image is therefore stored as a series of binary numbers.
9
New cards
Pixles
dots that make up an image
10
New cards
Resolution
how many pixels are displayed per inch of an image.
11
New cards
Colour depth
the number of bits used for each pixel in an image file
12
New cards
Amplitude
Each point at every (x,y) is called amplitude or intensity of an image
13
New cards
Sample Rate
the number of samples taken per second, often measured in Kilohertz (kHz)
14
New cards
Sample interval
The time gap between measurements of the sound wave being taken. Another way of expressing the sampling rate.
15
New cards
representation of sound
computer catches sound waves known as analogue sound
16
New cards
equation for file size
File size (bits) = sample rate x resolution x time in seconds
17
New cards
what's data storage measured in
binary multiples
18
New cards
binary multiples
1.bit
19
New cards
Data Compression
A process for reducing the number of bits needed to represent a piece of information
20
New cards
Lossy Compression
data compression techniques in which some amount of data is lost. This technique attempts to eliminate redundant information.
21
New cards
Lossless Compression
a data compression algorithm that allows the original data to be perfectly reconstructed from the compressed data.