Python 12 Sat

Python 12 Sat

12th Grade

20 Qs

quiz-placeholder

Similar activities

Day 2

Day 2

9th - 12th Grade

16 Qs

Python:  Groups - Lists

Python: Groups - Lists

10th - 12th Grade

16 Qs

Practice Quiz( List)

Practice Quiz( List)

11th - 12th Grade

22 Qs

List and Tuples

List and Tuples

9th - 12th Grade

22 Qs

IT105 Review - Lists

IT105 Review - Lists

4th Grade - University

15 Qs

Unit 5 Quiz - Loops & Lists (code.org)

Unit 5 Quiz - Loops & Lists (code.org)

10th - 12th Grade

20 Qs

Python

Python

12th Grade

20 Qs

Lists in Python

Lists in Python

12th Grade

15 Qs

Python 12 Sat

Python 12 Sat

Assessment

Quiz

Computers

12th Grade

Hard

Created by

rofaida hamad

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The code's output:

Math

Physics

Chemistry

English

4

3.8

3.6

3.7

None

None

None

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The output of the code is

[101, 102, 103, 104]

[3.6, 3.7, 3.8, 4]

[104,103,102,101]

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Which of the following code deletes the key 103 and its value

del grades[103]

del grades["103"]

grades.pop(103)

grades.pop("103")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_______________method will returns number of key-value pairs in the given dictionary.

len( )

pop( )

del( )

keys( )

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Which of these is the best description of a list in Python?

A list is a collection of data that has an order and can be changed

A list is a lot of variables

Conditional Statement

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is the correct code for creating a list of names?

nameList = John, Harry, Jesse, John, Harry, Harry

nameList = ("John", "Harry", "Jesse", "John", "Harry", "Harry")

nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

List items have an index number. In the following list, which item has the index number of 3?

["John", "Harry", "Jesse", "John", "Harry", "Harry"]

"John"

"Harry"

"Jesse"

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?