Gifted Bulletin Board

Welcome to the Gifted Issues Discussion Forum.

We invite you to share your experiences and to post information about advocacy, research and other gifted education issues on this free public discussion forum.
CLICK HERE to Log In. Click here for the Board Rules.

Links


Learn about Davidson Academy Online - for profoundly gifted students living anywhere in the U.S. & Canada.

The Davidson Institute is a national nonprofit dedicated to supporting profoundly gifted students through the following programs:

  • Fellows Scholarship
  • Young Scholars
  • Davidson Academy
  • THINK Summer Institute

  • Subscribe to the Davidson Institute's eNews-Update Newsletter >

    Free Gifted Resources & Guides >

    Who's Online Now
    0 members (), 169 guests, and 26 robots.
    Key: Admin, Global Mod, Mod
    Newest Members
    Emerson Wong, Markas, HarryKevin91, Gingtto, SusanRoth
    11,429 Registered Users
    May
    S M T W T F S
    1 2 3 4
    5 6 7 8 9 10 11
    12 13 14 15 16 17 18
    19 20 21 22 23 24 25
    26 27 28 29 30 31
    Previous Thread
    Next Thread
    Print Thread
    Page 1 of 2 1 2
    #192734 05/29/14 12:02 PM
    Joined: Feb 2010
    Posts: 2,640
    Likes: 1
    B
    Member
    OP Offline
    Member
    B
    Joined: Feb 2010
    Posts: 2,640
    Likes: 1
    I think this article draws some interesting contrasts between Stanford and Harvard.

    Stanford's introductory CS course uses Javascript; Harvard's uses primarily C.
    http://www.stanford.edu/class/cs101/
    https://www.edx.org/course/harvardx/harvardx-cs50x-introduction-computer-1022#.U4eDyvldVHU

    http://www.nytimes.com/2014/05/30/education/americas-it-school-look-west-harvard.html
    America’s ‘It’ School? Look West, Harvard:
    Riding Technology Wave, Stanford Rises to Top of Some Measures
    By RICHARD PÉREZ-PEÑA
    New York Times
    MAY 29, 2014

    Quote
    But for students more attuned to technology, “there’s a sense that they have a direct pipeline to Silicon Valley and money that doesn’t exist here,” said Nicholas P. Fandos, the managing editor of The Harvard Crimson, who just finished his junior year.

    About 5 percent of Harvard’s undergraduate degrees are awarded in computer science or engineering, compared with about 27 percent at Stanford. At Stanford, about 90 percent of undergraduate students take at least one computer programming class, compared with about half at Harvard.

    The disparity has deep cultural roots at many liberal arts institutions: Anything that looked like practical career preparation was seen as something less than real undergraduate education. Stanford, which established an engineering school in the 1920s, was never like that. In fact, it has become one of many universities that worry about how far the pendulum has swung away from the humanities.

    Harvard administrators have worked for years to expand offerings in computer science and engineering, but the going has been slow. Harvard created its School of Engineering and Applied Sciences in 2007, and it is planning a new campus across the Charles River, in the Allston neighborhood of Boston, largely for those studies.

    Bostonian #192744 05/29/14 01:22 PM
    Joined: Mar 2013
    Posts: 1,489
    B
    Member
    Offline
    Member
    B
    Joined: Mar 2013
    Posts: 1,489
    And the point is? If you know what you are doing researching Engineering/computer science schools Harvard wouldn't be top of the list. Off the top of my head MIT, Princeton, and Stanford would certainly rank higher.

    Learning C in this class probably does turns students not already planning to major in the subject off programing. 'C' has a longer learning curve than the newer scripting languages. You have to spend more time learning boring basics before you can write anything interesting, and more time debugging. A beginning C class is filled with lots of nitty gritty details. Another comparison point UC Berkley engineering use Python now but until last year used Scheme for this level class. Most of these classes are trying to teach concepts more than details of a computer language. And if a student has already taken a class like AP Computer Science, or have extensive programing experience already they quite likely won't be required to take this class.

    Bostonian #192745 05/29/14 01:26 PM
    Joined: Oct 2011
    Posts: 2,856
    Member
    Offline
    Member
    Joined: Oct 2011
    Posts: 2,856
    Not coincidentally, Stanford grads go to work at Google and Apple, University of Washington grads go to work at Microsoft: http://www.slate.com/blogs/future_t...google_washington_to_microsoft_sjsu.html

    Not surprising, because people tend to hire who they know, and students tend to target careers in the industries that they see succeeding around them.

    Anyway, Harvard has a brand name that is associated with many things, but technology is not among them. A student in the Boston area who aspires to software engineering knows their time is far better served in MIT than Harvard.

    Bostonian #192752 05/29/14 02:26 PM
    Joined: May 2013
    Posts: 58
    L
    Member
    Offline
    Member
    L
    Joined: May 2013
    Posts: 58
    As a computer scientist at Microsoft (14+ years) who interviewed many, I would say that the most important part (over which good college you are from)is how much you know about the theory of computer science , coding algorithms etc.

    Interview process at Microsoft is very through including 7-8 hours of interviewing at the white board answering many algorithm questions. Interviewers start with saying that answer to the coding problem can be implemented in any coding language chosen. So starting learning JavaScript vs C is irrelevant (though C is much more respected coding language than any scripting language)

    In short, which college you are coming from is not that important as long as you prove your knowledge of coding at the interview. In the interview, nobody gets threated differently just because they are from Stanford vs MIT vs University of Washington etc.


    Leyla #192754 05/29/14 02:36 PM
    Joined: Feb 2010
    Posts: 2,640
    Likes: 1
    B
    Member
    OP Offline
    Member
    B
    Joined: Feb 2010
    Posts: 2,640
    Likes: 1
    Originally Posted by Leyla
    In short, which college you are coming from is not that important as long as you prove your knowledge of coding at the interview. In the interview, nobody gets threated differently just because they are from Stanford vs MIT vs University of Washington etc.
    Yes, but

    (1) The least prestigious university you just listed is still a state flagship, and even admission to some state flagships has become pretty competitive.

    (2) Interviewing is time-consuming and therefore costly for the employer, but filtering by school is quick, so the school attended may play a role in who is brought in for an interview.

    Bostonian #192757 05/29/14 02:47 PM
    Joined: Oct 2011
    Posts: 2,856
    Member
    Offline
    Member
    Joined: Oct 2011
    Posts: 2,856
    Are you suggesting that a Microsoft hiring manager would turn away candidates because they graduated from Harvard?

    Bostonian #192758 05/29/14 02:47 PM
    Joined: Feb 2014
    Posts: 336
    A
    Member
    Offline
    Member
    A
    Joined: Feb 2014
    Posts: 336
    Stanford is one of the college that has also been in the news lately for innovating its computer science program in ways that have greatly increased the number of women taking CS classes. It's clearly going to be much easier to produce more CS graduates qualified to work in technology fields when you develop attitudes and environments that more strongly appeal to both genders.

    Bostonian #192760 05/29/14 03:09 PM
    Joined: May 2013
    Posts: 58
    L
    Member
    Offline
    Member
    L
    Joined: May 2013
    Posts: 58
    Dude - I guess your question is not to my comment, because I am saying that noone is going to be rejected because they are from a certain college, they will be rejected if they don't have the necessary knowledge (even if they are from an Ivy).

    Bostonian - I just put a few colleges, didn't think much about their ranking. As long as they are from decent colleges, that's fine. As far as filtering, it's not done by college. There are two other steps before inviting someone to campus interview. Hr. technical interview on the phone (30mins or so), computer scientist technical interview on the phone (about an hour).

    Leyla #192761 05/29/14 03:13 PM
    Joined: Mar 2013
    Posts: 1,489
    B
    Member
    Offline
    Member
    B
    Joined: Mar 2013
    Posts: 1,489
    Originally Posted by Leyla
    As a computer scientist at Microsoft (14+ years) who interviewed many, I would say that the most important part (over which good college you are from)is how much you know about the theory of computer science , coding algorithms etc.

    Interview process at Microsoft is very through including 7-8 hours of interviewing at the white board answering many algorithm questions. Interviewers start with saying that answer to the coding problem can be implemented in any coding language chosen. So starting learning JavaScript vs C is irrelevant (though C is much more respected coding language than any scripting language)

    In short, which college you are coming from is not that important as long as you prove your knowledge of coding at the interview. In the interview, nobody gets threated differently just because they are from Stanford vs MIT vs University of Washington etc.
    Every time people tell me about coding interviews it freaks me out that I am never getting back into this field. I worked as computer programmer for 15 years. Can code in C like the back of my hand. I have a math degree not a CS one and at the time getting jobs as a computer program did not require a CS degree at all. I Fell out of the job market when the combination of the place I was working going out of business, a health issue, and a family life that turned out to be way less stressful when I wasn't working. Never had to do a coding interview like that for any job I've held and it's kept me from even submitting my resume anywhere. Doesn't hurt that my husband has a good stable job.

    BTW where you went to school can help GET the interview in the first place.

    Aufilia #192763 05/29/14 03:26 PM
    Joined: Mar 2013
    Posts: 1,489
    B
    Member
    Offline
    Member
    B
    Joined: Mar 2013
    Posts: 1,489
    Originally Posted by Aufilia
    Stanford is one of the college that has also been in the news lately for innovating its computer science program in ways that have greatly increased the number of women taking CS classes. It's clearly going to be much easier to produce more CS graduates qualified to work in technology fields when you develop attitudes and environments that more strongly appeal to both genders.
    Harvey Mudd is another great school for women and engineering. Saw an article just a few days about about this. Harvey Mudd's President is awesome and really takes this seriously. Of course Mudd is even harder to get into than Standford.

    http://www.npr.org/blogs/alltechcon...e-College-Is-Closing-The-Tech-Gender-Gap

    Page 1 of 2 1 2

    Moderated by  M-Moderator 

    Link Copied to Clipboard
    Recent Posts
    Beyond IQ: The consequences of ignoring talent
    by Eagle Mum - 05/03/24 07:21 PM
    Technology may replace 40% of jobs in 15 years
    by brilliantcp - 05/02/24 05:17 PM
    NAGC Tip Sheets
    by indigo - 04/29/24 08:36 AM
    Employers less likely to hire from IVYs
    by Wren - 04/29/24 03:43 AM
    Testing with accommodations
    by blackcat - 04/17/24 08:15 AM
    Powered by UBB.threads™ PHP Forum Software 7.7.5