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
19 questions
Programming Techniques Survey

Quiz
•
8th - 12th Grade
20 questions
AP CS A Unit 6 Exam PRACTICE

Quiz
•
9th - 12th Grade
20 questions
CS J277 Unit 7 Programming

Quiz
•
11th Grade
22 questions
CodeHS AP CSP Unit 3 Review

Quiz
•
11th - 12th Grade
20 questions
Массивы и объекты в JavaScript

Quiz
•
11th Grade
20 questions
Long Test JAVA Programming

Quiz
•
11th Grade
20 questions
IST CodeHS Unit 2 Robot Coding Review

Quiz
•
9th - 12th Grade
20 questions
2.5 Programming IDEs and Translators

Quiz
•
9th - 11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade