COMP9414/9814 CATEI Survey Completion Meters for This Year
Updated Fri Jun 8 05:55:23 EST 2012
| |||||||||
| Thursday 7 June | 2pm-4pm | K17-405 |
| Tuesday 12 June | 10am-12noon | K17-405 |
Bill has had to move his consultation times for weeks 12 and 13. The new times are:
The third assignment is now available for those who want to get an early look at it - see link at left. You are now in a position to do the syntax part of it, but the semantic part has not yet been described in lectures.
Unfortunately Bill will not be able to be available for consultation in person this week. You can still email him with any queries (which is what most people do anyway!)
prolog assignment in two different places on the class web
site. They are now consistent: the correct due date/time is 11.55pm on
29 March 2012 (in week 5).
prolog assignment spec has been modified.
It used to say that you should write a predicate sqrt_table(N,
M, Result) that binds Result to the list of pairs
consisting of a number and its square root, from N down to
M, where N and M are natural numbers,
and N > M. The new version changes
N > M to N >= M.
give
command, do this:
lab0.pl
lab0.pl
prolog -qs lab0.pl and checking for
error or warning messages.
give cs9414 lab0 lab0.plcs9414" even if you're enrolled for COMP9814.
give only works on a CSE Linux computer, e.g. in a
CSE laboratory, or logged in remotely to a CSE computer, e.g.
from home, via putty, ssh, etc.
This page is maintained by Bill Wilson and Wayne Wobcke.