The College Thread

Obreh Winfrey

Truly Brehthtaking
Supporter
Joined
Nov 18, 2016
Messages
20,852
Reputation
25,322
Daps
131,958
How did you get a degree and fail classes, please explain.

I really don't have time to try out a degree and fail, I'm tryna get done asap, I tried harder classes that wasted my time.

I'm beyond terrible at math, worse than anyone could imagine.

Thank you.
It probably differs by school but you generally get 2 attempts at core classes before they kick you out of the major. I failed multi variable calc, linear algebra, and statistics. In addition I failed a couple of core classes. Just take them again. By the second go around you should have a better understanding. As long as you meet the GPA requirements for your college then don't trip.
 
Joined
Jul 31, 2012
Messages
184
Reputation
50
Daps
416
Reppin
NULL
It probably differs by school but you generally get 2 attempts at core classes before they kick you out of the major. I failed multi variable calc, linear algebra, and statistics. In addition I failed a couple of core classes. Just take them again. By the second go around you should have a better understanding. As long as you meet the GPA requirements for your college then don't trip.
What degree you go for? Those are some pretty gnarly math courses for the average college student (I'm assuming the stats was calc-based). I mean, for stat/econ, mathematics, or pre-med, those are prerequisites. But 90%+ of college students don't go beyond calc2.
 

Obreh Winfrey

Truly Brehthtaking
Supporter
Joined
Nov 18, 2016
Messages
20,852
Reputation
25,322
Daps
131,958
What degree you go for? Those are some pretty gnarly math courses for the average college student (I'm assuming the stats was calc-based). I mean, for stat/econ, mathematics, or pre-med, those are prerequisites. But 90%+ of college students don't go beyond calc2.
Computer Science. Sometimes you gotta take your lumps to get what you want. The first time I took linear algebra I stopped showing up to class because the professor wasn't that great and I dislike evening classes. The first time I took multi variable calc the professor assumed everyone was an engineer and had some across many of those concepts before. I failed one of the more important classes on algorithms, the ones that you encounter in job interviews. Failed 2 physics classes :yeshrug:. Didn't walk out with a 4.0 but I walked out with that piece of paper, and that's all that matters.
 
Joined
Jul 31, 2012
Messages
184
Reputation
50
Daps
416
Reppin
NULL
Computer Science. Sometimes you gotta take your lumps to get what you want. The first time I took linear algebra I stopped showing up to class because the professor wasn't that great and I dislike evening classes. The first time I took multi variable calc the professor assumed everyone was an engineer and had some across many of those concepts before. I failed one of the more important classes on algorithms, the ones that you encounter in job interviews. Failed 2 physics classes :yeshrug:. Didn't walk out with a 4.0 but I walked out with that piece of paper, and that's all that matters.
That's real talk. Certain programs or careers will require a certain g.p.a., especially for internships. But FINISHING the degree is ultimately that which is most important. I was in the honor's program, so it surprised me to find out that people with 2.5's and lower were out here landing killer internships and high-paying jobs. But everything is relative. I lived in a household with several engineering students. The lowest g.p.a. in the house was a welding engineer with a 2.3 g.p.a. Breh didn't even sweat it, tho. Given that the only other uni in the world that offered his degree was somewhere in Russia, he knew he was set. It blew my mind that this 2.3 cat had the gall to sit there all smug with me when my g.p.a. was more than an entire point higher than his. But he put me on game how rare it was to even get a "B" in many engineering courses. Another roommate who was a CSE major barely had a 2.5. Both of them dudes stayed with bomb internships and graduated with great job offers.
 

Obreh Winfrey

Truly Brehthtaking
Supporter
Joined
Nov 18, 2016
Messages
20,852
Reputation
25,322
Daps
131,958
That's real talk. Certain programs or careers will require a certain g.p.a., especially for internships. But FINISHING the degree is ultimately that which is most important. I was in the honor's program, so it surprised me to find out that people with 2.5's and lower were out here landing killer internships and high-paying jobs. But everything is relative. I lived in a household with several engineering students. The lowest g.p.a. in the house was a welding engineer with a 2.3 g.p.a. Breh didn't even sweat it, tho. Given that the only other uni in the world that offered his degree was somewhere in Russia, he knew he was set. It blew my mind that this 2.3 cat had the gall to sit there all smug with me when my g.p.a. was more than an entire point higher than his. But he put me on game how rare it was to even get a "B" in many engineering courses. Another roommate who was a CSE major barely had a 2.5. Both of them dudes stayed with bomb internships and graduated with great job offers.
Oh yeah, I have a few friends who were just staying above a 2.0. There were a couple of engineering classes where the curve was so insane that a low D was passing and still people failed. I don't know how it goes for other majors but for Computer Science you can offset your GPA with a solid portfolio or an internship or two. If you study certain algorithms and concepts inside and out (which I didn't) then you can quite feasibly breeze through the interviews at Facebook, Amazon, Google, etc.
 

street heat

merchant of death
Joined
Jun 15, 2012
Messages
12,209
Reputation
-2,926
Daps
29,647
Reppin
NULL
Overall i dont like college. really i dont like school in general. College is basically an overpriced investment that came be beneficial depending on yor degree.:yeshrug:

what is your age ? how long have you been going to school ? what are you majoring in ?

you seem to have a negative attitude already like its not for you and not even trying to see the benefits. certs require tons of focus and self study. if you don't like school its probably not going to be any easier for you.
 

Freedman

Choppers For Karate Nggas
Joined
Jun 27, 2012
Messages
18,043
Reputation
6,000
Daps
88,755
Reppin
Louisiana
Oh yeah, I have a few friends who were just staying above a 2.0. There were a couple of engineering classes where the curve was so insane that a low D was passing and still people failed. I don't know how it goes for other majors but for Computer Science you can offset your GPA with a solid portfolio or an internship or two. If you study certain algorithms and concepts inside and out (which I didn't) then you can quite feasibly breeze through the interviews at Facebook, Amazon, Google, etc.

Can you name some of these concepts and algorithms to help a fellow CompSci breh out :lupe:
 

Obreh Winfrey

Truly Brehthtaking
Supporter
Joined
Nov 18, 2016
Messages
20,852
Reputation
25,322
Daps
131,958
Can you name some of these concepts and algorithms to help a fellow CompSci breh out :lupe:
:childplease:























Just kidding.
Sorting algorithms such as quicksort, merge sort, bubble sort (too slow, you should never use it), insertion sort, and a couple other that are escaping me. Tree traversal such as DFS and BFS. Maybe understand Dijkstra's algorithm for graph searching. Dynamic programming which I can't remember shyt about :bryan:.

For those understand how they work, when they're best used, their time AND space complexities. You'll usually get a problem that uses any altered implementation of them. Other than that understand how to traverse a linked list. String manipulation and properties of strings. Understand threading on a basic level.

A good one is to know how to sum the digits of a number. So I give you 465 you need to write a program that will output 15. Know how to do it without converting it to a string first - the right way involves modulus and division.

Know important data structures such as stacks, queues, heaps, trees and how to implement them. They're usually implemented with a linked list type of deal but you can do the first two with arrays if you wanted. You might also consider figuring out how to use two stacks to create a queue - a question given to me by a desirable employer.

Understand some low level things like hex and how numbers are stored in memory. For example floating point numbers and how they're represented. If you're given:
float count = 0.0;
for(int i = 0; i<10; i++) { count++; }
What's the value of count? Why?


There's a lot of concepts but luckily many of them build on one another. Make sure you're practicing several months before you start applying so that you're prepared. I didn't and struggled with Facebook, Google, Twitter, and some other less notable companies.
 

phcitywarrior

Superstar
Supporter
Joined
Nov 19, 2016
Messages
13,346
Reputation
4,590
Daps
32,288
Reppin
Naija / DMV
Just cracked out the Manhatthan GMAT prep guide.

Looking to take the GMAT in late March/early April.

I'm lucky I have a library 2 mins walking distance from my office and 1 min from my gym :wow:. The set-up is too clutch.

Right now I'm looking to study 5:30-7:30 right after work, M-F and then hit the gym right after. Then study another 3ish hours every Saturday.

My advice to anyone considering B-school; Take the GMAT ASAP! I'm lucky that my corporate job doesn't have me logging 70-80 hour work weeks. Also, the closer you are to college, the more your mind will still be "fresh" to exams. Once you start settling into that "working" life, it can be tough to get back into the studying grind.

