MLP LA-2 Quiz 1

MLP LA-2 Quiz 1

University

50 Qs

quiz-placeholder

Similar activities

Python KNC-402 Quiz

Python KNC-402 Quiz

University

45 Qs

Python Тіліндегі Сұрақтар

Python Тіліндегі Сұрақтар

University

54 Qs

DataScience-MidTerm

DataScience-MidTerm

University

50 Qs

CodeCrash Quest

CodeCrash Quest

University

50 Qs

Record Management

Record Management

University

50 Qs

Revision on Research Methodology

Revision on Research Methodology

University

50 Qs

RM TEST

RM TEST

University

50 Qs

AJP Vidyalankar Polytechnic CHP 3 Part 2

AJP Vidyalankar Polytechnic CHP 3 Part 2

University

52 Qs

MLP LA-2 Quiz 1

MLP LA-2 Quiz 1

Assessment

Quiz

Other

University

Medium

Created by

Pramod N

Used 1+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these is a mutable data type in Python?
tuple
list
string
int

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you declare a variable in Python?
int x = 5
x := 5
let x = 5
x = 5

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does '==' operator check in Python?
Assignment
Reference
Equality
Identity

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which function returns the length of a list?
count()
length()
len()
size()

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which method adds an element to the end of a list?
add()
push()
append()
insert()

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of list slicing [1:4]?
First 4 elements
Index 1 to 3
Index 0 to 4
All elements

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which keyword is used for conditional branching in Python?
switch
case
if
match

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?