top of page

Circuit Activities

Circuit Activities were managed by Merlin and Varun. The following highlights the hands-on activity and how it relates to boolean logic in Computer Science.

Pictures of the Snap Circuits

Example of AND Gate with Snap Circuits

The images above demonstrate an AND Gate in Snap Circuits. In this, notice how both switches need to be turned on for the light to turn on. This is similar to the AND operator in boolean logic, which only returns "true" when both of its inputs are "true".

Example of OR Gate with Snap Circuits

The images above demonstrate an OR Gate in Snap Circuits. In this, notice how at least one of the switches needs to be turned on for the light to turn on. This is similar to the OR operator in boolean logic, which only returns "true" when at least one of its inputs is "true".

bottom of page