Submitting Form...
×

Bachelor of Computer Science (Software Engineering)

university icon
City University Malaysia

Bachelor of Computer Science (Software Engineering)

university icon
City University Malaysia

Bachelor of Computer Science (Software Engineering)

Qualification
Bachelor's Degree
Duration
3 years
Intake
JanJanMayMaySepSep
English Requirement
IELTS 4
Offer Letter
Free
Class Type
Physical
Course Fee for International Students
First year from MYR 11,000 excludes 6% SST & other fees
Estimated total tuition from ~MYR 35,750 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) 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) 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
City University Malaysia ?

The Bachelor of Computer Science (Software Engineering) Program at City University Malaysia rovides high-quality undergraduate education in IT, preparing students for successful careers and offering graduate training. It emphasizes IT knowledge reinforcement, innovation, and the implementation of new technologies. Graduates will have the ability to apply sound judgment to production, social, ethical, and professional issues in the computing industry. The curriculum covers software engineering processes and offers elective courses on IR 4.0 subjects.

Future Careers

Graduates of this program can work as web developers, programmers, and in related roles in software services companies, outsourcing companies, and allied sectors.

 

YEAR 1

• English for Academic Purposes
• Academic Skills/ Bahasa Kebangsaan A
• Discrete Mathematics
• Introduction to Multimedia
• Computer Programming
• Hubungan Etnik / Pengajian Malaysia III
• English for Employment
• Fundamental of Computational Thinking: Python
• Calculus
• Software Engineering
• Data Structure
• Algorithm & Complexity
• Operating Systems
• Database System
• Object-Oriented Programming

YEAR 2

• Modelling Simulation
• Software Testing
• Systems Analysis and Design
• Artificial Intelligence
• Fundamentals of Modern Data
• Tamadun Islam Dan Tamadun Asia (TITAS) / Bahasa Melayu Komunikasi II
• Computer Communication and Networks
• Usability Engineering
• Software Architecture & Design
• Introduction to Mobile App Development/Cloud Foundation*
• Co-Curriculum
• DevOps: Transforming & Improving / Cloud Architecturing /Fundamental Of Blockchain*
• Human Computer Interaction

YEAR 3

• Cyber Security
• Web Development
• Cloud Architecture/Analysing and Visualizing Data with Power BI/ Excel*
• Project 1
• Software Project Management
• Software Quality Assurance
• Software Integration & Improvement
• Entrepreneurship
• Project 2
• Analytics Storytelling for Impact// Virtual Reality*
• Industrial Training
* Elective Subjects

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