Download presentation
Presentation is loading. Please wait.
1
Millennium High School Agenda Calendar
11/7/16 Objectives: Code using Booleans. Unit 4 Sections 1 & 2 JavaScript Control Structures WU: Vocab Words CW: Booleans/Logical Operators HW: Sections 1 & 2 (#33) ☺☻ CA Standards: Computer Science “Learn as much as you can while you are young, since life becomes too busy later.” -- Dana Stewart Scott
2
Boolean A boolean is a true or false value. George Boole English born mathematician, philosopher, and logician. Known as the founder of computer science. Logical operator Used to make logical associations between boolean values. Or operator Logical operator that ORs two boolean values. Written as ∥. And operator Logical operator that ANDs two boolean values. Written as &&. Not operator Logical operator that negates a single boolean value. Written as !. Negate To flip a boolean value, or take the opposite of a boolean value. If you negate true, you get false. If you negate false, you get true.
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.