-Students will explain logic in terms of programming and code
-Students will interpret logic operations to create if and else statements
- Students will create If and Else statements in C to demonstrate what they learned about logic.
The best place to start learning about logic is with the if and else statements. On top of learning these statements, students will also perform a few simple logic operations which include: is equal, not equal, less/greater than, less/greater than or equal to, “or” statements, and “and” statements. After this lesson you will have a basic knowledge of how logic in a computer works, as well as being able to do simple logic operations to evaluate inputs.
Assessment