12 Replies - 774 Views - Last Post: 30 May 2010 - 11:02 PM

#1 Riv  Icon User is offline

  • New D.I.C Head

Reputation: 2
  • View blog
  • Posts: 49
  • Joined: 21-January 10

Information Technology

Posted 20 May 2010 - 11:02 AM

Hi everyone I am going to be applying to university next year and I just want to know what courses should I take to get me ready to go into that field. I know a lot of math is required but I just want to know like what kind of math should I really concentrate on? Also about programming do they go deep into programming topics in an IT field?
Is This A Good Question/Topic? 0
  • +

Replies To: Information Technology

#2 Nykc  Icon User is offline

  • Gentleman of Leisure
  • member icon

Reputation: 701
  • View blog
  • Posts: 8,577
  • Joined: 14-September 07

Re: Information Technology

Posted 20 May 2010 - 11:15 AM

IT != Programming Field.

IT at least in my part of the universe is mostly a focus on Networking, Computer Technology, Server Administration and Desktop Support.
Was This Post Helpful? 2
  • +
  • -

#3 gibson.nathan  Icon User is offline

  • D.I.C Regular
  • member icon

Reputation: 8
  • View blog
  • Posts: 294
  • Joined: 06-October 09

Re: Information Technology

Posted 20 May 2010 - 04:57 PM

View PostNykc, on 20 May 2010 - 10:15 AM, said:

IT != Programming Field.

IT at least in my part of the universe is mostly a focus on Networking, Computer Technology, Server Administration and Desktop Support.


haha if they dont know programming they dont know what '!=' means..... or is that universal?
Was This Post Helpful? 0
  • +
  • -

#4 macosxnerd101  Icon User is offline

  • Self-Trained Economist
  • member icon




Reputation: 9038
  • View blog
  • Posts: 33,526
  • Joined: 27-December 08

Re: Information Technology

Posted 20 May 2010 - 05:53 PM

If you're on a programming forum, then we're not making too big a leap in assuming you can figure out the != operator, given the context.

@OP: The best thing I can suggest if you want to take programming in college is to pick up a high level language to prepare you for a programming intro class. The two most common languages in such a class are Java and C++, with Python following close behind. I personally would suggest Java if you have never taken programming before, as it is high level enough to allow you to focus on algorithm development without worrying about lower-level concepts like memory management and pointers. It also all but forces you to work in OOP for programs of any real complexity. For more information on what language to pick up and why, check out this thread.

This post has been edited by macosxnerd101: 20 May 2010 - 05:56 PM

Was This Post Helpful? 2
  • +
  • -

#5 nooblet  Icon User is offline

  • D.I.C Addict

Reputation: 120
  • View blog
  • Posts: 541
  • Joined: 12-March 10

Re: Information Technology

Posted 20 May 2010 - 06:23 PM

View Postmacosxnerd101, on 20 May 2010 - 04:53 PM, said:

If you're on a programming forum, then we're not making too big a leap in assuming you can figure out the != operator, given the context.


This is a bad assumption to make. I'm sure there are a lot of noobs here (base on my observations). I understand but I'm sure others might not base on some of the discussion topics I've seen people post on here.
Was This Post Helpful? 0
  • +
  • -

#6 SpeedisaVirus  Icon User is offline

  • Baller
  • member icon

Reputation: 114
  • View blog
  • Posts: 855
  • Joined: 06-October 08

Re: Information Technology

Posted 20 May 2010 - 07:50 PM

Same here. The closest major we have to IT is probably MIS. They only have 2 required programming courses in VB and an HTML course. The rest is business, databases, and networks. They hardly program at all.
Was This Post Helpful? 2
  • +
  • -

#7 Riv  Icon User is offline

  • New D.I.C Head

Reputation: 2
  • View blog
  • Posts: 49
  • Joined: 21-January 10

Re: Information Technology

Posted 20 May 2010 - 08:03 PM

View PostSpeedisaVirus, on 20 May 2010 - 06:50 PM, said:

Same here. The closest major we have to IT is probably MIS. They only have 2 required programming courses in VB and an HTML course. The rest is business, databases, and networks. They hardly program at all.



Thanks alot your answer helped alot. Also I just need to know is there alot of math involved?
Was This Post Helpful? 0
  • +
  • -

