Unit 2: Data Edexcel GCSE Computer Science

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/32

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

33 Terms

1
New cards

Pixel

The smallest single point of colour in an image

2
New cards

Resolution

The number of pixels in an image. Sometimes identified by the width and height of the image as well as the total number of pixels in the image.

3
New cards

ASCII

A standard for representing characters, using 7 bits - 128 unique characters can be represented

4
New cards

Character set

The list of characters recognised by a computer

5
New cards

Colour depth

The number of bits used to encode the colour of each pixel

6
New cards

Sampling

Measurements taken of a sound wave at regular intervals of time

7
New cards

Fidelity

how accurate the recording is to the original sound.

8
New cards

High fidelity

A very accurate digital recording; often called hi-fi

9
New cards

Compression

Changing the format of a file to decrease the file size

10
New cards

Lossless compression

Compressing a file and not losing any data

11
New cards

Lossy compression

Compressing a file by removing some of the data

12
New cards

Sample rate

The number of samples taken per second, often measured in Kilohertz (kHz)

13
New cards

Sample interval

The distance or time between data points or measurements.

14
New cards

Bitmap

An image composed of pixels with a fixed resolution

15
New cards

Binary

Base 2 Number system using 0 and 1

16
New cards

Hexadecimal

A base-16 number system that uses symbols 0-9 and A-F to represent numbers from 0 to 15.

17
New cards

Byte

8 bits

18
New cards

Nibble

4 bits

19
New cards

Kibibyte (KiB)

1024 bytes

20
New cards

Mebibyte (MiB)

1024 kibibytes

21
New cards

Gibibyte (GiB)

1024 mebibytes

22
New cards

MSB

Most Significant Bit, the left-most bit in a binary whole number or code

23
New cards

Two's complement

A method of being able to store negative numbers as binary digits. It works by turning the MSB into a sign bit, where 0 represents a positive number and 1 represents a negative.

24
New cards

Overflow

Error that results when the number of bits is not enough to represent the number.

25
New cards

Logical Shift Left

(<<)Everything moves left by a bit, and the LSB on the right is filled with a zero - multiplication

26
New cards

Logical Shift Right

(>>)Everything moves right by a bit, and the MSB on the left is filled with a 0 - division

27
New cards

Uses of Hexadecimal

Defining colours in HTML and MAC addresses

28
New cards

Bit depth

The number of bits used to encode each sound sample. (Higher bits → greater quality → larger file size)

29
New cards

Amplitude

Height of an audio wave: larger amplitude = louder sound

30
New cards

Data compression algorithms

Algorithms designed to reduce the number of bits needed to represent a piece of information

31
New cards

Data capacity

The amount of data that can be stored on a secondary storage device or in a computer's memory

32
New cards

MP3

A standard format for audio files

33
New cards

Why is hexadecimal used?

Hexadecimal uses less digits than binary so humans find it easier to read