Spring 2001 CS100M Exercise E9: Just Checking due: start of lecture Thu 3/08 This is worth *2* core exercise points, not 1. Credit is all or nothing: no partial credit. 1. Post a newsgroup article + with the subject "CS100M E9.1" + on the cornell.test newsgroup + with your @cornell.edu e-mail address + by 9am Thu 3/08 No credit for posting on other newsgroups. 2. Short quiz at the start of the Thu 3/08 lecture: for each function below, tell whether it uses unbounded vectors. assume parameter $y$ is a positive integer function x = f(y) bounded unbounded x = []; function x = g(y) bounded unbounded x = 1:y; function x = h(y) bounded unbounded x = [2]; for j = (y-5):(y+5) x = [x 2]; end