<< Chapter < Page | Chapter >> Page > |
True or False? The three statements inside the loop in Listing 3 modify the color values of a single pixel.
True or False? If the colors of all the pixels in an image are inverted, the process is completely reversible. All that is necessary to recover the originalimage is to invert all of the pixels again.
What is the meaning of the following two images?
This image was inserted here simply to insert some space between the questions and the answers to keep them from being visible on the screen at thesame time.
The image is also an example of the kinds of things that we do in my course titled ITSE 2321, Object-Oriented Programming.
This image was also inserted for the purpose of inserting space between the questions and the answers.
True.
True.
True.
False. The getPixels method belonging to a Picture object returns references to all of the Pixel objects encapsulated in the picture in a one-dimensional array.
False. The Pixel class defines a large number of methods. Once you have a reference to a Pixel object, you can manipulate the underlying pixel encapsulated in that object in a variety of ways.
True.
True.
True.
False. The code in Listing 2 causes an image to be displayed in the format shown in Figure 2 .
Figure 2 - Answer 3.
False. The code in Listing 1 instantiates a new object of the Picture class.
False. A color value is inverted by subtracting the value from 255 .
This section contains a variety of miscellaneous information.
Financial : Although the Connexions site makes it possible for you to download aPDF file for this module at no charge, and also makes it possible for you to purchase a pre-printed version of the PDF file, youshould be aware that some of the HTML elements in this module may not translate well into PDF.
I also want you to know that, I receive no financial compensation from the Connexions website even if you purchase the PDF version ofthe module.
In the past, unknown individuals have copied my modules from cnx.org, converted them to Kindle books, and placed them for sale onAmazon.com showing me as the author. I neither receive compensation for those sales nor do I know who does receive compensation. If youpurchase such a book, please be aware that it is a copy of a module that is freely available on cnx.org and that it was made andpublished without my prior knowledge.
Affiliation : I am a professor of Computer Information Technology at Austin Community College in Austin, TX.
-end-
Notification Switch
Would you like to follow the 'Object-oriented programming (oop) with java' conversation and receive update notifications?