Day 12
1. Provide an overview of your project/artifact. ( For example, I designed a video game using Scratch programming where the player, or snowman, has to catch 5 snowflakes and avoid the flying flames. ) I am making a “What Number are You?” quiz on html,css, and javascript. The questions are puns on the types of numbers (ie, are you a rational thinker?) 2. What did you plan to learn from your project? Did you meet this target? I planned to learn a lot about HTML, CSS. I have met this target. 3. What computer science concepts did you use in your project? (Variables, loops, conditional statements, functions, lists/arrays, methods, etc.) Functions, variables 4. What computational thinking principles did you use in your project? (Abstraction, algorithms, correctness, efficiency, iteration or loop statements, variables, etc.) I’ve used algorithms to make my quiz. The website makes the user go through a set of steps to achieve a result. ...