Notices

  • Last lecture

    Posted by Andrew Taylor Tuesday 24 May 2016, 07:17:58 PM.

    Tomorrow's lecture is the last COMP1911 lecture. I will finish sort & searching, briefly revise some topics important fo the exam, and then discuss the final exam format & assessment generally There will be an opportunity to ask questions.

  • Assignment 2 Starting Point Code Updated

    Posted by Andrew Taylor Tuesday 17 May 2016, 11:18:06 AM.

    I've updated the starting point code for assignment 2 to include the example function (countBlackPixels) I wrote in yesterday's lecture (note it only partly works!). If you have already started on the assignment and have counting black pixels working you don't need to do anything. If you don't have counting black pixels working - look at the example fucntion from lectures.

  • Week 11 Lab Exercise Submisison Deadline Extended

    Posted by Andrew Taylor Monday 16 May 2016, 07:17:34 PM.

    I've extend the week 10 lab exercise deadline 1 week to Mon May 23rd. Both lab 11 & lab 12 exercise have to be be submitted by Mon May 23rd. You can demonstrate both (if you haven't already) to your tutor in the week 12 lab.

    Reminder: there are no week 12 lab exercises. As well as demonstrating week 10 & 11 lab exercises, in week 12 you can ask your tutor for feedback about ass 1, and for help with any problems you are having with ass 2.

  • Assignment 2 released

    Posted by Andrew Taylor Friday 13 May 2016, 07:03:56 PM.

    I've put the assignment 2 description up.

    Don't panic - much of the mark is for the easier parts.

    I'll add soem diagrams to the description Sunday and talk about the assignment in Monday's lecture.

  • assignment 1 errors

    Posted by Andrew Taylor Thursday 28 April 2016, 02:14:55 PM.

    I'm getting a number of questions from students saying their assignment works on there laptop but not on a CSE machine, or works when they run it directly but doesn't work when they it via ~cs1911/bin/arismet-random-test

    As I've said in lectures, the usual cause is illegal C in your program. In the case of assignment 1 either using an illegal array index or accessing a variable before initializing it.


    If you compile with dcc on a CSE computer when you run your program you will get an error message if you use an illegal array index. You should be able to figure out from the error message where you are using the illegal array index.

    If you add the -u flag, e.g. dcc -u arismet.c when you run your program you will get an error message if you use an uninitialized variable. its harder for dcc to indicate where the error occurred but you should be able to figure out which variable has been used without being initialized.

    Please remember you must initialize array elements before using their value.


    If you an engineer you should be horrified at building something with the unpredicable behaviour that results from illegal C!


    To help you out ~cs1911/bin/arismet-random-test runs your program twice for each input, once compiled with dcc and once compiled with dcc -u.

  • Assignment 1 Specification Changed

    Posted by Andrew Taylor Monday 18 April 2016, 07:15:32 PM, last modified Tuesday 19 April 2016, 09:49:06 AM.

    As announced in today's lecture I've changed the assignment 1 specification for cases where the same highest score can be obtained in multiple ways.

    You should still use the rule with the alphabetically first name (e.g. "Even-Triple" beats "Odd-Triple").

    If the rule name is the same, e.g. two different "Sequences", the numerically smallest numbers win , (e.g. {9,20,31} beats {10,12,14}) - you'll need to use the Arismet Perfect Player to discover exactly how this should be calculated.

    Note this affects ony ~1% of inputs so its not something to worry about unlessl you have the assignment close to working- many students won't get that far!

    The new specification is easier to implement in the C we cover in COMP1911. Apologies to anyone who had successfully already implemented the old specification (you are doing really well!).

  • Assignment 1 Questions Accidentally Deleted

    Posted by Andrew Taylor Thursday 14 April 2016, 10:35:21 AM.

    I've accidentally deleted some questions about assignment 1. Please add them again to the web page for the assignment description.

  • No Consultation on Good Friday

    Posted by Mei Cheng Whale Thursday 24 March 2016, 03:34:56 PM.

    Tomorrow's consultation is moved to Friday 1st April. No other consultations during the break.

  • More help labs / consultations available

    Posted by Mei Cheng Whale Thursday 10 March 2016, 08:13:41 PM, last modified Thursday 10 March 2016, 08:14:28 PM.

    Check the Timetable page for times

  • Swapping courses COMP1917-COMP1911-ENGG1811

    Posted by Mei Cheng Whale Wednesday 09 March 2016, 04:54:08 PM, last modified Wednesday 09 March 2016, 05:10:10 PM.

    Starting this week, you can't swap to another course at myUNSW. You can request a class or course swap for the above courses here . Your request will be processed manually by the CSE student office and you will be notified via email when it is done. This service is available until end of March only.

  • Getting Help

    Posted by Mei Cheng Whale Monday 07 March 2016, 08:15:25 AM.

    The Timetable page has consultation times and locations. Check this page regularly because we may add more times later. The consultations that are held in the labs are run like a lab class except that you can't get your labs marked.

    It is not compulsory to attend the consultation. But they are useful if you have questions or struggling with the course content. Or you could make use of them to prepare your labs each week.


Back to top

COMP1911 16s1 (Computing 1A) is powered by WebCMS3
CRICOS Provider No. 00098G