Slashdot Mirror


College Students Are Rushing in Record Numbers To Study Computer Science (nytimes.com)

Lured by the prospect of high-salary, high-status jobs, college students are rushing in record numbers to study computer science. Now, if only they could get a seat in class. An anonymous reader shares a report: On campuses across the country, from major state universities to small private colleges, the surge in student demand for computer science courses is far outstripping the supply of professors, as the tech industry snaps up talent. At some schools, the shortage is creating an undergraduate divide of computing haves and have-nots -- potentially narrowing a path for some minority and female students to an industry that has struggled with diversity. The number of undergraduates majoring in the subject more than doubled from 2013 to 2017, to over 106,000, while tenure-track faculty ranks rose about 17 percent, according to the Computing Research Association, a nonprofit that gathers data from about 200 universities.

Economics and the promise of upward mobility are driving the student stampede. While previous generations of entrepreneurial undergraduates might have aspired to become lawyers or doctors, many students now are leery of investing the time, and incurring six-figure debts, to join those professions. By contrast, learning computing skills can be a fast path to employment, as fields as varied as agriculture, banking and genomics incorporate more sophisticated computing. While the quality of programs across the country varies widely, some computer science majors make six-figure salaries straight out of school. At the University of Texas at Austin, which has a top computer science program, more than 3,300 incoming first-year students last fall sought computer science as their first choice of major, more than double the number who did so in 2014.

5 of 242 comments (clear)

  1. Deja Vu by Spy+Handler · · Score: 5, Insightful

    I swear I saw this exact same thing happening in 1999.

    And then a year later the bubble burst.

    1. Re:Deja Vu by DickBreath · · Score: 4, Insightful

      > I swear I saw this exact same thing happening in 1999.

      1980 by my recollection.

      People rushing to learn about these new fangled computer thingies because you can get paid big money by pushing buttons on these things.

      The problem in 1980, as in 1999, as now, is there are plenty of posers who can't program their way out of a paper bag. You could show someone a few statements of a simple programming language, and they could memorize them. But they couldn't put together the logic of a routine to calculate the sum of the numbers from 1 to 1000. Today the FizzBuzz test is a better example as the first-level sieve to weed out the incapable.

      I seem to recall the 100 Best Jobs in America and Software Developer was number 1. No surprise unskilled talentless hacks are rushing to it.

      Remember those books of the genre: "Learn ${LanguageX} in 24 hours!". How about changing that to Learn LanguageX in only Ten Years!

      --

      I'll see your senator, and I'll raise you two judges.
    2. Re: Deja Vu by ShanghaiBill · · Score: 4, Insightful

      Verilog isn't even a programming language though.

      Verilog is Turing-complete and can do anything any other programming language can do. The difference is that it doesn't do stuff in sequence. It all happens at the same time.

      Whereas Verilog is a hardware description language.

      Verilog can be run on a CPU just like any other language. That is usually how it is initially debugged and tested. Even when deployed, most Verilog programs run on FPGAs, not custom hardware.

      The inherent parallelism requires a different mindset. Many programmers have a hard time with that, or even with GPGPU programming in C, or writing shader pipelines. Ascending the learning curve is going to take more than 24 hours. It is a lot more than new syntax.

  2. Re:Echos old times by hierofalcon · · Score: 4, Insightful

    Learning principles would be even better.

  3. Re: Many rushing in but... by TimMD909 · · Score: 4, Insightful

    People who are good at computers will be good at it even without schooling. The degree is just putting a bow on a person dedicated to learning. You can't buy dedication.