Computer Languages
Data Rep. & Algorithm
Graphics Stuff
Misc.
Algorithms
100

Computer language consisting of ones and zeroes

What is machine language?

100

Only requires two numbers: 0 and 1

What is the binary number system?

100

Can be represented in bit-map and vector.

What are graphics?

100

A graphic representation of the step-by-step instructions of how the computer processes data

What are flow charts?

100

Can be a simple or complex procedure

What are algorithms?

200

Allows programmers to write faster than using machine language

What are assembly languages?
200

Can be in the form of figures, texts, images or other types of information

What is data?

200

Refers to the number of bits needed to display the color of each pixel

What is bit depth?

200

Start > Read Birth Date > Calculate Age=Current Year- Birth Date > Display age > End

Linear algorithm flowchart example

200

Can be performed in multiple algorithms

What is a computer task?
300

Computer writing application programs that solve specific problems

What are application languages?
300

A 7 bit code allowing 128 characters

What is ASCII?

300

Are displayed as a matrix of pixels

What are bit-mapped graphics?

300

Assistant Brand Manager: Caroline Huang-Loggains. 

Graphic Designer: Melody Rowell. 

Brand Manager: Megan O'Quinn

What is an acknowledgement?

300

Set of computer instructions following down a list

What is linear algorithm?

400

Used for managing memory, processes, device drivers, data transfer, and operating systems

What are system languages?

400

Are in the range of 00-FF (0-255 in decimal).

What are hexadecimal numbers?

400

Depends on the resolution and bit depth

What is size of an image?

400

Includes not only the actual writing of code, but also the preparation of objects, the planning of what is to be coded and the approval of the final results

What is software development

400

Set of computer instructions which executes steps in iterations

What is iterative algorithm?

500

Computer language that looks like ordinary human languages

What are high-level languages?

500

Occupies more space than ASCII

What is unicode?

500

An advantage of this is that objects can be grouped to create larger objects

What are vector graphics?
500

Algorithm Example

What is sum of the integers from 10 to N?

500

Sum of the integers from 10 to N

What is an algorithm example?