Operators with the same precedence are evaluated in which manner?
Left to Right
Right to Left
Can’t say
None of the mentioned
Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api
# | Quiz |
---|---|
1
Discuss
|
What is the return value of trunc()?
Solution |
2
Discuss
|
What is the order of precedence in python? i) Parentheses |
3
Discuss
|
In python we do not specify types, it is directly interpreted by the compiler, so consider the following operation to be performed.
the objective is to make sure x has an integer value, select all that apply
Solution |
4
Discuss
|
What error occurs when you execute the following Python code snippet?
Solution |
5
Discuss
|
Which one of the following has the highest precedence in the expression?
Solution |
6
Discuss
|
The value of the expressions 4/(3*(2-1)) and 4/3*(2-1) is the same.
Solution |
7
Discuss
|
Which is the correct operator for power(xy)?
Solution |
8
Discuss
|
The expression Int(x) implies that the variable x is converted to integer.
Solution |
9
Discuss
|
Which of the following is the truncation division operator?
Solution |
10
Discuss
|
The one’s complement of 110010101 is:
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved