Java Games: Flashcards, matching, concentration, and word search.

CS Principles Vocabulary Concentration

AB
HTTP (definition)The protocol used for transmitting web pages over the Internet
IP AddressA numerical address to identify users & devices on the Internet
Cloud ComputingServices done through the Internet (like Google Drive)
Lossless CompressionCompression that allows one to uncompress and get the original item back (ZIP file)
Lossy CompressionCompression where data is lost in order to compress the item. Uncompression to the original item is impossible (JPG)
BinaryAnything that has 2 choices
HexadecimalBase 16
Phishingany attempt (usually through email) to get your unauthorized personal information
IterationProgramming that uses Loops
SequencingProgramming that goes in a certain order of steps
SelectionProgramming that used conditionals (if/else)
AbstractionA simplified representation of something more complex
Pair ProgrammigWhere 2 or more programmers work together to create a program
DebuggingThe process of testing, finding problems and fixing them in a computer program
Function (Procedure)A named group of programming instructions
AlgorithymA precise sequence of instructions
Global VariableA variable whose scope can be used by any part of the code
Local VariableA variable whose scope can be used by only one part of the code
URL (definition)An easy-to-remember address for calling a web page
Lista programming data structure that holds multiple items
BooleanIs either True or False
HTTP stands forHyperText Transfer Protocol
URL stands forUniversal Resource Locator



This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities