Find T ?
T=144 / 2 + 5 * 9 - ( 8 -3 )
Python
Quiz
•
Computers
•
University - Professional Development
•
Medium
Sheela Selva
Used 167+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Find T ?
T=144 / 2 + 5 * 9 - ( 8 -3 )
106
688
112
684
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Find the Output:
Item = {"ECE" , "CSE" , "EEE" , "CIVIL"}
Item.add (2,"MECH")
print(Item)
{ "ECE" , "MECH" , "CSE" , "EEE" , "CIVIL" }
{ "ECE" , "CSE" , "MECH" , "EEE" , "CIVIL" }
{ "ECE" , "CSE" , "EEE" , "CIVIL" }
{ "ECE" , "CSE" , "EEE" ,"MECH" , "CIVIL" }
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Find the Output ?
A = "Anand Institute of higher technology"
print ( A[-5:7]
_Institute of higher techn
nstitute of higher technol
d Institute of higher techn
Institute of higher techno
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
def.number (r1 , r2)
sum = r1 / r2
return sum
a = number (r2 = 15 , r1 = 10)
2 / 3
3 / 2
error
2
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
what is the output of the following code ?
var1 = 1
var2 = 2
var3 = "3"
print (var + var2 var3)
Error. Mixing operators between numbers and strings are not supported
6
33
123
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following function convert a string to a float in python ?
float(X)
int(x[,base])
long(X[,base])
str(X)
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
what is the output of the following programing ?
X = [ 'ab' , 'cd' ]
for i in X:
i.upper()
print (x)
[ 'AB' , 'CD' ]
[ 'ab' , 'cd' ]
[ AB , CD ]
ERROR
10 questions
Python quiz
Quiz
•
10th Grade - Professi...
10 questions
Java Static
Quiz
•
University
10 questions
ECE-C Quiz _3
Quiz
•
University
8 questions
Basic Python Data Types
Quiz
•
Professional Development
10 questions
CCNA TEST 2
Quiz
•
Professional Development
10 questions
04 - Python - Lists
Quiz
•
University - Professi...
15 questions
[Python For All] Quiz 5 - Numpy
Quiz
•
University
15 questions
Python Basics
Quiz
•
University
25 questions
Equations of Circles
Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)
Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System
Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice
Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers
Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons
Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)
Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review
Quiz
•
10th Grade