Recent content by BioHazard90

  1. B

    "can't go wrong" storage device

    Of course you want to use good backup practices, and of course no storage media is absolutely failsafe, but some storage media are more failsafe than others, so I'm just trying to sort that out. Remember those old IOmega removable hard drives years ago that suffered from "click death"? You just...
  2. B

    "can't go wrong" storage device

    Is there any kind of "can't go wrong" storage device that won't ever fail? Hard drives always fail sooner or later.
  3. B

    free Usenet access

    Does anybody know where I can get free, no-account access to Usenet (preferably web-based)?
  4. B

    instantiation in C#

    class MyProgram { static void Main() { int[] integers; // declare array integers = new int[10]; // size array } } In which line is the array actually instantiated?
  5. B

    instantiation

    class MyProgram { static void Main() { int[] integers; // declare array integers = new int[10]; // size array } } In which line is the array actually instantiated?
  6. B

    associates degree versus master's degree

    Computer Head - >You will need to start from scratch as a chemistry degree is useless for >programming. A typical programmer with an Associate's Degree is probably >gonna make around 50K. One with a Master's Degree has the potential of >double that if they get the right gig. How long does...
  7. B

    associates degree versus master's degree

    I have a four year degree in chemistry. Now I want to become a computer programmer. I'm willing to go back to school for a year or two. For an entry level programmer at this point in time, what's the approximate starting salary if I had an associate's degree in computer science? How about if...
  8. B

    associates degree versus master's degree

    I have a four year degree in chemistry. Now I want to become a computer programmer. I'm willing to go back to school for a year or two. For an entry level programmer at this point in time, what's the approximate starting salary if I had an associate's degree in computer science? How about if...
Back
Top Bottom