Bachelor of Computing with Honours in Computer Science

School of Science and Technology Computing Programmes Full-time Programmes 5 credit-unit Bachelor of Computing with Honours in Computer Science

Bachelor of Science with Honours in Computer Science

電腦科學榮譽理學士

Face-to-Face Full-time New Programme SSSDP NMTSS JSSU72 BSCHCSJ
  • Overview
  • Curriculum
  • Study Plan
  • Admission

Introduction

The Bachelor of Science with Honours in Computer Science programme (BSCHCSJ/JUPAS JSSU72) aims to produce graduates to be computing professionals with the breadth of understanding of theories and practices in the field of computer science.

The study pathway of this programme will allow students to explore all aspects of computing, as well as specialized topics such as artificial intelligence and smart technologies.

This programme provides multiple entry points: Year 1 Entry through JUPAS or Direct Application and Senior Year Entry through Direct Application at the HKMU website.

Entry Points Application Methods Code
Year 1 Entry JUPAS / Direct Application # JSSU72 / BSCHCSJ1 #
Senior Year Entry Direct Application BSCHCSJS for Year 2 and 3 Entry

#Students who are not sitting the HKDSE this year and have an equivalent qualification such as IB or GCE-A Level should apply through [Direct Application].

Learning Outcomes

On successful completion of the BSCHCSJ programme, students should be able to:

  • Utilize computer programming for problems solving and software development.
  • Communicate technical information capably and engage in a collaborative software development environment effectively.
  • Analyze problems critically and formulate solutions with techniques in computer science for various industries.
  • Perform competently the work of a professional in computing and IT industry.
  • Engage effectively in projects involving the integration of techniques in computing and IT applications.
BSCHCS_2023_preview

Graduates of HKMU Computing are renowned in the IT industry for their good work ethics, broad technical competence, and being well versed in software development and system integration tools. They are found in major IT companies, public organizations, and large and small startups, using their knowledge and skills to contribute to the local innovative economy.

Student Achievements

HKMU Computing Graduates regularly show their strength in problem solving and academic paper writing in inter-varsity contests and competitions. Since 2010, they have won over 30 prizes and awards, affirming their competitiveness among the UGC universities.

Please refer to the Student Achievements or Best Projects page for more details.

Career Prospects

Graduates are qualified to work as professional software developers, software engineers, mobile application developers, AI and machine learning designers. The training received by the graduates would allow them to continuously develop their professional skills in selected areas such as AI, data mining and cyber security. They would also acquire skills and knowledge of the business and industrial world beneficial for possible future promotion to a managerial or leadership position.

The training received by the graduates would allow them to continuously develop their technical skills in selected areas. They would also acquire skills and knowledge of the business and industrial world beneficial for possible future promotion to a managerial or leadership position.

Further Studies

Graduates of this programme have been admitted to various postgraduate programmes in local and overseas universities. Graduates may choose to study for a postgraduate degree in an advanced area in computing and information technology, or in other areas for the broadening of their exposure and skill set. Some of them are also pursuing for a doctoral research degree.

Enquiries

Department of Electronic Engineering and Computer Science

Tel: 3120 2504

Email: cteam@hkmu.edu.hk

Programme Leader

Dr. Au Yeung Siu Kei Jeff

Tel: 3120 2606

Email: jauyeung@hkmu.edu.hk

InnoTechExpo2019A
InnoTechExpo2019B

MUHK Students Showcasing their Innovation at the InnoTech Expo

InnoAward2019

MUHK InnoAward 2019

ISET2019

Students presenting their research work at a conference

Programme Structure

The 4-year programme consists of a balanced set of subject-area courses, language courses, general education courses and University core values courses.

Core Courses: Provide fundamental training in some of the major pillars in modern computing: processing of information, networking of information, and management of information.

Include programming, software development, software engineering, computing infrastructure, and databases.


CodeTitleCreditsCourse LevelHonours Classification
IT S102FComputing Fundamentals5Foundation– –

This is the first part of the pair of courses that introduce the breadth of Information and Communications Technology to students.

This course takes students to a data-centric point of view of computer systems: how computer processes data to produce useful information, how meanings are represented with data symbols, and how real world data is captured into digital form.

The course also explains how different parts of a computer can work together so that it can perform tasks defined by computer programs.


 

CodeTitleCreditsCourse LevelHonours Classification
IT S103FIntroduction to Internet Application Development5Foundation– –

This course is a sequel to IT S102F. This course focuses on data processing with small-scale computer programs. It gives students some ideas about data input and output, data operations, and features and structures of computer programs.

Students will also gain experience of the stages in software development, and especially software testing and debugging.

The last part of the courses gives students an overview of current computing technologies such as human-computer interaction, speech recognition, speech synthesis, handwriting recognition, security, and cryptography.

Core Courses: Provide intermediate training in some of the major pillars in modern computing: processing of information, networking of information, and management of information.

Include programming, software development, software engineering, computing infrastructure, and databases.

CodeTitleCreditsCourse LevelHonours Classification
COMP S202FJava Programming Fundamentals5Middleb

Java is one of the most popular languages in the IT professional world. The aim of this course is to provide students with sound foundation in software development using the object-oriented programming language Java.

The course will cover fundamental object-oriented programming concepts such as classes and objects, and the structure of text-based Java applications.

Students will study how to analyze problems and apply object-oriented methodology in software development.


 

CodeTitleCreditsCourse LevelHonours Classification
COMP S208FIntroduction to Computer Programming5Middleb

This is intended to be a first course in computer programming. In this course, students will study how to write computer programs in the Python language to solve simple computing problems.

Students will use fundamental programming and data containers to ease programming effort and to allow writing larger programs to solve problems. Topics include variables, operators, control structures, arrays and strings.


 

CodeTitleCreditsCourse LevelHonours Classification
COMP S209FData Structures, Algorithms, and Problem Solving5Middleb

As a sequel to COMP S208F, the aim of this course is to facilitate students to acquire skills for writing larger programs effectively.

Students will study how program structures, software development process, data structures, and algorithms can be used to deal with larger programming tasks. Topics include modular programming, abstract data types, searching and sorting, recursion, and data structures such as linked lists, binary trees, and hash-tables.


 

CodeTitleCreditsCourse LevelHonours Classification
COMP S264FDiscrete Mathematics5Middleb

The aim of this course is to lay the foundation of discrete mathematics of students which will be used in studying other more advanced programming courses.

Students will study the concepts of discrete mathematics, using different techniques for analysing and solving discrete mathematical problems. Topics include sets, functions, equivalence and induction.


 

CodeTitleCreditsCourse LevelHonours Classification
COMP S265FDesign and Analysis of Algorithms5Middleb

The aim of this course is to introduce the algorithms in various domains, and techniques for designing efficient algorithms.

It trains student the ability to analyze the time and space complexity and correctness of algorithms and skills to design solutions to problems. Topics include regular and context-free languages and finite and pushdown automata, and the Turing machine.


 

CodeTitleCreditsCourse LevelHonours Classification
COMP S266FComputer Architecture5Middleb

The aim of this course is to equip students with the fundamentals of the design of computer systems and their major components.

The course begins with a discussion of how to represent data in computer systems and then moves onto the design of a simple programmable computer system. Techniques for improving various aspects of computer system performance will be discussed in the second half of the course.

Major topics include data representation, computer system design, instruction execution model, memory, input/output system, pipelining, and instruction set design.


 

CodeTitleCreditsCourse LevelHonours Classification
COMP S267FOperating Systems5Middleb

The aim of this course is to equip students with knowledge about the design of operating systems for the management of system resources.

Students will be allowed to study various methods and algorithms for effectively managing major computing resource types including processors, main memory, and input output devices. Major topics include structure of operating systems, process management, concurrency, synchronization and deadlock, memory management, and input/output management.

Advisory Pre-requisites: Students should have completed a number of foundation and middle level computing courses to have adequate background in general computing knowledge.
CodeTitleCreditsCourse LevelHonours Classification
COMP S312FJava Application Development5Highera or b

This course aims to enable students to create maintainable software in Java to meet a great variety of computing requirements.

This course covers more advanced concepts in object-oriented programming and also more advanced Java technologies for developing sophisticated applications. Through concepts such as reuse, abstraction, encapsulation, inheritance and polymorphism, students should be able to more capably handle higher problem complexity in their programming work. Students will also study how to develop applications with multithreading, networking and security support in Java.

Advisory Pre-requisites: Students should have some background in Java.

 

CodeTitleCreditsCourse LevelHonours Classification
COMP S313FMobile Application Programming5Highera or b

