Python Arrays Quiz P7

Python Arrays Quiz P7

11th Grade

15 Qs

quiz-placeholder

Similar activities

Recording Software Button Identification Quiz

Recording Software Button Identification Quiz

8th Grade - University

10 Qs

Windows 10 Basics

Windows 10 Basics

9th - 12th Grade

10 Qs

TIN 11 BÀI 11 KIỂU MẢNG

TIN 11 BÀI 11 KIỂU MẢNG

11th Grade

18 Qs

Online Platform Block Q

Online Platform Block Q

11th - 12th Grade

20 Qs

Chapter 3: Storage devices and media (Part 2):

Chapter 3: Storage devices and media (Part 2):

10th - 11th Grade

15 Qs

Quiz 9 (15.09.2021)

Quiz 9 (15.09.2021)

1st - 12th Grade

10 Qs

Technology Week HTG Quiz - Monday

Technology Week HTG Quiz - Monday

7th - 12th Grade

10 Qs

Thinglink

Thinglink

9th - 12th Grade

10 Qs

Python Arrays Quiz P7

Python Arrays Quiz P7

Assessment

Quiz

Computers

11th Grade

Practice Problem

Medium

DOK Level 1: Recall

Standards-aligned

Created by

Grit and Motivation

Used 21+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax to create an array in Python using the array module?

`array('i', [1, 2, 3])`

`array([1, 2, 3])`

`[1, 2, 3]`

`{'i': [1, 2, 3]}`

Tags

DOK Level 1: Recall

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access the first element of a Python array named `arr`?

`arr[0]`

`arr[1]`

`arr(first)`

`first(arr)`

Tags

DOK Level 1: Recall

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to modify the second element in a Python array `arr` to the value 5?

`arr[1] = 5`

`arr(1) = 5`

`arr[2] = 5`

`modify(arr[1], 5)`

Tags

DOK Level 1: Recall

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you slice a Python array `arr` to get the first three elements?

`arr[0:2]`

`arr[0:3]`

`arr[:3]`

`arr[1:3]`

Tags

DOK Level 1: Recall

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which array method in Python is used to add an element at the end of an array?

`append()`

`extend()`

`insert()`

`add()`

Tags

DOK Level 1: Recall

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access the last element of a Python array named `arr`?

`arr[-1]`

`arr[last]`

`arr[end]`

`last(arr)`

Tags

DOK Level 1: Recall

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to change the third element in a Python array `arr` to the string "Python"?

`arr[2] = "Python"`

`arr[3] = "Python"`

`arr[2] = Python`

`set(arr[2], "Python")`

Tags

DOK Level 1: Recall

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

Already have an account?