MLP LA-2 Quiz 1

MLP LA-2 Quiz 1

University

50 Qs

quiz-placeholder

Similar activities

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

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

University

53 Qs

C Language Quiz

C Language Quiz

University

45 Qs

ENCFAP2L Final Quiz 1

ENCFAP2L Final Quiz 1

University

50 Qs

TTSC PRELIM

TTSC PRELIM

7th Grade - University

55 Qs

Python Functions Quiz

Python Functions Quiz

University

48 Qs

PSAS_KONSENTRASI KEAHLIAN AKUNTANSI_XI_YAESA YULIANI

PSAS_KONSENTRASI KEAHLIAN AKUNTANSI_XI_YAESA YULIANI

11th Grade - University

50 Qs

Unit 6 How Your Choices Affect Income

Unit 6 How Your Choices Affect Income

12th Grade - University

53 Qs

Anatomy Test Review

Anatomy Test Review

11th Grade - University

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