Y9 List Introduction

Y9 List Introduction

9th Grade

18 Qs

quiz-placeholder

Similar activities

Gli indirizzi IP

Gli indirizzi IP

9th Grade - Professional Development

15 Qs

مراجعة وحدة البرمجة بواسطة المايكروبت

مراجعة وحدة البرمجة بواسطة المايكروبت

9th - 12th Grade

15 Qs

exploring computer science

exploring computer science

9th - 12th Grade

15 Qs

J277 Test, trace and validate

J277 Test, trace and validate

9th - 11th Grade

21 Qs

Email Lớp 6

Email Lớp 6

6th Grade - University

17 Qs

BÀI 16 - THUẬT TOÁN SẮP XẾP

BÀI 16 - THUẬT TOÁN SẮP XẾP

9th Grade - University

15 Qs

ÔN TẬP CUỐI KỲ II TIN 8

ÔN TẬP CUỐI KỲ II TIN 8

8th - 11th Grade

17 Qs

POTENCIACIÓN NIVEL I

POTENCIACIÓN NIVEL I

1st Grade - University

20 Qs

Y9 List Introduction

Y9 List Introduction

Assessment

Quiz

Computers

9th Grade

Practice Problem

Medium

Created by

Dave Gwilt

Used 16+ times

FREE Resource

AI

Enhance your content in a minute

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

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Create an empty list called names

names = [ ]

names = { }

[ ] = names

names = "Empty"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Display 42 from the list nums = [21, 42, 84]

print(nums[1])

print(nums[2])

print(nums(1))

print(nums(2))

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Display 5 from the list odds = [ 1, 3, 5 ]. Do not put any spaces in your answer.

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Complete the line of code to create an empty list called hobbies:

hobbies =

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Assign x to be the number of items in the list 'animals':

x = len(animals)

x = len[animals]

x = animals.count()

x = count(animals)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the index of the first item in a list?

0

1

It depends

-1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the index of the last item in a list?

0

1

It depends

-1

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?