What are the values of the following Python expressions?
2**(3**2)
(2**3)**2
2**3**2
64, 512, 64
512, 512, 512
512, 64, 512
64, 64, 64
Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api
# | Quiz |
---|---|
1
Discuss
|
Which of these in not a core data type?
Solution |
2
Discuss
|
It is not possible for the two’s complement value to be equal to the original value in any case.
Solution |
3
Discuss
|
Operators with the same precedence are evaluated in which manner?
Solution |
4
Discuss
|
What is the value of the following expression?
Solution |
5
Discuss
|
Mathematical operations can be performed on a string.
Solution |
6
Discuss
|
What data type is the object below?
Solution |
7
Discuss
|
What is the order of precedence in python? i) Parentheses |
8
Discuss
|
What is the value of the following expression?
Solution |
9
Discuss
|
The value of the expressions 4/(3*(2-1)) and 4/3*(2-1) is the same.
Solution |
10
Discuss
|
The one’s complement of 110010101 is:
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved