FIT1015 Computer science - Semester 2 , 2006 unit guide

Semester 2, 2006

Chief Examiner

Maria Garcia de la Banda

Lecturers

Clayton : Maria Garcia de la Banda/Ingrid Zukerman

Outline

FIT1015 Computer Science introduces students to core problem-solving, analytical skills, and methodologies useful for developing flexible, robust, and maintainable software. In doing this it covers a range of conceptual levels, from high level algorithms and data-structures, down to abstract machine models and simple assembly language programming. Topics include data structures; algorithms; object-oriented design and programming; introductory topics from software engineering; computer systems; and abstract machines.

Objectives

At the completion of this unit, students will have knowledge to

  • Understand abstract data types and, in particular, data structures for stacks, queues, lists, and trees, as well as their associated algorithms for creating and manipulating them. Evaluate the appropriateness of different data structures for a given problem.
  • Understand basic searching and sorting algorithms and implement them. Understand the concept of algorithmic complexity. Analyse the complexity of these searching and sorting algorithms as well as other basic algorithms. Compare the complexity of different algorithms for solving a given problem.
  • Analyse different implementations of abstract data types and determine their implications regarding complexity, functionality, and memory usage.
  • Understand the uses of recursive algorithms and data structures, their advantages and disadvantages. Analyse the complexity of simple recursive algorithms, and their relationship with iteration. Understand basic recursive algorithms for lists and trees, and develop new ones.
  • Gain a deeper understanding of basic object-oriented (OO) concepts, and learn more advanced ones such as inheritance, polymorphism, information hiding and encapsulation.
  • Understand the design principles for building an object-oriented program, such as identify classes, and determine how and when to use inheritance.
  • Understand the software development life cycle. Analyse the advantages and disadvantages of different life cycle models.
  • Understand the basic concepts in testing, including verification, validation, and reliability models. Analyse different testing approaches such as modular, static, dynamic, and formal.
  • Understand software quality and the software quality assurance process.
  • Understand the relationship between high-level and low-level programming languages. Analyse the advantages and disadvantages of using each one for solving different problems.
  • Understand the concept of Abstract Machine. Learn the structure and design of a particular Abstract Machine simulator. Analyse the execution in this simulator of simple iterative algorithms learned before, thus gaining a deeper understanding of the connection between software and hardware, between an algorithm and its execution.
  • Understand the trade-offs regarding simplicity, efficiency and memory usage when designing the architecture of a computer.
  • Understand how the simulator implements function calling, and use it to reinforce the connection between recursion and iteration.

students will have attitudes that make them:

  • Conform to programming standards when writing software.
  • Use good design principles when constructing systems.
  • Take a patient and thorough approach to testing.
  • Acknowledge any assistance they have received in writing a program.
  • Search for information in appropriate places when necessary.
students will have the practical skills to be able to:
  • Create their own data-structures. Design and implement Java programs using a variety of data structures and algorithms.
  • Implement an object-oriented program consisting of many interacting classes requiring not only basic but also advance object-oriented concepts.
  • Construct a test harness for testing an object-oriented program.
  • Debug and modify an existing program (written by somebody else).
  • Use the Java API classes as part of their programs.
  • Use the Java collection classes to store and retrieve data appropriately.
  • Use the Abstract Machine simulator for executing some of the simple iterative programs learned in this subject.
  • Determine the time and space requirements of simple algorithms and data structures.
students will also be able to:
  • Document a program correctly.
  • Produce appropriate documentation for designing and testing a program.
  • Explain how parts of a program work.

Prerequisites

Before attempting this unit you must have satisfactorily completed

  • FIT1002 Computer Programming or equivalent

Students beginning FIT1015 Computer Science are assumed to be able to:

  • Identify the main components of an algorithm (variables, operators, expressions, etc), and write the algorithm associated to the specification of a simple problem.
  • Use software development tools such as compilers, debuggers, editors. In particular, design, implement, compile, debug and execute a Java program containing selection, repetition, simple classes and two dimensional arrays.

Unit relationships

FIT1015 is a core unit in the Bachelor of Science.

You may not study this unit and CSE1303, CSC1030, FIT1007, FIT1008 in your degree.

Texts and software

Required text(s)

Lafore, Robert, Data Structures and Algorithms in Java. Second Edition. SAMS

Textbook availability

Text books are available from the Monash University Book Shops. Availability from other suppliers cannot be assured. The Bookshop orders texts in specifically for this unit. You are advised to purchase your text book early.

Software requirements

BlueJ, Version 2.1.2 Programming Development Environment. It can be downloaded from

http://www.bluej.org

Java Development Kit, Version j2sdk-1_5_0_06 or later, Sun Microsystems, Inc.

