Wk07/08: Learning Journal Summary Look back at the HW1 Look back at the HW1 assignment and think about how you would approach it now. Think about all the things we have covered and how far you have progressed. Highlight at least two victories. It is very important to celebrate things that go right . It is VERY easy, and common, to focus on the negatives. I want you to focus on the positive aspects and really reflect and be proud of the work you have done. Mention 2-3 areas where your skills have improved, things like 'I really understand access modifiers', or 'I am comfortable extending classes', anything where you feel better now than you did at the start of the semester. The HW1 assignment was relatively straightforward compared to others. I don’t recall facing any significant challenges in completing it. If I were to repeat it, I would definitely incorporate more comments to enhance code comprehension, which would be beneficial for future review. Additio...
Posts
- Get link
- X
- Other Apps
Week 5 Markov Work with your fellow classmates and go through your solutions to the Markov assignment. You can check on Discord if your team is non-responsive just make a note in your submission. Who did you work with? Calvin Hoang What was your strategy for solving the Markov assignment? For this assignment I did not follow a strategy, I simply followed the instructions. Did you start writing code right away? Did you plan it out on paper? I started coding right away and backtracked to ensure I had the required number of branches and commits. What strategy did your classmates use? He also did not really follow a strategy, he simply followed the instructions and the UMLs How would you change your strategy having worked on the assignment? I need to plan out my branches and commits. According to your classmate(s): how well does your code follow the Google Java Style Guide? According to my classmate, my code does follow the Google Java Style Guide. Did you know you can automate ...
- Get link
- X
- Other Apps
WEEK 4 Work with some of your fellow classmates and go through your solution to project 1: LDPM You can work with up to three people (you MUST work with at least one other person) With whom did you work? N/A What was your strategy for solving the assignments? For this assignment I did not follow a plan for the most part I simply followed the instructions. Did you start writing code right away? Did you plan it out on paper? I mainly just started writing code; I did have to go back and split my code for separate commits What was THEIR strategy for solving the assignments? N/A How would you change your strategy having worked on the assignment? Next time I plan to spend more time on the assignment and plan out my commits and layout of code. According to your classmate(s): how well does your code follow the Google Java Style Guide N/A I do believe I reformatted all the files but did not apply any of the options (Optimize imports, Rearrange code, Code cleanup, Do not keep...
- Get link
- X
- Other Apps
WEEK 2 Lab 00 and Lab 01 In Lab 00 and Lab 01, we covered various concepts, including unit tests, Git commands, and interfaces. Unit tests are used to verify the functionality of methods. Every method in a class should have a corresponding unit test. We also learned several Git commands, such as git add . to stage all the changes made in the project, git commit -m “comment” to save the changes, and git checkout -b branch_name to create a new branch. Additionally, we explored interfaces, which serve as blueprints for a class, detailing the methods that must be overridden by classes that inherit from it.
- Get link
- X
- Other Apps
WEEK 1 CTS 338 WK01HW02 (Light) CodingBat String2, Maps, and functional The Coding Bat challenges weren’t particularly challenging, having some experience with java I did recognize nearly all of the concepts needed to answer the problems. I did need to look up maps, as I’ve only worked with hash maps. For some of the challenges I used my IDE to familiarize myself with the available methods. Most of the challenges took me one to three tries to complete. I do think some of my responses could have used less lines. Overall, this was a great refresher.
- Get link
- X
- Other Apps
Week 8 Learning Journal Post Part 1: Review Other Teams' final video projects EduOtter: Computer Professional Video https://www.youtube.com/watch?v=N5EmYxrw5iQ This video delves into the realm of deep fakes and AI-generated content, exploring their workings, current trends, and the potential risks they pose. The video presents real-life examples of how this technology has been used to exploit and misinform people, as well as its positive applications. Additionally, the team discusses the ethical considerations surrounding these technologies and the emergence of countermeasures to mitigate their misuse. The team’s presentation overall was great; it’s clear they put a lot of time into research for this project. They structured it well and provided an exceptional amount of detail. There was however a notable inconsistency in the audio and video. Lumora: Computer Professional Video https://www.youtube.com/watch?v=UuAK344-eM8 This video presentation delves into the rea...
- Get link
- X
- Other Apps
Week 7 Learning Journal Part 1: Reflect on your team's Final Research Video Project Planning. For our collaborative team project, we divided the workload using ChatGPT. We worked independently on our individual segments and discussed our progress on Slack. One of my teammates took on the responsibility of editing all the videos into one. Next time, I believe it would be beneficial for our team to meet twice a week to ensure everyone is aligned and address any concerns promptly. Part 2: Reflect on the Lecture readings in this section Review ted.com video reflections Video 1: Can AI make us more human? A social psychologist and a business leader answer https://www.ted.com/talks/heidi_grant_and_barry_cooper_can_ai_make_us_more_human_a_social_psychologist_and_a_business_leader_answer?utm_campaign=tedspread&utm_medium=referral&utm_source=tedcomshare In this TED Intersections video, social psychologist Heidi Grant and Barry Cooper, the president of CX Division at NiCE, e...