Day-4 IOAC - ML Python Assessment_12th-Feb-2023

Quiz
•
Professional Development
•
Professional Development
•
Hard
KVCH CORPORATE
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
1. What does the following Python code print out? a = [1, 2, 3]; b = [4, 5, 6]; c = a + b; print len(c)
3
4
5
6
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
1. What list method adds a new item to the end of an existing list?
append()
insert()
pop()
add()
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
colors = ["red", "green", "burnt sienna", "blue"]
Output of >>> "yellow" in colors
True
False
Syntax Error
None of the above
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following statement is not correct?
A list is mutable
A tuple is immutable.
The append() function is used to add an element.
The extend() function is used in tuple to add elements in a list
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Let setA={3,6,9}, setB={1,3,9}. What will be the result of the following snippet? print(setA|setB)
{3,6,9,1,3,9}
{3,9}
{1}
{1,3,6,9}
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following Python code?
>>>t = (1, 2, 4, 3, 8, 9)
>>>[t[i] for i in range(0, len(t), 2)]
[2, 3, 9]
[1, 2, 4, 3, 8, 9]
[1, 4, 8]
(1, 4, 8)
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the following Python code?
>>>t1 = (1, 2, 4, 3)
>>>t2 = (1, 2, 3, 4)
>>>t1 < t2
True
False
Error
None
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
CPR Quiz_chapter 5_structure

Quiz
•
Professional Development
10 questions
Valores booleanos, Ejecución Condicional: Cómo tomar decisiones

Quiz
•
Professional Development
10 questions
Test - Week 2 May 2023

Quiz
•
Professional Development
12 questions
KUIZ PENJAMINAN KUALITI PBD

Quiz
•
Professional Development
10 questions
Offline Basic Training Evermos

Quiz
•
Professional Development
12 questions
PCCC_VĐH_T4

Quiz
•
Professional Development
10 questions
OTPS 2025 - Quiz Territory Mangement & 3 RX Fundamental

Quiz
•
Professional Development
10 questions
Biweekly Quiz LM Part 1

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade