Quiz 4 Edhesive Review

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Katy Fleming
Used 96+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Loops are used to _____________ code.
repeat
initialize
test
incriment
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Setting a starting value for a variable is called _____________.
initializing
repeating
testing
incrementing
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following is the variable controlling the loop?
int
sum
num
x
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Why do we use 'while' loops?
Because of efficiency.
Because computers can do calculations humans can't.
Because programs need to make decisions.
Because programming is an important skill.
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following is NOT true about 'while' loops?
Use conditions like if statements
A way of repeating a code
Give us more control over how the program runs
Used to find remainders
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
It should print out:
Next number: 10 Next number: 9 Next number: 8 Next number: 7 Next number: 6 What is wrong?
It should be c = c + 1
Nothing, the code runs as it should.
c = 10 should be c = 1
The c = c - 1 is not inside the loop. This will cause the loop not to stop.
7.
MULTIPLE SELECT QUESTION
2 mins • 1 pt
1
2
3
4
5
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
PCEP Section 2B: Perform different types of iterations

Quiz
•
12th Grade
12 questions
9.1.6 - Starter Quiz

Quiz
•
8th - 9th Grade
10 questions
Advanced Java Study Guide

Quiz
•
11th - 12th Grade
15 questions
Kuizi 14 - Web

Quiz
•
10th Grade - University
15 questions
CMU CS Academy Unit 3.2.1 Boolean Expressions Part 0

Quiz
•
9th Grade
15 questions
C - Language Quiz

Quiz
•
12th Grade
10 questions
Python Condition Controlled Iteration

Quiz
•
10th Grade
10 questions
Iterative Constructs in Java

Quiz
•
9th 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
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade