LO13 Lesson 7

Quiz
•
Computers
•
10th Grade
•
Medium
Samantha Cassia
Used 1+ times
FREE Resource
14 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What is the output of this code?
my_name = "Sandy"
print(my_name[2])
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What is the output of this code?
my_name = "Sandy"
print(my_name[-2])
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What is the output of this code?
my_name = "Sandy"
print(my_name[0:5])
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What is the output of this code?
my_name = "Sandy"
print(my_name[:])
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What is the output of this code?
my_name = "Sandy"
print(my_name[:5])
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What is the output of this code?
my_name = "Sandy"
print(my_name[1:4])
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The len() method in the below example is used to
find the length of a list.
compare two integers.
find the length of a string.
find the length of a program.
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Python Basics Quiz

Quiz
•
9th - 12th Grade
14 questions
year 8 lesson 2 quiz - python

Quiz
•
8th - 10th Grade
17 questions
Python - Quiz

Quiz
•
9th - 11th Grade
18 questions
STATIC KEYWORD IN JAVA

Quiz
•
9th - 12th Grade
16 questions
Python Basics

Quiz
•
KG - University
15 questions
Quiz 142 - Python inputs and outputs

Quiz
•
9th Grade - University
15 questions
Python for kids and teenagers - Level 1

Quiz
•
10th Grade
16 questions
Python

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade