Python and NumPy MCQ Quiz

Python and NumPy MCQ Quiz

University

20 Qs

quiz-placeholder

Similar activities

Data Science Quiz

Data Science Quiz

University

20 Qs

Season 2 #Spaic Python Weekly Quiz

Season 2 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Numpy

Numpy

University

15 Qs

GirlsWhoML Workshop 0

GirlsWhoML Workshop 0

University

20 Qs

Envistas - Technical Quiz - Round 1

Envistas - Technical Quiz - Round 1

University

15 Qs

Data Analytics using Python - Quiz 2

Data Analytics using Python - Quiz 2

University

15 Qs

Round 2 Debug-The-Code

Round 2 Debug-The-Code

University

15 Qs

Python Pandas Series

Python Pandas Series

University

15 Qs

Python and NumPy MCQ Quiz

Python and NumPy MCQ Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Wasiha Tasneem

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid Python variable name?

2ndVariable

_variable

variable-name

variable name

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to raise a number to a power in Python?

^

**

//

pow()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of: 'vinayak' in 'vinayak123'?

True

False

Error

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python statement is used to exit a loop prematurely?

continue

pass

exit

break

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is **not** supported in Python?

else with for loop

do-while loop

Nested if

Shorthand if-else

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following collections is **immutable**?

List

Dictionary

Tuple

Set

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'in' operator check in Python?

Membership

Identity

Equality

Reference

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?