IGCSE - ICT - Chapter 11 or 18

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

1/27

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.

28 Terms

1
New cards

file

A collection of related data stored on a lasting medium, such as a hard disk

2
New cards

records

Complete sets of information. They are compromised of fields . A file consists of a set of records.

3
New cards

item

Each piece of data inside a record

4
New cards

field

The space where items are stored

5
New cards

key field

A field in a record that uniquely identifies instances of that record

6
New cards

sequential file

a serial file in order

7
New cards

serial filen

file not sorted in particular order

8
New cards

index

indicate exactly where the record can be found

9
New cards

direct access file

file organized so that a calculation provides the address of a record so that the record can be accessed directly

10
New cards

file maintenance

1. updates and amendments

2. insertions to the file

3. deletions to the files

11
New cards

data type

Indicates the type of data that can be stored in the field

12
New cards

numeric data types

1. integers

2. real numbers (takes up more space)

13
New cards

date data type

A data type that indicates that the data in a field represents a date eg. 07/09/12 or 07/09/2012

14
New cards

alphanumeric data type

contains mainly alphabetic and numeric characters

15
New cards

Boolean data

can be one of two possible values, True or False.

16
New cards

logical data

a data mart created by a relational view of a data warehouse

17
New cards

validation check

to make sure the data entered is validate and followed the rule

18
New cards

types of validation checks

1. length check

2. character check

3. format check

4. presence check

19
New cards

data verification

1. compare output and original

2. input data twice

20
New cards

flat file

Single table with a large number of records and fields

21
New cards

secondary key

Field by which a database is often searched

22
New cards

relational tables

when two files are related and can be referenced

23
New cards

primary key

A field (or group of fields) that uniquely identifies a given entity in a table

24
New cards

foreign key

A key in one field which appears in a field of another file

25
New cards

analogue data

A continuous varying signal, represented using an infinite number of scales. Eg - sound

26
New cards

digital data

Is text, numbers, graphics, sound, and video that has been converted into discrete digits such as 0s and 1s.

27
New cards

analogue to digital converter

A device that changes analogue signals into digital signals

28
New cards

digital to analogue converter

Converts binary words from computer into analogue signals for pixels.