|
|
|
|
|
by tsimionescu
2151 days ago
|
|
I'm not sure how oop and sql would be the same thing - they are famously incompatible (object/relational impedance mismatch). UML is just a graphical notation, I would agree it doesn't make sense as a separate course. When you say algorithmics and mathematics, do you mean all of computer science and all of maths? Do you think a single course should cover, say, Dijkstra's algorithm and partial differential equations? Usually, each course already covers a wide array of concepts. I can't think of a single concept that was explored by different bits in different courses. The closest I can think of are 2 courses I had, one of which was focused on analytical solutions for linear algebra (matrices), and the other focused on numerical solutions to the same problems. Even then, the split did make sense, since they were focused on different concepts (mathematical objects, their properties and how to work with them in the first case, computation and more applied mathematics solutions for the second). |
|