
ECE B_Python Class Test_QA

Quiz
•
others
•
•
Medium
Mrs.P.Malin 1588
Used 1+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
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
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
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
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
CS37 - Selection

Quiz
•
KG - University
20 questions
Chapter 4 Test: Strings and Methods

Quiz
•
KG - University
20 questions
Python Quiz

Quiz
•
KG - University
22 questions
4.6 Fundamentals of computer systems

Quiz
•
KG - University
20 questions
Loop in python

Quiz
•
KG - University
29 questions
Quiz on IBM Selectric 2

Quiz
•
University
20 questions
Chapter One: Fundamentals of Python

Quiz
•
KG - University
20 questions
Chapter 3 Test: Strings and Methods

Quiz
•
KG - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for others
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade