PYTHON

PYTHON

University

22 Qs

quiz-placeholder

Similar activities

skin structure

skin structure

10th Grade - University

17 Qs

pra PSPM SC025 (F02 KML)

pra PSPM SC025 (F02 KML)

6th Grade - University

24 Qs

Python

Python

University

25 Qs

Solving Exponential and Logarithmic Functions

Solving Exponential and Logarithmic Functions

9th Grade - University

20 Qs

Lab - respiratory system

Lab - respiratory system

University

20 Qs

Medical Facts and Definitions

Medical Facts and Definitions

University

22 Qs

JSON Schema Overview and Validation

JSON Schema Overview and Validation

8th Grade - University

25 Qs

PYTHON

PYTHON

Assessment

Quiz

Science

University

Medium

Created by

Prof JRexy

Used 63+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pick the odd man out

import

pass

break

continue

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

List is represented by

{ }

[ ]

( )

< >

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose list1 is [3, 4, 5, 20, 5, 25, 1, 3], what is list1 after list1.pop(1)?

[3, 4, 5, 20, 5, 25, 1, 3]

[1, 3, 3, 4, 5, 5, 20, 25]

[3, 5, 20, 5, 25, 1, 3]

[1, 3, 4, 5, 20, 5, 25]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

List is Mutable

YES

NO

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A reserved keyword may not be chosen as an identifier

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is called as equality operator?

- *

==

- +

=

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python ____________ holds key-value pairs.

Set

Tuple

Dictionary

List

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?