
CodeHS Unit 2: Lessons 9-10

Quiz
•
Computers
•
10th - 12th Grade
•
Medium
Courtney Yatteau
Used 18+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is ouptut by the code? Pretend it says System.out.println
2
3
4
5
6
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
104
54
44
35
65
3.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
int x = 0;
while (x < 4) {
x = x + 1;
}
System.out.println("x is " + x);
4.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
int count = 0;
while (count < 10) {
System.out.println("Welcome to Java");
count++;
}
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What does the code output?
0
1
2
3
1
2
3
0
1
2
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What does the code output?
hi
hi
hi
hi
hi
hi
hi
hi
hi
hi
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What does the code output?
3
4
5
1
2
3
3
4
5
6
3
4
4
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Java Code Tracing Practice A

Quiz
•
9th - 12th Grade
15 questions
Java Script Quiz

Quiz
•
9th - 12th Grade
17 questions
AP CS Test 0 Module 1

Quiz
•
9th - 12th Grade
16 questions
CSA Unit 3 Review

Quiz
•
10th - 12th Grade
16 questions
Python programming

Quiz
•
6th - 12th Grade
14 questions
C++ - Loops and Random Numbers

Quiz
•
9th - 12th Grade
18 questions
PCEP 30-02 Practice Exam

Quiz
•
10th Grade
9 questions
Java For Loops

Quiz
•
9th - 12th 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
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