NEW
Font size
Worksheetsict group 3 quiz
Total questions: 11
Worksheet time: 5mins
There are 2 variables x and y which have been assigned the values 2 and 4 respectively. If the x**=y command is there the program performs it what is the value of x and y now ?
x = 18
y = 3
x = 16
y = 4
x = 3
y = 5
x = 2
y = 4
Which of the following input command in python is correct? (variable = m)
m = iput()
input() = m
input(m) =
m = input()
Is the modulus(%) is an arithmetic operator or an assignment operator?
arithmetic operator
assignment operator
The five types of data types are
integer, long integer, float, decimal, string
whole, decimals, true or false, long whole, string
integer, float, long integer, boolean, string
the following value("14.55") is included in which data type?
integer
float
long integer
boolean
Is this the correct icon of python for windows?
yes
no
I don't know
Which of the following print statement is correct? (variable = n)
print n
pint (n)
print ("n")
print (n)
What's the problem with the python program?
the input statement is wrong
the strings of input and print statement are not enclosed in double qoutes
the print statement is wrong
the variables names are incorrect
What's the problem with the program now?
input statement is wrong
the area variable is first in the spelling (area) but while printing it is (areA) and python is case sensitivity
the print statement is wrong
the int word and the bracket should be removed
What should be the output of the program?
How was the quiz?
very good
good
fine
very bad
