Module Details

The information contained in this module specification was correct at the time of publication but may be subject to change, either during the session because of unforeseen circumstances, or following review of the module at the end of the session. Queries about the module should be directed to the member of staff with responsibility for the module.
Title INTRODUCTION TO PROGRAMMING
Code COMP101
Coordinator Mr K Dures
Computer Science
K.Dures@liverpool.ac.uk
Year CATS Level Semester CATS Value
Session 2019-20 Level 4 FHEQ First Semester 15

Aims

To introduce concepts and principles of problem solving by computer, and the construction of appropriate algorithms for the solution of problems. To demonstrate the principles underlying the design of high level programming languages. To give students experience and confidence in the use of a high level programming language to implement algorithms.


Learning Outcomes

(LO1) Be able to implement, compile, test and run Java programmes, comprising more than one class, to address a particular software problem.

(LO2) Understand how to include arithmetic operators and constants in a Java program.

(LO3) Be able to make use of members of classes found in the Java API (such as the Math class).

(LO4) Demonstrate the ability to employ various types of selection constructs in a Java program.

(LO5) Demonstrate the ability to employ repetition constructs in a Java program.

(LO6) Be able to employ a hierarchy of Java classes to provide a solution to a given set of requirements.

(LO7) Demonstrate the ability to use simple data structures like arrays in a Java program.

(LO8) Specific learning outcomes are listed above.General learning outcomes: An understanding of the principles and practice of object oriented analysis and design in the construction of robust, maintainable programs which satisfy their requirements; A competence to design, write, compile, test and execute straightforward programs using a high level language; An appreciate of the principles of object oriented programming; An awareness of the need for a professional approach to design and the importance of good documentation to the finished programs.

(S1) Communication (oral, written and visual) - Report writing

(S2) Time and project management - Personal organisation

(S3) Critical thinking and problem solving - Critical analysis

(S4) Numeracy/computational skills - Reason with numbers/mathematical concepts


Syllabus

 

Note: Throughout this syllabus, the conceptual aspects of problem solving, algorithm design and the nature of data are incorporated with the more specific and implementation-directed aspects of programming. The importance of developing reliable, robust and maintainable solutions is emphasised throughout Topics: Week 1: Introduction to computer systems. First Java programs. Week 2: Basic program ingredients. Week 3: Classes and Objects. I/O classes. Week 4: OO Analysis and Design. Week 5: Arithmetic and the Maths Class. Week 6: Selection (if-else and switch). Week 7: Repetition (for and while loops). Week 8: Repetition(do while loops), recursion. Testing and debugging. Week 9: Class interactions. Week 10: Array processing.  Week 11: Arrays of objects, Strings, recap of module.


Teaching and Learning Strategies

Teaching Method 1 - Lecture
Description: Delivery of theory followed by practical application
Attendance Recorded: Yes
Notes: (1 per week for 1 semester)

Teaching Method 2 - Laboratory Work
Description:
Attendance Recorded: Not yet decided
Notes: (1 per week for 1 semester)


Teaching Schedule

  Lectures Seminars Tutorials Lab Practicals Fieldwork Placement Other TOTAL
Study Hours 10

    10

    20
Timetable (if known)              
Private Study 130
TOTAL HOURS 150

Assessment

EXAM Duration Timing
(Semester)
% of
final
mark
Resit/resubmission
opportunity
Penalty for late
submission
Notes
             
CONTINUOUS Duration Timing
(Semester)
% of
final
mark
Resit/resubmission
opportunity
Penalty for late
submission
Notes
Programming Assignment 1 There is a resit opportunity. Standard UoL penalty applies for late submission. This is not an anonymous assessment. Assessment Schedule (When) :1  1 week    12       
Programming Assignment 2 There is a resit opportunity. Standard UoL penalty applies for late submission. This is not an anonymous assessment. Assessment Schedule (When) :1  1 week    12       
Programming Assignment 3 There is a resit opportunity. Standard UoL penalty applies for late submission. This is not an anonymous assessment. Assessment Schedule (When) :1  1 week    13       
Programming Assignment 4 There is a resit opportunity. Standard UoL penalty applies for late submission. This is not an anonymous assessment. Assessment Schedule (When) :1  1 week    13       
Programming Assignment 5 There is a resit opportunity. Standard UoL penalty applies for late submission. This is not an anonymous assessment. Assessment Schedule (When) :1  1 week    16       
Programming Assignment 6 There is a resit opportunity. Standard UoL penalty applies for late submission. This is not an anonymous assessment. Assessment Schedule (When) :1  1 week    16       
Programming Assignment 7 There is a resit opportunity. Standard UoL penalty applies for late submission. This is not an anonymous assessment. Assessment Schedule (When) :1  2 weeks    18       

Recommended Texts

Reading lists are managed at readinglists.liverpool.ac.uk. Click here to access the reading lists for this module.