You should download the freeware version. You have no need for the fuller facilities provided in JcreatorPro, and would have to pay for it as well.

MARIE, ver1A, Jones&Bartlett, 2003. This is included as part of the Standard Operating Environment used in Faculty computer Labs.

Hardware requirements

Students may use the facilities available in the computing labs. Information about computer use for students is available from the ITS Student Resource Guide in the Monash University Handbook.

You will need to allocate up to 6 hours per week for use of a computer, including time for newsgroups/discussion groups.

Recommended reading

The Essentials of Computer Organization and Architecture. Linda Null and Julia Lobur.

Algorithms in Java. Third Edition. Parts 1-4. Robert Sedgewick.

Absolute java. Second Edition. Walter Savitch. ISBN 0-321-33024-2

Supplementary Reading

Objects First With Java: A Practical Introduction Using BlueJ (2nd Edition). David Barnes and Michael Kolling

Library access

You may need to access the Monash library either personally to be able to satisfactorily complete the subject.  Be sure to obtain a copy of the Library Guide, and if necessary, the instructions for remote access from the library website.

Study resources

Study resources for FIT1015 are:

found in the FIT1015 web site on MUSO, including:

  • lecture slides,
  • weekly tutorial exercises,
  • assignment cifications,
  • sample solutions, and
  • supplementary material.

Structure and organisation

Week Topics Key Dates
1 Revision FIT1002
2 Sorting/Basic DS
3 Basic DS/ Linked DS
4 Linked DS/ ADTs
5 Recursion
6 Computer Architecture I
7 Computer Architecture II 31st August-Mid Semester Test
8 Computer Architecture III
9 Recursion/Trees
10 Trees/Maria
Non teaching week
11 Marie
12 Function Calling
13 Revision

Timetable

The timetable for on-campus classes for this unit can be viewed in Allocate+

Assessment

Assessment weighting

Assessment for the unit consists of:

  • 1 mid-semester test weighted at 10%.
  • 12 practicals weighted at 20% in total.
  • a final examination weighted at 70%.

Assessment Policy

To pass this unit you must:

  • attend at least 8 out of the 12 pracs;
  • score 50% or better in pracs
  • score 50% or better in the exam, and
  • score at least 50% overall.
A student who does not meet all of these hurdles can get a maximum of 44 N for the unit.

Your score for the unit will be calculated by:

0.7*(Total Exam Mark) + 0.2*(Total Prac Mark) + 0.1*(Total Test mark)

if hurdles are met. Otherwise the maximum score is 44N

Assessment Requirements

Assessment Due Date Weighting
Mid Semester Test (1hour) TBA 10%
Pracs (2 hours each) Weekly 20 %
The exam is 3 hours long and is closed book. Exam period (S2/06) starts on 23/10/06 70 %

Assignment specifications will be made available On the FIT1015 Muso site.

Assignment Submission

The solutions provided by each student for the weekly pracs will be reviewed and marked by a Lab demonstrator at the weekly prac during the third hour of the prac. This is done in front of the student and at the student's computer.

Extensions and late submissions

Late submission of assignments

If you miss a prac you will be marked "Absent" unless:

  1. You obtain the approval of the head tutor and you attend another prac during the same week  After the prac you must email  Robyn.McNamara@infotech.monash.edu.au the following informations:
  • NAME:
  • ID NUMBER:
  • DATE OF REPLACEMENT PRAC:
  • REGULAR PRAC: (time and room)
  • REPLACEMENT PRAC: (time and room)
  1. If you had an illness or emergency, you need to:
  • Obtain Medical certificate or Police Accident Report,
  • Fill out Absentee Form, and 
  • Submit the form and documentation to the General Office   

       Then your mark will be changed from ABSENT to SICK. At the end of the   semester, SICK marks are changed to the average of your marks in the pracs you attended, provided you attended at least 75% of the pracs

This policy is strict because comments or guidance will be given on assignments as they are returned, and sample solutions may also be published and distributed, after assignment marking or with the returned assignment. 

Extensions

It is your responsibility to structure your study program around assignment deadlines, family, work and other commitments. Factors such as normal work pressures, vacations, etc. are seldom regarded as appropriate reasons for granting extensions. 

Not applicable

Grading of assessment

Assignments, and the unit, will be marked and allocated a grade according to the following scale:

Grade Percentage/description
HD High Distinction - very high levels of achievement, demonstrated knowledge and understanding, skills in application and high standards of work encompassing all aspects of the tasks.
In the 80+% range of marks for the assignment.
D Distinction - high levels of achievement, but not of the same standards. May have a weakness in one particular aspect, or overall standards may not be quite as high.
In the 70-79% range.
C Credit - sound pass displaying good knowledge or application skills, but some weaknesses in the quality, range or demonstration of understanding.
In the 60-69% range.
P Pass acceptable standard, showing an adequate basic knowledge, understanding or skills, but with definite limitations on the extent of such understanding or application. Some parts may be incomplete.
In the 50-59% range.
N Not satisfactory failure to meet the basic requirements of the assessment.
Below 50%.

Assignment return

Since the pracs are marked weekly during the lab session, feedback will be provided immediately during the marking.

The mid semester test will be returned within two weeks of the test date.

Feedback

Feedback to you

You will receive feedback on your work and progress in this unit. This feedback may be provided through your participation in tutorials and class discussions, as well as through your assignment submissions. It may come in the form of individual advice, marks and comments, or it may be provided as comment or reflection targeted at the group. It may be provided through personal interactions, such as interviews and on-line forums, or through other mechanisms such as on-line self-tests and publication of grade distributions.

Feedback from you

You will be asked to provide feedback to the Faculty through a Unit Evaluation survey at the end of the semester. You may also be asked to complete surveys to help teaching staff improve the unit and unit delivery. Your input to such surveys is very important to the faculty and the teaching staff in maintaining relevant and high quality learning experiences for our students.

And if you are having problems

It is essential that you take action immediately if you realise that you have a problem with your study. The semester is short, so we can help you best if you let us know as soon as problems arise. Regardless of whether the problem is related directly to your progress in the unit, if it is likely to interfere with your progress you should discuss it with your lecturer or a Community Service counsellor as soon as possible.

Plagiarism and cheating

Plagiarism and cheating are regarded as very serious offences. In cases where cheating  has been confirmed, students have been severely penalised, from losing all marks for an assignment, to facing disciplinary action at the Faculty level. While we would wish that all our students adhere to sound ethical conduct and honesty, I will ask you to acquaint yourself with Student Rights and Responsibilities and the Faculty regulations that apply to students detected cheating as these will be applied in all detected cases.

In this University, cheating means seeking to obtain an unfair advantage in any examination or any other written or practical work to be submitted or completed by a student for assessment. It includes the use, or attempted use, of any means to gain an unfair advantage for any assessable work in the unit, where the means is contrary to the instructions for such work. 

When you submit an individual assessment item, such as a program, a report, an essay, assignment or other piece of work, under your name you are understood to be stating that this is your own work. If a submission is identical with, or similar to, someone else's work, an assumption of cheating may arise. If you are planning on working with another student, it is acceptable to undertake research together, and discuss problems, but it is not acceptable to jointly develop or share solutions unless this is specified by your lecturer. 

Intentionally providing students with your solutions to assignments is classified as "assisting to cheat" and students who do this may be subject to disciplinary action. You should take reasonable care that your solution is not accidentally or deliberately obtained by other students. For example, do not leave copies of your work in progress on the hard drives of shared computers, and do not show your work to other students. If you believe this may have happened, please be sure to contact your lecturer as soon as possible.

Cheating also includes taking into an examination any material contrary to the regulations, including any bilingual dictionary, whether or not with the intention of using it to obtain an advantage.

Plagiarism involves the false representation of another person's ideas, or findings, as your own by either copying material or paraphrasing without citing sources. It is both professional and ethical to reference clearly the ideas and information that you have used from another writer. If the source is not identified, then you have plagiarised work of the other author. Plagiarism is a form of dishonesty that is insulting to the reader and grossly unfair to your student colleagues.

Communication

Communication methods

The preferred communication method is either with the lecturer during consultation hours, or through the "Help Room" sessions.

Notices

Notices related to the unit during the semester will be placed on the Notices Newsgroup in the Unit Website. Check this regularly. Failure to read the Notices newsgroup is not regarded as grounds for special consideration.

IMPORTANT: please remember to forward MUSO's e-mail to your regular account

Consultation Times

Maria Garcia de la Banda

  • Tuesdays 4pm-5pm
  • Thursdays 4pm-5pm

Ingrid Zuckerman: TBA

If direct communication with your unit adviser/lecturer or tutor outside of consultation periods is needed you may contact the lecturer and/or tutors at:

Associate Professor Maria Garcia De La Banda
Associate Professor
Phone +61 3 990 55777
Fax +61 3 990 55157

Professor Ingrid Zukerman
Professor
Phone +61 3 990 55202
Fax +61 3 990 55157

Mr Anthony Gaarenstroom

This person's profile is not available.Image of this person is not available.

All email communication to you from your lecturer will occur through your Monash student email address. Please ensure that you read it regularly, or forward your email to your main address. Also check that your contact information registered with the University is up to date in My.Monash.

Last updated: Jul 10, 2006