
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 Wayground
20 questions
[1] QUIZ - INFORMATIKA 2024

Quiz
•
KG - University
20 questions
Python Programming Concepts Quiz

Quiz
•
KG - University
25 questions
Python Programming - Unit I Quiz

Quiz
•
KG - University
20 questions
Chapter One: Fundamentals of Python

Quiz
•
KG - University
21 questions
CodeHS Units 7-9 Quiz

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

Quiz
•
KG - University
20 questions
CS37 - Selection

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

Quiz
•
KG - University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
Discover more resources for others
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade