Skip to content

Commit

Permalink
big idea 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypernova101 committed Nov 19, 2024
1 parent 36b6e39 commit 0dd0994
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Binary file added navigation/image-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion navigation/mcqblog.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,13 @@ This answer is correct because if we consider the following table,
| C | False |
| D | False |

A AND B gives False, C OR D gives False, and False OR False outputs False, which is what we were aiming for.
A AND B gives False, C OR D gives False, and False OR False outputs False, which is what we were aiming for.

## Big Idea 3

![alt text](image-3.png)

I found this question to be the hardest because it was a culmination of math and computer science. I had to think about how I myself would try to draw it, and then try to replicate it in code for the computer, which I think is a very important skill to have while coding.

My answer is right because it starts at (3,6), and it draws a circle with raiud 2, and moves the circle right 2 and down 2, and repeats this thrice. Repeating this procedure by hand would result in the same graph being drawn.

0 comments on commit 0dd0994

Please sign in to comment.