Programming,Games, Apps and Society
This my automotive info graphic there is several information displayed as far as How prototyping is used in that industry. The types of products/components used to create the prototypes. Type of prototyping process and material used.
I Used the internet to research two software development models. Completed the chart with the phases, the pros and cons for the models. Pros and cons include how these factors affect the model.
First programming we did was with Garbage Collection. And Garbage Collection is a form of automatic memory management.
08/16/24
With this program I used promises to ensure every function in the code has a defined purpose.
08/20/24
Most recent programming I've done is unit testing. Unit test are used to make sure a unit of code works.
First Lab Questions results: I passed, it a was series of four questions. Stacks and Heaps: affect how users write code as both memory spaces a computer's RAM ,Garbage Collection Code: a form of automatic memory management, If…Else Statements: used to execute both the true part and the false part of a given condition., Managing Unused Code:Managing unused code, also known as dead code, is the process of identifying and removing code that is no longer in use. Were all assessed on one of the four questions.
09/05/24
Understanding sorting algorithms. We need to know how to sort an array, the different sort types available, and how they work. In this code I used "Array" methods such as "Sort" and "Reverse"