click check boxes to see more each content
Modul Handbooks of Compulsory Courses
No | Course Code | Course Title | Credits |
SEMESTER 1 | |||
1 | MII21-1201 | Programming | 3 |
2 | MII21-1202 | Lab work in Programming | 1 |
3 | MII21-1002 | Logic for Computer Science | 2 |
4 | MII21-1001 | Elementary Linear Algebra | 2 |
5 | MMM-1101 | Calculus 1 | 3 |
6 | MKK-1101 | Basic Chemistry 1 | 3 |
7 | MFF-1011 | Basic Physics 1 | 3 |
8 | MII21-1003 | Scientific Writing and Ethics | 2 |
9 | UNU-100x | Religion (Islam, Catholicism, Christianity, Hinduism, Buddhism, Confucian) | 2 |
21 | |||
SEMESTER 2 | |||
1 | MII21-1203 | Algorithms and Data Structures | 3 |
2 | MII21-1004 | English | 2 |
3 | MII21-1005 | Integral and Differential Equations | 3 |
4 | MII21-1006 | Discrete Mathematics | 3 |
5 | MII21-1601 | Organization and Computer Architecture | 2 |
6 | MII21-1007 | Introduction to Statistics | 2 |
7 | MII21-1204 | Lab work in Algorithms and Data Structures | 1 |
8 | MII21-1602 | Digital Systems | 2 |
9 | UNU-1010 | Pancasila | 2 |
20 | |||
SEMESTER 3 | |||
1 | MII21-2201 | Analysis of Algorithm and Complexity | 3 |
2 | MII21-2501 | Database | 3 |
3 | MII21-2601 | Computer Network | 2 |
4 | MII21-2401 | Artificial Intelligence | 3 |
5 | MII21-2502 | Database Lab work | 1 |
6 | MII21-2603 | Computer System and Network Lab work | 1 |
7 | MII21-2001 | Probability and Stochastic Processes | 2 |
8 | MII21-2602 | Operating Systems | 2 |
9 | UNU-3000 | Citizenship | 2 |
19 | |||
SEMESTER 4 | |||
1 | MII21-2002 | Philosophy of Computer Science | 1 |
2 | MII21-2003 | Startup Digital Development | 2 |
3 | MII21-2503 | Software Engineering Methods | 2 |
4 | MII21-2504 | Workshop on Implementing Software Design | 2 |
5 | MII21-2402 | Machine Learning | 3 |
6 | MII21-2202 | Languages dan Automata | 3 |
7 | MII21-2203 | Numerical Methods | 2 |
8 | MII21-2209 | Cryptography and Network Security | 3 |
9 | Elective 1st / MBKM ** | 3 | |
21 | |||
SEMESTER 5 | |||
1 | MII21-3001 | Seminar Class* | 1 |
2 | MII21-3002 | Research Method of Computer Science* | 2 |
3 | MII21-3401 | Deep Learning | 3 |
4 | MII21-3501 | Software Engineering Project | 3 |
5 | Elective 2nd / MBKM ** | 3 | |
6 | Elective 3rd / MBKM ** | 3 | |
7 | Elective 4th / MBKM ** | 3 | |
21 | |||
SEMESTER 6 | |||
1 | UNU-4500 | Community Service Program | 3 |
2 | Elective 5th / MBKM ** | 3 | |
3 | Elective 6th / MBKM ** | 3 | |
4 | Elective 7th / MBKM ** | 3 | |
5 | Elective 8th / MBKM ** | 3 | |
6 | Elective 9th / MBKM ** | 3 | |
7 | Elective 10th / MBKM ** | 3 | |
21 | |||
SEMESTER 7 | |||
1 | MII21-4001 | Undergraduate Thesis Proposal* | 2 |
2 | Elective 11th / MBKM ** | 3 | |
3 | Elective 12th / MBKM ** | 3 | |
4 | Elective 13th / MBKM ** | 3 | |
5 | Elective 14th / MBKM ** | 2 | |
6 | Elective 15th / MBKM ** | 2 | |
15 | |||
SEMESTER 8 | |||
1 | MII21-4002 | Undergraduate Thesis* | 6 |
6 | |||
TOTAL CREDITS | 144 |
Notes
* Research Method of Computer Science, Seminar Class, Proposal Thesis, and Thesis are offered in each semester.
**1 Elective Courses should be taken by the students based on their profile interest.
**2 Module Handbook of elective courses can be seen by enable the elective checkbox ate the below of the header/title this page.
**3 There are no module Handbook of MBKM Courses, because the activities, classes, materials are operated by each company where the student take the MBKM. The Bc-CS gives the MBKM syllabus in guiding the students if students will transfer the MBKM activity into the relevant MMBKM courses and the number of credits.
Module Handbooks of Elective Courses
* Courses will be offered in each semester.
function showHandbook10(selected) {
if (selected) {
document.getElementById(“divHandbook10”).style.display = “”;
document.getElementById(“divHandbook11”).style.display = “”;
} else {
document.getElementById(“divHandbook10”).style.display = “none”;
document.getElementById(“divHandbook11”).style.display = “none”;
}
}
function showHandbook20(selected) {
if (selected) {
document.getElementById(“divHandbook20”).style.display = “”;
document.getElementById(“divHandbook21”).style.display = “”;
} else {
document.getElementById(“divHandbook20”).style.display = “none”;
document.getElementById(“divHandbook21”).style.display = “none”;
}
}