
Iteration Practice

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

10 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Consider the following code segment. What value is stored in the variable count as a result of executing the code segment?
Back
1
2.
FLASHCARD QUESTION
Front
Consider the following two code segments. Code segment II is a revision of code segment I in which the loop header has been changed. Which of the following best explains how the output changes from code segment I to code segment II?
Back
The code segments print the same values but in a different order, because code segment I iterates from 1 to 5 and code segment II iterates from 5 to 1.
3.
FLASHCARD QUESTION
Front
Consider the following code segment. What will be the value of count as a result of executing the code segment? Options: 100, 101, 160, 161, 321
Back
161
4.
FLASHCARD QUESTION
Front
Consider the following method. Which of the following best describes the value returned from a call to doWhat? Options: num, The sum of all integers between 1 and num, inclusive, The sum of all even integers between 1 and num, inclusive, The sum of all odd integers between 1 and num, inclusive, No value is returned because of an infinite loop.
Back
The sum of all odd integers between 1 and num, inclusive
5.
FLASHCARD QUESTION
Front
What value is returned as a result of the call numCalc(8)? Options: 1, 3, 5, 8, 13
Back
13
6.
FLASHCARD QUESTION
Front
Consider the following two code segments. Assume that the int variables m and n have been properly declared and initialized and are both greater than 0. Assume that the initial values of m and n are the same in code segment I as they are in code segment II. Which of the following correctly compares the number of times that "A" and "B" are printed when each code segment is executed?
Back
"A" is printed m more times than "B".
7.
FLASHCARD QUESTION
Front
Which of the following code segments produces the output "987654321"?
Back
Create a free account and access millions of resources
Similar Resources on Wayground
9 questions
Geometry Concepts

Flashcard
•
10th Grade - University
14 questions
Java Math and String Libraries

Flashcard
•
9th - 12th Grade
15 questions
CodeHS Python Unit 7 Looping Flashcard Review

Flashcard
•
9th - 12th Grade
7 questions
Java Basics #2

Flashcard
•
10th - 12th Grade
8 questions
Unit #4- Loops and Nested Loops

Flashcard
•
9th - 12th Grade
10 questions
CODEHS Looping Unit 5 Review

Flashcard
•
9th - 12th Grade
8 questions
Mutually Exclusive and Inclusive Review

Flashcard
•
9th - 12th Grade
14 questions
AP CSP: Interpreting Algorithms / Block Programming Language

Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
20 questions
Introduction to Desktop Computer Systems

Quiz
•
9th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Computer Hardware and Input/Output Devices

Interactive video
•
6th - 10th Grade