It's even better now that it's winter and most of activites here in DC have dried up. I can grind low-key for the next 3-4 months.

Let's get it my Coli brehs :wow:
 
Joined
Dec 5, 2017
Messages
6,885
Reputation
409
Daps
30,083
Brehs I got a dilemma... i'm thinking about switching my major
:lupe:

I am doing well in all of my classes so far this semester, all A's as of right now as well as on my midterm but talking to my fam over thanksgiving break got me thinking. I'm pretty much at the verge of dropping my major in Recording Industry Music Business for Africana Studies. Now I know thecoli shyts on liberal arts majors almost as hard as it shyts on cacs but just hear me out. First, I LOVE music but I also LOVE african american studies and helping my people, and if I had to choose between them, which one I love the most, it would be the latter. Which one would make me happier as a person, it's the latter. While I do love music, just from being in class this semester I realize i'd probably wouldn't even be working in music. Just some boring ass mundane job on the administrative side of a publishing company probably. Second, I have a cousin that is also working in music business and she tells me that the majority of people that work in the business, at record label, publishing companys etc. don't even have a degree in anything related to music. Or even a degree at all. Now I already knew that prior to deciding my major but it really got me like "am I just wasting my time with this shyt :jbhmm:". Third, even though its liberal arts, Aficana studies, what my older cousins were telling me is basically just do whatever you want your undergrad, major wise not grade wise :whoa:. Unless its something that requires an exit exam then don't stress yourself out more than you need to, cause even STEM, aside from computer science, struggling these days:yeshrug:. In short it's not the degree, it's what you do with it, and most importantly INTERNSHIPS. Lastly, I don't feel that i'm completely lost if I do Africana studies because I know exactly what I want to do with it. I would like to go into community development or work for a non profit organization in my city helping at risk black youth, my hometown is a majority black city anyway so I figured there wouldn't be a need to move, could just start there :yeshrug:. Also if I were to do music business there is almost no way I could just stay where I am and do it, seeing as how ain't hardly shyt related to the music industry out here. I'd almost be a requirment to move to Nashville, Atlanta, NYC, LA or somewhere where the cost of living is high af, at least higher than Memphis. Also I would like to start a sort of youth program for inner city black youth or an after school program to get some of these kids off of the streets. Just seeing these kids around here, and also almost being one of those kids growing up, as I also grew up in the inner city and poor, these kids have no guidance. I just feel like I have to do something , can't just give up on the next generation on black kids :wow:. After either working for a few years and saving up or hopefully finding a job that would pay for my master's I would plan to go back and get my master's in education or just get my cert and become a certified secondary education teacher.

Now I know this shyt is far from road to the riches but as long as i'd make enough to live at least comfortably i'm good. Plus where I live the cost of living is pretty low so I feel I could manage. I guess it's just the question of practicality with the Music Business vs. Africana studies degree and I guess me being afraid of the stigma of walking around with a liberal arts degree.

Any advice will be helpful brehs
Holy shyt, do you want to be employed when you graduate or not? You don't need a degree to work for a non profit. Most of them take volunteers. You also don't need a degree in Africana studies, you can read a few hundred dollars worth of books on AA history instead of spending thousands annually to hear cacs teach you about your own history.

Nothing wrong with pursuing your own interests but go after something tangible that will lead to employment. otherwise you're going to wind up in debt with a worthless degree like millions of others. REMEMBER I SAID THIS. If you don't know what you want to do, take a break until you figure it out. Don't waste your money or your parents money if you're not certain what you're in college for. I'm not coming from a place of condescension either. I wasted my parents money for a few years bullshytting around because I was in college like a chicken with his head cut off who had no idea what he wanted to do and I feel guilty about it to this day. You can help inner city youth by acquiring knowledge that make you employable and then passing it on for free to the youth. So if you major in accounting, you can become an accountant and mentor single moms or young black teenagers/adults on financial literacy. You're still contributing to the building of your community but you're employable as well.

STEM may not be as viable in major cities like NYC as it used to be but in TN? I guarantee you if you have a STEM degree at 22-23, you will be above 80-90% of people in your age bracket who are native to your city
 
Top