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
15 questions
Forensics Semester 1 Challenge

Flashcard
•
12th Grade
15 questions
Urinary System

Flashcard
•
11th Grade
9 questions
Python Programming Basics Flashcard

Flashcard
•
12th Grade
15 questions
Key Exchange - CompTIA Security+ SY0-701 - 1.4

Flashcard
•
12th Grade - University
15 questions
Fingerprint Evidence

Flashcard
•
12th Grade
15 questions
Forensics Fingerprint Patterns

Flashcard
•
11th - 12th Grade
14 questions
Fingerprint Patterns

Flashcard
•
11th - 12th Grade
15 questions
CH 20 URINARY - DIURETICS - PHARM

Flashcard
•
KG - University
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