Home » Python Essentials Quiz » VITyarthi Python Essentials Module 5 Quiz Answer VITyarthi Python Essentials Module 5 Quiz Answer June 4, 2023May 13, 2023 by Amit Gunjan Jha Table of Contents Toggle Question 1Question 2Question 3Question 4Question 5Question 6 Question 1 Which of the following operator precedence order is correct in Python?Parentheses, Exponential, Multiplication, Division, Addition, SubtractionMultiplication, Division, Addition, Subtraction, Parentheses, ExponentialDivision, Multiplication, Addition, Subtraction, Parentheses, ExponentialExponential, Parentheses, Multiplication, Division, Addition, Subtraction Answer 1.Parentheses, Exponential, Multiplication, Division, Addition, Subtraction Question 2 Which one of the following has the highest precedence in the expression as per PEMDAS rule?DivisionSubtractionPowerParentheses Answer 4. Parentheses Question 3 What is the value of the following expression? 10+4.00, 10**4.014.0, 10000.014.0, 1000.0014.0, 10.000014.0, 1.00000 Answer 14.0, 10000.0 Question 4 Which operator has right to left associativity?***//% Answer 2. ** Question 5 Except ** operator all other operators are left to right associativity. Say to or False.TrueFalse Answer 1. True Question 6 What is the output? 2**2**3 Answer 256 If you find anything wrong in this Answer Key, feel free to reach us in the comment section. Sharing Is Caring:
Thanks for your response Shambhavi . As per your suggestion, the solution to question number 4 & 5 have been corrected. Reply
Please correct ques.4&5
4th ans- option 2( **)
5th ans- option 1(True)
Thanks for your response Shambhavi . As per your suggestion, the solution to question number 4 & 5 have been corrected.