VISUAL PROGRAMMING

Quiz
•
Computers
•
11th Grade
•
Hard
Stephen Mutiso
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the VB.NET For loop?
To execute a loop only once
To iterate a certain amount of times until a condition is met
To iterate over sequences of data
To create a loop that runs indefinitely
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the VB.NET For Each loop?
To execute a loop only once
To iterate a certain amount of times until a condition is met
To create a loop that runs indefinitely
To iterate over sequences of data
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the Step feature in the For loop?
To change the increment value of the counter variable
To exit the loop immediately
To reverse the loop
To skip every other iteration
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the Exit For statement do in a For loop?
Skips the current iteration and moves to the next
Exits the loop immediately
Reverses the loop
Increments the loop counter
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the Continue For statement do in a For loop?
Reverses the loop
Exits the loop immediately
Skips the current iteration and moves to the next
Increments the loop counter
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the code in Example 1?
1 2 3 4 5
1 2 3 4 5 6 7
1 2 3 4
1 2 3 4 5 6
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the code in Example 2?
1 2 3 4 5 6
2 4 6 8 10
1 2 3 4 5
1 3 5 7 9
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Iteration

Quiz
•
9th - 12th Grade
13 questions
Python Functions

Quiz
•
9th - 12th Grade
10 questions
For Loop in Python

Quiz
•
11th Grade
6 questions
AP CSA 4.4 (Nested Loops)

Quiz
•
10th - 12th Grade
15 questions
Computer Science - Python

Quiz
•
9th - 12th Grade
16 questions
For and While Loops in Python

Quiz
•
9th - 12th Grade
15 questions
Intro to Java Loops

Quiz
•
9th - 12th Grade
10 questions
Global and local variables

Quiz
•
10th - 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