The course aims to provide students with a foundation in designing and developing Android applications. Students will study the architecture of the Android platform, design and implement basic Android applications, and apply Android APIs in mobile programming.

Advisory Pre-requisites: Students should have completed most foundation and middle level computing programming courses.


 

CodeTitleCreditsCourse LevelHonours Classification
COMP S320FDatabase Management5Highera or b

This course aims to provide an explanation of the concepts underlying all relational databases as well as practical experience in applying the concepts in different situations.

Students should develop knowledge about the role of databases and database management systems within the context of information systems. Students should also develop skills in using the database language SQL. Major topics include database environment, database architectures, relational model and database design.

Advisory Pre-requisites: Students should have completed most foundation and middle level computing programming courses.

 

CodeTitleCreditsCourse LevelHonours Classification
COMP S350FSoftware Engineering5Highera or b

The course aims to develop in learners the terminology, notations and understanding needed for effective communication with team members during software engineering activities. It also aims to equip learners with the skills to apply software engineering methods and tools in a variety of situation.

Advisory Pre-requisites: Students should have completed most foundation and middle level computing programming courses.

 

CodeTitleCreditsCourse LevelHonours Classification
COMP S380FWeb Applications: Design and Development5Highera or b

This course aims to enable students to develop web applications based on mainly Java technologies and the three-tier architecture.

Students should be able to describe essential protocols & technologies for web applications, and apply major models and frameworks for web application development. Major topics include features and models of web applications, mark-up languages, development of web applications with Java technologies such as Java server pages, servlets, database connectivity, and frameworks for boosting productivity.

Advisory Pre-requisites: Students should have completed most foundation, middle and higher level computing courses, especially higher level Java programming course.

 

CodeTitleCreditsCourse LevelHonours Classification
COMP S381FServer-side Technologies and Cloud Computing5Highera or b

This course introduces some of the contemporary techniques, technologies and tools for designing, constructing and deploying flexible server-side Internet applications.

One of the main focuses of this course is to explain and demonstrate the use of cloud computing technologies. Students will learn how to design, construct and deploy scalable and cost-effective applications that are readily deployable on commercial cloud platforms.

Advisory Pre-requisites: Students should have completed most foundation, middle and higher level computing courses.

Project Courses: The final year project courses provide an opportunity to develop in-depth knowledge and high-level thinking process in a research and development project or an advanced software development project.

CodeTitleCreditsCourse LevelHonours Classification
COMP S456FSoftware System Development Project10Highera

This is a project course. Students will attempt a final year project which should provide an opportunity to integrate knowledge and skills acquired in the programme of study. Students will normally form a team to handle one project. Performance will be assessed both at the project level and the individual level.

After the course, students should be able to explain the current state of development in the application domain similar to his or her project area, to design, propose, implement and evaluate software system solutions. Students should also be able to collaboratively manage a software system development project and to write effective project reports.

(Tentative) Mandatory Pre-requisites:

Please be mindful that students must (1) pass at least 20 credits of COMP S312F, COMP S313F, COMP S320F, COMP S350F, COMP S380F and/or COMP S381F, and (2) have completed at least 105 credits for Year 1 entry, 70 credits for Year 2 entry and 30 credits for Year 3 entry students respectively.

Provide advanced training in some of the major pillars in modern computing: processing of information, networking of information, and management of information. Also, expose students to specialized topics related to Internet Technology.

Include programming, software development, software engineering, computing infrastructure, and databases.

CodeTitleCreditsCourse LevelHonours Classification
COMP S321FAdvanced Database and Data Warehousing5Highera or b

As a sequel to COMP S320F, this course aims to provide students with more advanced concepts of relational databases and more practical experience in different situations.

Students should study more advanced concepts and theories about relational databases. Major topics include Entity-Relation model, normalization, transaction management, and other advanced topics.

Advisory Pre-requisites: Students should have completed most foundation, middle and higher level computing courses.


 

CodeTitleCreditsCourse LevelHonours Classification
COMP S333FAdvanced Programming and AI Algorithm5Highera or b

This course aims to introduce basic concepts and algorithms of artificial intelligence (AI) and to facilitate students to develop advanced programming skills to tackle sophisticated problems, especially using AI algorithms and techniques.

Students will be able to explain the capabilities, strengths and limitations of various AI techniques, as well as AI algorithms and their applications. Students also learn how to apply AI algorithms and programming methods to solve real world problems, and write programs to implement the devised algorithmic solutions.


 

