CSC104H1- Final Exam Guide - Comprehensive Notes for the exam ( 80 pages long!)

264 views80 pages

Document Summary

> hi hi: this variable is not defined. > cw cw: this variable is not defined. > (rotate-cw function call: expects a function after the open parenthesis, but found an image rotate-cw) rotate-cw rotate-cw. > (above 104 0. 5) above: expects an image as first argument, but received 104. > (rotate-cw 104) rotate-cw: expects an image, but received 104. > (rotate-cw rotate-cw: expects only one argument, but found two. (flip-horizontal (beside: (flip-horizontal, flip-horizontal: expects only one argument, but found two. > hello hello: this variable is not defined. > image - height image: this variable is not defined. > (image-height) image-height: expects one argument, but found none. > (image-height 123) image-height: expects an image, but received 123. > image-height image-height image-height) function call: expects a function after the open parenthesis, but found an image. > (123 - 104) function call: expects a function after the open parenthesis, but found a number. : expects 1 to 2 arguments, but found none.