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
11 questions
J277 Programming - Data Types

Quiz
•
9th - 11th Grade
10 questions
KS4 Programming Techniques (1)

Quiz
•
8th - 10th Grade
12 questions
Variables and data types

Quiz
•
4th - 12th Grade
16 questions
Program Development - Python: Code Basics 1

Quiz
•
8th - 10th Grade
10 questions
Python Boolean and If

Quiz
•
9th - 12th Grade
17 questions
SST Yr8 - NCCE - Programming 2

Quiz
•
9th - 12th Grade
12 questions
S3 Python 1

Quiz
•
8th - 10th Grade
10 questions
Quiz Week 6

Quiz
•
10th 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
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade