What's the better degree? Computer Science or Information Technology?

Joined
Aug 12, 2012
Messages
1,348
Reputation
330
Daps
1,742
Reppin
The DMV
CIS and CS are basically the same...yall just take cal 1,2,3...and discreet 2 and operating systems...or something like that....

Honestly....CS is a weird degree because from my experience....eveybody I work with has a CS degree....but we do the same thing...:russ:

$(document).ready(function()
{

var color = $("#overlay");
var content = $("#hover");

content.hide();
color.hide();

$("#container").hover(function()
{
content.show().css(
{
"left" : "-400px"
}).animate(
{
left : 0
}, 300);
color.stop().fadeTo(500, .7)
}
, function()
{
content.animate(
{
left : 400
}, 300);
color.stop().fadeTo(500, 0)

});
});

btw...this takes a image...and if you put your mouse over it....another image slides over it and fades

got to love jQuery!!

:ehh:...Show Off
 
Joined
May 8, 2012
Messages
1,163
Reputation
-5
Daps
674
Reppin
NULL
CIS and CS are basically the same...yall just take cal 1,2,3...and discreet 2 and operating systems...or something like that....

Honestly....CS is a weird degree because from my experience....eveybody I work with has a CS degree....but we do the same thing...:russ:

$(document).ready(function()
{

var color = $("#overlay");
var content = $("#hover");

content.hide();
color.hide();

$("#container").hover(function()
{
content.show().css(
{
"left" : "-400px"
}).animate(
{
left : 0
}, 300);
color.stop().fadeTo(500, .7)
}
, function()
{
content.animate(
{
left : 400
}, 300);
color.stop().fadeTo(500, 0)

});
});

btw...this takes a image...and if you put your mouse over it....another image slides over it and fades

got to love jQuery!!

Im getting familiar with jquery now.
 

matthew2777

Rookie
Joined
May 16, 2012
Messages
941
Reputation
-230
Daps
218
Reppin
NULL
how hard is programming? as a job how is it?

im barely taking my first programming class..CIS major

dont gotta take no math besides stats


and do u have to be a programmer if u get a CIS degree?
 

↓R↑LYB

I trained Sheng Long and Shonuff
Joined
May 2, 2012
Messages
44,204
Reputation
13,723
Daps
171,130
Reppin
Pawgistan
computers-putin.gif
 

kash10003

Superstar
Joined
May 9, 2012
Messages
10,535
Reputation
1,040
Daps
13,625
Reppin
NULL
:childplease: theres no jobs for that breh

:childplease:

i have a math degree and am in med school. my classmates are all doing simulations for hedge funds and banks making 6 figures at the age of 24. most math majors know how to program, if not program a lot better than most of these bogus fukking graduates anyway
 
  • Dap
Reactions: YBE

AgentGrey

MeVsYou
Joined
May 4, 2012
Messages
4,267
Reputation
340
Daps
5,399
Neither. Economics :win:

:smugfavre:
weindisbytch, can't wait til im making bigger bucks so I can pull up in front the chinese spot at Adams Four bumpin some MMG or anything relatively ignant like :win:
 
Top