Y9 List Introduction

Quiz
•
Computers
•
9th Grade
•
Medium
Dave Gwilt
Used 16+ times
FREE Resource
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
Similar Resources on Wayground
20 questions
list 6th

Quiz
•
7th Grade - University
20 questions
AP CS A Unit 6 Exam PRACTICE

Quiz
•
9th - 12th Grade
20 questions
Chapter 6- Lists and Loops

Quiz
•
9th Grade
15 questions
ASK T3-STRUKTUR KOD ARAHAN

Quiz
•
9th Grade
14 questions
Python Basics

Quiz
•
9th - 12th Grade
19 questions
Programming Techniques Survey

Quiz
•
8th - 12th Grade
15 questions
Loops Python

Quiz
•
9th Grade
17 questions
CSA Array Unit Test

Quiz
•
9th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade