x = 10
print(x > 5 and x < 15)
What will be printed?
LOGICAL OPERATORS
Quiz
•
Computers
•
University
•
Medium
nehz coder
Used 4+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
x = 10
print(x > 5 and x < 15)
What will be printed?
True
False
2.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
x = 6
print(x < 5 or x < 4)
What will be printed?
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
x = 15
print(x >= 12 or x <= 19)
What will be printed?
True
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
IF ( month = "September" OR day >= 11 )
{
activity ← "Watch News"
}
ELSE
{
activity ← "swiming"
}
In which situations will activity be "Watch News"?
When month is "July" and day is 9
When month is "September" and day is 10
When month is "August" and day is 8
When month is "March" and day is 10
5.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
IF (grade > 90 and grade < 100)
{
Student ← "High Honors"
}
ELSE
{
Student ← "No Honors"
}
In which situations will student be "High Honors"
When grade is 95
When grade is 75
When grade is 89
When grade is 69
10 questions
C++ Array
Quiz
•
University
10 questions
Java Programming Basics
Quiz
•
University
10 questions
OPERATOR & EXPRESSION
Quiz
•
University
10 questions
TIN 11 BAI 6
Quiz
•
12th Grade - University
10 questions
C Programming Quiz-1
Quiz
•
University
9 questions
C++ Puntatori
Quiz
•
University
10 questions
Python - Functions
Quiz
•
University
10 questions
Nested Statement
Quiz
•
University
15 questions
Multiplication Facts
Quiz
•
4th Grade
20 questions
Math Review - Grade 6
Quiz
•
6th Grade
20 questions
math review
Quiz
•
4th Grade
5 questions
capitalization in sentences
Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance
Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions
Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines
Quiz
•
Professional Development
12 questions
Dividing Fractions
Quiz
•
6th Grade