CS A Unit 4 Practice

Quiz
•
Computers
•
11th Grade
•
Hard
SAMUEL KEENER
Used 2+ times
FREE Resource
24 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which kind of loop would be used?
I need a program that will keep letting me add a monthly payment for 12 months.
FOR Loop
WHILE Loop
2.
MULTIPLE CHOICE QUESTION
1 min • 12 pts
Which kind of loop would be used?
I need a guessing game program that will let me keep guessing until I get the right answer.
FOR Loop
WHILE Loop
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which kind of loop would be used?
I need a program that will keep letting me add money to a piggy bank until I get to $100.
FOR Loop
WHILE Loop
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the symbol used for the INCREMENT operator ?
+
++
=
==
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
int count = 0;
while (count < 10) {
System.out.println("Welcome to Java");
count++;
}
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which is NOT a way to add one to count?
count ++;
count = count + 1;
count +=1;
count +1;
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will happen if an infinite while loop runs?
the program will crash
the computer will crash
the loop will just keep running
an error message will be displayed
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
CodeHS - Intro to Python - Basics and Console Interaction

Quiz
•
9th Grade - Professio...
20 questions
iGCSE Computer Science: Problem Solving

Quiz
•
9th - 12th Grade
20 questions
Python Basics Review (TSK)

Quiz
•
9th - 12th Grade
20 questions
Basic Python

Quiz
•
10th - 12th Grade
24 questions
Java Loops

Quiz
•
10th - 12th Grade
20 questions
Python variables and operators quiz

Quiz
•
9th - 12th Grade
24 questions
Unit 4 Quiz 2 Review

Quiz
•
9th - 12th Grade
20 questions
Python Basics (CodeHS)

Quiz
•
7th - 12th Grade
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade