the process of removing unnecessary details to focus on essential ones.
New cards
2
Algorithm
a finite set of instructions that accomplish a task.
New cards
3
Analog Data
Data with values that change continuously, or smoothly, over time. Some examples of analog data include music, colors of a painting, or position of a sprinter during a race.
New cards
4
API
Application Program Interface - specifications for how functions in a library behave and can be used
New cards
5
Argument
the value passed to the parameter
New cards
6
Arithmetic operators
These are the symbols used in computer programs for mathematical operations. (+,-,*,/, %)
New cards
7
Assignment statement
stores a value in a variable. The right side is evaluated, and the result is stored in the variable on the left side of the assignment operator, which is the ←
New cards
8
Authentication
involves verifying users requesting access to a system before providing admittance.
New cards
9
Bandwidth
the maximum amount of data that can be sent in a fixed amount of time, usually measured in bits per second.
New cards
10
Bias
discrimination for or against certain groups or individuals. The bias can come from the data used or the way the code was written.
New cards
11
Binary
A way of representing information using only two options, 0 and 1
New cards
12
Binary Search
a search algorithm that starts at the middle of a sorted set of numbers and removes half of the data; this process repeats until the desired value is found or all elements have been eliminated.
New cards
13
Bit
binary digit, which can only be 0 or 1.
New cards
14
Boolean Value
a data type that is either true or false.
New cards
15
Byte
8 bits
New cards
16
Certificate Authority (CA)
A Certificate Authority issues digital certificates that verify that the data encryption code belongs to the organization. This enables the transfer of confidential data such as passwords or credit card information on the associated website.
New cards
17
Citizen Science
scientific research conducted in whole or part by distributed individuals, many of whom may not be scientists, who contribute relevant data to research using their own computing devices.
New cards
18
Clarity
The clarity of a program means how easy it is to understand the code.
New cards
19
Classifying data
involves organizing and identifying categories that fit the data to make it easier to search for patterns and trends leading to insights.
New cards
20
Cleaning Data
a process that makes the data uniform without changing its meaning (e.g., replacing all equivalent abbreviations, spellings, and capitalizations with the same word).
New cards
21
Code segment
can be a single line or a collection of lines of code that are part of a program.
New cards
22
Code statement
sections of a program with an action to be executed.
New cards
23
Collaboration
people working together to produce a quality product.
New cards
24
Comment
form of program documentation written into the program to be read by people and which do not affect how a program runs.
New cards
25
Comparison Operators
New cards
26
Computer virus
spread by attaching itself to a valid file. It can then replicate and spread, either collecting or destroying data and programs.
New cards
27
Computing Device
a machine that can run a program, including computers, tablets, servers, routers, and smart sensors
New cards
28
Computing Innovation
includes a program as an integral part of its function. Can be physical (e.g. self-driving car), non-physical computing software (e.g. picture editing software), or non-physical computing concepts (e.g., e-commerce).
New cards
29
Computing Network
a group of interconnected computing devices capable of sending or receiving data.
New cards
30
Computing System
a group of computing devices and programs working together for a common purpose
New cards
31
Computing system
when multiple computing devices and programs work together for a specific purpose, such as managing the power grid.
New cards
32
Concatenation
strings are joined or "glued" together to form a new string.
New cards
33
Condition
use the relational operators (
New cards
34
Conditional Statement
affect the sequential flow of control by executing different statements based on the value of a Boolean expression.
New cards
35
Correlation
a relationship between two pieces of data, typically referring to the amount that one varies in relation to the other.
New cards
36
Creative Commons
A collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work, used when an author wants to give people the right to share, use, and build upon a work that they have created
New cards
37
Crowdfunding
resources like the Internet to ask people across the globe to donate money to help fund their project or need.
New cards
38
Crowdsourcing
the practice of obtaining input or information from a large number of people via the Internet.
New cards
39
Cybersecurity
protects our computing devices and networks from attacks and unauthorized access.
New cards
40
Data abstraction
manage complexity in programs by giving a collection of data a name without referencing the specific details of the representation.
New cards
41
Data bias
data that does not accurately reflect the full population or phenomenon being studied
New cards
42
Data filtering
choosing a smaller subset of a data set to use for analysis, for example by eliminating / keeping only certain rows in a table
New cards
43
Data mining
analyzes large datasets to search for patterns that can lead to new insights for the organization.
New cards
44
Data stream
segments of data packaged in packets sent through a network such as the Internet.
New cards
45
Debugging
Finding and fixing problems in an algorithm or program.
New cards
46
Decidable problem
an algorithm can be created that provides a yes or no answer for all instances of the problem.
New cards
47
Decision Problem
a problem with a yes/no answer (e.g., is there a path from A to B?)
New cards
48
Decryption
a process that reverses encryption, taking a secret message and reproducing the original plain text.
New cards
49
Development process
the steps or phases used to create a piece of software. Typical phases include investigating, designing, prototyping, and testing
New cards
50
Digital Data
data that changes discretely through a finite set of possible values
New cards
51
Digital Divide
differing access to computing devices and the Internet, based on socioeconomic, geographic, or demographic characteristics
New cards
52
Distributed Computing
a model in which programs are run by multiple devices
New cards
53
Documentation
a written description of how a command or piece of code works or was developed.
New cards
54
Efficiency
a measure of how many steps are needed to complete an algorithm
New cards
55
Element
an individual value in a list that is assigned a unique index
New cards
56
Encryption
a process of encoding messages to keep them secret, so only "authorized" parties can read it.
New cards
57
Event
associated with an action and supplies input data to a program. Can be generated when a key is pressed, a mouse is clicked, a program is started, or by any other defined action that affects the flow of execution.
New cards
58
Event Driven Programming
some program statements run when triggered by an event, like a mouse click or a key press
New cards
59
Expression
a combination of operators and values that evaluates to a single value
New cards
60
Fault Tolerant
Can continue to function even in the event of individual component failures. This is important because elements of complex systems like a computer network fail at unexpected times, often in groups.
New cards
61
Filtering data
selecting a subset of data, sometimes based on its classifications, to use for further analysis.
New cards
62
Function
a named group of programming instructions. Also referred to as a "procedure".
New cards
63
Function Call
a command that executes the code within a function
New cards
64
Heuristic
provides a "good enough" solution to a problem when an actual solution is impractical or impossible
New cards
65
HTTP
HyperText Transfer Protocol - the protocol used for transmitting web pages over the Internet
New cards
66
Hypertext Transfer Protocol Secure (HTTPS)
provides the secure processing of a web page. Always check for HTTPS before making a purchase online to ensure your credit card number is encrypted.
New cards
67
Incremental development process
subdivides a program into small modules. Each section is coded, tested, and approved and then added to the larger application and tested with other completed parts of it.
New cards
68
Index
a common method for referencing the elements in a list or string using numbers
New cards
69
Infinite loop
occurs when the ending condition will never evaluate to true.
New cards
70
Information
the collection of facts and patterns extracted from data
New cards
71
Input
data that are sent to a computer for processing by a program. Can come in a variety of forms, such as tactile interaction, audio, visuals, or text.
New cards
72
Intellectual Property
A work or invention that is the result of creativity, such as a piece of writing or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.
New cards
73
Internet
a computer network consisting of interconnected networks that use standardized, open (nonproprietary) communication protocols.
New cards
74
Internet Protocol (IP)
a protocol for sending data across the Internet that assigns unique numbers (IP addresses) to each connected device
New cards
75
IP Address
The unique number assigned to each device on the Internet.
New cards
76
Iteration
a repetitive portion of an algorithm which repeats a specified number of times or until a given condition is met.
New cards
77
Iterative
repeat code a specified number of times or until a condition is true (for this course) using a loop structure.
New cards
78
Iterative development process
repeats the steps of coding, testing, and feedback to refine a section of code until it is complete.
New cards
79
Keylogging
the use of a program to record every keystroke made by a computer user in order to gain fraudulent access to passwords and other confidential information
New cards
80
Library
a group of functions (procedures) that may be used in creating new programs
New cards
81
Linear Search
a search algorithm which checks each element of a list, in order, until the desired value is found or all elements in the list have been checked.
New cards
82
List
an ordered collection of elements
New cards
83
Logic error
A logic error occurs when the code runs but produces incorrect results.
New cards
84
Logical operator
NOT, AND, and OR, which evaluate to a Boolean value.
New cards
85
Lossless Compression
A process for reducing the number of bits needed to represent something without losing any information. This process is reversible.
New cards
86
Lossy Compression
A process for reducing the number of bits needed to represent something in which some information is lost or thrown away. This process is not reversible.
New cards
87
Malware
software intended to damage a computing system or to take partial control over its operation
New cards
88
Metadata
data about data, such as the author of a document. It is used to help organize and find data.
New cards
89
Modularity
style of programming that breaks the requirements into smaller pieces until each module does a specific task or set of tasks.
New cards
90
Modulus
This operation provides only the remainder after dividing (%)
New cards
91
Multi-factor Authentication
a system that requires at least two steps to unlock protected information; each step adds a new layer of security that must be broken to gain unauthorized access
New cards
92
Open access
data that is freely available online with limited, if any, copyright restrictions.
New cards
93
Open source
\software is available for anyone to use or modify without restrictions.
New cards
94
Optimization Problem
a problem with the goal of finding the "best" solution among many (e.g., what is the shortest path from A to B?)
New cards
95
Output
any data that are sent from a program to a device. Can come in a variety of forms, such as tactile interaction, audio, visuals, or text.
New cards
96
Overflow Error
Error from attempting to represent a number that is too large.
New cards
97
Packet
A chunk of data sent over a network. Larger messages are divided into packets that may arrive at the destination in order, out-of-order, or not at all.
New cards
98
Pair Programming
a collaborative programming style in which two programmers switch between the roles of writing code and tracking or planning high level progress
New cards
99
Parallel Computing
a model in which programs are broken into small pieces, some of which are run simultaneously
New cards
100
Parallel computing system
use multiple computers to process a section of a program at the same time. The results are then combined for the complete solution. The devices in a parallel computing system share memory.