
ECE B_Python Class Test_QA
Quiz
•
others
•
•
Practice Problem
•
Medium
Mrs.P.Malin 1588
Used 1+ times
FREE Resource
Enhance your content in a minute
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following code snippet? print(2**3 + (5 + 6)**(1 + 1))
129
8
121
None of the above.
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the datatype of the var in the below code snippet?
var = 10;
print(type(var));
var = "Hello";
print(type(var))
str and int
int and int
str and str
int and str
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How is a code block indicated in Python?
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following code snippet?
a = 3;
b = 1;
print(a, b);
a, b = b, a;
print(a, b);
3 1 1 3
3 1 3 1
1 3 1 3
1 3 3 1
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following types of loops are not supported in Python?
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following code snippet?
s = {1, 2, 3, 3, 2, 4, 5, 5};
print(s);
{1,2,3,3,2,4,5,5}
{1,2,3,4,5}
None
{1,5}
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following are valid string manipulation functions in Python?
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
24 questions
Examen UD 1 y 2 FOL
Quiz
•
Professional Development
25 questions
COSMETOLOGY 14E CHAPTER 24 Quiz Game
Quiz
•
KG - University
26 questions
Biology Test CH 5-7
Quiz
•
KG - University
26 questions
Unit 2B: Key Terms, Continents & Oceans Review
Quiz
•
KG - University
20 questions
Penyakit BV
Quiz
•
1st Grade
20 questions
PAS MATH X_DKV SEMESTER GANJIL TAHUN 2023
Quiz
•
KG - University
20 questions
G9-SOC-L1 India: Size and location
Quiz
•
KG - University
21 questions
Campuran
Quiz
•
KG
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
Discover more resources for others
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
