Slashdot Mirror


Constructing a New College IT Curriculum?

slonkak asks: "For extra credit in my Management & Information Systems we were asked to redevelop the IT curriculum. Interning at a government organization for the past 5 years, I have a good idea of what I'd like to know graduating from college. Here are the two tracks I came up with. Does anyone have any suggestions on how to improve this curriculum? I would like more experience members of the Slashdot community to give their input on what they would like to see new hires have a good understanding of." Yes, this one may sound like Slashdot-Do-My-Homework, but the underlying question is still worthwhile. For you IT Managers out there, what do you expect someone with a college degree to know? For you prospective CS Students who might be reading, what would you like to learn while obtaining that degree?

9 of 127 comments (clear)

  1. Tech training vs. education by dsci · · Score: 5, Insightful

    In looking at the two programs outlined, I noticed that they somewhat focus on training for specific products (VC .NET, 2003 Server, Cisco Routers, etc.) rather than underlying theory and principles.

    As the owner of a small business who sometimes looks to hire developers for specific projects, I would probably not hire someone coming from this type of curriculum. In contrast, a programmer with education in principles could likely learn VC, gcc, VectorC or whatever compiler tool best suits the project. To this end, I would not put on my job search documents "experienced in VC .NET" but rather "experience programming C++."

    --
    Computational Chemistry products and services.
    1. Re:Tech training vs. education by llefler · · Score: 4, Informative

      It looks more like a catalog for an IT training company than a serious CIS curriculum. To consider it a CS curriculum, it's too sad to even laugh. Just the course title "Real World Programming".... None of the colleges/universities I have attended have had the staff to teach the course. That's why they have Internship courses. And excuse me, two Exchange classes in a Development curriculum?

      Having recently returned to college to get the degree I would need to get the job I already have, I've given some thought to this topic.

      First, what's with the 'washout' courses being in the 3rd year? One university I attended required Advanced Cobol as a senior level cource. Cobol, JCL, etc. And it was designed around the premise that it would be the hardest course in the curriculum. (which was basically an instructor saying, I'm going to give vague assignments and then mark off when you can't read my mind) Rather than wasting people's time, frontload the curriculum. Make the intro course tough. For instance:

      Computing Concepts 5-6 hrs - number systems, functions/procedures, basic computer architecture (IE registers, etc), structured programming, BASIC, Pascal, ASM.

      Two C language classes

      Database concepts - introduction to SQL, simple database design, normalization

      Advanced databases - advanced designs, stored procedures, triggers, management techniques

      Operating systems concepts - file systems, memory management, threading

      Networking technologies - sockets, RPC, DCOM, corba, etc.

      Systems Design I - Requirements, documentation, analysis techiques. Design tools. (UML, DFDs, process flow, business rules)

      Systems Design II - project scheduling, JAD, meet with one of the other Depts of the college to design a system to meet some business need.

      Senior project - team project to develop one of the systems designed in Systems Design II.

      And judging from some of the professionals I've dealt with; a reintroduction to spelling and grammar.

      Of course this is a CIS development track. It doesn't pretend to address CS or systems.

      --
      It is amazing what you can accomplish if you do not care who gets the credit. -- Harry Truman
  2. Sounds like a training curricula by speedy1161 · · Score: 5, Insightful

    The curriculum that you have posted sounds like something out of DeVry or Chubb and not something that you'd find at a college. Instead of having particular courses in .NET/Java/C++, have generalized data structures and algorithm classes that teach the basics of low-level software design and hammer the importance of efficiency home.

    Having theoretical coursework may seem lame and not usefull post-graduation, but they often teach the concepts that are the most used in a CS position. These concepts can be enforced with projects, homeworks, and, most importantly, through internships or co-operative education experiences.

    I am a computer scientist in the defense industry and I have seen other 'computer scientists' with degrees from schools whose curriculum approaches what you are proposing. They have a lot harder time thinking in terms of the problem and are 'hard-wired' to use certain technologies to solve every problem. They rely on the SKILLS they were taught in college rather then on the KNOWLEDGE they learned through theory and the application of the theory through constructive coursework.

    Here's a link to the current CS curriculum of the school I attended, it has changed a lot since I went there but the focus on theory and knowledge is still present.

    1. Re:Sounds like a training curricula by Zapman · · Score: 4, Insightful

      I completely agree. There's a huge difference between a degree coming out of your 'technical schools' and a true 'computer science' degree. Most of the jobs that are being outsourced are the ones your curriculum would train someone for. The jobs that are staying are the architecture, the system design, etc.

      I believe it was Dijkstra who said something like "Show me the code, and I will not understand. Show me the data structures, and I will." Data structures and interfaces are the heart of programing, and the difference between being a code monkey and a great programer.

      Finally, there's a point about aptitude. I am a great sysadmin. I am not a great programer. I understand a lot of what goes into being a great programer, and I know I don't have it. Your curriculum does not allow specializations, and I really think it should.

      The heart of all programing does not change. Only languages and methods change. If you can change languages and methods easily, you'll be a much greater programer.

      --
      Zapman
  3. One idea.. by hookedup · · Score: 4, Insightful


    When I was in college, seems all we did was install things, set things up, put things togeather. Now here's a crazy idea.. break a system/network/router/etc.. real good, then give it to the students to figure out why it's broken. This could be improperly installed hardware, missing system files, broken network cable, the possibilities are endless.

    Since I graduated, I do a lot more 'fixing' than I do setting up things.

  4. You mean IT? by Tom7 · · Score: 5, Insightful

    For you prospective CS Students who might be reading

    Ho ho ho now, Computer Science is very different from Information Systems/Information Technology.

  5. Too Specific by Gudlyf · · Score: 4, Insightful
    It seems you're tying people down to specifics (Microsoft, Cisco, Oracle, etc.) when really there are no "fundamentals" courses.

    For Network Engineering, I'd expect to see courses on network topology principles (regardless of whether it's Cisco or not you're applying it to). OSI, TCP, IP, broadband networking principles, wireless technologies, security, cryptography, oh and security.

    I'd also expect to see classes on the foundations of operating systems and the core aspects of them, how they work, why they work the way they do, etc. Also fundamentals of computer systems themselves -- how they are designed, where they are headed and how, etc.

    How about the design and use of compilers in principle? How they work, why they work, why you use the syntax of C/Java/C# vs. something else.

    In short, you're way too specific. These seem like courses I'd take to get a certificate in each, not a degree. You can have a C++ programming course with Microsoft Visual, but that should be up to the professor or the curriculum on top of it. I've been in C++ programming classes that allowed the students to use whatever C++ compiler they wanted, since it was the underlying programming priciples that were important, not that we knew how to navigate Microsoft's expensive interface.

    --
    Trolls lurk everywhere. Mod them down.
  6. Re:WTH? by kzadot · · Score: 5, Funny

    Your right that the original poster wrote up a lame ass product training course, and while yours is a reasonable looking computer science course, CS aint IT.

    An IT curriculum would look like this:

    * Bullshit buzzwords like Paradigm, Convergence, Competitive Advantage, Quality Assurance. Note, only the buzzwords not necessary, save the actual meanings for the nerds.
    * Helpdesk techniques like Blaming other companies, Pretending to be too clever for the caller, Being a general arsehole.
    * Powerpoint
    * Clicking on the OK button
    * Defragmentation
    * Plugging cables in (in general terms anyway, save actual distinctions between different types of cables for the specialists)
    * Pencil chewing
    * Tieing a tie
    * 1 Day of web design
    * Solataire or Minesweeper
    * Pretending your a programmer when the hot secretary comes around.
    * Pretending to be the janitor when a programmer comes around.
    * The kissing of bosses asses.

    Oh, and in preperation of future industry developments:

    * Flipping burgers.

    etc

  7. Stack overflow!! by frenchgates · · Score: 4, Funny

    CS205 has CS205 as a prerequisite! I think recursive courses should be reserved for higher levels.

    --
    Syntax error: loose != lose, affect != effect, then!=than