AP CSP Unit 3 Vocab

0.0(0)
studied byStudied by 1 person
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

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.

17 Terms

1
New cards

Computer Virus

a type of malware that spreads and infects other computers. Viruses can attach themselves to legitimate programs

2
New cards

Cybersecurity

the state of being protected against the criminal or unauthorized use of electronic data, or the measures taken to achieve this

3
New cards

Keylogging

a kind of malware that records every key pressed by a user

4
New cards

Malware

software that was designed to harm or take partial control over your computer

5
New cards

Personally identifiable information

information that can let others figure out who you are and possibly get more information like your Social Security number, age, race, phone number(s), medical information, financial information, or biometric data (such as your thumbprint or face scan)

6
New cards

Phishing

a common security attack in which the victim is tricked into giving up personal information or downloading malware

7
New cards

Targeted marketing

the strategy of tailoring and personalizing online advertising according to data acquired from some intended audience

8
New cards

Debugging

process of testing, finding problems, and fixing them, art of identifying errors in computer programs and fixing them

9
New cards

DDoS (Distributed Denial of Service)

uses a virus to flood a server with many requests from many computers at once so that users of that server are denied service

10
New cards

Rogue Access Point

a wireless access point that gives access to a secure network without the authorization of the network administrator

11
New cards

Syntax Error

a mistake in the structure or "grammar" of the code that violates the rules of the programming language being used. It is analogous to a grammatical error or typo in a written language

12
New cards

Logic Error

a flaw in a program's design or reasoning that causes it to produce incorrect or unexpected results, even though the code might be syntactically correct and execute without crashing

13
New cards

Run Time Error

an error that occurs while a program is actively executing, after it has been successfully compiled or interpreted. allows the program to begin execution but then causes it to terminate abnormally or behave unexpectedly due to an issue encountered during its operation

14
New cards

Index Out of Bounds

a program tried to access an element in a list or array using an invalid position, such as a negative number or a number greater than or equal to the list's length

15
New cards

Rounding Error

When a number cannot be precisely represented, the computer approximates it by rounding it to the nearest representable value within its finite precision. This introduces a small difference between the true value and the stored value

16
New cards

Privacy

ability to control how your personal information is collected, stored, and shared while using the internet

17
New cards

Security

protecting your data and activities online from threats like hacking, malware, and theft