Creative Development
Data
Algorithms and Programming
Impact on Computing
Computer Systems and Networks
100

the process of representing a real-world object of phenomenon as a set of mathematical equations.

What is Modeling?

100

provides a general way to access a collection of data.

What is Data Abstraction? 

100

a step-by-step procedures for solving a particular problem.

What is an Algorithm? 

100

An informal term for error in computer hardware or software -- the term was coined by Grace Hopper.

What is a Computer Bug? 

100

defines a general data type like list that describes a collection of data without worrying about the specific implementation.

What is ADT? 

200

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.

What is Rendering?

200

short for 'binary digit'

What is a Bit?

200

A blend of English and code used to write down an algorithm for a program.

What is Pseudocode? 

200

relies on sharing resources online on the Internet rather than having data and process located on a personal computer.

What is Cloud Computing? 

200

short for American Standard Code for Information Interchange is a character encoding scheme in which each character is represented by a 7-bit (originally) or 8-bit binary sequence. For example, the ASCII sequence 01000001 represents the letter 'A'.

What is ASCII? 

300

short for 'picture element', is a single physical point in a raster image.

What is a Pixel?

300

equals 8 bits.

What is a Byte?

300

involves values, variables, and operators for example (a+b)/2

What is an Expression?

300

allows people to pinpoint their geolocation (geographic location) on Earth using satellites.

What is GPS? 

300

a type of memory organization or image file format used to store digital images.

What is a Bitmap? 

400

one million pixels, used in reference to the resolution of a graphics device.

What is a Megapixel? 

400

an algorithm is one in which no data are lost; the original data can be completely recovered.

What is Lossless Compression?

400

The process of removing errors from computer hardware or software.

What is Debugging?

400

the number of 1s in the sequence add up to an even number.

What is an Even Parity? 

400

data means to transmit data from a computer to an online repository or service such as a bulletin board service, or drop box, or network.

What is a Upload? 

500

analog data refers to measuring values of the analog signal at regular intervals (usually in time or space) called samples in order to digitize it into a binary representation.

What is Sampling? 

500

an algorithm is one in which some data are lost; the original data cannot be completely restored.

What is Lossy Compression?

500

Symbols like +,-,*,/ used for addition, subtraction, multiplication, division.

What is an Operator? 

500

the number of 1s in the sequence add up to an odd number.

What is an odd parity?

500

to copy data (usually an entire file) from an online source to a personal computer.

What is a Download?