Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439
Computing Science Syllabus  Autumn 2016 
 
ITNP001 
Principles and Practice of Programming  
Prerequisites 
   
None. 
Credits 
   
20 credits at SCQF Level 11. 
Learning Outcomes 
 
At the end of the module, students will be able to write, compile and test Java programs.  The 
programs will involve classes and methods, and will demonstrate a significant range of skills and 
good practice in program construction, including modularity and good internal documentation.  
Students will have a practical knowledge of programming with data structures, graphical user 
interfaces, and files. 
 
Students will have demonstrated the ability to apply theory and techniques to unseen problems 
without references to notes, to work independently, and to work under a time constraint. 
 
Students will have developed transferable skills in seeing how repertoires of standard techniques and 
methods, such as the resources of a particular programming language, can be used to solve complex 
problems. Students will have learned how to review, consolidate and extend their knowledge of 
programming (in Java), and their skills and practices in programming. 
Contents 
 
Imperative, Object-Oriented, Event Driven Programming Concepts 17 Lectures 
 Event-driven applications 
 Graphical user interface components using the Swing libraries 
 Variables, types, assignment, expressions 
 Control by sequencing, selection and repetition 
 Methods and parameters 
 Classes and inheritance 
 Program construction by incremental development 
 Testing, debugging, documenting 
Structures in Java 13 Lectures 
 Data structures: records, arrays, strings 
 Files: sequential access, readers and writers 
 Graphical structures : frames, boxes, layout managers, layout, menus, windows 
 Packages: Import and packages, Java class libraries 
Assessment 
 
There will be four compulsory components of assessment: 
 
Lab Checkpoints: 10% 
Assignment 1 (class test): 20% 
Assignment 2: 30% 
Examination: 40% (closed book). 
 
If you are unable to attend the main examination, you must apply promptly to Student Programmes for 
a Deferred examination. If this is not granted, the examiners may allow a Resit examination. The 
overall mark awarded following a Resit examination is calculated from the original checkpoint and 
assignment marks together with the better of the original and new exam marks, and is capped at 50. If 
you do not attend either examination then you will receive an overall Fail for the module, due to 
failure to comply with published requirements. 
 
Submission of attempts at the two assignments is compulsory. Failure to submit either assignment will 
result in an overall Fail for the module, due to failure to comply with published requirements. 
 
Coursework will be accepted up to seven days after the submission date (or expiry of any agreed 
extension) but the mark will be lowered by three points per calendar day or part thereof  (e.g. if you 
are three days late and the assignment is marked as 69, then you will receive 60 to penalise lateness). 
After seven days the piece of work will be deemed a non-submission, and will result in the award of 
Fail for the module as a whole. 
 
Work which is submitted for assessment must be your own work. All students should note that 
the University has a formal policy on plagiarism. Plagiarism means presenting the work of others as 
though it were your own. The University takes a very serious view of plagiarism, and the penalties 
can be severe. Specific guidance on computing assignments may be found in the Postgraduate Student 
Handbook. 
Attendance 
 
Attendance at tutorials and practicals will be recorded. If you are unable to attend a class, then please 
email the module organizer, and submit a self-certification of absence via the Portal if appropriate. 
The University has a policy of monitoring attendance, and repeated absence will be followed up in 
order to identify any problems at an early stage and to offer students appropriate support.  
 
Textbooks 
 
D. Bell and M. Parr. Java for Students (sixth edition), Prentice Hall, 2010, ISBN-13: 978-
0273731221 (this is an essential purchase - strongly recommended reading and reference) 
There is also a Kindle edition of this book available from Amazon.  
Note: The 4th and 5th editions are also fine, but editions earlier than the 4th are not suitable.