Submitting Form...
×

Master of Computer Science in Software Engineering (ODL)

university icon
Multimedia University Malaysia (MMU)

Master of Computer Science in Software Engineering (ODL)

university icon
Multimedia University Malaysia (MMU)

Master of Computer Science in Software Engineering (ODL)

Qualification
Master's Degree
Duration
1 years
Intake
MarMarOctOct
English Requirement
IELTS 6.0
Offer Letter
Free
Class Type
Online
Course Fee for International Students
First year from MYR 18,400 excludes 6% SST & other fees
Estimated total tuition from ~MYR 18,400 1 years programme
Published fees don't include possible scholarships and YourUni discounts — most students pay less than the sticker price.

See your real cost — with discounts

Free, no obligation. We'll send your exact breakdown for Master of Computer Science in Software Engineering (ODL) on WhatsApp.

Exact year-by-year tuition breakdown
Your scholarship & YourUni discount eligibility
All other fees (visa/EMGS, resource, international)
Instalment & payment-plan options
No spam. We only use your details to send your fee breakdown and help you apply.

You're all set, John

Our team is preparing your full fee breakdown for Master of Computer Science in Software Engineering (ODL) plus any scholarships you qualify for. Tap below to open the chat and get it on WhatsApp now.

We usually reply within minutes during working hours.

Would you like to apply to
Multimedia University Malaysia (MMU) ?

The Master of Computer Science in Software Engineering (ODL) program at Multimedia University Malaysia is designed to equip students with advanced knowledge and skills in software engineering. It covers a wide range of topics including software architecture, development methodologies, software testing, quality assurance, and project management. Through a blend of theoretical insights and practical skills, students develop the expertise to excel in various roles within the software engineering domain.

Entry Requirements

  • A Bachelor’s degree (Level 6, MQF) in Computing or related fields with a minimum CGPA of 2.50 or equivalent, as accepted by the Senate; OR
  • A Bachelor’s degree (Level 6, MQF) in Computing or related fields with a minimum CGPA of 2.00 and not meeting CGPA of 2.50 or equivalent, can be accepted subject to a minimum of FIVE (5) years of working experience in the related fields and rigorous internal assessment; OR
  • A Bachelor’s degree (Level 6, MQF) in non-computing fields with a minimum CGPA of 2.00 or equivalent, must undergo appropriate prerequisite courses as determined by the HEP with minimum of 5 years working experience in the relevant field and rigorous internal assessment; OR
  • Other qualifications equivalent to a Bachelor’s degree (Level 6, MQF) in the field of Computing or related fields recognised by the Government of Malaysia must undergo appropriate prerequisite courses as determined by the HEP.

Career Opportunities 

Software Engineer, Systems Analyst, Project Manager, Quality Assurance Engineer, Software Architect.

Core 

IT Research Methods

Software Requirements Engineering

Advanced Data Management

Architecture of Large Software Systems

Low-Level Design of Software

Software Quality Assurance and Testing

Service Oriented Architecture using Web Services

MCS Project

Electives:

Elective 1 *

Elective 2 * 

Elective 3 *

University Subject:

Technological Innovation and Entrepreneurship

 

Total Credit Hour (CH): 42

 

* Elective Subjects (3 Only):

•Interaction Design
• Security in Computing
• Risk Management for Software Intensive Projects 
• Data Mining and Analytics
• Data Preprocessing and Analysis
• High Performance Computing for Big Data
• Software Project Management

(*Subject to the availability of faculty assignment.)

 

Hello!
Click one of our representatives below to chat on WhatsApp or send us an email to info@your-uni.com

The team typically replies in a few minutes.

Need help? Chat with us
Some text some message..
function updateCounselorWhatsAppCount(counselorId) { var xhr = new XMLHttpRequest(); xhr.open("POST", "admin/php/update_counselor_whatsapp_count.php", true); xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var response = JSON.parse(xhr.responseText); if (response.status === "success") { console.log("WhatsApp count updated successfully"); } else { console.error("Failed to update WhatsApp count: " + response.message); } } }; xhr.send("id=" + counselorId); } $(".btn-whatsapp-chat-wrapper").click(function (){ event.preventDefault(); // $(".btn-whatsapp-contact-us-float").toggleClass('cross'); // $('.chat-text').toggleClass('hidden'); // $('.contact-us-float').fadeToggle(500); var xhr = new XMLHttpRequest(); xhr.open("POST", "admin/php/update_whatsapp_count.php", true); xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var response = JSON.parse(xhr.responseText); if (response.status === "success") { console.log("WhatsApp count updated successfully"); } else { console.error("Failed to update WhatsApp count: " + response.message); } } }; // page title var pageTitle = document.title || "Unknown Page"; xhr.send("source_page=" + encodeURIComponent(window.location.pathname) + "&page_title=" + encodeURIComponent(pageTitle)); window.open("https://api.whatsapp.com/send?phone=+60174733193&text=Hello%20YourUni%20Consultancy%20Team", '_blank'); // window.location.href = "https://api.whatsapp.com/send?phone=+60174733193&text=Hello%20YourUni%20Consultancy%20Team"; });