CodeTitleCreditsCourse LevelHonours Classification
COMP S351FSoftware Project Management5Highera or b

As a sequel to COMPS350F, This course aims to develop in learners the know-how of project management recognized as good practices in software development.

Advisory Pre-requisites: Students are expected to have completed at least two semester courses in computer programming and COMP S350F Software Engineering.


 

CodeTitleCreditsCourse LevelHonours Classification
COMP S362FConcurrent and Networks Programming5Highera or b

This course develops in students' ability to write programs that can run on computer networks. Students will improve their productivity as network programmers by learning programming frameworks and advanced programming language features.

The topics may include basic networking concepts, multi-threaded programming, web services, regular expressions, recursion, Lambda expression, map/reduce paradigm, aspect-oriented programming, message queues, etc.

Advisory Pre-requisites: Students should have completed most foundation, middle and higher level computing courses.

 

CodeTitleCreditsCourse LevelHonours Classification
COMP S363FDistributed Systems and Parallel Computing5Highera or b

The aim of this course is to develop in students' knowledge and skills in the development of distributed systems and parallel programs. It covers major parallel programming approaches and describes how to model parallel programs with various tools. It also takes students through case studies such as web services and Hadoop.

Pre-requisites: Students are expected to have completed three semester courses or more using any programming languages. Students are recommended to have taken COMP S362F (Concurrent and Network Programming) though motivated individuals without S362F will still be able to handle this course.

 

CodeTitleCreditsCourse LevelHonours Classification
COMP S382FData Mining and Analytics5Highera or b

This course introduces the key concepts, techniques and tools that would allow hidden patterns of data to be uncovered. Key topics of this course include: data warehousing, the data mining process, classification, regression, clustering and association mining.

Students will learn how to apply this knowledge to solving typical data mining problems through case studies of real-world applications of data mining techniques.

The topics may include data mining and data warehousing concepts, data mining process and software, classification and regression methods, clustering algorithms, and association rule mining.

Advisory Pre-requisites: Students should have completed most foundation, middle and higher level computing courses.

 

CodeTitleCreditsCourse LevelHonours Classification
COMP S390FCreative Programming for Games5Highera or b

This course aims to develop the students' capabilities in applying programming skills to develop serious games and creative applications. The course consists of three parts.

The first part will teach students how to generate interactive and algorithmic graphics using a game engine. The second part discusses various theories and issues in designing a serious game. The third part introduces various technologies and techniques for enhancing the user experience, which includes using sensors to orient a device in physical space and to interact with game objects.

The course will enable students to design and develop serious games and creative applications with an appropriate integration of programming skills and techniques.


 

CodeTitleCreditsCourse LevelHonours Classification
COMP S492FMachine Learning5Highera or b

This course aims to introduce students to the field of machine learning, and develop them to apply machine learning algorithms to real-world problems. It enables students to have a broad overview of different machine learning and deep learning algorithms with a focus of applying these algorithms into real-world problems through practical activities.

Advisory Pre-requisites: Students should have a solid background in computing

 

CodeTitleCreditsCourse LevelHonours Classification
ELEC S305FComputer Networking5Highera or b

This course aims to provide students with knowledge of the concepts and fundamental design principles of modern computer networking and to enable them to comprehend and evaluate various kinds of network protocols.

It also equips students for further study of computer networks. The lecture begins at the application layer and working its way down toward the data link layer of the computer network reference model.

Topics include: delay and loss in packet switched networks, protocol layered architecture, application layer HTTP, transport layer TCP, UDP, network layer routing, addressing, link layer switching, multiple access protocols, MAC addresses and Ethernet.

Advisory Pre-requisites: Students should have completed most foundation, middle and higher level computing courses.

 

CodeTitleCreditsCourse LevelHonours Classification
ELEC S348FIOT Security5Highera or b

This course aims to introduce students to the concepts of discovering vulnerability, risk assessments, researching in and recommending risk mitigation strategies for common security threats in Internet of Things (IoT) systems. Students will be able to use industry-standard models to explain security requirements in IoT systems, and IoT security risks in an industry sector.

Students will also learn to evaluate physical device / communication / application security vulnerabilities in IoT systems, and design threat mitigation measures based on threat modeling and risk management frameworks.

Topics include IoT Security Challenges, IoT systems and architectures, IoT Device Layer Attack, Communication Layer Attack, Application Layer Attack, vulnerability and risk assessment in an IoT System.

 

CodeTitleCreditsCourse LevelHonours Classification
ELEC S371FDigital Forensics5Highera or b

This course aims to introduce the fundamentals of computer forensics and investigations. Topics include historical and current digital forensics; a systematic approach to computer investigations; digital forensics, email and image file analysis; and guidelines for writing digital forensics reports. Various forensic tools will be used during the laboratory sessions of the course.


 

CodeTitleCreditsCourse LevelHonours Classification
ELEC S425FComputer and Network Security5Highera or b

This course intended for senior students. This course covers principles of computer systems and network security. This courses also discuss various attack techniques and how to defend against them. Topics include network attacks and defenses, malware and social engineering attacks, host security, application security, network security, data security, access control and authentication, and cryptography and encryption.

Advisory Pre-requisites: Students should have completed most foundation, middle and higher level computing courses and should have a solid knowledge in networking or have completed ELEC S305F.


 

CodeTitleCreditsCourse LevelHonours Classification
ELEC S431FBlockchain Technologies5Highera or b

This course introduces the concepts and applications of blockchain technologies, explains their potential impacts on different industries, and explores the latest techniques of permissionless and permissioned blockchains. Students will learn practical development skills in the two popular blockchain platforms (Ethereum and Hyperledger fabric) to understand blockchain programming and application development.


CodeTitleCreditsCourse LevelHonours Classification
MATH S141FAlgebra and Calculus5Foundation– –

This course teaches fundamental concepts in calculus and linear algebra. The course aims to provide a transition between school and university mathematics. 

The course also aims to develop in students understanding the concepts and techniques of differentiation, integration, vectors and matrix operations. 


CodeTitleCreditsCourse LevelHonours Classification
IT S290FHuman Computer Interaction & User Experience Design5Middleb

This course consists of two parts. In the first part, students will learn the important theories that underpin the way humans interact with computer-based systems. In the second part, students will learn how to use disciplined approaches to (a) design usable and intuitive interfaces for computer-based systems, and (b) evaluate and compare different interface design with respect to their usability and intended user/business requirements.

This course introduces students to the key concepts, theories and best practices used by user experience engineers to design usable interfaces and improve the quality of interaction with computer-based systems.


CodeTitleCreditsCourse LevelHonours Classification
STAT S261FData Science Fundamentals with Applications5Middleb

This course aims to introduce a range of topics and concepts related to the data science process. Students will learn what Data Science is and the skill sets needed to be a data scientist, how to use R to carry out basic statistical modeling and analysis. Students will also learn the significance of exploratory data analysis (EDA) in data science, the Data Science Process and how its components interact.

Other Activities: In addition to the development of technical knowledge and skills, students are expected to develop their soft skills such as teamwork and communication.

Students are needed to participate in the English enhancement courses.

CodeTitleCreditsCourse LevelHonours Classification
Course List5Depends on selection
Course List5Depends on selection

Other Activities: In addition to the development of technical knowledge and skills, students are expected to develop their soft skills such as teamwork and communication.

Students are encouraged to participate in various contests, seminars, and workshops for sharpening their competitiveness.

CodeTitleCreditsCourse LevelHonours Classification
Course List5
Course List5

Study Plan

  • Year 1 Entry
  • Year 2 Entry
  • Year 3 Entry

Students admitted at the Year 1 Entry Point are required to complete 160 credits and of which no more than 40 credits should be taken at foundation level during the nominal 4-year study period for the degree of Bachelor of Science with Honours in Computer Science.

Categories Weightings
Core Computing Courses 75 Credits
Project Courses and Elective Courses 40 Credits
Outside-discipline Courses 15 Credits
English Enhancement Courses 10 Credits
General Education Courses 20 Credits
Total 160 Credits
  • Year 1
  • Year 2
  • Year 3
  • Year 4
CodeTitleCategoryCreditsCourse LevelHonours Classification
IT S102FComputing FundamentalsCore5Foundation-
COMP S208FIntroduction to Computer ProgrammingCore5Middleb
COMP S209FData Structures, Algorithms and Problem SolvingCore5Middleb
MATH S141FAlgebra and CalculusOD5Foundation-
 English Enhancement CourseENG5Depends on selection-
 English Enhancement CourseENG5Depends on selection-
 General Education CourseGE5--
 General Education CourseGE5--
