Questions about UIUC and USC
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的更多相关文章
- WCF学习系列二---【WCF Interview Questions – Part 2 翻译系列】
http://www.topwcftutorials.net/2012/09/wcf-faqs-part2.html WCF Interview Questions – Part 2 This WCF ...
- [译]Node.js Interview Questions and Answers (2017 Edition)
原文 Node.js Interview Questions for 2017 什么是error-first callback? 如何避免无止境的callback? 什么是Promises? 用什么工 ...
- [面试] Design Questions
Uber总是考一些系统设计的题目,而且重复率很高,汇总了一下地里的所有design的题目,希望可以跟小伙伴们讨论下. Uber Design Questions 1. 让design uber ...
- Front End Developer Questions 前端开发人员问题(二)CSS 后续
问题来源:http://markyun.github.io/2015/Front-end-Developer-Questions/ 31.视差滚动效果,如何给每页做不同的动画?(回到顶部,向下滑动要再 ...
- WCF学习系列三--【WCF Interview Questions – Part 3 翻译系列】
http://www.topwcftutorials.net/2012/10/wcf-faqs-part3.html WCF Interview Questions – Part 3 This WCF ...
- WCF学习系列四--【WCF Interview Questions – Part 4 翻译系列】
WCF Interview Questions – Part 4 This WCF service tutorial is part-4 in series of WCF Interview Qu ...
- [转]Design Pattern Interview Questions - Part 4
Bridge Pattern, Composite Pattern, Decorator Pattern, Facade Pattern, COR Pattern, Proxy Pattern, te ...
- [转]Design Pattern Interview Questions - Part 2
Interpeter , Iterator , Mediator , Memento and Observer design patterns. (I) what is Interpreter pat ...
- [转]Design Pattern Interview Questions - Part 3
State, Stratergy, Visitor Adapter and fly weight design pattern from interview perspective. (I) Can ...
随机推荐
- Java集合——HashMap,HashTable,ConcurrentHashMap区别
Map:“键值”对映射的抽象接口.该映射不包括重复的键,一个键对应一个值. SortedMap:有序的键值对接口,继承Map接口. NavigableMap:继承SortedMap,具有了针对给定搜索 ...
- POJ 1679 The Unique MST(判断最小生成树是否唯一)
题目链接: http://poj.org/problem?id=1679 Description Given a connected undirected graph, tell if its min ...
- C#Redis Sorted-Sets
一.前戏 Sorted-Sets和Sets类型极为相似,它们都是字符串的集合,都不允许重复的成员出现在一个Set中.它们之间的主要差别是Sorted-Sets中的每一个成员都会有一个分数(score) ...
- .4-浅析webpack源码之convert-argv模块
上一节看了一眼预编译的总体代码,这一节分析convert-argv模块. 这个模块主要是对命令参数的解析,也是yargs框架的核心用处. 生成默认配置文件名数组 module.exports = fu ...
- AutoMapper之投影
7.投影 AutoMapper有一种自定义映射,叫投影.接下来我们通过一个示例来了解它 7.1示例 //源对象 public class CalendarEvent { public DateTime ...
- 使用authentication进行身份验证,与Forms表单登陆
做到登录时,不像在用自己的逻辑去判断用户是否登陆,就上网搜查,得知还有此方法,这个方法用起来很简单实用,第一次使用,还有很多不理解的地方,记下来方便以后查阅更改. 使用这个方法当然需要了解里面的属性和 ...
- SQL Server ——用 join on 连接多个表
select * from table1 inner join table2 on table1.id=table2.id 其实 INNER JOIN ……ON的语法格式可以概括为: FROM ((( ...
- 【JVM】5、JVM内存管理机制
转自:http://blog.csdn.net/lengyuhong/article/details/5953544 近期看了看Java内存泄露的一些案例,跟原来的几个哥们讨论了一下,深入研究发现JV ...
- 微信公众号内唤起h5支付详解
1.调用统一下单的接口URL地址:https://api.mch.weixin.qq.com/pay/unifiedorder 2.调用统一下单必传参数: appid:需要进行支付功能的公众号的app ...
- Java - TreeMap源码解析 + 红黑树
Java提高篇(二七)-----TreeMap TreeMap的实现是红黑树算法的实现,所以要了解TreeMap就必须对红黑树有一定的了解,其实这篇博文的名字叫做:根据红黑树的算法来分析TreeMap ...