Submitting Form...
×

Bachelor of Engineering in Software Engineering

university icon
Xiamen University Malaysia Campus

Bachelor of Engineering in Software Engineering

university icon
Xiamen University Malaysia Campus

Bachelor of Engineering in Software Engineering

Qualification
Bachelor's Degree
Duration
4 years
Intake
FebFebAprAprSepSep
English Requirement
Not Required
Offer Letter
Free
Class Type
Physical
Course Fee for International Students
First year from MYR N/A excludes 6% SST & other fees
Estimated total tuition from ~MYR 0 4 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 Bachelor of Engineering in Software Engineering 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 Bachelor of Engineering in Software Engineering 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
Xiamen University Malaysia Campus ?

The software engineering programme at Xiamen University (XMU), introduced in 2002, is supported by the Software School, one of the 35 nationally exemplary software engineering schools approved by China’s Ministry of Education. The school has established joint research and development collaborations with a number of overseas IT enterprises including MICROSOFT, IBM, BEA, ORACLE, SYBASE, SUN, and DELL. We have achieved great success in cultivating talents with practical abilities and an international outlook in the field of software engineering since the inception of the programme. We were approved as the “Innovative Area of Talent Training Mode” and “Excellent Engineer Training Programme” by China’s Ministry of Education. Moreover, the course “software engineering” has been rated as a top-quality course by XMU, Fujian Province, and Ministry of Education respectively.

This programme at Xiamen University Malaysia is geared at producing graduates who are able to strike a balance between theories and practical implementation in software engineering, applying their knowledge and skills to design, develop, maintain, and manage computer and mobile application systems in the context of a real-world engineering environment. In summary, students in this program are prepared to adeptly utilize current technology through a wide array of application tools and proficiently master diverse programming languages.

ENTRY REQUIREMENTS:

  • STPM (Science Stream): A pass with at least a Grade C (GP 2.0) in Mathematics and 1 Science/ICT subject.
  • STPM (Non Science Stream): A pass with at least a Grade C (GP 2.0) in any 2 subjects and a credit in Additional Mathematics in SPM or its equivalent.
  • A-LEVEL: A pass with at least a Grade D in any 2 subjects.
  • UEC: A pass with at least a Grade B in 5 subjects.
  • Foundation/Matriculation: A pass with at least a CGPA of 2.0 out of 4.0.
  • Diploma (Computing Fields): A pass with at least a CGPA of 2.5 out of 4.0 in Diploma in Computing fields (Computer Science/Software Engineering/Information Technology/Information System/Data Science).
  • Diploma (Science and Technology): A pass with at least a CGPA of 2.75 out of 4.0 in any Diploma in Science and Technology or the equivalent.

Additional Requirements:

  • For all categories: English Language - a credit in SPM or the equivalent.
  • For Diploma holders: Pass a Mathematics placement test organized by XMUM before joining the programme if not meeting specific Mathematics requirements.

MAIN COURSES

Year 1

  • Discrete Mathematics
  • Computer Fundamentals
  • C and C++ Programming
  • Principles of Information Systems

Year 2

  • Operating Systems
  • Database
  • Principles of Artificial Intelligence
  • Software Requirement Engineering
  • Algorithm Analysis and Design

Year 3

  • Software Verification and Validation
  • Software Project Management
  • Fundamentals of Academic Research
  • Major Elective (Choose 3) : Embedded System, Digital Media Technology, Advanced Software Engineering, Game Design and Development

Year 4

  • Software Engineering Academic Project
  • Industrial Training
  • Major Elective (Choose 4 ): Programming Elective II, Data Mining, Technology and Application of Internet of Things, Big Data Analytics, Virtual Reality Technology and Application, Computer Vision and Face Recognition Workshop
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"; });