Python 12 Sat

Python 12 Sat

12th Grade

20 Qs

quiz-placeholder

Similar activities

One Dimensional Arrays

One Dimensional Arrays

9th - 12th Grade

17 Qs

Python Lists v2

Python Lists v2

9th - 12th Grade

15 Qs

Python List

Python List

4th Grade - University

15 Qs

Python list, if

Python list, if

6th - 12th Grade

20 Qs

Int Prog: Lists and Functions

Int Prog: Lists and Functions

9th - 12th Grade

20 Qs

LIST in PYTHON

LIST in PYTHON

9th - 12th Grade

20 Qs

Lists and 2d lists(arrays)

Lists and 2d lists(arrays)

12th Grade

16 Qs

Python List, and String

Python List, and String

10th Grade - University

20 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?