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
Forensics Unit 3 Summative - Exam #3

Flashcard
•
9th - 12th Grade
11 questions
AP Computer Science Principles Unit 3

Flashcard
•
10th - 12th Grade
9 questions
Unit 5 -- Lists, Loops, Traversals

Flashcard
•
9th - 12th Grade
5 questions
Enhanced For Loops

Flashcard
•
10th - 12th Grade
12 questions
Name That Song (Holiday Edition)

Flashcard
•
9th - 12th Grade
10 questions
Module 07 - While Loops

Flashcard
•
10th Grade
5 questions
Fundamentals of Programming

Flashcard
•
8th - 12th Grade
15 questions
Sequencing, Selection & Iteration Flashcard

Flashcard
•
9th - 10th 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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade