#cs2040
Explore tagged Tumblr posts
Text
AY23/24 Sem 1 Module Reviews
This sem is probably the most difficult sem of my degree acads wise. Since I scored much better than expected in Year 1, I could afford to fully focus on core modules that would teach me useful skills related to my major. Hence, I decided to take 4 core modules, namely CS2040, DSA2101, DSA2102 and MA2311, along with GEN2061X. I did slightly underload to give myself more time for CS2040, which has a very high workload. I was also expecting a drop in GPA since most of the modules I took this sem weren't exactly easy or fluff. Nonetheless, I grew much closer to the friends I worked with in the different mods, and it made all the difference to my mental well-being as well as my academic performance.
CS2040
Module Coordinator & Lecturer: Dr Chong Ket Fah
T/A: Gary (tutorial), Chao Ming (lab), Sourabh (lab)
Lecture Topics/Schedule:
Week 1: Course Admin + Intro to Java, Analysis of Algorithms 1 Week 2: Analysis of Algorithms 2, Sorting 1 Week 3: Sorting 2, List ADT 1 (Array List, Linked List, Stack, Queue) Week 4: List ADT 2 Week 5: Map ADT (HashTable) Week 6: Priority Queue ADT (Binary Heap) Week 7: Disjoint Sets ADT (Union Find Disjoint Set), Ordered Map ADT 1 (Binary Search Tree/AVL Tree) Week 8: Ordered Map ADT 2, Graph Intro + Graph DS Week 9: Graph Traversal and Applications 1 Week 10: Graph Traversal and Applications 2, Minimum Spanning Tree Week 11: Single Source Shortest Path 1 Week 12: Single Source Shortest Path 2, All Pairs Shortest Path Week 13: Revision
Deliverables:
Tutorial attendance/participation - 3% Lab attendance - 2% One-Day Assignments (ODAs) - 1.5% x10 Take Home Assignments (THAs) 1.5% x8 qns, 2 qns per assignment Visualgo Quiz - 4% x2 Midterm - 20% Final Exam - 40%
Other Comments:
Although this module is hard (as you probably already know), I would say I enjoyed it for the most part. First of all, Dr Chong Ket Fah is an amazing lecturer, and he explains things very clearly. This made understanding the difficult concepts a lot easier. Dr Chong is also very nice and understanding towards students, for example, I fell sick one day before a one-day assignment and he extended my ODA deadline to the day after my MC ended which was basically one week later lol. These things might seem insignificant but they are highly appreciated by students (me at least).
There was a lot of content to cover in this module, and frankly, it can sometimes get overwhelming. On paper, there are 3 hours of lectures every week on Zoom exclusively, but Prof Chong often overruns to about 4-5 hours of lecture time a week. Not to worry, the lectures are recorded and you can watch them later. It is paramount that you keep up to pace with the lectures as it's not realistic to cram all of it in reading week, anyway you'll need the lecture content 1-2 weeks later to solve the ODAs and THAs. Also, we're expected to learn Java within the first 2 weeks, as prof does not teach java, he just gave us a learning package/crash course to do on our own. This is very important for students with no Java background like DSA students because we'll be expected to complete all our coding assignments in Java from end of week 2/week 3 onwards.
I attended the tutorial slot by Gary, and Gary is absolutely goated. He is very clear in explaining things, and often talks about potential extensions/modifications to the questions which may come up in the exams. This was very helpful in cultivating the sort of skills and thought process needed in the midterms/finals. Gary is also very chill and dedicated, we can message him on Telegram if we have any questions, and usually the night before the exams, he would stay up all night to answer questions that we had. Where are you gonna find such a dedicated TA HAHAHA please give this man a raise The only not-so-good thing about the tutorials is that the bulk of questions are pseudocode/coming up with algorithm questions, but the majority of questions in the exam are MCQ. I would've liked to see more of the latter in the tutorials as many of us felt unprepared for MCQ-style questions in the exams. From my understanding, the exams used to be a lot heavier in pseudocode questions, which might explain such an emphasis on such questions in the tutorial. If so, the tutorials might need a refresh.
Labs are essentially dedicated to solving ODA questions, and you can ask your lab TAs if you're stuck on either the ODAs or THAs. Apparently, they are also the ones that grade them. For me, I left my whole Friday empty in case I got stuck on an ODA and needed more time to solve it, since you have to complete in 24 hours. I also worked on the problem before my lab slot, like once the assignment opened at 10am. This was to ensure I made full use of my lab TAs expertise during the precious 2 hours if I got stuck, instead of trying to understand the question and come up with a first iteration to solve it. The ODAs in general were not terribly difficult though. As for the lab TAs, most of us preferred to talk to Chao Ming because he was more approachable and helpful. However, we often don't understand each other's algorithm suggestions HAHAHA. On the other hand, Sourabh was very passive. Maybe he was in charge of doing the assignment grading? But my friend asked him questions on telegram and got blue-ticked (I think more than once) so there's that. Oh also, you're required to submit pseudocode before or during the lab which also acts as your lab attendance grade, which is why you should start working on it before the lab because 2 hours to do pseudocode and actually code and debug is very tight.
THAs were more difficult, and I spent about 1-4 days on each question. There were 4 THAs in total, 2 questions in each THA. Discussing algorithms with friends really helps because a lot of these problems are not straightforward and require a good grasp of lecture content along with creativity. Unlike CS1010, your code now has to be efficient and meet the required run-time, otherwise it will not be accepted. Hence, talking to friends to see if there are other more efficient ways of solving the problem is highly efficient on your time needed to solve the THAs. Do note that looking at other people's code is not allowed, as mentioned by the prof so just be careful not to show actual code when discussing. The worst THA though probably has to be the AVL tree one, it was incredibly painful to have to build the AVL tree on your own and do all the rotations. Maybe deforestation isn't so bad after all Nonetheless, you should score full marks for both the ODAs and THAs as most people do after countless tries or discussing algorithms with friends.
Midterms and finals were pretty similar, exams were on Examplify and the bulk of it was MCQ questions, with 2-3 pseudocode/come-up-with-algorithm questions. The midterm tested until hashtables and was apparently harder than finals. As many of you know, Prof Chong sets hard papers so be prepared. Make sure you read the question properly as there's a lot of constraints/things to look out for to get the correct answer. Prof's questions also tend to be very long and confusing so it might take a lot of time and brain-power to understand what's going on in the question. Exams were open-book closed internet, the midterm was 1.5 hours and the final exam was 2 hours. You have to have a good grasp of the various algorithms, how they work, how their time complexities are derived and subsequently in what situations each algorithm works best/worst. I highly recommend working on the pseudocode questions at the end first because they need more time to think and come up with the solution, and if you don't know anything just write something out, and you'll get at least one mark. The MCQs can still be guessed if you run out of time, but try to do them well because they form the bulk of the marks. Do lots of PYPs to get a feel of the MCQ questions and see how the pseudocode questions should be answered. Also, for the pseudocode questions, I observed that writing in paragraphs/essay-style is much better than the usual code style because there's more ambiguity and it's easier for the marker to understand your algorithm's logic compared to code-style which will often be ridden with errors. For finals, prof actually dropped quite a few hints when he was going through the PYPs without answers in Week 13 lectures so do make sure to watch that. My score for the midterm was 58/100 (77th percentile), and the final exam was 75/95 (93rd percentile). Midterm stats 0 39 47 56 95, finals stats 0 41 50 62 91. Finals was originally out of 100, but there was an issue with the time complexity required and getting the correct answer (apparently the solution to solve it in that time complexity results in overcounting) in the last pseudocode questions, so prof re-based it to 5 instead of 10 marks and marked according to the next best algorithm to get the right answer.
Lastly, there were 2 Visualgo quizzes held during lab slots, one in Week 7 and the other in Week 13. Make sure to practise a lot of Visualgo questions in hard mode. I found the week 13 quiz much harder because the later topics were harder, especially MST. As a result, I got 14/15 for it because I got the 2nd best MST question wrong (so saddd). The first quiz was pretty easy though. Most people get full marks for both so.
All in all, I find this module difficult but also rewarding. A lot of the concepts taught are important, for example, I'm working on a project now that makes use of what I learnt in 2040. All the best to those taking it in future sems, rest assured Dr Chong is a very good prof and you're in good hands! Just put in the work and you should stay afloat
TLDR:
High workload, don't overload (in fact try to underload) when taking this mod Leave your Fridays empty to work on the ODAs Learn Java ahead of time if you can to get used to the syntax, don't leave THAs to the last minute because you need time. Discuss with friends to maximise efficiency on coding assignments Do PYPs and understand how each algo works, how the time complexity comes about, when to use what algo Do lots of Visualgo practice for the quizzes
Grades:
Expected grade: A- Actual grade: A
DSA2101
Module Coordinator & Lecturer: Dr Huang Yuting
T/A: Augustine
Lecture Topics:
R programming.
Importing data into R.
Data manipulation with R (Tidyverse)
Principles of data visualization.
Introduction to the grammar of graphics (ggplot2)
Exploring data through visualization.
Deliverables:
Tutorial Attendance - 5% DataCamp assignments - 10% Group project - 15% Midterm - 30% Finals - 40%
Other Comments:
This module has a pretty light workload, and the content is quite straightforward. It's a coding mod about data cleaning and visualisation using R. I thought I would be disadvantaged as I was pre-allocated DSA1101 in Sem 1 last year under Dr Sun, which had little coding emphasis and more stats/math, whereas in Sem 2 Dr Daisy Pham took over and revamped the whole module to essentially be about R coding. However, the first few weeks of lectures were about R coding and it was more than enough time to catch up. Also, it turns out that I'm quite quick at debugging in R, which is a great asset in exams. Dr Huang is a good lecturer in my opinion, she is concise and emphasises on the important things. Lectures are basically her going through slides which show various ways to code using a variety of tools/functions, and often she'll do a live demo to reinforce what was taught in the slides. She encourages us to code alongside her, and for this reason (apart from the fact that lectures are at 8am), I think it's better to watch the recorded lectures as you can pause and try them out yourself before continuing. Prof is also very approachable and quick to reply my emails, even if I ask a barrage of questions.
Tutorials are coding questions for you to try out on your own, and the TA will go through them. Augustine was a good TA, on top of the solutions provided by prof, he would add other methods to get the same result, and he was decent at explaining the code flow and thought process. He also responded to my queries on Telegram for the most part. As for the tutorial questions, I highly recommend trying them out on your own without using chatgpt to debug, because it's good practice for exams.
DataCamp Assignments were 8 x 1.25% online modules/courses? on DataCamp. These are free marks so just make sure you complete them by the deadline. DataCamp honestly isn't very helpful in learning because almost everything is filled in, and they just need you to fill in a few blanks.
The midterm was a 1.5-hour Examplify, open-book but closed internet exam, held in Week 8 at 8am (!!), and this was probably the most difficult part of the course. Most people weren't mentally awake at 8am, and the paper was quite difficult. It is easy to forget a certain function or have syntax errors, and R isn't the easiest language to debug in. It might be tempting to keep working on one part before moving on to the next because each sub-part leads to another, but the grading was very lenient in the sense that even if you miss out on a lot of things, you can still get the bulk of the marks. The key point is to try and complete everything and you should be above the median already. Since you don't have internet access, it is paramount that you do the tutorials as practice without the internet to prepare for the midterm. There were also a lot of small things that tripped people up, such as not being able to read the excel file in R when the excel file is open on your computer, ctrl-c ctrl-v being locked, the question paper on Examplify only taking half of the screen and couldn't be expanded etc. Overall it was a bad experience but luckily the grading was so kind. I got 27.5/30, the median was 21.25/30. Also do note that you have to copy your code from R into Examplify and differences between the R code submitted on Canvas and the Examplify code will be subjected to penalties. However, the Examplify exam does not auto-submit when time is up because there's 15 minutes after the exam to complete all the admin, so make sure your file can knit and all (basically the correct version of your R file) before you copy and paste into Examplify.
The group project was a report where we had to come out with 3 different plots using ggplot to investigate a meaningful question from one of the datasets given. We were allowed to choose our group members regardless of tutorial slot, so be sure to take this mod with friends!! My group did San Francisco Rentals, which a lot of people avoided because there were a lot of observations and variables/columns, but it turned out to be quite easy as we only had to select a few columns to work with. I had other friends who did the Lego dataset which seemed easy at first glance, but turned out to be a nightmare because you had to join a lot of different tables together to get the data you wanted. Unfortunately, I don't know why my group underperformed, I only got 12.5/15, and I assume a lot of people would get 13-15 out of 15 (stats were not released). Anyways just make sure you don't leave the project to the last minute because it can be quite tedious to code and have to write the report.
Finals were a lot easier than midterms. The format was Examplify open-book, closed-internet 2-hour exam, consisting of 25 marks of MCQ/fill-in-the-blank questions and 15 marks of coding. The coding this time around was much simpler, and possibly because we're more experienced by then. The MCQ questions were very easy, and if you were unsure of anything (eg. the definition of tidy data), you could just Ctrl-F. Hence, I recommend collating the lecture slides into one document to more efficiently Ctrl-F. This also helps for the coding questions, as there was 1 data-cleaning and 2 ggplot questions, and if you're unsure of which ggplot function to plot the graph, there's a summary on the lecture slides, alongside an example of the syntax to come up with the plot. Hence, I finished the exam with half an hour to spare and checked through my answers. I think the bell curve for this paper is quite steep because it was relatively easy. There was only one part that tripped some people up, which was removing NAs before or after performing pivot-longer. This will yield different results and affects 2 MCQ questions and the 5 mark coding question. Other than that, the exam is straightforward so be sure not to make careless mistakes.
TLDR:
Practise tutorials without ChatGPT Go through tutorial questions and answers, collate lecture slides into 1 document for easy ctrl-F-ing in the exams In the exams, aim to complete everything rather than perfect certain parts. Move on if you're stuck Don't be careless, read the questions carefully Work with trusted friends for the group project to minimise pain
Grades:
Expected grade: A- Actual grade: A
DSA2102
Module Coordinator & Lecturer: Dr Timothy Wertz
T/A: Tianyun
Lecture Topics:
Week 1: Introduction, Scientific Notation Week 2: Computer Arithmetic, Matrix Operations and Complexity Week 3: Systems of Linear Equations Week 4: Elimination with Pivoting, LU Factorization Week 5: Cholesky Factorization, Linear Least Squares Week 6: Gram-Schmidt Process, Reflections and Rotations Week 7: Singular Value Decomposition Week 8: Eigenvalue Problems Week 9: Power Iteration, QR Iteration Week 10: Singular Value Decomposition Revisited, Interpolation, Practical Interpolation Week 11: Orthogonal Polynomials Week 12: Numerical Integration Week 13: Error Formulas and Composite Quadrature, Other Integration Algorithms, Numerical Differentiation
Deliverables:
Homework - 5% x4 [lowest HW score can be substituted by lecture attendance grade] Midterm - 30% Finals - 50%
Other Comments:
This module is not difficult, but there's just a lot of content to remember. First of all, Dr Wertz is a pretty good lecturer, he is concise in explaining things and he splits his lectures into 3 categories: technical, conceptual, and enrichment. About 40% of the slides are enrichment which is nice to know but not required for the homework or exams. I would've liked to see a labelling of each slide under one of the 3 categories which would have made revising for exams a lot easier. Prof is also very helpful and answers questions at the end of the lecture. However, he also speaks very fast and tends to mumble/have run-off sentences so if your first language is not English, you might have a hard time understanding him.
There were 4 homeworks, each was out of 50. Like most math modules, the homework median is usually close to full marks, except for Homework 2 which had a killer counting operations of banded matrix question. As usual, discuss with friends to check your answers. The homework questions are mostly not tough, they are questions that are covered in lectures. Each homework also has an R coding question, but it's usually quite simple as prof has pseudocode in the slides, you just need to adapt them into actual code. If not, the tutorials also have an R question usually, refer to the tutorials for inspiration. Also, prof took lecture attendance, and while lectures are not compulsory (lectures are recorded too), it can replace your lowest homework grade, whichever is higher. I highly recommend getting the attendance grade as a safety net.
Tutorials were apparently hit-or-miss. My TA, Tianyun, was a pretty good TA and he explained relatively well. Sometimes, I didn't understand him but he was very approachable to me asking him questions after tutorial and he cleared all my doubts. He was also very dedicated, because there was one week that another TA took over him, and damn he kinda sucks because he doesn't explain well and totally skipped the R coding question, which I needed to solve a homework question. After asking the substitute TA about it, he just shrugged and said he doesn't provide R code. However, after I emailed Tianyun about it, he came up with his own R solution to the problem as prof hadn't sent him the solution yet. This sort of proactiveness is appreciated. As for the tutorial questions itself, it's mostly not hard and quite a good reflection of exam questions.
The midterm was a 80-minute pen-and-paper, scientific calculator exam, and we had to bring our own writing paper and scan our answers to upload ala homework-style within 10 minutes. The paper was relatively simple but computationally intensive, so avoid making careless mistakes. We were tested up to Week 6 content, and it was quite right-skewed. I got 41/50, the stats are 0 33 39 43 50. The final exam was a 2-hour pen-and-paper, scientific calculator exam that was out of 50. It was honestly even simpler than the midterm because it was less computationally-intensive, the first question was a bit odd, asking us to consider the number of operations to get the time complexity of some algorithms. The rest of the questions were standard, and mirrored questions from lecture examples, tutorials or the midterm/final practice papers that prof gave. Prof said he sets easier papers by not allowing us to bring cheatsheets in, and I think he kept to his word. The hard part comes in memorising the sheer number of algorithms and ways to solve the questions.
TLDR:
Keep up with tutorials so that you remember the algorithms more easily As usual, check homework answers with friends, attend lectures for safety net/grade boost in case you screw up a HW Try to understand the process of the algorithms to make life easier when studying for exams Don't make careless mistakes in exams
Grades:
Expected grade: B+ Actual grade: A
MA2311
Module Coordinator & Lecturer: Assoc Prof Leung Man Chun
T/A: Shixiao
Lecture Topics:
1. Sequences (Monotone convergence theorem, series, absolute and conditional convergence) 2. Tests of convergence (Power series and interval of convergence, Taylor’s series, differentiation and integration of power series) 3. Vectors in R2 and R3 (Dot product and cross product) 4. Functions of 2 or 3 Variables (Limits and continuity, partial derivatives, directional derivatives, gradients of functions, Taylor’s formula, maximum and minimum, second derivative test) 5. Vector-valued Functions of Several Variables (Chain rule, tangent planes and normal lines to surfaces in R3, Jacobians (change of volume/area element), Lagrange's multiplier method) 6. Multiple Integrals (Iterated integrals, change of order of integration, change of variable formula for multiple integrals)
Deliverables:
Midterms - 20% Finals - 80% (!!)
Other Comments:
Despite my grade for the mod, I can safely say this is the WORST mod I've taken in NUS so far. This prof really sucks, period. Although some math majors were warning ppl about him in the CHS group chat, I thought that since the module content was easy, even if the prof is bad it shouldn't be too big a problem. How wrong I was HAHA (but tbf, I heard Charmaine Sia who's teaching MA2104 isn't that great either and 2104 is tougher so it's not an easy choice). At this point, the module should be renamed to Techniques in Advanced Gambling because I felt like I was throwing a dart blindfolded and seeing what grade I would land. The 80% finals really made it feel like a lottery.
Let's start with the lectures. Someone else mentioned that the lecture slides were bad, and yes it's true. It's just emptiness all around, like very few words and some random diagrams and pictures. I can understand if the prof wants us to take notes, and that's why he left so many blanks. But the problem is that his lectures hardly refer to the slides. 99% of the time he's writing some stuff on paper and showing it to the lecture hall on the visualiser, so no one knows which part he's explaining, especially since he really cannot teach and explain things well to us. I think it's very hard to learn content from his lectures, but I do think there is some value in watching them which I will explain later. I managed to get my hands on the previous prof's lecture slides which helped me to keep up with the tutorials but I didn't watch the lectures from midterms until reading week, as a result, I didn't exactly master the later topics until reading week.
As for the tutorials, Shixiao was a pretty good TA because he would explain things in a way that made sense. He was also helpful despite a lot of dumb questions I asked at the end of each tutorial lol. He was probably the saving grace of this mod. However, the tutorial questions were directly ripped from last AY's MA2311 (this prof was the TA for the mod then) and the prof is so lazy that he didn't even remove the previous prof's name from the tutorial solution slides!! So this means no one really knows what kind of questions the prof will set since there's no reference or anything.
Midterms was a 1-hour pen-and-paper exam held in the lecture hall on Week 8, and it was open-book. Apparently, it was closed-internet but there was nothing to block internet access. Nonetheless, you have access to all your notes and I also downloaded Geogebra offline to check limits lol. We were tested until radius of convergence. 2 questions were directly from the tutorial but just slightly altered, the last question was slightly unorthodox but still doable. I got 19/20, and I think a lot of people did too. We only got back the midterms on the very last lecture in Week 13 so if you realised you screwed up there's honestly not much time to catch up. The average according to the prof was around 18/20.
Finals was your typical 2-hour, pen-and-paper, scientific calculator and 1 A4 double-sided cheatsheet math final exam. (Note: There was 1 part of question 1 that was voided and the paper was re-based to 95 instead of 100.) The fact that finals was 80% was extremely scary, and it was a sink-or-swim situation. I spent the bulk of reading week looking through the textbook and trying out questions from there (answers can be found online if you're resourceful enough), and alongside going through the prev AY's prof notes in more detail I got a better idea of the content. To be fair, most of the content was not difficult except for the part on volume multiple integration. Nonetheless, I still poured a lot of effort and time into this module because I couldn't risk the 80%. After understanding everything, I watched the prof's lectures to see if there was anything I missed out on and also to get some hints. He was emphasising one particular question at the end of the last week 13 lecture which I added wholesale into my cheatsheet, and lo and behold, it came out in the last question of the finals. As for the finals paper itself, I could do most of the questions, it was a relatively even spread across all the topics in both the first and second half but I wasn't sure if I got them correct because even the first question, which was a giveaway L-hopital limit question, I got wrong LOL. I think there were a few questions that felt a bit strange and unfamiliar, but if you know your concepts well it should not be an issue. Overall, some people felt it was easy and some felt it was difficult, which I attribute to whether you know the content and watched his lectures or not. Still though, 80% is crazyyyyyy
TLDR:
Listen to other ppl's advice, don't take this mod under this AY's prof unless you like gambling if you're taking it under him, I wish you all the very best
Grades:
Expected grade: idek Actual grade: A+
0 notes
Text
Motosierra Eléctrica Black & Decker CS2040 2000 W (40 cm)
Motosierra Eléctrica Black & Decker CS2040 2000 W (40 cm)
Si te gusta cuidar cada detalle de tu hogar y estar a la última en productos que te harán la vida más facil, compra Motosierra Eléctrica Black & Decker CS2040 2000 W (40 cm) al mejor precio. Características: Freno de cadena Empuñadura secundaria Envoltura de la Espada Mango ergonómico Potencia: 2000 W Capacidad: 200 ml Voltaje: 220-240 V Longitud: 40 cm Velocidad: 12,5 m/s Tipo:…
View On WordPress
0 notes
Note
hellooo im the same anon who asked about bt4012, tbh the reason why i asked that was bc during 4222 we consulted zhao yiliang and he asked us to do some graph thing (like cs2040 graph theory) and we were speechless. (Also i wanted to ask if you would like to be friends, im too shy to even make friends with bza people, but since you play genshin maybe we can just chat in game or smth idk T_T you can ignore this if it weirds you out)
omg sorry i really only come on here nearing the end of a sem so replies are p late... i think he was really out of it that sem...and thats from what i heard....hope hes doing better rn
absolutely no words about the graph theory thing....he was p chill in 4012 for my sem and also p sure 4222 doesnt cover any thing on graphs!?? or at least for my sem.. how did it go for u
now that i think about am glad my groups dont do consutls or not shooting ourselves in our feet or not we never really know
and ofc sure thing nwnw about that i think my dms are open alwaystho i dont really play it anymroe sadly i play honkai more not really actly but more... are you from bza? from the way u phrased ;;
0 notes
Text
CS Lab #6: Making Things Optional Solution
CS Lab #6: Making Things Optional Solution
Tags & Categories Related Tutorials Tags: Categories: Task Content Making Things Optional Topic Coverage Optional Functional Interfaces Problem Description This lab is a continuation of the class roster lab. So far we have been dealing with invalid retrievals such as new Module(“CS2040”).put(new Assessment(“Lab1”, “B”)).get(“Lab2”) which would result in a null value. Furthermore,…

View On WordPress
0 notes
Text
Black&Decker CS2040 2000W 35 cm Elektrikli Zincirli Ağaç Kesme Testeresi
Yeni ürün satışta :https://www.07magaza.com/urun/blackdecker-cs2040-2000w-35-cm-elektrikli-zincirli-agac-kesme-testeresi/
Black&Decker CS2040 2000W 35 cm Elektrikli Zincirli Ağaç Kesme Testeresi

Black&Decker CS2040 2000W 35 cm Elektrikli Zincirli Ağaç Kesme Testeresi
2000W Gücünde Yüksek Torklu Motor 12.5m/sn. Zincir hızı 40cm pala boyu ile geniş uygulama alanı ve yüksek kesim kapasitesi Geri tepmeyi önleme sistemi sayesinde Islak ve kuru kerestelerde hızlı ve pürüzsüz kesim Entegre otomatik yağlama sistemi sayesinde zincirde aşınmayı azaltır, yüksek kesme verimliliği sağlar Zincir fren sistemi sayesinde geri tepmelerde kullanıcı güvenliği için zincirin 0,15 saniyede durmasını sağlar Anti-vibrasyon sistemi sayesinde yorulmadan uzun süre rahat kullanım sağlar Şeffaf yağ haznesi sayesinde kolay ve dökülmeden yağ doldurma imkânı sağlar Entegre çelik çivili tampon kontrollü kesim sağlar Patentli anahtarsız zincir değiştirme sistemi ile hızlı ve kolay zincir takma ve ayarlama imkânı Ağırlık 5,5 Kg
#2000W, #35, #Ağaç, #AğaçKesmeTesteresi, #AğaçTesteresi, #BlackDecker, #BlackDeckerCS2040, #BlackDeckerElektrikliTestere, #BlackDeckerTestere, #Cm, #CS2040, #Elektrikli, #ElektrikliAğaçTesteresi, #ElektrikliTestere, #Kesme, #Testeresi, #Zincirli, #ZincirliAğaçKesmeTesteresi, #ZincirliAğaçTesteresi, #ZincirliTestere
0 notes
Text
Problem Set 6 Solution
Problem Set 6 Solution
Problem 6. (Automatic Writing)
Writing-intensive modules can be hard: so many 10-page essays, and not nearly enough time to catch up on the latest e-lectures (please watch them!). CS2040S is here to help. For this problem set, you will develop an automatic writing program that can easily produce pages and pages of new text. And it will adapt to your chosen style. If you use an old essay as input,…
View On WordPress
0 notes
Text
Year 1 Semester 2 Review
As I was excited to go back to school, especially after my good experience in Semester 1, I decided to overload. I don’t think I did as well as I should, so here’s a reflection on how I could have done better.
Some things I tried to do was to get notes from seniors/peers who have taken the module before and ask them for tips on how to do well. Unfortunately I don’t think they were willing to give too much advice?
I also think that one bad thing I handled the semester was to overlook the first half of this semester. It felt too chill, and while I felt that something was wrong, I did not do enough to build a strong foundation for my modules before the second half of the semester crammed and crammed content in my head.
CS2030
This module teaches Object Oriented Programming in Java. While a bulk of the module was me trying to complete its practicals and coding assignments, the final exam focuses more on the theory (it is covered in lecture slides, just that I didn’t really want to focus on them because coding assignments had tight deadlines). Workload is heavy because I had to get used to coding in another language, in another programming paradigm.
CS2040
This module teaches Data Structures and Algorithms in Java. Course content was challenging, especially towards the end because of so little time needed to familiarise myself with completely new concepts.
I think there were a few reasons why I did not do so well:
I underestimated how much time it would take to study other harder concepts at the second half of the semester so I did not study the first half very well.
I did not do enough practice papers.
I did not fight for myself enough. While I scored a bad grade for my practical, I did not ask for a review, even though I usually score much better in practicals.
CP3108
This module is an Independent work module, where students can contribute to the Source Academy, CS1101S's website. I was initially very excited because I had a project idea in mind that I wanted to work on. However, I ended up dropping out of the course because of the amount of self learning I had to do, yet I was not getting anywhere closer to understanding how the Source Academy was built. I think there were a few reasons why I couldn't cope with this module:
I often could not understand what was going on in meetings, yet I did not seek any clarification.
I did not seek help from people enough.
There wasn't much guidance given by the professor, because we were challenged to think through a lot of problems ourselves. I don't think this worked well for me, because unlike others who had some development experience, I had none, and found it hard to cope.
Nonetheless, I think there were some valuable takeaways from this experience. I also learnt that my idea, while considered a difficult one, was actually doable. I just did not enough expertise to bring it to life. I also learnt that I cannot ignore my doubts and must clarify them. This is something I am still trying to work on.
GER1000
While I got a relatively good grade for this module, I don't think I liked the experience a lot. I also realised that watching video lectures did not suit my learning style. Without blocking out some time to watch the lectures, I stopped watching them altogether. While I could have benefited from more practices, the module will only give a practice paper, so there was not much I can do.
MA1521 This module is on Calculus. I think I gave up on attending lectures after attending a few. My weekly exposure to the course content was just me skimming through lecture slides before my tutorial. However I don't think this was very effective in my learning. What I like about this tutorial was that all lecture slides, practice papers and tutorials were given in the beginning of the module, so I could expose myself to more concepts earlier (however I did not do that haha). I think what I should have done better was to:
Work on my careless mistakes habit. Unfortunately I think I have this chronic issue of losing marks because of careless mistakes. So I think my best bet is to finish the paper quickly before doing the paper again, with a new mindset.
Actually attend the lectures and take down notes from the lectures, because the professor gives interesting insights. And to also take down notes on paper instead of taking them in a computer, because it's much easier to write down math symbols on paper.
Do more questions earlier, and seek consultation.
0 notes
Text
CS Problem Set 1 Solution
CS Problem Set 1 Solution
Problem 1. (Getting up and running) In CS2040S, we will be writing programs in Java. We will be using IntelliJ as our basic development environment. IntelliJ is available as an open-source (Apache 2.0) Community version that has all the functionality needed for CS2040S, and runs on Windows, Macs, and Linux. It contains useful editing, debugging, and pro ling tools. You can download it…

View On WordPress
0 notes
Text
CS Problem Set 1 Solution
CS Problem Set 1 Solution
Problem 1. (Getting up and running) In CS2040S, we will be writing programs in Java. We will be using IntelliJ as our basic development environment. IntelliJ is available as an open-source (Apache 2.0) Community version that has all the functionality needed for CS2040S, and runs on Windows, Macs, and Linux. It contains useful editing, debugging, and pro ling tools. You can download it…

View On WordPress
0 notes
Text
Rainbow Cats Solution
Problem Description The hatred for cats has been rising ever since Week 4A. Rar, who is studying CS2040 right now, hated cats so much that he started to use cats in some of his magical experiments. Recently, he has mastered a colour changing spell, and he is going to try it out on some cats. Rar has a row of N cats in front of him, numbered from 0 to N – 1. Initially, all the cats have red…

View On WordPress
0 notes
Text
CS Problem Set 6 Solution
CS Problem Set 6 Solution
Problem 6. (Automatic Writing) Writing-intensive modules can be hard: so many 10-page essays, and not nearly enough time to catch up on the latest e-lectures (please watch them!). CS2040S is here to help. For this problem set, you will develop an automatic writing program that can easily produce pages and pages of new text. And it will adapt to your chosen style. If you use an old essay as input,…

View On WordPress
0 notes
Text
CS Problem Set 3 Solution
CS Problem Set 3 Solution
Problem 3. (The CS2040S Detectives) We have six impostors on ours hands. Each claims to be Mr. QuickSort, the most popular sorting algorithm around. However, only one of these six is telling the truth. Four of the other five are just harmless imitators, Mr. BubbleSort, Ms. SelectionSort, Mr. InsertionSort, and Ms. MergeSort. Beware, however, one of the impostors is not a sorting algorithm! Dr.…

View On WordPress
0 notes
Note
hello! hope you’ll continue with the reviews cause they’re rly informative and detailed! jiayous for cs2040! - fellow bza student
hello!! np at all~ sorry i only see this now i never think people actually would be able to search this blog through the huge stack known as the internet but glad to be of help and atb with ur bza journey~
0 notes
Text
AY2020/2021 Y2S2 Module Reviews
Another covid sem all over again. Motivation has been at my all time low at this point.
Overview
CS2040 Data Structures and Algorithms
BT3102 Computational Methods for Business Analytics
GET1022 Understanding Your Brain
IS2101 Business and Technical Communication
PLS8002 Cultivating the Self
PLS8005 Elevating Interpersonal Communication
CFG1002 Career Catalyst
CS2040 Data Structures and Algorithms
Lecturer: Prof. Chong Ket Fah
Weightages
Tutorial attendance/ participation - 3%
Lab attendance - 2%
In-lab assignments -15%
Take home assignments (4) - 12%
Online quiz (2) - 8%
Midterm - 40%
Finals - 40%
Assessments are all open-book but not open-internet, meaning we can refer to our notes offline pdf and onenote etc. Content wise not as demanding as CS2030 man that was disastrous. And the practical part of this module wasnt as rigorous as CS2030, however it is understanding the algorithms and complexity thinking the most efficient solution to solve a problem that was thoroughly tested here in this mod and also the most trying portion. Having the 4 THA spread out across the semester was a nice refreshing move from the one-shot project, split into two parts the other having to completely revamp the original solution over in CS2030. However the THA are pretty challenging as well, two weeks is definitely needed per THA. Each THA consists of 2 problems to be done on Kattis. One day lab assignments are also done on Kattis and are not as challenging as THAs unsurprisingly given the deadlines allocated for us to finish it. Lab TAs also go through some hints that will guide you along whereas THA tips are not very helpful.. Really helps to be diligent and not wait till the last minute to digest the content for this. However I’ve many other commitments like Hackathons etc so I didnt have much time to focus on CS despite the pressing need to... My grades.....
Median for midterms was around 55ish and i got a 30 which is probably the bottom 20%. I hope I can make it fine this time Sobs... Didnt have time to finish all the questions in finals and I didn’t get full marks for the online quiz which everyone would get full marks for. Man...
Expected grade: B- (PLS i just need to pass grades are out tomorrow i will cry)
BT3102 Computational Methods in Business Analytics
Lecturer: Prof. Chen Nan
Weightages
Problem sets (30%)
Individual performance (10%)
Midterm (20%)
Finals (40%)
I believe is a step-up from BT2101? As much as the professor forewarn us about how the learning curve will be steep and content is hard to grasp and stuff (I was worried for myself honestly), it wasnt that bad?? Apparently the previous semesters was a lot harder, about 6/7 projects while us had only 3?? And the content for theirs, I doubt I would have lived to tell the tale sadly... I love Chen Nan he has a very happy go lucky relaxed and easy to approach vibe and the TAs too did a very good job Yuting, Yiming, Xudong in teaching the content material. Especially Yuting her tutorials are the best, easiest to digest and I grasp the idea so quickly!! Her notes are also so concise and straight forward. Chen Nan’s slides are simpler than I’ve ever been used to among all the BT mods I’ve ever taken. He drills the basics and makes sure our fundamentals are built well in the way he tests in our exams.. Really just stripped BT down to its core and emphasises on the crux of it all. I love this module and the profs so much. We get to learn a bunch of skills such as pricings and dynamic programming in terms of stockpiling what we should do when faced with many objective functions etc. And just drilled OLS such that we understand its assumptions and the implications it bring about in terms of causal inferences and identification and its interpretation. No words can describe how thankful I am to the teaching team. Thank you, this is the most elegantly put together BT mod I dare say.
Midterm and finals are open internet as the prof isn’t a fan of rote learning type of teaching that emphasises on memorising and regurgitation much like our education system has instilled in us since young (I support this). All are MCQs and theres a field where you can include your explanations to prevent cheating in case of suspicions. Both midterms and finals was held on Luminus Quiz purely online module, and the TAs have very flexible timing, all over the week. 3 types of tutorials: teaching tutorial (most important), pre-recorded (summary), and Q&A just a consultation slot to clarify your doubts. All lectures and tutorials are recorded and uploaded for us to catch up to anytime.
IS2101 Business and Technical Communication
What else can I say but A COMPLETE WASTE OF MY TIME!!!!!!!
This is a damn waste of time, does little to help us much in this area? Yes it is not easy to teach an abstract subject like communication but I really walked out of this module feeling like I did so much work only to get nothing out of it. Business correspondence ta like to talk about our lack of audience-centricness when addressing our staffs in times of covid (context of the question) I took every effort to address that and still got a shitty grade despite the feedback frmo TA having no mention about lack of audience centric ness... Like what the hell its what you emphasised previous sem and again now, so I took care to avoid tht and still got a 60 just like everyone else with audience centric problems. Feels like they just give 60 to everyone without reading lmao. IDC anymore. It was irritating enough that we had to have so many presentations I mean great does help to train us well in public speaking.. Thank god they have not resumed physical classes I literally will not be able to do it. Last sem they had to go back for 3 sessions and this sem surprisingly just 1 session for consultations about our proposal.. God bless I am OUT.
Weightage
Business Correspondence (Email)
Written Proposal
Pitch Presentation
360 degree appraisal
GET1022 Understanding Your Brain
Lecturer: Andrew Tan, Eyleen Goh, Wong Boon Seng
Weightages
Midterms 40%
Finals 60%
Its all about brains.
Midterms was online open book and content was up to where Andrew has left. Finals tests us from Eyleen onwards, guest lectures are not tested but aids in our understanding from what the profs said. Finals closed-book no cheatsheets and physical face to face written OAS exam with 2 short questions. Mind you, they said short. HA!! They had 5 long questions waiting for us. Full pages long each question, each about 3-4m ish. Really just pray what you have studied is what they will ultimately test you lmao. Panicked and mind blanked when they talked about basal ganglia. Couldnt for the life recall what the heck it does... and so there goes my GE..... my free mod to pull up my GPA.... sayonara~
Really need to spend time memorising for finals no way out cos no cheatsheet nothing.. But i bailed out after BT finals and relaxed on youtube instead of cramming for GET... Regrets??
PLS8002 Cultivating the Self
Psych module about being happy in the second half, cant remember what the first half was on. All we needed to watch the 2 prerecorded lectures (recorded in previous sems) and for tutorials show up and pass the Kahoot Quizzes in class and you get your marks. We were needed to prepare a small slides 2 pages about our favourite thing?? or somehting we are grateful for cant remember but I talked about genshin impact and its impact on my life lmao. Everyone had cheesy slides about their friends, family, or pets and here I am.
PLS8005 Elevating Interpersonal Communication
TA was Joanne and its quite a nothing module. Little to no workload besides the reflection to be done and uploaded one week after the seminar style tutorial (Zoom). Theres only 3 classes and you can choose to have them before or after the reading week, in alternate weeks i.e. odd or even weeks.
CFG1002 Career Catalyst
Weightage:
TalentConnect Profile
I cant rmb this one...
VMock Resume
Again a very nothing module, except it provides excellent resources on refining and marketing yourself as a potential employee. Really good tips you cant find as well, the staffs are willing to sit you down to go through your resumes and CV letters with you as well though I have yet to go for a consultation slot to discuss mine.. Might be why i still have yet to secure an internship yet.
0 notes