Visual C# Flashcard - Chapter 5: Loops, Files, and Random Numbers

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

15 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What does a while loop do?
Back
Repeats a statement as long as a Boolean expression is true
2.
FLASHCARD QUESTION
Front
What is the structure of a while loop?
Back
while (BooleanExpression) { statements }
3.
FLASHCARD QUESTION
Front
What type of loop is a while loop considered?
Back
Pretest loop
4.
FLASHCARD QUESTION
Front
What happens if the condition of a while loop is false at the start?
Back
The loop will not iterate at all
5.
FLASHCARD QUESTION
Front
What is an infinite loop?
Back
A loop that repeats until interrupted.
6.
FLASHCARD QUESTION
Front
What do the ++ and -- operators do?
Back
Increment and decrement a variable
7.
FLASHCARD QUESTION
Front
What is the general format of a for loop?
Back
for (Initialization; Test; Update) { statements }
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
FC: Java do-while Loop

Flashcard
•
12th Grade
15 questions
CS172 Test 1 Review

Flashcard
•
University
15 questions
F- Benchmark #2 Study Guide Part 2

Flashcard
•
12th Grade
15 questions
HP 23-24 Feedback Loops

Flashcard
•
12th Grade
14 questions
Practice with Fingerprints

Flashcard
•
11th - 12th Grade
15 questions
Fingerprinting Review

Flashcard
•
12th Grade
15 questions
Fingerprinting

Flashcard
•
12th Grade
10 questions
Java While Loop

Flashcard
•
12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade