Topic 4. Organisation and structure of data

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:29 PM on 4/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

27 Terms

1
New cards

Calculations

- Make sure you know every conversion with binary, hexadecimal and denary

- Make sure you know binary addition and subtraction

2
New cards

When does an overflow occur?

In binary addition, when the answer is too large to fit into the register (it is 9 bits in length)

3
New cards

What are raster graphics?

They are dot matrix data structures representing a grid of pixels and cannot scale up without loss of apparent quality

4
New cards

Do raster graphics take up memory?

Yes, they tend to be large

in terms of the memory required to store them

5
New cards

What is a bitmap image?

A bitmap image is a type of raster image and is composed of many tiny parts, called pixels, which are often many different colours.

It is possible to edit each individual pixel

6
New cards

What are vector graphics?

Vector graphics use geometrically primitive

objects (geometric primitives) such as points, lines, curves, and shapes or polygons which are based on mathematical expressions to represent images

7
New cards

Can vector graphics be scaled up without loss of quality?

Vector graphics can be scaled up without loss of apparent quality

8
New cards

Do vector graphics take up memory?

Yes but they are smaller than

bitmap graphics in terms of the memory required to store them

9
New cards

How is sound stored as a digital representation?

Through sampling

10
New cards

What are the effects of sample rate and sample frequency?

The sample quality can be affected by the sample rate and sample frequency.

The higher the sample rate and frequency, the larger the resultant sample (file size) and the higher the quality

11
New cards

Name some examples of metadata in files

The file or artist, recording date, song title

12
New cards

How are characters represented in the internal parts of a computer?

As binary numbers

13
New cards

What is a standardised character set?

They allow for data interchange between different programs

14
New cards

Name 2 examples of standardised character sets

ASCII (American Standard Code for Information Interchange) and Unicode

15
New cards

Difference between ASCII and Unicode

Unicode can represent more characters than ASCII, but is more memory-hungry

16
New cards

What is an integer?

A whole number, 7, 0, 15, -5

17
New cards

What is Boolean?

True/False

18
New cards

What is a Real?

Integers that include decimals, 7.2, 8.9, -6.8, 12.0

19
New cards

What is a character?

A single letter, number or symbol (anything but only one of it), e.g. a, @, #, 8, Q

20
New cards

What is a String?

One or more character, e.g. Hello, abc, b, Y

21
New cards

What can you do to Data Structures?

- Describe

- Design

- Interpret

- Manipulate

22
New cards

Describe data structures

Describe relates to being able to describe and identify a data structure

For instance drawing a representation of a one-

dimensional array or a two-dimensional array

23
New cards

Design data structures

Design relates to being able to design an array or record that would be suitable for a

particular purpose (e.g. to design an array suitable for storing sales data over a time period

(Can also apply to files and records)

24
New cards

Interpret data structures

Interpret relates to being able to utilise a data structure to select data or to convert a graphical representation of an array to a programmed form or vice versa

25
New cards

Manipulate data structures

Manipulate relates to adding, deleting and editing data within an array or record

26
New cards

What are the types of validation?

"Robots Try Flying Planes Like Champions"

Range check, type check, format check, presence check, lookup table, check digit

27
New cards

What are the types of verification?

Double keying, proofreading