#8 macosxnerd101  Icon User is offline

  • Self-Trained Economist
  • member icon




Reputation: 9038
  • View blog
  • Posts: 33,526
  • Joined: 27-December 08

Re: Information Technology

Posted 20 May 2010 - 08:19 PM

It depends on the route you go. A business IT degree requires some basic math, but not a lot, as business applications are generally inventory or accounting driven. However, if you go the CS route, many curriculums have a math minor built in. The CS people are usually in the engineering departments at many schools, and as such, will have to take Calc I, II & III, Differential Equations, Combinatorics, Vector Geometry, Linear Algebra, and Discrete Math at least.
Was This Post Helpful? 2
  • +
  • -

#9 Riv  Icon User is offline

  • New D.I.C Head

Reputation: 2
  • View blog
  • Posts: 49
  • Joined: 21-January 10

Re: Information Technology

Posted 21 May 2010 - 02:46 PM

Well, time to learn Java
Was This Post Helpful? 0
  • +
  • -

#10 SpeedisaVirus  Icon User is offline

  • Baller
  • member icon

Reputation: 114
  • View blog
  • Posts: 855
  • Joined: 06-October 08

Re: Information Technology

Posted 21 May 2010 - 04:22 PM

Here they require business type maths. A few statistics and accounting classes with at least one math class above calculus 1. Can't speak for other schools.

This post has been edited by SpeedisaVirus: 21 May 2010 - 04:23 PM

Was This Post Helpful? 1
  • +
  • -

#11 Autocrat  Icon User is offline

  • D.I.C Regular
  • member icon

Reputation: 4
  • View blog
  • Posts: 296
  • Joined: 27-September 09

Re: Information Technology

Posted 21 May 2010 - 10:36 PM

View PostRiv, on 21 May 2010 - 07:03 AM, said:

Thanks alot your answer helped alot. Also I just need to know is there alot of math involved?

Depends. Obviously, the guy who is going to program apps like Firefox, Thunderbird is not going to use the Newton Raphson Algorithm in his app, is he? But yes, in the game programming field, there is math involved and the main thing is vectors. You need to master these before you get into game programing. Also, programming apps like MS Excel requires math.

Alternatively, server side languages like PHP, MySQL involve basically statistics.

The complex mathematical algorithms that you use while learning programming languages are not actually used in professional programming (with the exceptions mentioned above). They are just meant to remove the rust on your mind so you can think logically (and programming is all logic).
Was This Post Helpful? 1
  • +
  • -

#12 macosxnerd101  Icon User is offline

  • Self-Trained Economist
  • member icon




Reputation: 9038
  • View blog
  • Posts: 33,526
  • Joined: 27-December 08

Re: Information Technology

Posted 30 May 2010 - 11:02 PM

The amount of math you will use in programming depends on what field you are writing the program for. If it is for math, physics, chemistry, accounting, economics, game programming, etc., you'll need a fair amount of math. If it is a general business application, probably not so much. Programming is a unique field in that programmers have to know everything, not just a couple things. If you are a physicist or a chemist, you have to know math as it applies to your field. If you are an accountant or economist, you have to know statistics. If you are a programmer, you have to know programming, math, physics, accounting, etc. so you can write a coherent and functional program for the clients. If you don't know the subject, how can you write a program for it?
Was This Post Helpful? 1
  • +
  • -

#13 macosxnerd101  Icon User is offline

  • Self-Trained Economist
  • member icon




Reputation: 9038
  • View blog
  • Posts: 33,526
  • Joined: 27-December 08

Re: Information Technology

Posted 30 May 2010 - 11:02 PM

The amount of math you will use in programming depends on what field you are writing the program for. If it is for math, physics, chemistry, accounting, economics, game programming, etc., you'll need a fair amount of math. If it is a general business application, probably not so much. Programming is a unique field in that programmers have to know everything, not just a couple things. If you are a physicist or a chemist, you have to know math as it applies to your field. If you are an accountant or economist, you have to know statistics. If you are a programmer, you have to know programming, math, physics, accounting, etc. so you can write a coherent and functional program for the clients. If you don't know the subject, how can you write a program for it?

Edit: Database errors caused my double-post

This post has been edited by macosxnerd101: 31 May 2010 - 10:33 AM

Was This Post Helpful? 0
  • +
  • -

Page 1 of 1