SEARCH
🇬🇧
MEM
O
RY
.COM
4.37.48
Guest
Log In
Â
Homepage
0
0
0
0
0
Create Course
Courses
Last Played
Dashboard
Notifications
Classrooms
Folders
Exams
Custom Exams
Help
Leaderboard
Shop
Awards
Forum
Friends
Subjects
Dark mode
User ID: 999999
Version: 4.37.48
www.memory.co.uk
You are in browse mode. You must login to use
MEM
O
RY
  Log in to start
Index
 »Â
Computer science
 »Â
Programming
 »Â
Boolean operators
level: Boolean operators
Questions and Answers List
level questions: Boolean operators
Question
Answer
Which boolean operator evaluates to True only if both expressions themselves are True?
AND
Which boolean operator evaluates to True if any one of the expressions is True?
OR
Which one of the following is not binary Boolean operators (AND, OR, NOT)?
NOT
What will be the output of (NOT (4 > 3))?
FALSE
Evaluate the following expression (NOT ((4 = 5) OR (3 > 4)))?
TRUE