Submitting Form...
×

Bachelor of Computer Science (Software Engineering) (Hons)

university icon
UNITEN University Malaysia (Universiti Tenaga Nasional)

Bachelor of Computer Science (Software Engineering) (Hons)

university icon
UNITEN University Malaysia (Universiti Tenaga Nasional)

Bachelor of Computer Science (Software Engineering) (Hons)

Qualification
Bachelor's Degree
Duration
3 years
Intake
JanJanJulJulSepSep
English Requirement
IELTS 5.0
Offer Letter
Free
Class Type
Physical
Course Fee for International Students
First year from MYR 26,000 excludes 6% SST & other fees
Estimated total tuition from ~MYR 78,000 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 Computer Science (Software Engineering) (Hons) 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 Computer Science (Software Engineering) (Hons) 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
UNITEN University Malaysia (Universiti Tenaga Nasional) ?

The Bachelor of Computer Science (Software Engineering) (Hons) Program at UNITEN University Malaysia focuses on practical and theoretical aspects of computer science. It prepares students to become skilled software engineers capable of developing quality software in various environments. The program aligns with the needs of the industry and offers opportunities for students to collaborate with industry partners on final year projects. Graduates of this program are highly sought after and receive competitive salaries in the job market. The program integrates industry-relevant certifications in Requirements Engineering and Software Testing. It also enables graduates to pursue higher qualifications, including professional certifications and advanced degrees in software engineering from UNITEN or other reputable institutions.

Future Careers

  • JAVA / J2EE / PHP / .NET Developer
  • Mobile Application Developer
  • Software Engineer
  • Software Quality Assurance
  • Software Tester
  • Solutions Architect
  • Technical Consultant
  • Web Developer
  • Problem Solving
  • Discrete Structures
  • Programming 1
  • Programming 2
  • Statistics for Computing
  • Data Structure & Algorithms
  • Object Oriented Programming
  • Web Programming
  • Computer Organization
  • Data Communication & Computer Networks
  • Operating System Concepts
  • Database 1
  • Fundamental of Software Engineering
  • Systems Design
  • Requirements Engineering
  • Software Quality
  • Software Testing
  • Software Project Management
  • Human Computer Interaction
  • Artificial Intelligence
  • Energy & Computing
  • Technology Entrepreneurship
  • Technical Elective 1
  • Technical Elective 2
  • Technical Elective 3
  • Project 1
  • Project 2
  • Industrial Training
  • Business English
  • IT Communication
  • Personal Financial Management
  • Ethnics & IT Professional Practices
  • Islamic/ Moral & Civil Society I/ MPU Compulsory U3
  • Islamic/ Moral & Civil Society II/ MPU Compulsory U4
  • Ethnics Relations/ Malaysian Studies
  • Tamadun Islam & Tamadun Asia/ Malay Language for International Student

 Technical Elective Courses

  • Java Programming
  • Real-Time Systems
  • Secure Programming
  • Computer Forensics
  • Database 2
  • Parallel Computing
  • Network Analysis & Design
  • Data & Computer Security
  • Mobile Application Development
  • Multi-Agent Systems
  • Advanced Web Application Development
  • Emerging Technologies & Trends
  • Design Concepts in Programming Languages

These Technical Electives could be grouped further according to the student's interest in a relevant focus area such as: 

  • Software Development
  • Software Technology
  • Data Science

Credit Hours : 120

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