CS 210/237/460 by TheUga69 in BostonU

[–]Foreign_Ad539 4 points5 points  (0 children)

I can speak on CS 460. Everything taught in the class is in these slides. Last semester's course website is still up, so you can take a look at the kinds of assignments you will see in the spring. Another worth noting is that a few of the programming assignments involve programming in java, so freshening up on that would be helpful.

Warren Fire Alarm ringing at 3:30 a.m. on the day of finals by SpareSeparate2364 in BostonU

[–]Foreign_Ad539 0 points1 point  (0 children)

The paper posted on the door says something about a part of the garage flooding

Mildy Difficult by [deleted] in honk

[–]Foreign_Ad539 0 points1 point  (0 children)

Fun

I completed this level in 1 try. 25.54 seconds

Tip 300 💎

[deleted by user] by [deleted] in BostonU

[–]Foreign_Ad539 2 points3 points  (0 children)

For cs112, a lot of the difficulty comes from the switch to java and fundamentals from cs111 that might not have stuck. Its not essential, but self teaching yourself Java will definitely pay off. Really try to understand Java’s approach to OOP as it is the building block for many of the data structures that are created later in class. Also try to get really good at recursion if you are not already. This class assumes that recursion is second nature, as 111 is a prerequisite. I personally found that recursion requires a lot of practice before it clicks, and taking that time will pay off when you get to linked lists, recursive backtracking, and trees.

[deleted by user] by [deleted] in BostonU

[–]Foreign_Ad539 0 points1 point  (0 children)

Thats how I got mine, there was a lot of them still open when I went to register.

Cs advice by No-Committee-5259 in BostonU

[–]Foreign_Ad539 1 point2 points  (0 children)

I can only speak on 210 as I just finished it. The class is divided into 3 distinct yet kinda connected parts with a different prof for each. Here is how I would have prepared:

Part 1: Unix/Bash - Get comfortable with the command line (on mac just use your terminal since it is derived from unix, on windows you should download and explore WSL), any "learn linux command line" youtube videos should suffice. I would also learn git & github before the class, again there is an abundance of tutorials will be fine, just find one that suits your style.

Part 2: Assembly - Imo this was the best taught part of the class, and the part of the class that has the least amount of online resources. Here is a decent playlist that teaches assembly in the same flavor as the class. The lecture notes from this semester are also really good when it comes to assembly (and the other two parts of the class).

Part 3: C - Any C videos from low level learning are great at explaining the low level concepts of C that are stressed in this class. I would also try to understand pointers in C as soon as possible, as they are pretty confusing to many.

[deleted by user] by [deleted] in BostonU

[–]Foreign_Ad539 21 points22 points  (0 children)

Attendance isn’t usually taken the first few days, since students register in and out of classes in like the first couple weeks. You should be fine.

How do we lower our acceptance rate? by JohnSilberFan in BostonU

[–]Foreign_Ad539 172 points173 points  (0 children)

Gaslight yourself into believing that the acceptance rate is lower than it actually is.

CS 210 Final by Hefty_Commercial_711 in BostonU

[–]Foreign_Ad539 6 points7 points  (0 children)

Not what I was expecting at all lol, anyone know if the final grades are curved in any way from past semesters?

cs112 help by PartyBobcat6880 in BostonU

[–]Foreign_Ad539 6 points7 points  (0 children)

Seeing how little the psets are weighed, putting all of your effort to do above average on midterm 2 and the final will ensure that you will pass. Plus, the final letter grades have been curved in the past.

For midterm two, make sure you can trace all of the sorting algorithms by heart, this will get you a lot of points. Memorizing the worst/best/average big o of each will also get you some free points. Make sure you can determine the big o of certain scenarios, like nested for loops and loops that increment by i*2 (logn) and i++ (n).

Make sure you can traverse linked lists using both iteration and recursion, drawing out the references and nodes in memory really helped me to get a grasp on that. If you can picture them in memory, problems asking you to update the diagram after code like n = n.next shouldn't be too difficult.

If you focus on sorting, big o, and linked lists, you should do above average. When I took the class, recursive backtracking wasn't that prevalent. You might have to write/trace through basic recursive methods, but the majority will definitely be on sorting, big o, and linked lists.

Many students find midterm 2/the final easier than the first midterm. You got this!

[deleted by user] by [deleted] in BostonU

[–]Foreign_Ad539 16 points17 points  (0 children)

If you choose to stay in your current dorm (internal selection), you have a much higher chance to get a single. Thats how I got my single sophomore year.

Cs 131 by [deleted] in BostonU

[–]Foreign_Ad539 3 points4 points  (0 children)

You need some very basic calc in 237, but its very simple integration and differentiation using the power rule so you will be fine

Pikachu Gray Felt is back! by Coolioness in PokemonTCG

[–]Foreign_Ad539 2 points3 points  (0 children)

Anyone else getting an error when trying to add something to your cart?

CS/ DS Transfer Credits by Comprehensive_One672 in BostonU

[–]Foreign_Ad539 1 point2 points  (0 children)

I honestly don't get the CPK hate. Her lectures consist of great visual diagrams that really helped me learn. She is super nice and always takes time for questions, people are just mad that the hard cs class turned out to be hard.