Which of the following Boolean expressions is not logically equivalent to the other three?
not(-6>10 or-6==10)
not(-6<10 or-6==10)
-6>=0 and -6<=10
not(-6<0 or-6>10)
Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api
# | Quiz |
---|---|
1
Discuss
|
What will be the output of the following Python code?
Solution |
2
Discuss
|
What is the two’s complement of -44?
Solution |
3
Discuss
|
What will be the output of the following Python code snippet?
Solution |
4
Discuss
|
What will be the value of the following Python expression?
Solution |
5
Discuss
|
What will be the output of the following Python expression?
Solution |
6
Discuss
|
What will be the output of the following Python expression?
Solution |
7
Discuss
|
The expression 2**2**3 is evaluates as: (2**2)**3.
Solution |
8
Discuss
|
What will be the output of the following Python code snippet?
Solution |
9
Discuss
|
What will be the output of the following Python code if a=10 and b =20?
Solution |
10
Discuss
|
Which of the following expressions is an example of type conversion?
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved