iav ML Study Group Pop Quiz 4

iav ML Study Group Pop Quiz 4

1st - 2nd Grade

10 Qs

quiz-placeholder

Similar activities

Python: nivel 2

Python: nivel 2

1st Grade

15 Qs

BÀI 9. TRÌNH BÀY DỮ LIỆU BẰNG BIỂU ĐỒ

BÀI 9. TRÌNH BÀY DỮ LIỆU BẰNG BIỂU ĐỒ

1st - 12th Grade

12 Qs

Tuan 3 - Python

Tuan 3 - Python

KG - Professional Development

10 Qs

ระบบจัดการฐานข้อมูล

ระบบจัดการฐานข้อมูล

1st Grade

10 Qs

DATA RELATIONAL MODEL (BASIC)

DATA RELATIONAL MODEL (BASIC)

1st Grade

14 Qs

Tuan 4 - String

Tuan 4 - String

KG - Professional Development

10 Qs

tuples

tuples

1st Grade

6 Qs

Іterators

Іterators

1st - 5th Grade

9 Qs

iav ML Study Group Pop Quiz 4

iav ML Study Group Pop Quiz 4

Assessment

Quiz

Computers

1st - 2nd Grade

Hard

Created by

Bob Balooey

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

In Python, a dictionary consists of:

Key:Value pairs

Value:Key pairs

Translation maps

Languange<->Language encodings

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Given a dictionary: testdict


Write the command to see all keys from the dictionary

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the methods which will REMOVE the number 4 from the list:

numlist=[1,2,3,4]

numlist.drop(4)

numlist.drop(3)

numlist.pop(3)

numlist.pop()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the expected output from:


test_tuple("red","green","blue")

test_tuple[1]= "pink"

print(test_tuple)

("red","pink","blue")

("pink","green","blue")

test_tuple

TypeError: 'tuple' object does not support item assignment

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Defining your own custom data classes instead of using the defaults has the advantages of:

shortening the syntax for variable instantiation

pretty-printing the string representation with .__repr__()

self-documentation with type annotation

faster loading times

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The difference between tuples and namedtuples is that

namedtuples are mutable

tuples cannot be named

namedtuple elements can be accessed through an identifier instead of just the index position

tuples don't exist as a native class in Python

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We instantiate a set with:

Brackets, ()

Square Brackets, []

Curly Brackets, {}

Double Quotes: " "

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?