Here is the code for the questions below  pic = makeEmptyPicture(100,100) pixy = getPixel(pic, 70, 30) setColor(pixy, blue) pixie = pixy setColor(pixie, red)   1.What is the meaning of the instruction pixie = pixy in the code above? which one of this is the answer a. Make the pixie variable refer to the same pixel object that pixy already refers to b. Make a copy of the pixel object referred to by pixie, and store it in the variable pixy c. Make the pixy variable refer to the same pixel object that pixie already refers to   d. Make a copy of the pixel object referred to by pixy, and store it in the variable pixie     2. What color is pixel pixy when this code finishes running? a. cannot be determined from the information provided b. magenta c. blue d. red     3. What color is pixel pixie when this code finishes running? a. blue b. red c. magenta d. cannot be determined from the information provided

EBK JAVA PROGRAMMING
8th Edition
ISBN:9781305480537
Author:FARRELL
Publisher:FARRELL
Chapter16: Graphics
Section: Chapter Questions
Problem 17RQ
icon
Related questions
Question

Here is the code for the questions below 

pic = makeEmptyPicture(100,100)

pixy = getPixel(pic, 70, 30)

setColor(pixy, blue)

pixie = pixy

setColor(pixie, red)

 

1.What is the meaning of the instruction pixie = pixy in the code above? which one of this is the answer

a. Make the pixie variable refer to the same pixel object that pixy already refers to

b. Make a copy of the pixel object referred to by pixie, and store it in the variable pixy

c. Make the pixy variable refer to the same pixel object that pixie already refers to
 
d. Make a copy of the pixel object referred to by pixy, and store it in the variable pixie
 
 
2. What color is pixel pixy when this code finishes running?
a. cannot be determined from the information provided
b. magenta
c. blue
d. red
 
 
3. What color is pixel pixie when this code finishes running?
a. blue
b. red
c. magenta
d. cannot be determined from the information provided
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Pixels
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT