ICT Flashcards

1
Q

Phishing

A

sending emails pretending to be from company to gain personal info

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Cybercrime

A

criminal activity carried out using computer or network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

email scam

A

fake email used as primary took to steal money + personal info

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

trojan horse

A

malware that appears legitimate but performs malicious activity when run

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

malware

A

software designed to cause harm or damage to computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

2 types data

A

personal and sensitive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Examples of computer crimes

A

identity theft
cyberbullying
Salami slicing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Unauthorised access

A

gaining access to systems you have no permission to access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Email scams

A

phishing
trojan horse
virus generated mail
fraudulent request

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

things to look for in email scams

A

greeting
senders address
forged link
request for personal info
sense of urgency
poor spelling and grammar

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

logic bomb

A

piece of code tells computer to execute set of instructions at specific time/conditions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

ransomware

A

software illegal installed so user cant access data until paid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

computer misuse Act 1990

A

illegal to look at or modify someone elses files without permission

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

why might they do it

A

mischief/challenge
steal money
steal/modify info
political

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

meta data

A

data about data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

GPS

A

global positioning system

18
Q

Health and safety

A

45cm between eye and screen
adjustable screen
chair supports lower back+shoulder blades
elbow angle 90-120 degrees
writs support for mouse
chair height adjustable
feet touching floor

19
Q

database

A

organised collection of structured info/data
stored electronically

20
Q

table

A

data stored in tabular format

21
Q

record

A

set of data stored ina table

22
Q

data type

A

characteristic that specifies type of data the object can hold:integer data

23
Q

Primary key

A

column/s (field)containing values that uniquely identify each row in table

24
Q

data is held in 1 or more_____?

A

table

25
Q

feild

A

category of data in data base

26
Q

data entry form

A

provides a place to enter or displace records

27
Q

Query

A

search or question performed inside database

28
Q

report

A

formatted presentation of data from data base

29
Q

validation rules

A

validated or checked to see if it meets certain rules

30
Q

decomposition

A

breaking down of a system into smaller parts that are easier to understand

31
Q

abstraction

A

process of separating + filtering ideas that arent needed in order to focus on important

32
Q

Algorithm

A

sequence of logical instructions for carrying out a task

33
Q

pseudo-code

A

writing code in plain english

34
Q

sequencing

A

creating a set of instructions to complete a task

35
Q

selections

A

decision within a computer when computer decide to move on based on result of event

36
Q

Iteration

A

single pass through a set of instructions

37
Q

creating algorithms main 3 building blocks

A

Iteration
sequencing
selection

38
Q

programming lang

A

artificial lang that the computer understands
e.g python

39
Q

Program

A

made of statements that the computer understands and knows

40
Q

what can algorithms be represented as?

A

Pseudo code or flow chart