Final Review Part 2

Quiz
•
Computers
•
11th Grade
•
Easy
LARRY GREEN
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A property of collections that are used to provide elements one at a time and in sequence.
Arguments
Block of code
Iterable
Loop
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Algorithmic structure for performing the instructions multiple times.
Arguments
Block of code
Iterable
Loop
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A group of program statements that are grouped together, denoted by indentation in Python.
Arguments
Block of code
Iterable
Loop
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The values that the programmer provides in the function call.
Arguments
Block of code
Iterable
Loop
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following function return? range(10, 17, 2)
[10, 11, 12, 13, 14, 15, 16, 17]
[10, 12, 14, 16, 17]
[17, 15, 13, 11]
[10, 12, 14, 16]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following function return? range(6)
[1, 2, 3, 4, 5]
[1, 2, 3, 4, 5, 6]
[0, 1, 2, 3, 4, 5]
[0, 1, 2, 3, 4, 5, 6]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the range function, what is the default value for the start argument?
3
1
2
0
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Grade 12-Python selection&iteration

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

Quiz
•
KG - University
20 questions
JavaScript Basics CodeHS

Quiz
•
7th - 12th Grade
20 questions
IST CodeHS Unit 2 Robot Coding Review

Quiz
•
9th - 12th Grade
20 questions
Computer Science Pre-Test

Quiz
•
9th - 12th Grade
20 questions
Arduino Basics

Quiz
•
9th - 12th Grade
15 questions
C# Loops (All)

Quiz
•
9th - 12th Grade
20 questions
Loops

Quiz
•
1st - 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
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
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