Python Arrays 1D

Python Arrays 1D

9th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Arrays in Python

Arrays in Python

8th - 10th Grade

10 Qs

05/25/2021 - CS

05/25/2021 - CS

10th - 12th Grade

10 Qs

Lists IN PYTHON!!!!!!!!

Lists IN PYTHON!!!!!!!!

KG - 12th Grade

12 Qs

Computer Science - Python

Computer Science - Python

9th - 12th Grade

15 Qs

Python Lists

Python Lists

7th - 11th Grade

9 Qs

Python End of Topic Quiz

Python End of Topic Quiz

8th Grade - University

15 Qs

Python List Operations

Python List Operations

10th Grade

10 Qs

Python Lists

Python Lists

10th Grade

14 Qs

Python Arrays 1D

Python Arrays 1D

Assessment

Quiz

Computers

9th - 11th Grade

Hard

Created by

Mr Abbas

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a list?

fruit = ["apples", "oranges", "bananas"]

fruit = "apples", "oranges", "bananas"

fruit = {"apples", "oranges", "bananas"}

fruit = ("apples", "oranges", "bananas")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Each item in a list has an "address" or index. The first index in a Python list is what?

1

0

a

A

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the position of the name 'Paula' in the following list:
names = ["Paul","Phillip","Paula","Phillipa"]
0
1
2
3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What output will this code produce?

['France', 'Wales', 'England']

France

France Wales England

France

France, Wales, England

Wales

['France', 'Wales', 'England']

Wales

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In programming, lists are often known as...

Arrays

Elements

Indexes

Data

6.

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"

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do i remove something from a list?

variable.append()

variable.delete()

variable.remove()

variable=(new variable)

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?