
Technical Training III_B

Quiz
•
Science
•
1st Grade
•
Hard
Dev Kiran
Used 1+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
1) What will be the output of the following Python code?
def fn(var1):
var1.pop(1)
var1=[1,2,3]
fn(var1)
print(var1)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
1) What will be the output of the following Python code?
def fn(var1):
var1.append(4)
var1=[1,2,3]
fn(var1)
print(var1)
[1, 2, 3, 4]
[1, 2, 3]
[1, 2, 4]
[1, 3, 4]
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2) What is the output of the following Python code?
def func(a, b):
return a * b
result = func(3, 4)
print(result)
12
7
34
None
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
3) What will be the output of the following Python code?
def square(x):
return x ** 2
result = square(5)
print(result)
10
25
5
15
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following function convert an integer to an Unicode character in python?
ord(x)
unichr(x)
hex(x)
char()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
'A' + 'B' if '12'.isdigit() else 'X' + 'Y'
A+B
X+Y
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is correctly evaluated for this function?
pow(x,y,z)
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
Energy Transfer- Generation Genius

Quiz
•
1st - 5th Grade
26 questions
untitled

Quiz
•
1st Grade - University
25 questions
Year 7 1.2 Laboratory Equipment and Basic Measurements

Quiz
•
KG - 4th Grade
26 questions
IPAS - Magnet

Quiz
•
1st - 5th Grade
27 questions
[Physics] Chapter Force & Pressure (Pressure in Liquid)

Quiz
•
1st - 6th Grade
25 questions
Living things and their habitats

Quiz
•
KG - 7th Grade
26 questions
qwertyzxcvbnm

Quiz
•
1st Grade
25 questions
Sources of Light

Quiz
•
1st - 3rd Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Science
10 questions
Exploring Properties of Matter

Interactive video
•
1st - 5th Grade
10 questions
Exploring the 5 Regions of the United States

Interactive video
•
1st - 5th Grade
10 questions
Exploring Measurement Concepts in Science

Interactive video
•
1st - 5th Grade
10 questions
Classifying Objects by Size and Weight

Quiz
•
1st Grade
52 questions
Nature of Science and Investigations

Quiz
•
1st - 5th Grade
10 questions
Exploring Different Types of Landforms

Interactive video
•
1st - 5th Grade