Submitting Form...
×

Bachelor of Science (Hons.) Intelligent Robotics

university icon
Multimedia University Malaysia (MMU)(Cyberjaya Campus)

Bachelor of Science (Hons.) Intelligent Robotics

university icon
Multimedia University Malaysia (MMU)(Cyberjaya Campus)

Bachelor of Science (Hons.) Intelligent Robotics

Qualification
Bachelor's Degree
Duration
3 years
Intake
MarMarAugAugOctOct
English Requirement
IELTS 5.0
Offer Letter
Free
Class Type
Physical
Course Fee for International Students
First year from MYR 25,750 excludes 6% SST & other fees
Estimated total tuition from ~MYR 77,250 3 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 Science (Hons.) Intelligent Robotics 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 Science (Hons.) Intelligent Robotics 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 Bachelor of Science (Honours) in Intelligent Robotics at Multimedia University Malaysia is a three-year program that combines engineering fundamentals, hands-on skills, and multidisciplinary knowledge. Students gain expertise in electronics, robotics, artificial intelligence, automation, and programming. The program offers early exposure to real-world applications and prepares graduates to excel in the era of Industrial Revolution 4.0. Graduates are highly sought after by the industry and can pursue diverse career opportunities in sectors like manufacturing, healthcare, and logistics.

Entry Requirements

Pass Foundation / Matriculation studies in a related field from a recognized institution with a minimum CGPA of 2.50.

For other qualifications and certificates (e.g., UEC, Foundation, STAM, etc..) please contact our educational consultants or submit your application for Admission assessment.

Career opportunities

Robotics System Designer/Programmer, AI and Machine Learning Developer, Embedded System Designer, Control and Automation Specialist, Field Application Technologist, Printed Circuit Board (PCB) Designer, Production and Planning Engineer, and Industry 4.0 Technologist.

Core

Year 1

Engineering Calculus
Computer and programming
Micro-controllers & micro-processors
Electrical circuits
Basic electronics
Differential equations
Digital design
Linear algebra and numerical methods
Rapid modelling
Analog electronics

Year 2

Linear systems & signals
Electromagnetics with applications
Electrical machines and power systems
Robotics – Machine design and mechanisms
Introduction to artificial intelligence
Actuators and sensors
Electronics instrumentation
Robotics – Modelling and control
Feedback control
Advanced programming
Internship

Year 3

Mobile robots and drones
Machine learning concepts and technologies
Project I
Project II
Machine vision & image processing

Elective Modules

Hardware Track

IOT systems & applications
Electronic prototyping and PCB (printed circuit board) layout
Making embedded systems
Industrial automation and digital control
Signal and power integrity

Software Track

Cybersecurity
Software engineering fundamentals
Introduction to data science
Neural networks and deep learning
Robot programming

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"; });