What are each of the following:

1. Conditional execution
2. Short circuit evaluation
3. A boolean expression
4. Chromakey
5. Sepia-tint
6. Posterize
7. Edge detection
8. Blurring


1. Executing a statement or block of statements only when some condition is true.
2. Stopping the evaluation of a compound conditional when the answer to the first is true for a ’OR’ join or false for a ’AND’ join. A compound condition has two conditions joined with an ’AND’ or ’OR’.
3. An expression that evaluates to true or false.
4. replacing a particular color in a scene with data from another image. It is used in making movies and TV. The objects are filmed in front of a green or blue screen and then the green or blue in the picture is replaced.
5. to make an image look like an old photograph or scene in a western.
6. to make an image look like a poster by reducing the colors.
7. to find the areas where there is significant color change. This is often the edges betweeen objects in the picture.
8. to reduce the pixelization of a picture by averaging pixel colors.

Computer Science & Information Technology

You might also like to view...

Which of the following methods is used to load a new picture into a picture box control?

(A) picBox.Picture = filespec (B) picBox.Image = filespec (C) picBox.Image = Image.FromFile(filespec) (D) picBox.Picture = LoadPicture(filespec)

Computer Science & Information Technology

What are the characteristics of data streams (i.e., the type of data) that are used in lossy compression techniques?

What will be an ideal response?

Computer Science & Information Technology

A ____ is a word or phrase such as "Date" or "Location" that tells people who fill in the form the kind of information required.

A. Control B. Field C. Label D. Tag

Computer Science & Information Technology

In the figure above, which number refers to the icon used to play a selection?

A. 5 B. 6 C. 7 D. 8

Computer Science & Information Technology