Code Title Category Credits Course Level Honours Classification
IT S103F Introduction to Internet Application Development Core 5 Foundation -
COMP S202F Java Programming Fundamentals Core 5 Middle b
COMP S264F Discrete Mathematics Core 5 Middle b
COMP S266F Computer Architecture Core 5 Middle b
COMP S267F Operating Systems Core 5 Middle b
STAT S261F Data Analytics with Applications OD 5 Middle b
General Education Course GE 5 - -
General Education Course GE 5 - -
Code Title Category Credits Course Level Honours Classification
COMP S265F Design and Analysis of Algorithms Core 5 Middle b
COMP S312F Java Application Development Core 5 Higher a or b
COMP S313F Mobile Application Programming Core 5 Higher a or b
COMP S320F Database management Core 5 Higher a or b
COMP S350F Software Engineering Core 5 Higher a or b
COMP S380F Web Applications: Design and Development Core 5 Higher a or b
COMP S381F Server-side Technologies and Cloud Computing Core 5 Higher a or b
IT S290F Human Computer Interaction and User Experience Design OD 5 Middle b
Code Title Category Credits Course Level Honours Classification
COMP S456F Software System Development Project Project 10 Higher a
Elective Course Elective 5 Higher a or b
Elective Course Elective 5 Higher a or b
Elective Course Elective 5 Higher a or b
Elective Course Elective 5 Higher a or b
Elective Course Elective 5 Higher a or b
Elective Course Elective 5 Higher a or b
The programme requirements & the courses on offer are subject to amendment

Students admitted at the Year 2 Entry Point are required to complete 72^ credits of which no more than 12 credits should be taken at Foundation level during the nominal 3-year study period for the degree of Bachelor of Science with Honours in Computer Science.

^Note: A student who does not have sufficient mathematics and/or IT background may be required to take extra courses, IT S102F and/or MATH S141F. Thus, such student may be required to complete a total of 130 credits in order to fulfil programme requirements.

CategoriesWeightings
Core Computing Courses42 Credits
Project Courses and Elective Courses24 Credits
Outside-discipline Courses6 Credits
English Enhancement Courses6 Credits
Total78 Credits
  • Year 2
  • Year 3
  • Year 4
CodeTitleCategoryCreditsCourse LevelHonours Classification
IT 1030SEFIntroduction to Internet Application DevelopmentCore3Foundation-
COMP 2020SEFJava Programming FundamentalsCore3Middle-
COMP 2080SEFIntroduction to Computer ProgrammingCore3Middle-
COMP 2090SEFData Structures, Algorithms and Problem SolvingCore3Middle-
COMP 2640SEFDiscrete MathematicsCore3Middle-
COMP 2660SEFComputer ArchitectureCore3Middle-
COMP 2670SEFOperating SystemsCore3Middle-
STAT 2610SEFData Analytics with ApplicationsOD3Middle-
CodeTitleCategoryCreditsCourse LevelHonours Classification
COMP 2650SEFDesign and Analysis of AlgorithmsCore3Middle-
COMP 3120SEFJava Application DevelopmentCore3Higher-
COMP 3130SEFMobile Application ProgrammingCore3Higher-
COMP 3200SEFDatabase managementCore3Higher -
COMP 3500SEFSoftware EngineeringCore3Higher -
COMP 3800SEFWeb Applications: Design and DevelopmentCore3Higher -
COMP 3810SEFServer-side Technologies and Cloud ComputingCore3Higher -
IT 2900SEFHuman Computer Interaction and User Experience DesignOD3Middle -
CodeTitleCategoryCreditsCourse LevelHonours Classification
COMP 4560SEFSoftware System Development ProjectProject6Higher-
 Elective CourseElective3Higher -
 Elective CourseElective3Higher -
 Elective CourseElective3Higher -
 Elective CourseElective3Higher -
 Elective CourseElective3Higher -
 Elective CourseElective3Higher -
The programme requirements & the courses on offer are subject to amendment

Students admitted at the Year 3 Entry Point are required to complete 48 credits during the nominal 2-year study period for the degree of Bachelor of Science with Honours in Computer Science.

