8153542551 | Agile software development | An approach to software development that emphasizes a flexible and ready response to meet a shifting target. | 0 | |
8153542552 | Benchmarking | Running a program on many data sets to be sure its performance falls within required limits; timing the same algorithm on two different machines. | 1 | |
8153542553 | Code library | A collection of thoroughly tested object code for various useful tasks. | 2 | |
8153542554 | Coding | The process of translating the detailed designs into computer code. | 3 | |
8153542555 | Divide-and-conquer | A program design strategy in which tasks are broken down into subtasks, which are broken down into sub-subtasks, and so on, until each piece is small enough to code comfortably. These pieces work together to accomplish the total job. | 4 | |
8153542556 | Empirical testing | Designing a special set of test cases and running the program using these test data. | 5 | |
8153542557 | Executable module | The resulting object code after a linker inserts requested code from code libraries. | 6 | |
8153542558 | External documentation | Any materials assembled to clarify the program's design and implementation. | 7 | |
8153542559 | Feasibility study | A step in the software development life cycle that evaluates a proposed project and compares the costs and benefits of various solutions. | 8 | |
8153542560 | Integrated development environment (IDE) | A collection of programs that support software development, such as debuggers, editors, toolkits, and libraries, that lets programmers perform several tasks within the shell of a single application. | 9 | |
8153542561 | Integration testing | After unit testing, integration testing is done to see that the modules communicate the necessary data between and among themselves and that all modules work together smoothly. | 10 | |
8153542562 | Internal documentation | Documentation that is part of the program code itself. | 11 | |
8153542563 | Logic error | An error in the algorithm used to solve a problem. | 12 | |
8153542564 | Object code | Machine language instructions. | 13 | |
8153542565 | Pair programming | Involves two programmers at a single workstation. At any given point in time, one is writing code and the other is actively observing, watching for possible errors but also thinking about the overall approach. | 14 | |
8153542566 | Problem specification | A step in the software development life cycle that involves developing a clear, concise, and unambiguous statement of the exact problem the software is to solve. | 15 | |
8153542567 | Procedural language | A program written in a procedural language consists of sequences of statements that manipulate data items. | 16 | |
8153542568 | Program design phase | A step in the software development life cycle that plans the structure of the software to be written. | 17 | |
8153542569 | Program maintenance | The process of adapting an existing software product due to errors, new system requirements, or changing user needs. | 18 | |
8153542570 | Program verification | Used to prove that if the input data to a program satisfies certain conditions, then, after the program has been run on these data, the output data satisfies certain other conditions. | 19 | |
8153542571 | Regression testing | If anything is changed on an already-tested module, regression testing is done to be sure that this change has not introduced a new error into code that was previously correct. | 20 | |
8153542572 | Runtime error | An error that occurs when the program is run using certain sets of data that result in some illegal operation, such as dividing by zero. | 21 | |
8153542573 | Semantics | The meaning of correctly written programming statements. | 22 | |
8153542574 | Source code | High-level language instructions. | 23 | |
8153542575 | Syntax error | An error that occurs because a program statement fails to follow the correct rules of syntax. | 24 | |
8153542576 | Technical documentation | Documentation that enables programmers who later have to modify the program to understand the code. | 25 | |
8153542577 | Third-generation language | Another name for high-level programming language as opposed to machine language (first generation) or assembly language (second generation). | 26 | |
8153542578 | Top-down decomposition | A program design strategy in which tasks are broken down into subtasks, which are broken down into sub-subtasks, and so on, until each piece is small enough to code comfortably. These pieces work together to accomplish the total job. | 27 | |
8153542579 | Syntax | The rules for exactly how programming statements must be written; the grammatical structure of a programming language | 28 | |
8153542580 | Application | (Java) A complete standalone program that resides and runs on a self-contained computer. | 29 | |
8153542581 | External library | A well-written, efficient, and thoroughly tested code module that is separately compiled and then drawn on by any program that wishes to use its capabilities. | 30 | |
8153542582 | Functional programming languages | Views every task in terms of functions. In this context, function means something like a mathematical function—a recipe for taking an argument (or possibly several arguments) and doing something with them to compute a single value. | 31 | |
8153542583 | Knowledge base | Facts and rules about a certain domain of interest. | 32 | |
8153542584 | Open source | Software whose source code is freely available and may be used, distributed, or modified by anyone. | 33 | |
8153542585 | Recursive | Something that is defined in terms of "smaller versions" of itself. | 34 | |
8153542586 | Computational model | A model constructed using algorithmic procedures implemented as computer programs. | 35 | |
8153542587 | Computational steering | A procedure for using a computational model to improve the design of an actual system by continually resetting model parameters to improve system performance. | 36 | |
8153542588 | Computer graphics | The field of computer science that examines the technical problems of displaying visual images on a computer screen. | 37 | |
8153542589 | Continuous model | A model of a system using mathematical equations that describe system performance as a continuous function of time t. | 38 | |
8153542590 | Discrete event simulation | A computational modeling technique that simulates the behavior of a system only at discrete points in time. | 39 | |
8153542591 | Garbage in, garbage out | The term for the fact that the output coming out of a computer model is only as accurate as the assumption used to build the model. | 40 | |
8153542592 | Scientific visualization | The use of images and visualization techniques to make scientific data easier to interpret and understand. | 41 | |
8153542593 | Simulation model | Another term for a computational model. | 42 | |
8153542594 | Statistical distribution | This is a mathematical function that describes the probability of a random quantity taking on certain values. | 43 | |
8153542595 | Stochastic components | Parts of a model that display random behavior. | 44 | |
8153542596 | Uniform random number | Every value in the range from a to b has the same chance of occurring. | 45 | |
8153542597 | Analogy | Arguing about a problem by comparing it to a related problem, which you claim is very similar in terms of its ethical implications and consequences. | 46 | |
8153542598 | Consequentialism | A school of thought in ethics that focuses on the consequences of an act to determine if the act is good or bad. | 47 | |
8153542599 | Cyberbullying | Humiliating, taunting, threatening or invading someone's privacy using the Internet, Web, or other type of electronic technology. | 48 | |
8153542600 | Ethics | The study of how to decide if something is morally right or wrong. | 49 | |
8153542601 | Hacktivism | Hacking that is intended as political activism. | 50 | |
8153542602 | Peer-to-peer file sharing | The sharing of files between two equal participants on a network. This is distinct from the client-server model in which the two sides serve very different roles--one side only sending information (the server) and the other side only receiving information (the client). | 51 | |
8153542603 | Computer science | The study of algorithms, including their mathematical properties, hardware and linguistic realizations, and their applications. | 52 | |
8153542604 | Computing agent | The entity (machine, robot, person, or thing) that executes the steps of an algorithm. | 53 | |
8153542605 | High-level programming language | A programming language that uses both natural language constructs and mathematical notation. | 54 | |
8153542606 | Infinite loop | The repetitive execution of a block of operations that will never end. This is a fatal error when it occurs in an algorithm. | 55 | |
8153542607 | Sequential operation | An algorithmic operation that carries out a single task and then moves on to the next operation in sequence. | 56 | |
8153542608 | Algorithm discovery | The process of finding an algorithmic solution to a given problem. Computation: An algorithmic operation that carries out a single numeric computation and stores the result. | 57 | |
8153542609 | Computation | An algorithmic operation that carries out a single numeric computation and stores the result. | 58 | |
8153542610 | Conditional statements | Operations that ask a question and select the next instruction to carry out based on the answer to that question. | 59 | |
8153542611 | Continuation condition | The true/false condition that will determine when the iteration has been completed. | 60 | |
8153542612 | Control operations | Operations that alter the normal sequential flow of control within an algorithm. | 61 | |
8153542613 | Input | An operation that causes data values from the outside world to be brought into the algorithm. | 62 | |
8153542614 | Iteration | The repetitive execution of a block of operations. | 63 | |
8153542615 | Output | An operation that causes computed values to be sent to the outside world for viewing or saving. | 64 | |
8153542616 | Primitive operation | An operation that can be directly understood by the computing agent executing the algorithm and which does not have to be further clarified or explained. | 65 | |
8153542617 | Pseudocode | A notation used to design algorithms. It uses English constructs, mathematical notation and an informal algorithmic structure designed to look like a high-level programming language. | 66 | |
8153542618 | Sorting | The task of putting a list of values into numeric or alphabetical order. | 67 | |
8153542619 | Boolean expression | An expression that can evaluate only to true or false. | 68 | |
8153542620 | Gigabyte | One billion bytes. | 69 | |
8153542621 | Program | an algorithm that is written in a programming language that runs on a computer | 70 | |
8153542622 | Control Structures | a block of programming that determines which part of the program is executed next. There are three types of structures: sequence, selection, and repetition. | 71 | |
8153542623 | Computational Artifact | an object created by a human being that involves the use of computation in some way, for example a mobile app or a web page. | 72 | |
8153542624 | Event Driven Programming | a programming approach whereby the program's behavior is controlled by writing code that responds to various events that occur, such as Button clicks. | 73 | |
8153542625 | Hardware | the large and small physical components that make up a computers such as the computer's keyboard or its processor. | 74 | |
8153542626 | Software | the computer programs that make up a computer system such as the mobile apps we will be creating in this course. | 75 | |
8153542627 | Abstraction | one of the seven big ideas of the CS Principles curriculum. An abstraction is a simplified and general representation of some complex object or process. One example --we'll encounter many in this course, including abstractions used in computer programming -- would be a Google map. | 76 | |
8153542628 | Binary Number | a number written in the binary system, a system that uses only two digits, 0s and 1s. | 77 | |
8153542629 | Blacklist | in internet terminology, a generic term for a list of email addresses or IP addresses that are origination with known spammers | 78 | |
8153542630 | Character | any symbol that requires one byte of storage | 79 | |
8153542631 | Cyberspace | a metaphor for describing the non-physical terrain created by computer systems | 80 | |
8153542632 | Data | data is distinct information that is formatted in a special way. Data exists in a variety of forms, like text on paper or bytes stored in electronic memory | 81 | |
8153542633 | Data Center | are physical or virtual infrastructures used by enterprises to house computer, server and networking systems and components for the company's IT (information technology) needs | 82 | |
8153542634 | Data Network | a telecommunications network which allows computers to exchange data | 83 | |
8153542635 | Disk Drive | a randomly addressable and rewritable storage device | 84 | |
8153542636 | Intellectual Property | refers to any property that is created using original thought. Traditional intellectual property include patents, copyrights, and trademarks. | 85 | |
8153542637 | Network | a group of two or more computer systems linked together | 86 | |
8153542638 | Processor | short for microprocessor or CPU | 87 | |
8153542639 | Social Networking | a social structure made of nodes that are generally individuals or organizations. A social network represents relationships and flows between people, groups, organizations, animals, computers, or other information/knowledge processing entities | 88 | |
8153542640 | Whitelist | a generic name for a list of email address or IP addresses that are considered to be spam free | 89 | |
8153542641 | Analog | a device or system that represents changing values as continuously variable physical quantities | 90 | |
8153542642 | ASCII | a code for representing English characters as numbers, with each letter assigned a number from 0 to 127 | 91 | |
8153542643 | Cloud Computing | comparable to grid computing, cloud computing relies on sharing resources rather than having local servers handle applications. | 92 | |
8153542644 | Cryptography | the art of protecting information by transforming it into an unreadable format, called cipher text | 93 | |
8153542645 | Digital | any system based on discontinuous data or events. Computers are digital machines because at the basic level they can distinguish between just two values, 0 and 1. | 94 | |
8153542646 | Digital Signal Processing | (DSP) refers to manipulating analog information | 95 | |
8153542647 | Download | to copy data (usually an entire file) from a main source to a peripheral device | 96 | |
8153542648 | Megabyte | used to describe data storage, 1,048,576 bytes (abbreviated MB) | 97 | |
8153542649 | Megapixel | one million pixels, used in reference to the resolution of a graphics device | 98 | |
8153542650 | Modeling | process of representing a real-world object of phenomenon as a set of mathematical equations. | 99 | |
8153542651 | OCR | optical character recognition, the branch of computer science that involves reading text from paper and translating the images into a form that the computer can manipulate | 100 | |
8153542652 | Raster | the rectangular area of a display screen actually being used to display images | 101 | |
8153542653 | Render | refers to the process of adding realism to a computer graphics by adding 3-D qualities, such as shadows and variations in color and shade. | 102 | |
8153542654 | Spam | spam is electronic junk mail or junk newsgroup postings | 103 | |
8153542655 | Steganography | the art and science of hiding information by embedding messages within other, seemingly harmless messages | 104 | |
8153542656 | Upload | to transmit data from a computer to a bulletin board service, mainframe, or network. | 105 | |
8153542657 | Bit | Single unit of information on a computer represent as a 0 or 1 | 106 | |
8153542658 | Bit Rate | The number of bits that are conveyed or processed per unit of time | 107 | |
8153542659 | Latency | The time it takes for a signal to arrive | 108 | |
8153542660 | Bandwidth | Transmission capacity, measured by bit rate | 109 | |
8153542661 | Fiberoptics | Method of transmitting data that utilizes light | 110 | |
8153542662 | Copper Wire | Method of transmitting data that utilizes electricity | 111 | |
8153542663 | WiFi | A wireless networking technology that utilizes radio waves to transmit information/data | 112 | |
8153542664 | Prototype | A preliminary sketch of an idea or model for something new. It's the original drawing from which something real might be built or created. | 113 | |
8153542665 | IP Address | A number assigned to any item that is connected to the Internet. | 114 | |
8153542666 | Packets | Small chunks of information that have been carefully formed from larger chunks of information. | 115 | |
8153542667 | Router | A computer which receives messages traveling across a network and redirects them towards their intended destinations based on the addressing information included with the message. | 116 | |
8153542668 | Transmission Control Protocol (TCP) | Provides reliable, ordered, and error-checked delivery of a stream of packets on the internet. TCP is tightly linked with IP and usually seen as TCP/IP in writing. | 117 | |
8153542669 | Domain Name System (DNS) | An abbreviation for Domain Name System, the Internet's system for converting alphabetic names into numeric IP addresses. | 118 | |
8153542670 | Hypertext Transfer Protocol (HTTP) | The protocol used by the World Wide Web. It describes how messages are formatted and interchanged, and how web servers respond to commands. | 119 | |
8153542671 | Server | A computer that awaits and responds to requests for data. | 120 | |
8153542672 | Client | A computer that requests data stored on a server. | 121 | |
8153542673 | Net Neutrality | The principle that Internet service providers should enable access to all content and applications regardless of the source, and without favoring or blocking particular products or websites. | 122 | |
8153542674 | Internet Censorship | The control or suppression of what can be accessed, published, or viewed on the Internet. It may be carried out by governments or by private organizations at the behest of government, regulators, or on their own initiative. | 123 | |
8153542675 | Node | Vertex; Represented by a labeled circle | 124 | |
8153542676 | Edge | A line connecting two nodes | 125 | |
8153542677 | Cost | Weight; The number associated with an edge that indicates distance, time, or estimated cost | 126 | |
8153542678 | Cycle | A set of edges that begin at one node and can be followed through other nodes back where you started | 127 | |
8153542679 | Efficiency | A measure of the number of steps per input size needed to complete an algorithm | 128 | |
8153542680 | Routing Table | A data table stored in a router that lists the routes to particular network destinations | 129 | |
8153542681 | Minimum Spanning Tree | Dictates the shortest aggregate path from one node to every node A spanning tree connecting all nodes together with the minimum aggregate value of its edges. | 130 | |
8153542682 | Internet Engineering Task Force (IETF) | A group of volunteers, private citizens, government officials, etc. who promote internet standards | 131 | |
8153542683 | Algorithm | A precise sequence of instructions for processes that can be executed by a computer | 132 | |
8153542684 | Function | A piece of code that you can easily call over and over again. | 133 | |
8153542685 | API | a collection of commands made available to a programmer | 134 | |
8153542686 | Documentation | a description of the behavior of a command, function, library, API, etc. | 135 | |
8153542687 | Parameter | An extra piece of information that you pass to the function to customize it for a specific need | 136 | |
8153542688 | For Loop | A particular kind of looping construct provided in many languages. Typically, a for loop defines a counting variable that is checked and incremented on each iteration in order to loop a specific number of times. | 137 | |
8153542689 | Loop | The action of doing something over and over again. | 138 | |
8153542690 | Byte | technical term for 8 bits of data | 139 | |
8153542691 | Kilobyte (KB) | 1000 bytes | 140 | |
8153542692 | Megabyte (MB) | 1,000 kilobytes | 141 | |
8153542693 | Terabyte (TB) | 1,000 gigabytes | 142 | |
8153542694 | Petabyte (PB) | 1,000 terabytes | 143 | |
8153542695 | .bmp | (bitmap image file or bitmap) is a raster graphics image file format used to store digital images. | 144 | |
8153542696 | .gif | (acronym for Graphics Interchange Format) a bitmap image format which uses the LZW lossless data compression technique to reduce the file size without degrading the visual quality. Supports 8 bits per pixel for each image and animations. | 145 | |
8153542697 | .jpg or .jpeg | (acronym for Joint Photographic Experts Group), a commonly used lossy compression format for digital images, particularly for those images produced by digital photography. The format supports adjustable degrees of compression. | 146 | |
8153542698 | .mp3 | an audio coding format for digital audio which uses a form of lossy data compression which works by reducing (or approximating) certain components of the audio that are considered to be beyond audible human hearing. | 147 | |
8153542699 | .wav | (Waveform Audio File Format) an audio coding format standard for storing an audio bitstream of uncompressed audio data. | 148 | |
8153542700 | .txt | a computer format that is structured as a sequence of lines of electronic text. | 149 | |
8153542701 | .zip | an archive file format that supports lossless data compression; may contain one or more files or directories. | 150 | |
8153542702 | .png | (Portable Network Graphics) a raster graphics file format that supports lossless data compression. | 151 | |
8153542703 | Heuristic | a problem solving approach (algorithm) to find a satisfactory solution where finding an optimal or exact solution is impractical or impossible. | 152 | |
8153542704 | Image | A type of data used for graphics or pictures. | 153 | |
8153542705 | Metadata | Data that describes other data. For example, a digital image my include metadata that describe the size of the image, number of colors, or resolution. | 154 | |
8153542706 | Pixel | Short for "picture element" it is the fundamental unit of a digital image, typically a tiny square or dot which contains a single point of color of a larger image. | 155 | |
8153542707 | Hexadecimal Number System | A number system consisting of 16 distinct symbols — 0-9 and A-F — which can occur in each place value. | 156 | |
8153542708 | Lossless | A compression scheme in which every bit of the original data can be recovered from the compressed file. | 157 | |
8153542709 | Lossy | A compression scheme in which "useless" or less-than-totally-necessary information is thrown out in order to reduce the size of the data. The eliminated data is unrecoverable. | 158 | |
8153542710 | RGB | the color model that uses varying intensities of (R)ed, (G)reen, and (B)lue light added together in order to reproduce a broad array of colors. | 159 | |
8153542711 | File extensions | the endings of file names that indicate to the computer the format for how the underlying bits are organized. | 160 | |
8153542712 | Computationally Hard Problem | A problem that can not be solved in a reasonable amount of time. Heuristics are often used to create an approximate or good enough solution. | 161 | |
8153542713 | Innovation | A novel or improved idea, device, product, etc. or the development thereof | 162 | |
8153542714 | Moore's Law | the observation that computing power roughly doubles every two years. | 163 | |
8153542715 | Big Data | a broad term for datasets so large or complex that traditional data processing applications are inadequate. | 164 | |
8153542716 | Cipher | the generic term for a technique (or algorithm) that performs encryption | 165 | |
8153542717 | Cracking encryption | When you attempt to decode a secret message without knowing all the specifics of the cipher. | 166 | |
8153542718 | Decryption | a process that reverses encryption, taking a secret message and reproducing the original plain text | 167 | |
8153542719 | Encryption | a process of encoding messages to keep them secret, so only "authorized" parties can read it. | 168 | |
8153542720 | Asymmetric encryption | used in public key encryption, it is scheme in which the key to encrypt data is different from the key to decrypt. | 169 | |
8153542721 | Public Key Encryption | Used prevalently on the web, it allows for secure messages to be sent between parties without having to agree on, or share, a secret key. It uses an asymmetric encryption scheme in which the encryption key is made public, but the decryption key is kept private. | 170 | |
8153542722 | Digital Divide | the gulf between those who have ready access to computers and the Internet, and those who do not. | 171 | |
8153542723 | Hypothesis | A proposed explanation for some phenomenon used as the basis for further investigation. | 172 | |
8153542724 | Search Trends | Comparison of the popularity of topical queries in an online search engine as they relate to time. | 173 | |
8153542725 | Visualization | Images, diagrams, tables, etc created from information extracted from a given data set, with the express intention of highlighting a data story. | 174 | |
8153542726 | Pivot Table | The name of the tool used by most spreadsheet programs to create a summary table. | 175 | |
8153542727 | README | A document providing background information about a dataset. | 176 | |
8153542728 | CSV | Abbreviation of "comma-separated values," this is a widely-used format for storing data. | 177 | |
8153542729 | Raw data | The original data as it was collected. | 178 | |
8153542730 | Summary table | A table of aggregate information about a dataset (e.g., the average, sum, count of some values). | 179 | |
8153542731 | Filter | tool/technique using dynamic parameters for reducing a data set to viewing only similar items in a row or column. | 180 | |
8153542732 | Aggregation | A computation in which rows from a data set are grouped together and used to compute a single value of more significant meaning or measurement. Common aggregations include: Average, Count, Sum, Max, Median, etc. | 181 | |
8153542733 | Binary question | a question where there are only two possible answers | 182 | |
8153542734 | Protocol | A set of rules governing the exchange or transmission of data between devices. | 183 | |
8153542735 | ASCIII | The universally recognized raw text format that any computer can understand | 184 | |
8153542736 | American Standard Code for Information Interchange | What does ASCII stand for? (cap first letter) | 185 | |
8153542737 | code | (slang) to write instructions for a computer | 186 | |
8153542738 | Redundancy | repetition of information or the inclusion of additional information to reduce errors in transmission. | 187 | |
8153542739 | DNS | The service that translates URL's to IP addresses | 188 | |
8153542740 | Domain name service | DNS stands for... | 189 | |
8153542741 | HTTP | the protocol used for transmitting web pages over the internet | 190 | |
8153542742 | Hypertext transfer protocol | HTTP stands for... | 191 | |
8153542743 | TCP | provides reliable, ordered and error checked delivery of a stream of packets in the internet | 192 | |
8153542744 | URL | an easy to remember address for calling a web page | 193 | |
8153542745 | Octal | The octal number system is base 8, using only digits 0 through 7. | 194 | |
8153542746 | Decimal | Traditional number system using digits 0-9. | 195 | |
8153542747 | Iterative innovation | Incremental or small improvement to an item | 196 | |
8153542748 | Novel innovation | Improvement that is new, creative and has not been done before "outside the box thinking." | 197 | |
8153542749 | Vint Cerf | Internet pioneer who believed the Internet should be free and available to everyone | 198 | |
8153542750 | Higher lower | __________ level protocols use _______ levels without needing to understand precisely how they work. (space between each term) | 199 | |
8153542751 | Lower higher | _________ level protocols guarantee __________ level protocols will function without stating specifically how this will be accomplished. | 200 | |
8153542752 | Creative Commons | one of several public copyright licenses that enable the free distribution of an otherwise copyrighted work. A CC license is used when an author wants to give people the right to share, use, and build upon a work that they have created. | 201 | |
8153542753 | High Level Programming Language | A programming language that enables a programmer to write programs that are more or less independent of a particular type of computer. Such languages are considered high-level because they are closer to human languages and further from machine languages. Examples: JavaScript, Java, FORTRAN | 202 | |
8153542754 | Low Level Programming Language | A programming language that provides little or no abstraction from a computer's instruction set architecture—commands or functions in the language map closely to processor instructions. Generally this refers to either machine code or assembly language. | 203 | |
8153542755 | Fault tolerant network | The ability to route around broken servers on the internet. | 204 | |
8153542756 | Global Variable | A variable whose scope is "global" to the program, it can be used and updated by any part of the code. Its global scope is typically derived from the variable being declared (created) outside of any function, object, or method. | 205 | |
8153542757 | If Statement | The common programming structure that implements "conditional statements". | 206 | |
8153542758 | Local Variable | A variable with local scope is one that can only be seen, used and updated by code within the same scope. Typically this means the variable was declared (created) inside a function; includes function parameter variables. | 207 | |
8153542759 | Callback function | a function specified as part of an event listener; it is written by the programmer but called by the system as the result of an event trigger. | 208 | |
8153542760 | Event | An action that causes something to happen. | 209 | |
8153542761 | User Interface | The visual elements of an program through which a user controls or communications the application. Often abbreviated UI. | 210 | |
8153542762 | Data Type | (ex: Number, Boolean, or String) a value's property that dictates how the computer will interpret it. For example 7+5 is interpreted differently from "7"+"5" | 211 | |
8153542763 | Expression | is a combination of values and functions that are combined and interpreted by the compiler to create a new value | 212 | |
8153542764 | Variable | A placeholder for a piece of information that can change. | 213 | |
8153542765 | Debugging | Finding and fixing problems in your algorithm or program. | 214 | |
8153542766 | Conditionals | statements that run under only certain conditions | 215 | |
8153542767 | Selection | A generic term for a type of programming statement (usually an if-statement) that uses a Boolean condition to determine, or select, whether or not to run a certain block of statements. | 216 | |
8153542768 | Concatentate | to link together or join. Typically used when joining together text Strings in programming (e.g. "Hello, "+name) | 217 | |
9603431173 | OSI (Open Systems Interconnection) Model | a conceptual model that characterizes and standardizes the communication functions of a telecommunication or computing system without regard to its underlying internal structure and technology. | 218 | |
9603448560 | Stepwise Refinement | way of developing a computer program by first describing general functions, then breaking each function down into details which are refined in successive steps until the whole program is fully defined. Also called top-down design. Invented by Niklaus Wirth in 1971 | 219 | |
9603508827 | Statement | is just a standalone unit of execution and doesn't return anything | 220 | |
9604226917 | Modulo Operation | the modulo operation finds the remainder after division of one number by another (sometimes called modulus). Given two positive numbers, a (the dividend) and n (the divisor), a modulo n (abbreviated as a mod n) is the remainder of the Euclidean division of a by n. | 221 | |
9830855283 | Map Reduce | uses a parallel distributed algorithm to process large amounts of data | 222 | |
9830864105 | Asynchronous Data | Data saved remotely causing a delayed response | 223 | |
9830868711 | Synchronous Data | Data is saved locally and is instantaneous | 224 | |
9830892373 | Vint Cerf's 2002 Manifesto | The Internet is for Everyone | 225 | |
13867854069 | SSID (service set identifier) | is the primary name associated with an 802.11 wireless local area network (WLAN) including home networks and public hotspots. | 226 | |
13868537890 | Trojian Horse | is a type of malware that is often disguised as legitimate software. Trojans can be employed by cyber-thieves and hackers trying to gain access to users' systems. Users are typically tricked by some form of social engineering into loading and executing Trojans on their systems. | 227 | |
13868719376 | Social Engineering | techniques that trick a person into disclosing confidential information | 228 | |
13868983432 | Undecidable problem | Where no algorithm can be made that always leads to a correct yes or no answer. | 229 | |
13869031568 | Operationalized analytics | business process for processing large data sets | 230 | |
13869037509 | Basic analytics | processing large stat sets using data manipulation, simple visualizations, and monitoring | 231 | |
13869046523 | Monetized anaylytics | processing large data sets to drive revenue growth | 232 | |
13869056172 | Advanced analytics | processing large data sets by doing predictive modeling and pattern matching | 233 |
AP Computer Science Principles Flashcards
Primary tabs
Need Help?
We hope your visit has been a productive one. If you're having any problems, or would like to give some feedback, we'd love to hear from you.
For general help, questions, and suggestions, try our dedicated support forums.
If you need to contact the Course-Notes.Org web experience team, please use our contact form.
Need Notes?
While we strive to provide the most comprehensive notes for as many high school textbooks as possible, there are certainly going to be some that we miss. Drop us a note and let us know which textbooks you need. Be sure to include which edition of the textbook you are using! If we see enough demand, we'll do whatever we can to get those notes up on the site for you!