Please enable JavaScript.
Coggle requires JavaScript to display documents.
Section 6-Programming - Coggle Diagram
Section 6-Programming
Programming Basics
Data Types
-
-
-
Character=Single number, letter, symbol
-
-
Operators
-
Comparison Operators
-
-
-
-
-
= is greater than or equal to
-
-
Boolean Logic
Gates
NOT, takes one inputs and two output
AND, takes two inputs and one output
OR, takes two inputs and one output
-