MLP LA-2 Quiz 1

MLP LA-2 Quiz 1

University

50 Qs

quiz-placeholder

Similar activities

OOP Midterms

OOP Midterms

University

50 Qs

Conditional Execution in Python

Conditional Execution in Python

University

48 Qs

BCA Quizzler

BCA Quizzler

University

50 Qs

Embedded 2

Embedded 2

University

50 Qs

ENCFAP2L Final Quiz3

ENCFAP2L Final Quiz3

University

50 Qs

Câu hỏi về danh sách trong Python

Câu hỏi về danh sách trong Python

University

46 Qs

Ball Python Morphs

Ball Python Morphs

KG - Professional Development

45 Qs

Focused Note-Taking Exam

Focused Note-Taking Exam

4th Grade - Professional Development

45 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?