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
Resusitasi Neonatus

Quiz
•
Professional Development
15 questions
BÀI TEST PHÒNG CHÁY CHỮA CHÁY

Quiz
•
Professional Development
12 questions
TH_VĐH_T12

Quiz
•
Professional Development
12 questions
TH_VĐH_T6

Quiz
•
Professional Development
15 questions
GRE WEEK 4 Quantitative Quiz

Quiz
•
Professional Development
12 questions
World Class Operations

Quiz
•
Professional Development
15 questions
JUMANTIK QUIS

Quiz
•
Professional Development
10 questions
Quiz on Angular JS

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade