CSE 305 Programming Languages Fall, 2003 Professor Shapiro Homework 5 Maximum Points: 15 Due 9:00 am, Tuesday, October 21, 2003 Copy this file to a text file named hw5.txt, edit into it your answers, and submit the file via the submit program by the deadline given above. 1.(3) Give the representation of 796 in binary (using 16 bits) 2.(3) Give the representation of 796 in BCD (using 16 bits, 4 bits per digit) 3.(3) What is the result, in binary, of adding the binary numbers 0000 1110 0110 1011 and 0001 0000 0101 1001 4.(3) What is the result, in BCD, of adding the BCD numbers 0011 0110 1001 0001 and 0100 0001 1000 0101 5.(3) Using the Perl reference linked to from the course web resources page, determine and state what Perl uses for Boolean values. Cite the web page where you found the answer.