For this project, you will produce a presentation stack with all the following elements: a.) Visual summary describing the process of how the CPU, operating system, and Python compiler interact during the processing of a Python script. Complete presenter notes should be included on the slide to fully describe the process. Reference: Focus on Hardware topic b.) Diagram that represents the software development process along with detailed presenter notes describing the process. Reference: Focus on Logic and Sets topic c.) Produce a pseudocode representation of a program that takes 2 numbers from a user and produces a correct result. Presenter notes should address any vague aspects of the code. Reference: Focus on Logic and Sets topic d.) Program written in Python that takes two numbers from a user and produces a correct result. Variables should comply with camelCase conventions. Comments should be applied correctly to identify the math operators, math operands, strings, variables, and descriptions of each functioning part of the code. Reference: Focus on Logic in Programming topic