Unit 4 Lesson 1 While Loops

Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Sonia Paulino
FREE Resource
Student preview

9 questions
Show all answers
1.
FLASHCARD QUESTION
Front
While Loops
Back
A control flow statement that repeatedly executes a block of code as long as the condition is true.
2.
FLASHCARD QUESTION
Front
Condition
Back
The boolean expression that must evaluate to true for the loop to continue executing. If it evaluates to false, the loop stops.
3.
FLASHCARD QUESTION
Front
Infinite Loops
Back
A loop that never ends; the condition always evaluates to true.
4.
FLASHCARD QUESTION
Front
Loop Body
Back
The block of code inside the loop.
5.
FLASHCARD QUESTION
Front
Iteration
Back
One complete execution of the loop body.
6.
FLASHCARD QUESTION
Front
Variable Scope
Back
Refers to the part of the program where a variable is accessible. Variables declared inside a loop are local to that loop and cannot be accessed outside of it.
7.
FLASHCARD QUESTION
Front
Nested Loops
Back
A loop inside another loop. The inner loop completes all its iterations for each iteration of the outer loop.
8.
FLASHCARD QUESTION
Front
Runtime Error
Back
An error that occurs during the execution of a program, which can cause the program to crash or behave unexpectedly.
9.
FLASHCARD QUESTION
Front
Loop Control Variable
Back
A variable that controls the execution of the loop, typically by changing its value during each iteration of the loop to eventually fail the loop condition.
Similar Resources on Wayground
15 questions
CodeHS Python Unit 5 Looping Flashcard

Flashcard
•
9th - 12th Grade
15 questions
Flashcard Review

Flashcard
•
9th Grade - University
16 questions
Loops Flashcard

Flashcard
•
9th - 12th Grade
15 questions
Homeostasis and Feedback

Flashcard
•
9th - 12th Grade
15 questions
Homeostasis: Feedback Loops

Flashcard
•
KG - University
9 questions
Code.org Course A Vocabulary

Flashcard
•
9th - 12th Grade
11 questions
Java Loops

Flashcard
•
11th Grade
9 questions
Loops - code.org

Flashcard
•
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
Appointment Passes Review

Quiz
•
6th - 8th 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
20 questions
Grammar Review

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

Interactive video
•
6th - 10th Grade
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade