PYTHON

PYTHON

University

22 Qs

quiz-placeholder

Similar activities

Demo 2024

Demo 2024

University

23 Qs

Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

25 Qs

pra PSPM SC025 (F02 KML)

pra PSPM SC025 (F02 KML)

6th Grade - University

24 Qs

Datastructure 1

Datastructure 1

University

20 Qs

Python

Python

University

25 Qs

javascript_2

javascript_2

10th Grade - University

23 Qs

Logika & Pemrograman (ID)

Logika & Pemrograman (ID)

10th Grade - Professional Development

20 Qs

COGNITIONIS#5 BATCH-1

COGNITIONIS#5 BATCH-1

KG - Professional Development

20 Qs

PYTHON

PYTHON

Assessment

Quiz

Science

University

Medium

Created by

Prof JRexy

Used 67+ 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?