What is the value of the following expression?
2+4.00, 2**4.0
What is the value of the following expression?
2+4.00, 2**4.0
State true or false
Char is valid data type in python.
State true or false
Char is valid data type in python.
Which line of code produces an error?
Which line of code produces an error?
What is the value of the following expression?
float(22//3+3/3)
What is the value of the following expression?
float(22//3+3/3)
In a flowchart, which symbol is represented using a rectangle?
In a flowchart, which symbol is represented using a rectangle?
What are the values of the following Python expressions?
2**(3**2)
(2**3)**2
2**3**2
What are the values of the following Python expressions?
2**(3**2)
(2**3)**2
2**3**2
Identify the correct variable name
Identify the correct variable name
State true or false
All spaces and tabs within a string are preserved in quotes.
State true or false
All spaces and tabs within a string are preserved in quotes.
Bitwise operator can be applied on which data type?
Bitwise operator can be applied on which data type?
Computer understands only ______ language.
Computer understands only ______ language.
Identify the words which best describes Python.
Identify the words which best describes Python.
Which of the following is a valid string literal?
Which of the following is a valid string literal?
State true or false
You can not multiply string with a floating point number.
State true or false
You can not multiply string with a floating point number.
State true or false
In python, Variable names can start with numbers.
State true or false
In python, Variable names can start with numbers.
Evaluate the expression given below if A = 16 and B = 15.
A % B // A
Evaluate the expression given below if A = 16 and B = 15.
A % B // A