PYTHON

PYTHON

University

22 Qs

quiz-placeholder

Similar activities

Understanding Data Structures

Understanding Data Structures

University

23 Qs

Logika & Pemrograman (ID)

Logika & Pemrograman (ID)

10th Grade - Professional Development

20 Qs

SSA

SSA

8th Grade - University

25 Qs

Quiz sur l'Automatisation Bash & PowerShell

Quiz sur l'Automatisation Bash & PowerShell

University

20 Qs

Python Practice Exam - Multiple Choice

Python Practice Exam - Multiple Choice

University

23 Qs

PEMROGRAMAN KOMPUTER DAN SISTEM OTOMASI (DASAR)

PEMROGRAMAN KOMPUTER DAN SISTEM OTOMASI (DASAR)

University

25 Qs

PLC Quiz 3

PLC Quiz 3

University

26 Qs

MAAP

MAAP

8th Grade - University

25 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?