Submitting Form...
×

Master of Science in Computer Science (by Research)

university icon
Sunway University

Master of Science in Computer Science (by Research)

university icon
Sunway University

Master of Science in Computer Science (by Research)

Qualification
Master's Degree
Duration
2 years
Intake
JanJanFebFebMarMarAprAprMayMayJunJunJulJulAugAugSepSepOctOctNovNovDecDec
English Requirement
IELTS 6.0
Offer Letter
Free
Class Type
Physical
Course Fee for International Students
First year from MYR 19,300 excludes 6% SST & other fees
Estimated total tuition from ~MYR 38,600 2 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 Science in Computer Science (by Research) 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 Science in Computer Science (by Research) 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
Sunway University ?

The Master of Science in Computer Science (by Research) programme at Sunway University will train students to carry out research in current and emerging fields within the Information Technology industry. With the aim of expanding a student's intellect by nurturing advanced knowledge in specialist technical subject areas, our focus is to enable students to lead future developments be it in industry or in academia.

Our students will be integrated as members of our research groups at Sunway University with various opportunities to participate in research alongside experienced supervisors through seminars, workshops, laboratory experiments and fieldwork.

Graduates of the Master of Science in Computer Science (by Research) will have competencies in theory and practice of ICT and Computer Science. They will be well-equipped with analytical and problem-solving skills to work as senior consultants or in managerial positions in their field of study.

On successful completion of the programme, the graduates will also be awarded with a degree from Lancaster University. They will be awarded two certificates, making them graduates of both Sunway University and Lancaster University.

Entry Requirements

Bachelor’s Degree

A Bachelor’s Degree in Computing with minimum CGPA of 3.00 or equivalent

APEL.A

An APEL.A Certificate (APEL T-7) (Recognition of Prior Learning) (Click on this link for further information on APEL.A)

Other Qualifications

Any other qualifications will be considered on a case-to-case basis and subject to the approval and acceptance by University Senate.

Programme Structure

The Master of Science in Computer Science (by Research) consists of two taught modules and one thesis. Students will be required to complete two taught modules, namely Research Methodology and Directed Readings, before they proceed to writing the thesis. By undergoing these two modules, candidates will develop the necessary skills and knowledge to conduct research successfully towards the Master’s degree.

Students will have an opportunity to examine research designs with methodology as well as data analysis techniques employed by researchers. At the end of this module, candidates will be expected to formulate and submit a proposal for research in an area of their own interest or specialisation.

This module will provide students with comprehensive reading lists and resources to help them develop their hypothesis or areas of interest. Library skills and training on how to manage information and resources will also be introduced in this module.

The MSc is awarded based on the successful completion of a thesis. The thesis should demonstrate proficiency, criticality and mastery in the subject or chosen area of research. 

Our academics have expertise in the following research areas ( But not limited to ):

For other research areas, do write in to our contacts listed below.

  • Artificial Intelligence (AI)
  • Embedded Systems/IoT
  • Cybersecurity & Blockchain
  • Robotics & Drones
  • Big Data & Data Analytics
  • Embedded Systems and Applications
  • Visual Sensor Network
  • Sensing & Signal Processing
  • Machine Learning & Human Factors
  • Power Systems
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"; });