Submitting Form...
×

Master of Engineering Computer Science with Cyber Security

university icon
University of Southampton Malaysia

Master of Engineering Computer Science with Cyber Security

university icon
University of Southampton Malaysia

Master of Engineering Computer Science with Cyber Security

Qualification
Master's Degree
Duration
4 years
Intake
MarMarJulJulSepSep
English Requirement
IELTS 6.0
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 Master of Engineering Computer Science with Cyber Security 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 Engineering Computer Science with Cyber Security 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
University of Southampton Malaysia ?

The Master of Engineering in Computer Science with Cyber Security program at the University of Southampton Malaysia is designed to equip students with the crucial digital skills and practical experience needed to protect companies and governments from the ever-increasing menace of cyber crime. With a global shortage of qualified cyber security professionals, graduates of this program are in high demand. Taught by knowledgeable academics actively involved in advancements in areas like blockchain and the Internet of Things, students receive a comprehensive education in cyber security. The University of Southampton is recognized as a center of excellence for cyber security research by the UK government's National Cyber Security Centre, further validating the program's quality and relevance. Upon completion, graduates will possess the expertise and industry recognition to pursue rewarding career opportunities and contribute effectively to the defense of digital systems and networks.

Year 1 overview

You’ll study the logical and mathematical theory underpinning computer science. You’ll also get an understanding of the fundamentals of computer hardware.

As an introduction to software engineering, you’ll cover data structures and algorithms. You’ll also look at the principles of programming, including using object-oriented approaches and software engineering processes.

You’ll apply your knowledge by working on practical projects. For example, you’ll build algorithms and data analysis tools, and develop software user interfaces.

Year 2 overview

You’ll deepen your understanding of computer science by studying topics, such as artificial intelligence (AI), communication protocols and the TCP/IP layered model.

A group project will give you first-hand experience of working in a team, and of the issues of communication and scale in software engineering.

Year 3 overview

An individual project gives you the chance to conduct in-depth research in an area of computer science that interests you, under the supervision of an academic with expertise in your chosen field. This could involve designing, building and testing software or computer system.

You’ll take compulsory modules in cyber security systems and engineering management. You’ll specialise in cyber security, choosing from options such as cyber crime, cryptography and data mining.

Year 4 overview

You’ll take part in a group design project, working in a team that may include students from other engineering disciplines for a real industry or academic customer.

There is wide range of specialist modules to choose from. These cover topics such as biometrics, the dark web and e-business.

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