CS8 - 3rd SW - ZLGA - CodeHS Basic Python

Flashcard
•
Computers
•
8th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

50 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Please answer the question in the image: Options: A, B, C, D
Back
C
2.
FLASHCARD QUESTION
Front
An infinite loop is :A loop runs infinite times when the condition-------------.
Back
never fails
3.
FLASHCARD QUESTION
Front
In programming, what is iteration/looping?
Back
The repetition of steps within a program
4.
FLASHCARD QUESTION
Front
How many times does the following program print the word ‘computer’:
word= "computer"
for num in range(1,6):
print(word)
Back
5
5.
FLASHCARD QUESTION
Front
Which of the following for loops would print the following numbers?
3
5
7
9
Options:
for i in range(3, 10, 2):
print(i)
for i in range(3, 9, 2):
print(i)
for i in range(9):
print(i)
for i in range(3,9):
print(i)
Back
for i in range(3, 10, 2):
print(i)
6.
FLASHCARD QUESTION
Front
Three of the for loops below will provide identical values for i. Which for loop will provide values that do not match the others?
Options: for i in range(0, 5):, for i in range(5):, for i in range(0, 5, 1):, for i in range(5, 0, 1):
Back
for i in range(5, 0, 1):
7.
FLASHCARD QUESTION
Front
What would be the output of the following code (assuming correct indentions):
for i in range(3):
print(5)
Back
5 5 5
Create a free account and access millions of resources
Similar Resources on Wayground
39 questions
Digital Literacy Final - Computer and Internet Basics

Flashcard
•
9th Grade
40 questions
AVID 1 Midterm Exam

Flashcard
•
9th Grade
40 questions
Python Assessment 1

Flashcard
•
7th - 9th Grade
49 questions
ASKT2 : 3.2 Struktur Kod Arahan

Flashcard
•
9th Grade
46 questions
CSIM Semester Exam

Flashcard
•
8th Grade
44 questions
Final Exam 9

Flashcard
•
9th Grade
44 questions
Lesson 5 Flashcard - Managing Devices

Flashcard
•
8th Grade
49 questions
Final Exam: Programming & Workplace Readiness Concepts

Flashcard
•
9th Grade
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
22 questions
College Terms

Quiz
•
8th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
32 questions
Keyboarding

Quiz
•
8th Grade
10 questions
Google Drive

Quiz
•
6th - 8th Grade
10 questions
Acceptable Use of Technology

Quiz
•
7th - 8th Grade