Welcome to CS1315. Click on the python to add comments.
This page removed for FERPA compliance
Fill in the Blank and Short Answers
1) REMOVEDw many color channels are in the JPEG images that we have been manipulating?
2) What is the purpose of image compression?
3) The process of turning a photograph to a stream of digital data is called ____________________?
4) REMOVEDw many bits in a byte?
5) REMOVEDw many values can a byte represent?
6) All red, all green and no blue is what color?
7) No red, all green and all blue is what color?
8) All red, no green and all blue is what color?
9) You can create a grey scaled image by ____________________ the r,g,b values at every pixel.
10) A _________________________ image can be created by subtracting each color channel of a pixel from 255.
11) In JES, we indicate that a block of commands go together by _______________________.
12) The list of information that we pass a function is called its list of _________________________.
13) The _________________ command indicates the value that a function gives back to its caller.
14) An iteration can be performed with the ______ ______ command pair.
15) A conditional can be performed by an ______ command or an ________ _________ command pair.