CategoriesWeightings
Core Computing Courses21 Credits
Project Courses and Elective Courses24 Credits
Outside-discipline Courses3 Credits
Total48 Credits
  • Year 3
  • Year 4
CodeTitleCategoryCreditsCourse LevelHonours Classification
COMP 2650SEFDesign and Analysis of AlgorithmsCore3Middle -
COMP 3120SEFJava Application DevelopmentCore3Higher -
COMP 3130SEFMobile Application ProgrammingCore3Higher -
COMP 3200SEFDatabase managementCore3Higher -
COMP 3500SEFSoftware EngineeringCore3Higher -
COMP 3800SEFWeb Applications: Design and DevelopmentCore3Higher -
COMP 3810SEFServer-side Technologies and Cloud ComputingCore3Higher -
IT 2900SEFHuman Computer Interaction and User Experience DesignOD3Middle -
CodeTitleCategoryCreditsCourse LevelHonours Classification
COMP 4560SEFSoftware System Development ProjectProject6Higher -
 Elective CourseElective3Higher -
 Elective CourseElective3Higher -
 Elective CourseElective3Higher -
 Elective CourseElective3Higher -
 Elective CourseElective3Higher -
 Elective CourseElective3Higher -
The programme requirements & the courses on offer are subject to amendment

Subsidy

JUPAS Entry

For existing students

The program is supported by Non-means-tested Subsidy Scheme (NMTSS). Eligible students will receive $33,200 subsidy per annum. Please refer to NMTSS's website for eligibility and more information.

For new students

Starting from 2023 admission, the programme is included in the Study Subsidy Scheme for Designated Professions/Sectors (SSSDP) instead of NMTSS. Eligible students will receive $44,240 subsidy per annum.

This SSSDP programme normally admits students through JUPAS. The JUPAS code has be changed from JS9718 to JSSU72.

Please refer to SSSDP's website for eligibility and more information.


Senior Year Entry

For Senior Year entry students, they may supported by Non-means-tested Subsidy Scheme (NMTSS). Eligible students will receive $33,200 subsidy per annum.

Please refer to NMTSS's website for eligibility and more information.



Admission

This programme provides multiple entry points: Year 1 Entry through JUPAS or Direct Application and Senior Year Entry through Direct Application at the HKMU website.

Entry Points Application Methods Code
Year 1 Entry JUPAS / Direct Application # JSSU72 / BSCHCSJ1 #
Senior Year Entry Direct Application BSCHCSJS for Year 2 and 3 Entry

#Students who are not sitting the HKDSE this year and have an equivalent qualification such as IB or GCE-A Level should apply through [Direct Application].

Admission Requirements

JUPAS Admission

Students should normally have attained in the Hong Kong Diploma of Secondary Education (HKDSE) Examination results of Level 3 or above in Chinese and English, as well as Level 2 or above in Mathematics, Liberal Studies and an elective subject.

All courses are weighted the same. Please refer to JUPAS website for more JUPAS admission information

First Year Tuition Fee *

The amount of subsidy for the JSSU72 programme under the SSSDP is HK$44,950 per annum while NMTSS is HK$33,200 per annum. The subsidy is tenable for the normal duration of the study programme concerned and is subject to the students' satisfactory fulfilment for progression in the study programme. The government's terms and conditions apply.

Tuition Fee after subsidy:

SSSDP NMTSS
First Year HK$34,610* HK$45,120*
Total (4-Years) HK$138,440* HK$180,480*

*Please refer to the JUPAS page for updates and details.

*The estimated tuition fees listed above are for reference only. Tuition fees are charged according to the number of course credits taken by a student. A student will normally take 40 credits in an academic year.

*The subsidy is tenable for the normal duration of the study programme concerned and is subject to the students' satisfactory fulfilment for progression in the study programme

Senior Year Entry

Entry Points Admission Requirements
Year 2 Recognized Associate Degree/Higher Diploma in any area
Year 3 Recognized Associate Degree/Higher Diploma in computing or a closely related area

Admission Application

Students interested in this programme should apply through non-JUPAS Direct Application. The programme code is BSCHCSJS for both Year 2 and Year 3 entry.

Please refer to the program's website for below or more information

  • Application Procedures
  • Online Application
  • Tuition Fees, Scholarships and Financial Assistance

Scholarships and Awards

Full-time MUHK Computing students with outstanding academic performance and other achievements may be nominated for scholarships and other awards in a competitive manner.