LO13_Lesson 5

Quiz
•
Computers
•
10th Grade
•
Medium
Samantha Cassia
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is iteration known as?
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following best describes the purpose of a for loop?
A for loop is for doing something an indeterminate number of times.
A for loop is doing something an infinite number of times.
A for loop is for doing something a fixed number of times.
A for loop is for doing something three times.
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following best describes the while loop?
A loop that always executes at least once, regardless of the condition.
A loop that repeats a block of code as long as a specified condition is true.
A loop that executes a specific number of times.
A loop that is used exclusively for iterating over elements in a list.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the range() function do in a for loop?
Creates a copy of the list
Filters elements in a list
Reverses the order of elements
Generates a sequence of numbers
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
How many times does the following program print the word ‘computer’:
word= "computer"
for num in range(1,6):
print(word)
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following programs prints ten lines?
for i in range(10):
print("hi")
for i = 1 to 10:
print("hi")
for i in 1 - 10:
print("hi")
for i from 0 to 9:
print("hi")
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Programming python review

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

Quiz
•
8th - 10th Grade
14 questions
GCSE Computing - Subprograms

Quiz
•
9th - 10th Grade
12 questions
Python Print Statement

Quiz
•
6th - 10th Grade
10 questions
Pseudocode - OCR ERL

Quiz
•
9th - 12th Grade
13 questions
Python Iteration

Quiz
•
10th Grade
10 questions
Java Print Statements Warm-Up

Quiz
•
9th - 12th Grade
12 questions
Python Loops

Quiz
•
9th - 11th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
10 questions
Essential Lab Safety Practices

Interactive video
•
6th - 10th Grade
62 questions
Spanish Speaking Countries, Capitals, and Locations

Quiz
•
9th - 12th Grade
20 questions
First Day of School

Quiz
•
6th - 12th Grade
21 questions
Arithmetic Sequences

Quiz
•
9th - 12th Grade