CST 300 Fourth Week Journal Lecture: Week 4 Part 1: Educational Goals I plan to obtain my bachelor's degree in computer science from California State University of Monterey Bay (CSUMB). I plan to pass my classes with high grades (A's and B's). I will do this not only because it will make me look better as a candidate for employment, but because I want to gain as much knowledge as possible from these classes. I hope to gain extensive knowledge and experience in software engineering. I plan to successfully complete an internship as a software engineer during my time at CSUMB. I plan to complete a capstone project during my time at CSUMB in order to gain experience and knowledge in software engineering. I also plan to show this project to prospective employers in order to show them my competency. Part 2: Career Goals I plan to obtain a job in the software engineering industry making at least 40k per year by the start of 2026 . Around this time, or may...
Week 4 Learning Journal Wk04: Learning Journal Markov Here is a link to a Google Document containing my answers for the Wk04: Learning Journal Markov assignment. Wk04: Learning Journal Markov
CST 338 Week 2 Journal HW 01: Jotto The Jotto assignment was challenging and fun. I don't recall any unit tests that were challenging to pass. I focused mainly on creating the Jotto program so that it would mimic the demo given to us in the prompt. Doing this meant that the unit tests passed after I fixed some formatting issues. I formatted it based on how I would have preferred the text to be spaced out, but that caused some issues with the unit tests. Debugging those formatting issues was as simple as seeing which test was failing, checking which line in particular wasn't passing, and then changing my code slightly so that it would pass. The getLetterCount method was the most challenging but satisfying to complete. It was challenging because I chose to create the method so that it could account for multiple characters in a string. I did this by creating an ArrayList of Strings. This list would then hold the substrings of 1 character each from the original string. I...
Comments
Post a Comment