Midterm review Flashcards
Innovation
A novel or improved idea, device, product or the development thereof.
Bit
A contraction of “Binary Digit”
the single unit of information in a computer, typically represented as a 0 or 1
Byte
8 bits
Binary number
A base 2 number with two possible different digits
Decimal number
A base 10 number with ten possible different digits
Hexadecimal number
A base 16 number with sixteen possible different digits
Overflow error
Error from attempting to represent a number that is too large
Round off error
Error rom attempting to represent a number that is too precise
The value is rounded
ASCII
American Standard Code Information Interchange
Universally recognized raw test format that any computer can understand
Image
A type of data used for graphics or pictures
Pixel
“Picture element”
Fundamental unit of a digital image, typically a tiny square or dot which contains a single point of color for a larger image
Metadata
Data that describes other data
Ex. digital image may include metadata that describes the size of the image, the number of colors, or resolution.
Analog data
Data with values that change continuously, or smoothly over time
Ex. Some examples of analog data include music, colors of a painting, or position of a sprinter during a race.
Digital data
Data that changes discretely through a finite set of possible values
Sampling
A process for creating a digital res presentation of analog data by measuring analog data a5 regular intervals called samples
Abstraction
A feature used to hide background details if any unnecessary implementation about the data so that users only see the required information
RGB
the color model that uses varying intensities of Red, Green, Blue light which are added together to produce a broad array of colors
Lossless compression
A process for reducing the number of bits needed to represent something without losing any information
Process is reversible
Heuristic
A problem solving approach to find a satisfactory solutions
where finding an optimal or exact solution is impartial or impossible
Lossy compression
A process for reducing the number of bits needed to represent something in which some information is thrown away
Process is not reversible
Copyright
A type of intellectual property that protects the original works of authorship as soon as the author fixes the work in a tangible form of expression.
Creative Commons
(CC) is an internationally active non-profit organization that provides free licensing for creators to use when making their work available to the public.
Internet
A group of computers and servers that are connected to each other
Computing device
a machine that can run a program, including computers, tablets, servers, routers, and smart sensors
Computing system
a group of computing devices and programs working together for a common purpose
Computing network
a group of interconnected computing devices capable of sending or receiving data.
Path
the series of connections between computing devices on a network starting with a sender and ending with a receiver.
Bandwidth
the maximum amount of data that can be sent in a fixed amount of time, usually measured in bits per second.
Latency
The time it takes a bit to travel from its sender to receiver.
Bit rate
the number of bits that are conveyed or processed per unit of time (usually bits/second)
Protocol
An agreed-upon set of rules that specify the behavior of some system
IP Address
The unique number assigned to each device on the Internet.
Internet Protocol
a protocol for sending data across the Internet that assigns unique numbers (IP addresses) to each connected device
URL
(Uniform Resource Locators) The location of a webpage or file on the Internet
(ex www.code.org)
Router
A type of computer that forwards data across a network
Redundancy
the inclusion of extra components so that a system can continue to work even if individual components fail, for example by having more than one path between any two connected devices in a network.