diff --git a/.obsidian/community-plugins.json b/.obsidian/community-plugins.json index d3f66fa..9159b87 100644 --- a/.obsidian/community-plugins.json +++ b/.obsidian/community-plugins.json @@ -1,3 +1,4 @@ [ - "obsidian-git" + "obsidian-git", + "d2-obsidian" ] \ No newline at end of file diff --git a/education/software development/ECE1400/Flowcharts and Pseudocode.md b/education/software development/ECE1400/Flowcharts and Pseudocode.md index 2656cae..fc14de7 100644 --- a/education/software development/ECE1400/Flowcharts and Pseudocode.md +++ b/education/software development/ECE1400/Flowcharts and Pseudocode.md @@ -1,4 +1,12 @@ +# Banana Cake +## Instructions -1. Assume an action set of {add , stir, bake, cool}. Draw a flowchart, using the paradigm discussed in class, to show the process of baking a banana cake. Use Google to find a typical list of ingredients. +1. Assume an action set of {add \, stir, bake, cool}. Draw a flowchart, using the paradigm discussed in class, to show the process of baking a banana cake. Use Google to find a typical list of ingredients. +2. Represent the flowchart from problem 1 as pseudocode. -2. Represent the flowchart from problem 1 as pseudocode. \ No newline at end of file +## Diagram +```d2 +begin: {shape: oval} + +begin -> world +``` \ No newline at end of file