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...






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





Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here