CAMBRIDGE IGSCE COMPUTER SCIENCE SECOND EDITION VOCAB FLASHCARDS Unit 1

0.0(0)
studied byStudied by 0 people
GameKnowt Live
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/21

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.

22 Terms

1
New cards

Hexadecimal

A base-16 number system that uses the values 0-9 and characters A-F.

2
New cards

Binary

A base-2 number system that uses the values 0 and 1.

3
New cards

Analogue data

A continuous stream of data that is processed by humans.

4
New cards

Logic gate

A very small component in a computer system that controls the flow of electricity.

5
New cards

Digital Data

Discrete data that only uses the values 0 and 1.

6
New cards

Register

A small component in a computer system that is to temporarily store data.

7
New cards

Denary

A base-10 number system that uses the values 0-9.

8
New cards

MAC Adress

A unique address that is given to the computer at the manufacturing stage that can be used to identify the computer.

9
New cards

Overflow Error

A type of error that occurs when a number larger than a register can store is generated.

10
New cards

Character Set

It contains all the characters that are in that character set and the binary value that is assigned to each character.

11
New cards

Pixel

A very small dot of colour that is displayed with many others to create an image.

12
New cards

Resolution

The dimensions of an image.

13
New cards

Metadata

Additional data that is stored with an image that can provide information such as the dimensions of the image and the time and date the image was taken.

14
New cards

Color Depth

The number of bits that are used to create each colour in an image.

15
New cards

Sound Sampling

A little piece of sound that is recorded at regular time intervals.

16
New cards

Sample Rate

The number of samples recorded each second.

17
New cards

Sample Resolution

The number of bits that are used to record each sound sample.

18
New cards

Compression

A method that uses an algorithm to reduce the size of a file.

19
New cards

Lossy

A compression method that reduces the size of a file by permanently removing data.

20
New cards

Lossless

A compression method that reduces the size of a file by temporarily altering the data.

21
New cards

Perceptual Music Shaping

A process that is used in lossy compression that removes sounds that are not normally heard by the human ear.

22
New cards

RLE (Run Length Encoding)

An algorithm that groups together repeating patterns and indexes them.