Last active
May 20, 2024 04:30
-
-
Save SrejonKhan/b7e49f3e7d920a075793e03c4788bf61 to your computer and use it in GitHub Desktop.
All courses of CSE in the new OBE System.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"totalBscCredit": 145, | |
"semesters": [ | |
{ | |
"semesterName": "First Semester", | |
"courses": [ | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 113", | |
"courseTitle": "Discrete Mathematics", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "CSE 112", | |
"courseTitle": "Introduction to Computing Sessional", | |
"credit": 1.5 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "CHEM 111", | |
"courseTitle": "Chemistry", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "CHEM 112", | |
"courseTitle": "Chemistry Sessional", | |
"credit": 1 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "ENG 111", | |
"courseTitle": "English Reading and Speaking", | |
"credit": 2 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "MATH 111", | |
"courseTitle": "MATH I (Differential Calculus, Integral Calculus and Matrix)", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "EEE 111", | |
"courseTitle": "Electrical Circuit Analysis", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "EEE 112", | |
"courseTitle": "Electrical Circuit Analysis Sessional", | |
"credit": 1.5 | |
} | |
], | |
"totalCredit": 18 | |
}, | |
{ | |
"semesterName": "Second Semester", | |
"courses": [ | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 121", | |
"courseTitle": "Structured Programming Language", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "CSE 122", | |
"courseTitle": "Structured Programming Language Sessional", | |
"credit": 1.5 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "GED 121", | |
"courseTitle": "History of the Emergence of Bangladesh", | |
"credit": 2 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "ENG 121", | |
"courseTitle": "English Writing and Listening", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "MATH 121", | |
"courseTitle": "MATH II (Vector Analysis, Linear Algebra, Coordinate Geometry and Fourier Analysis)", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "EEE 121", | |
"courseTitle": "Electronic Devices and Circuits", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "EEE 122", | |
"courseTitle": "Electronic Devices and Circuits Sessional", | |
"credit": 1.5 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "PHY 121", | |
"courseTitle": "Physics I", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "PHY 124", | |
"courseTitle": "Basic Physics Sessional", | |
"credit": 1 | |
} | |
], | |
"totalCredit": 21 | |
}, | |
{ | |
"semesterName": "Third Semester", | |
"courses": [ | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 211", | |
"courseTitle": "Data Structures", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "CSE 212", | |
"courseTitle": "Data Structures Sessional", | |
"credit": 1.5 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 213", | |
"courseTitle": "Object Oriented Programming Language", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "CSE 214", | |
"courseTitle": "Object Oriented Programming Language Sessional", | |
"credit": 1.5 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "MATH 211", | |
"courseTitle": "MATH III (Differential Equations, Complex Variables and Laplace Transforms)", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "PHY 211", | |
"courseTitle": "Physics II", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "HUM 211", | |
"courseTitle": "Bangla Language", | |
"credit": 2 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "GED 211", | |
"courseTitle": "Finance and Investment", | |
"credit": 3 | |
} | |
], | |
"totalCredit": 20 | |
}, | |
{ | |
"semesterName": "Fourth Semester", | |
"courses": [ | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 221", | |
"courseTitle": "Computer Algorithms and Complexity", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "CSE 222", | |
"courseTitle": "Computer Algorithms and Complexity Sessional", | |
"credit": 1.5 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 223", | |
"courseTitle": "Digital Logic Design", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "CSE 224", | |
"courseTitle": "Digital Logic Design Sessional", | |
"credit": 1.5 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 225", | |
"courseTitle": "Numerical Methods", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "CSE 226", | |
"courseTitle": "Numerical Methods Sessional", | |
"credit": 1 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "MATH 221", | |
"courseTitle": "MATH IV (Probability and Statistics)", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "GED 221", | |
"courseTitle": "Engineering Economics", | |
"credit": 3 | |
} | |
], | |
"totalCredit": 19 | |
}, | |
{ | |
"semesterName": "Fifth Semester", | |
"courses": [ | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 311", | |
"courseTitle": "Operating System", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "CSE 312", | |
"courseTitle": "Operating System Sessional", | |
"credit": 1 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 313", | |
"courseTitle": "Database Management System", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "CSE 314", | |
"courseTitle": "Database Management System Sessional", | |
"credit": 1.5 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 315", | |
"courseTitle": "Computer Architecture and Design", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 317", | |
"courseTitle": "Software Engineering and Design Patterns", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "CSE 318", | |
"courseTitle": "Software Engineering and Design Patterns Sessional", | |
"credit": 1 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 319", | |
"courseTitle": "Theory of Computation", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "CE 311", | |
"courseTitle": "Engineering Drawing", | |
"credit": 1 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "CE 312", | |
"courseTitle": "Engineering Drawing and CAD Sessional", | |
"credit": 1 | |
} | |
], | |
"totalCredit": 20.5 | |
}, | |
{ | |
"semesterName": "Sixth Semester", | |
"courses": [ | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 321", | |
"courseTitle": "Data Communications", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "CSE 322", | |
"courseTitle": "Data Communications Sessional", | |
"credit": 1 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 323", | |
"courseTitle": "Web Technologies", | |
"credit": 2 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "CSE 324", | |
"courseTitle": "Web Technologies Sessional", | |
"credit": 1.5 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 325", | |
"courseTitle": "Microprocessor, Assembly Language and Computer Interfacing", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "CSE 326", | |
"courseTitle": "Microprocessor, Assembly Language and Computer Interfacing Sessional", | |
"credit": 1.5 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 327", | |
"courseTitle": "Computer Networks", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "CSE 328", | |
"courseTitle": "Computer Networks Sessional", | |
"credit": 1.5 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 301", | |
"courseTitle": "Integrated Design Project", | |
"credit": 2 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 329", | |
"courseTitle": "Management Information System", | |
"credit": 2 | |
} | |
], | |
"totalCredit": 20.5 | |
}, | |
{ | |
"semesterName": "Seventh Semester", | |
"courses": [ | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 411", | |
"courseTitle": "Machine Learning", | |
"credit": 2 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "CSE 412", | |
"courseTitle": "Machine Learning Sessional", | |
"credit": 1 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "CSE-413", | |
"courseTitle": "Compiler Design and Construction", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "CSE 414", | |
"courseTitle": "Compiler Design and Construction Sessional", | |
"credit": 1 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 415", | |
"courseTitle": "Research Methodology and Complex Engineering Activities", | |
"credit": 2 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "GED 411", | |
"courseTitle": "Business Communications", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 401", | |
"courseTitle": "Capstone Project (Part-1)", | |
"credit": 2 | |
} | |
], | |
"totalCredit": 14 | |
}, | |
{ | |
"semesterName": "Eighth Semester", | |
"courses": [ | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 421", | |
"courseTitle": "Artificial Intelligence", | |
"credit": 3 | |
}, | |
{ | |
"isSessional": true, | |
"courseCode": "CSE 422", | |
"courseTitle": "Artificial Intelligence Sessional", | |
"credit": 1 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "GED 421", | |
"courseTitle": "Sociology for Engineers", | |
"credit": 2 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "GED 423", | |
"courseTitle": "Engineering Ethics", | |
"credit": 2 | |
}, | |
{ | |
"isSessional": false, | |
"courseCode": "CSE 402", | |
"courseTitle": "Capstone (Part-2)", | |
"credit": 4 | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment