Wednesday, February 15, 2017

create task

1. we need to submit a video of the program running. our written responses are supposed to answer all the questions and the code of the program itself

2.  two difficulties/ two opportunities/one each encountered during the program. then answer how they were resolved and one part of the program that you made yourself

3.one or two algorithms that display math and logic. we also need to show it's purpose of the algorithm and how it achieves this. we should also show how the algorithms come together to form a new algorithm.

4, include math and logic concepts that help reduce the complexity of the program. the purpose of the abstraction and how it was developed for that purpose. how the abstraction handles the complexity of the program and how it works to make the program less complex.

5.must not exceed 1 min in length and 30 mb in size.

6. pdf document only

7. at the end in 2e.

Wednesday, February 8, 2017

abstraction example



1.) This function takes the names that were in the function and print them with a phrase.
2.)It accomplishes this by using % as a value and calling the names in it's place

Tuesday, February 7, 2017

algorithm example




1.) This is asking for a number and verifying the number is between 1 and 100
2.) It does this using a get function and an if else function.