Year 10 Digitech - Exam Revision

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

1/20

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.

21 Terms

1
New cards

Malware

Software specifically designed to disrupt, damage, or gain unauthorised access to a system.

2
New cards

Phishing

Scam or fraudulent attempts to deceive people into disclosing sensitive information or to install malware.

3
New cards

DoS Attack

Denial of service - blocking access to data or systems, often with a ransom.

4
New cards

Trojan Horse

Malware that disguises as a legitimate software or app to trick users into installing it.

5
New cards

Virus

Malware designed to spread from one computer to another.

6
New cards

Brute Force Attack

Systematic guessing of user credentials to gain access.

7
New cards

3-2-1 Backup Rule

3 copies, 2 storage types, 1 off-site backup

8
New cards

Factors of authentication (What are the 3 types?)

Something you know, something you have, something you are.

9
New cards

Data

The raw facts in a database (e.g. text, numbers, images, graphs).

10
New cards

Information

Data becomes information when processed to provide meaning to the user.

11
New cards

Database

A collection of related records stored and organised such that the user can obtain information.

12
New cards

Flat-file database

Also known as a spreadsheet, contains only one table of information.

13
New cards

Data redundancy

The unnecessary repetition of data in a database.

14
New cards

Data inconsistency

Redundant fields with incorrect spelling or an inconsistency in entries of similar items of data.

15
New cards

Entity Relationship Diagram (ERD)

Graphical representation of relationships between entities.

16
New cards

Cardinality

The relationship between 2 tables.

17
New cards

Data Normalisation

The rules for making data "normal" - removing errors, repeated fields, etc. to make it database-ready.

18
New cards

Composite Key

When two foreign keys are combined to form a primary key.

19
New cards

Relational Database

A database with multiple tables that are connected through relationships.

20
New cards

Flat-File Database Characteristics

Cheap to use, simple setup, redundancy, hard to update

21
New cards

Relational Database Characteristics

Efficient, SQL support, more complex setup & maintenance, DBMS required.