Evaluate. If a=3, b=9, c=-4, what is the boolean value of x?
x = a<b&&c>b&&a<c
Relational & Logical Operators
Quiz
•
Computers
•
University
•
Medium
Chad Dela Cruz
Used 139+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Evaluate. If a=3, b=9, c=-4, what is the boolean value of x?
x = a<b&&c>b&&a<c
TRUE
FALSE
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Evaluate. If a=3, b=9, c=-4, what is the boolean value of x?
x = a<b||c>b&&a<c
TRUE
FALSE
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Evaluate. If a=3, b=9, c=-4, what is the boolean value of x?
x = a<b&&c>b||a<c
TRUE
FALSE
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Evaluate. If a=3, b=9, c=-4, what is the boolean value of x?
x = a<b||c>b||a<c
TRUE
FALSE
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Evaluate. If a=0, b=-1, c=12, what is the boolean value of x?
x = a<=b&&c>b&&a<c
TRUE
FALSE
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Evaluate. If a=0, b=-1, c=12, what is the boolean value of x?
x = a<b||c>b&&a<=c
TRUE
FALSE
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Evaluate. If a=0, b=-1, c=12, what is the boolean value of x?
x = a<b||c>=b||a<c
TRUE
FALSE
18 questions
Karnaugh Mapping
Quiz
•
University
20 questions
Java Quiz 1
Quiz
•
University
15 questions
XML BASICS QUIZ
Quiz
•
University
18 questions
Basic C++ Programming Questions
Quiz
•
University
20 questions
INTRO TO C++
Quiz
•
12th Grade - University
17 questions
Minggu V - PKS 2 - Pemrograman C++
Quiz
•
University
25 questions
Introduction to Java
Quiz
•
University
19 questions
Boolean Algebra
Quiz
•
University
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade