java(level2)

Quiz
•
Education
•
7th Grade
•
Hard
Rania Khaled
Used 5+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Is "X" printed?
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Is "X" printed?
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
F && F =
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times does the loop print a *
10
20
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you declare a while loop that prints numbers from 1 to 5?
while (i <= 5) { System.out.println(i++); }
while (i < 5) { System.out.println(++i); }
while (i <= 5) { System.out.println(++i); }
while (i < 5) { System.out.println(i++); }
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the 'continue' statement do in Java?
Exits the loop or switch statement
Skips the current iteration of a loop
Jumps to a specific label in the code
Returns a value from a method
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you declare an array of strings in Java?
String[] names = new String[5];
String names[] = new String[5];
String[] names = new String[];
String names[] = new String[];
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
"The Landlady" by Roald Dahl Review

Quiz
•
7th - 10th Grade
10 questions
Check-in

Quiz
•
5th Grade - University
9 questions
Python (1-2 урок)

Quiz
•
1st - 12th Grade
13 questions
Алгоритми та програми (узагальнення)

Quiz
•
7th Grade
10 questions
Lesson 25 - datetime module

Quiz
•
5th - 8th Grade
10 questions
Bab 3.1.2 ASK T2

Quiz
•
1st - 12th Grade
16 questions
Defining & Non - Defining Relative Clauses

Quiz
•
1st Grade - Professio...
15 questions
Yapay zeka dersi konu tekrarı

Quiz
•
6th - 8th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Education
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Hallway & Bathroom Expectations

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

Interactive video
•
6th - 10th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
24 questions
Flinn Lab Safety Quiz

Quiz
•
5th - 8th Grade
22 questions
Figurative Language

Quiz
•
7th Grade
10 questions
Essential Lab Safety Practices

Interactive video
•
6th - 10th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade