programming GCSe notes 2024

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

1/37

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.

38 Terms

1
New cards

Data

unprocessed facts and figures

2
New cards

Information

Data that has been processed with 7

3
New cards

Bit

Either 1 or 0; Computer systems can only store and process Binary digits; 1 Character = 1 bit

4
New cards

Nibble

A group of 4 bits

5
New cards

Byte

8 bits

6
New cards

Kilobyte

Thousand (1002.4 bytes) Ă  Base

7
New cards

Megabyte

Million

8
New cards

Gigabyte

Billion

9
New cards

Terabyte

Trillion

10
New cards

Petabyte

Quadrillion

11
New cards

Exabyte

Quintillion

12
New cards

Zettabyte

Sextillion

13
New cards

Yottabyte

Septillion

14
New cards

Strings

Textual data in form of a sequence of characters.

15
New cards

Numeric

Integers: Positive or negative whole number; Real: Positive or negative whole/decimal numbers

16
New cards

Character

Single letter or digit set up by computer

17
New cards

Date/time

Used to store data related to date or time.

18
New cards

Boolean

Can be yes/no, true/false, 1/0.

19
New cards

Resolution

Higher pixel number Ă  Sharper image Ă  More storage

20
New cards

Vector graphics

An image made using math and shapes; Can be resized without loss of clarity; File contains instructions on how to draw the image; Small file size

21
New cards

Bitmapped graphics

Made using pixels; Pixellated when resized; File contains individual pixels that make up the image; Higher resolution = more pixels; Large file size

22
New cards

Sample rate

Number of audio sound samples captured every second to represent the sounds digitally (measured in Hertz)

23
New cards

Bit rate

Quantity of data (kilobits per second (kbps)); Frequency Ă— bit depth Ă— channels = bit rate

24
New cards

Bit depth

Number of bits stored in each sound sample

25
New cards

Compression

Lowers required storage; Types of compression include Data compression, Lossy compression, Lossless compression

26
New cards

Buffer

Allocated in memory; Used to store a downloaded part of a video before it's watched

27
New cards

Analogue

Represents physical quantity; Continuous varying signal

28
New cards

Digital

Binary

29
New cards

Data portability

Data that can transfer from one system to another easily without having to re-enter data.

30
New cards

System software

Interface between hardware and user; Types include OS (Operating system) and Utility programs

31
New cards

Real time processing

Processed and acted upon immediately; Single input Ă  Single process Ă  Single output

32
New cards

Data validation

Guarantees data is present and the correct type, range or length; Includes presence check, length check, type check, format check, range check

33
New cards

Data integrity

Accuracy and consistency of data

34
New cards

Data redundancy

Unnecessary repetition of data.

35
New cards

Spreadsheet

Software to work out calculations.

36
New cards

Cells

A grid box.

37
New cards

If statements

A function that uses true or false for a specific condition.

38
New cards

VLookup

Short for vertical lookup; Allows to find a specific value within multiple tables.