Home
Explore
Exams
Search for anything
Login
Get started
Home
CSP Course Vocabulary
CSP Course Vocabulary
5.0
(1)
Rate it
Studied by 1 person
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/66
There's no tags or description
Looks like no tags are added yet.
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
67 Terms
View all (67)
Star these 67
1
New cards
Binary
Number system with base 2
2
New cards
Decimal
Number system with base 10
3
New cards
Bit
Smallest unit of data in computing
4
New cards
Byte
Group of 8 bits
5
New cards
Overflow Error
Error when a calculation exceeds the computer's capacity
6
New cards
Round-off Error
Error due to rounding during calculations
7
New cards
Analog Data
Continuous data representation
8
New cards
Digital Data
Discrete data representation
9
New cards
Sampling
Process of capturing and converting analog data to digital
10
New cards
Lossless Compression
Compression without loss of data quality
11
New cards
Lossy Compression
Compression with some loss of data quality
12
New cards
Intellectual Property
Legal rights over creations of the mind
13
New cards
Creative Commons
Licensing for creative works allowing sharing with conditions
14
New cards
Computing Device
Physical device capable of computing tasks
15
New cards
Computing System
Interconnected computing devices
16
New cards
Computing Network
Interconnected computing systems
17
New cards
Path
Route for data transmission
18
New cards
Bandwidth
Data transfer capacity of a network
19
New cards
Protocol
Set of rules for data exchange
20
New cards
IP Address
Unique identifier for devices on a network
21
New cards
Internet Protocol (IP)
Protocol for internet communication
22
New cards
Router
Device for directing data packets
23
New cards
Packet
Unit of data transmitted over a network
24
New cards
Redundancy
Duplication of critical components for reliability
25
New cards
Fault Tolerant
System's ability to continue operation despite failures
26
New cards
HTTP
Hypertext Transfer Protocol for web communication
27
New cards
Domain Name System (DNS)
System translating domain names to IP addresses
28
New cards
World Wide Web
Information space accessed via the internet
29
New cards
Digital Divide
Gap between those with and without internet access
30
New cards
User Interface
Point of interaction between user and system
31
New cards
Input
Data provided to a system
32
New cards
Output
Result produced by a system
33
New cards
Program Statement
Instruction in a program
34
New cards
Program
Set of instructions for a computer
35
New cards
Sequential Programming
Program execution in order
36
New cards
Event Driven Programming
Program execution based on events
37
New cards
Documentation
Information about a program's operation
38
New cards
Comment
Explanatory text in a program
39
New cards
Pair Programming
Collaborative programming by two individuals
40
New cards
Debugging
Identifying and fixing errors in a program
41
New cards
Development process
Steps followed in creating a program
42
New cards
Event
Occurrence triggering program response
43
New cards
Expression
Combination of values and operators
44
New cards
Assignment Operator
Symbol assigning a value to a variable
45
New cards
Variable
Storage location with a symbolic name
46
New cards
String
Sequence of characters
47
New cards
Boolean Value
True or false value
48
New cards
Comparison Operators
Symbols comparing values
49
New cards
Logical operator
Operator combining boolean values
50
New cards
Conditional Statement
Statement executing based on condition
51
New cards
Function
Reusable block of code
52
New cards
Function Call
Invoking a function to execute
53
New cards
Metadata
Data describing other data
54
New cards
Citizen Science
Public participation in scientific research
55
New cards
Cleaning Data
Process of preparing data for analysis
56
New cards
Correlation
Relationship between variables
57
New cards
Crowdsourcing
Obtaining input from a large group of people
58
New cards
Information
Organized data providing knowledge
59
New cards
Data bias
Systematic error in data collection
60
New cards
Data filtering
Process of selecting specific data
61
New cards
List
Ordered collection of elements
62
New cards
Element
Individual item in a list
63
New cards
Index
Position of an element in a list
64
New cards
Iteration
Repeating a process multiple times
65
New cards
Infinite loop
Loop that never terminates
66
New cards
Traversal
Visiting each element in a data structure
67
New cards
Data abstraction
Hiding complex details to simplify usage