Questions about UIUC and USC

I am admitted to University of Illinois at Urbana-Champaign (UIUC) Professional MCS and University of Southern California (USC) MS CS (Technical Professional) for Fall 2015. I would like to get some opinion from UIUC or USC CS graduates, current students, faculties, staff, or anyone who might have some information which can help in the decision-making process.

My background and consideration:

  • 1 year experience as software developer and 6 years as web developer in the US, and 1.5 years as data analyst overseas.
  • I want to go back into the industry after I graduate. I am not interested in research or continuing to PhD.
    • UIUC is more well-known, but USC is location-wise closer to tech companies. Which factor do you think is more important during job-hunting?
  • Area of interest: software engineering, web development, mobile development, general programming, and database.
    • Which university is better suited for my area of interest above?
  • If the school has some courses which teach languages/technologies currently used in the industry (Python, Ruby, PHP, Objective C, etc.), then that's a plus. I understand that I can learn these on my own, but taking an actual course gives me more motivation  And it does not necessarily have to be in the form of a formal class either, workshops are fine.
    • I know USC has some of these courses through their Information Technology Program (ITP). Does UIUC offer similar courses or workshops?
  • Security concerns.
    • I didn't think about this when I looked for schools to apply but I've been warned by a few people (one of them is USC graduate) that USC is located in a dangerous neighborhood. I was told that there were a few horrible incidents and that I had to take extra precautions (things like stay at home when it is already dark outside) if I were to attend there. The thing is when I did my Bachelor degree in CS, there were countless of times where I had to take evening classes or stay late in the computer lab for my school assignments, so I'm just wondering if this security concern will be detrimental to my studies.
    • How is the security in Urbana-Champaign? I know we still have to be careful one way or another, but is the school/town generally safe?
  • Some additional questions for those who have studied in USC or UIUC:
    • What do you like and what don't you like about the school or the CS department?
    • How supportive and helpful are the International Student Office and Career Center?

Thank you! Your opinion is greatly appreciated.

========================
 

What you heard about USC being in a dangerous ghetto area is accurate. Have you heard of South Central LA? This is precisely where USC is located. There has been repeated incidence where students/non-students got mugged and murdered within the neighborhood. Most notably, Chinese graduate students seem to be the ones targeted by criminals living in the area as there have been multiple (not just one isolated event) crimes where Chinese graduate students were murdered. The news regarding repeated security issue around USC made national headlines and you can search for the stories for detail. USC officials have since installed a lot of security cameras around campus, but I am not positive how effective that will be. And if I am a student, I would not feel good to walk around campus knowing there are so many security cameras watching me and other students..... it's just depressing and feels like living in a jail.

Go with UIUC. UIUC is much much much higher ranked than USC anyways. Why would you risk your life to go to a much lower ranked place where the security is notoriously bad and you'll likely be watched under security camera every time you go on campus.

Did I mentioned UIUC will cost you much less than USC where you will for sure overpay for lower-ranked degree?

Questions about UIUC and USC的更多相关文章

  1. WCF学习系列二---【WCF Interview Questions – Part 2 翻译系列】

    http://www.topwcftutorials.net/2012/09/wcf-faqs-part2.html WCF Interview Questions – Part 2 This WCF ...

  2. [译]Node.js Interview Questions and Answers (2017 Edition)

    原文 Node.js Interview Questions for 2017 什么是error-first callback? 如何避免无止境的callback? 什么是Promises? 用什么工 ...

  3. [面试] Design Questions

    Uber总是考一些系统设计的题目,而且重复率很高,汇总了一下地里的所有design的题目,希望可以跟小伙伴们讨论下. Uber Design Questions 1.    让design uber ...

  4. Front End Developer Questions 前端开发人员问题(二)CSS 后续

    问题来源:http://markyun.github.io/2015/Front-end-Developer-Questions/ 31.视差滚动效果,如何给每页做不同的动画?(回到顶部,向下滑动要再 ...

  5. WCF学习系列三--【WCF Interview Questions – Part 3 翻译系列】

    http://www.topwcftutorials.net/2012/10/wcf-faqs-part3.html WCF Interview Questions – Part 3 This WCF ...

  6. WCF学习系列四--【WCF Interview Questions – Part 4 翻译系列】

    WCF Interview Questions – Part 4   This WCF service tutorial is part-4 in series of WCF Interview Qu ...

  7. [转]Design Pattern Interview Questions - Part 4

    Bridge Pattern, Composite Pattern, Decorator Pattern, Facade Pattern, COR Pattern, Proxy Pattern, te ...

  8. [转]Design Pattern Interview Questions - Part 2

    Interpeter , Iterator , Mediator , Memento and Observer design patterns. (I) what is Interpreter pat ...

  9. [转]Design Pattern Interview Questions - Part 3

    State, Stratergy, Visitor Adapter and fly weight design pattern from interview perspective. (I) Can ...

随机推荐

  1. PTA (Advanced Level) 1003 Emergency

    Emergency As an emergency rescue team leader of a city, you are given a special map of your country. ...

  2. Vue怎么使用Echarts创建图表

    摘要:在后台管理系统中,我们经常会遇到图表,比如说:柱形图,饼状图,折线图,雷达图等等,而用来写图表插件有很多,我这里主要介绍Echarts在项目里怎么使用,官网地址如下:https://echart ...

  3. http server 简单实现

    本blog主要是模仿http server的实现,使得客户端使用浏览器访问server所指定的目录. 当访问的为一个目录时, 则列出改目录下的所有文件 当访问的是文件时,则下载文件到本地 本log仅仅 ...

  4. Postsharp 破解工具(通杀版,持续更新)

    2019.04.18 重要说明 VS2019 正式版已经发布了,Postsharp v6.2.2-Preview(预览版)也开始支持VS2019.不过截至目前,该预览版还不是特别稳定,因此提醒下大家在 ...

  5. Windows程序

    Windows程序是事件驱动的,对于一个窗口,它的大部分例行维护是由系统维护的.每个窗口都有一个消息处理函数.在消息处理函数中,对传入的消息进行处理.系统内还有它自己的缺省消息处理函数.     客户 ...

  6. C#获取电脑型号、系统版本、内存大小、硬盘大小、CPU信息

    摘要 有时需要获取电脑的相关信息.这时可以通过调用windows api的方式,进行获取. 方法 可以通过在powershell中 通过下面的命令进行查询,然后可以通过c#调用获取需要的信息. gwm ...

  7. C# 利用反射将枚举绑定到下拉框

    前言:反射(Reflection)是.NET提供给开发者的一个强大工具,尽管作为.NET框架的使用者,很多时候不会用到反射.但在一些情况下,尤其是在开发一些基础框架或公共类库时,使用反射会使系统架构更 ...

  8. windows 搭建 angular2 开发环境--白纸新手可以参考一下

    初次接触angular,感觉接触一项新的东西真的是很艰难,自从听我朋友说起angular,就对这个东西产生了一些兴趣,就开始研究,经过艰辛的各种查资料各种头痛,终于是把这环境给搭上了·最起码是可以运行 ...

  9. Function,Object.creat();

    一.Object.creat()使用方法 Object.creat(对象): 功能:实现继承,创建一个原型继承自参数的对象. 什么是原型式继承:就是利用修改原型链的结构(增加一个节点中的成员,删除一个 ...

  10. ubuntu16.4+nginx+uwsgi+Django 部署上线

    Nginx概述 Nginx是一款轻量级的HTTP服务器,采用事件驱动和异步非阻塞处理方式框架,这让其具有极好的IO性能,市场用于服务端的反向代理和负载均衡 Nginx优点 高并发连接:官方测试Ngin ...