SlideShare a Scribd company logo
Boolean Expressions
Recap : Boolean
• Boolean values are either true or false
– You either have a light on or a light off
Boolean Expressions
• AND – true if both sides are met
• OR – true if one side is true
• NOT – true if neither side are true
Example Boolean Expressions
and Outputs
Sunny AND Warm = $sunny && $cold
Rich OR Poor = $rich || $poor
NOT happy = !$happy
Boolean Operators
Operator Description
< Less than
<= Less than or equal to
== Equal to
!= Not equal to
>= Greater than or equal to
> Greater than
Question
• Where do you see Boolean used around your
home?

More Related Content

PPTX
7 segment led interfacing with 8051
PPTX
Number system
PPTX
7 segment
DOCX
7-Segment Display
PPTX
Boolean algebra
PPTX
PPTX
Constructing circuits for boolean expressions(gate)
PDF
Computer Practical
7 segment led interfacing with 8051
Number system
7 segment
7-Segment Display
Boolean algebra
Constructing circuits for boolean expressions(gate)
Computer Practical

Viewers also liked (17)

PPTX
CBSE, Grade12, Computer Science, Random Numbers - Notes
PPTX
ASSIGNMENT STATEMENTS AND
PDF
Python for class 11 (CBSE Computer science sub code 083)
PDF
CBSE XII COMPUTER SCIENCE STUDY MATERIAL BY KVS
PPTX
Ppt on interfacing led and 7 segment with 8951
PPTX
Seven Segment Decoders
PPTX
Skinput
PDF
+2 Computer Science - Volume II Notes
PDF
School Management (c++)
DOCX
12th CBSE Practical File
PPTX
Etikal na pananaliksik at mga responsibilidad ng mananaliksik
PPTX
Blue eyes- The perfect presentation for a technical seminar
PPT
Blue eye technology
PDF
CBSE XII Communication And Network Concepts
PPTX
Skinput technology
PPT
Mga Uri ng Pananaliksik
PPT
Blue Eyes ppt
CBSE, Grade12, Computer Science, Random Numbers - Notes
ASSIGNMENT STATEMENTS AND
Python for class 11 (CBSE Computer science sub code 083)
CBSE XII COMPUTER SCIENCE STUDY MATERIAL BY KVS
Ppt on interfacing led and 7 segment with 8951
Seven Segment Decoders
Skinput
+2 Computer Science - Volume II Notes
School Management (c++)
12th CBSE Practical File
Etikal na pananaliksik at mga responsibilidad ng mananaliksik
Blue eyes- The perfect presentation for a technical seminar
Blue eye technology
CBSE XII Communication And Network Concepts
Skinput technology
Mga Uri ng Pananaliksik
Blue Eyes ppt
Ad

More from mrutherfordwest (8)

PPTX
Constants and Variables
PPTX
What is a computer program
PPTX
The growth of the internet
PPTX
Program flow control 2
PPTX
Structures
PPTX
Program flow control 1
PPTX
Computer languages
PPTX
Data types
Constants and Variables
What is a computer program
The growth of the internet
Program flow control 2
Structures
Program flow control 1
Computer languages
Data types
Ad

Recently uploaded (20)

PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
A systematic review of self-coping strategies used by university students to ...
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Cell Structure & Organelles in detailed.
PDF
Classroom Observation Tools for Teachers
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Complications of Minimal Access Surgery at WLH
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Module 4: Burden of Disease Tutorial Slides S2 2025
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Supply Chain Operations Speaking Notes -ICLT Program
A systematic review of self-coping strategies used by university students to ...
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Cell Structure & Organelles in detailed.
Classroom Observation Tools for Teachers
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
102 student loan defaulters named and shamed – Is someone you know on the list?
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Chinmaya Tiranga quiz Grand Finale.pdf
202450812 BayCHI UCSC-SV 20250812 v17.pptx
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
VCE English Exam - Section C Student Revision Booklet
Complications of Minimal Access Surgery at WLH
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
Anesthesia in Laparoscopic Surgery in India
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...

Boolean expressions