csp spring final study Flashcards

get a 67 and above for a b queen (96 cards)

1
Q

πŸ“˜ Unit 11: The Internet

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

Internet – A global network connecting millions of computers.

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

Protocol – A set of rules for how devices communicate over a network.

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

IP Address – A unique string of numbers used to identify a device on the internet.

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

DNS (Domain Name System) – Translates domain names (like google.com) into IP addresses.

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

TCP/IP – Core internet protocols that manage data transmission and address routing.

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

Packet – A small piece of data sent over the internet.

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

Router – Forwards data packets between networks.

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

Bandwidth – The maximum data transfer rate of a network.

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

Latency – The delay between sending and receiving data.

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

Redundancy – Multiple pathways or backups in a system to prevent failure.

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

Fault Tolerance – A system’s ability to continue operating even when part of it fails.

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

________________

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
A
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

πŸ“˜ Unit 13: Data and Information

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

Data – Raw facts without context.

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

Information – Organized data with meaning.

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

Binary – The language of computers using 0s and 1s.

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

Bit – Smallest unit of data (0 or 1).

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

Byte – A group of 8 bits.

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

Data Compression – Reducing the size of data to save space or time.

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

Lossless Compression – No data lost; original can be perfectly reconstructed.

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

Lossy Compression – Some data lost; not reversible.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Metadata – Data about data (e.g.
file size
26
CSV File – A plain text file with data separated by commas.
27
________________
28
29
30
πŸ“˜ Unit 14: Cybersecurity
31
Cybersecurity – Protecting computer systems from digital threats.
32
Phishing – Fake emails or messages used to trick users into giving up information.
33
Malware – Harmful software designed to damage or infiltrate computers.
34
Ransomware – Malware that locks data and demands payment to unlock.
35
Firewall – Security system that filters incoming/outgoing data.
36
Encryption – Scrambling data to keep it secure.
37
Decryption – Turning encrypted data back into readable form.
38
CIA Triad – Model for security: Confidentiality
Integrity
39
Confidentiality – Ensuring only authorized access to data.
40
Integrity – Keeping data accurate and unaltered.
41
Availability – Ensuring access to systems/data when needed.
42
________________
43
44
45
πŸ“˜ Unit 0A: Problem Solving & Computing
46
Algorithm – Step-by-step instructions to solve a problem.
47
Iteration – Repeating steps in a program.
48
Sequencing – The order of operations in a program.
49
Abstraction – Removing unnecessary detail to focus on essential parts.
50
Top-down Design – Breaking a problem into smaller parts.
51
Prototype – Early model used to test a concept or process.
52
________________
53
54
55
πŸ“˜ Unit 0G: Digital Communication & Collaboration
56
Digital Tool – Software that helps people collaborate (e.g.
Google Docs).
57
Version Control – Tracking and managing changes to code or documents.
58
Documentation – Written description of what a program does.
59
Code Commenting – Notes in code explaining what each part does.
60
Collaboration – Working together to solve problems or build software.
61
________________
62
63
64
πŸ“˜ Unit 12: Algorithms and Programming
65
Variable – A named value that can change during a program.
66
Boolean Expression – A true/false condition used in decisions.
67
If Statement – Code that runs only when a condition is true.
68
Loop – Repeats a section of code (e.g.
for loop
69
Function – Reusable code block that performs a task.
70
Parameter – Input passed into a function.
71
Return Value – The output from a function.
72
Debugging – Finding and fixing errors in code.
73
Syntax Error – Mistake in the structure of code.
74
Logic Error – Code runs but doesn’t do what’s expected.
75
________________
76
77
78
πŸ“˜ Unit 15: Computing Systems and Networks
79
Computing System – Devices and software working together.
80
Input Device – Sends information to a computer (e.g.
keyboard
81
Output Device – Sends information from a computer to a user (e.g.
monitor).
82
Storage Device – Saves data permanently or temporarily (e.g.
hard drive).
83
Computer Network – Devices connected to share data.
84
Client – A device that requests data from a server.
85
Server – A system that provides data or services to other devices.
86
________________
87
88
89
πŸ“˜ Unit 16: Impact of Computing
90
Digital Divide – The gap between people with and without access to technology.
91
Computing Innovation – New inventions using computing to solve problems.
92
Bias in Computing – When algorithms reflect human prejudice or inequalities.
93
Crowdsourcing – Getting data or ideas from a large group of people.
94
Open Source Software – Software anyone can use
modify
95
Intellectual Property – Creations of the mind protected by law (e.g.
code
96
Fair Use – Limited use of copyrighted material without permission.