
Grade IX A B C
Flashcard
•
Computers
•
9th Grade
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Student preview

7 questions
Show all answers
1.
FLASHCARD QUESTION
Front
public class BoolTest1 { public static void main(String[] args) { int age = 15; int year = 14; System.out.println(age == year); year = 15; System.out.println(age == year); System.out.println(age != year); } }}
Back
false
true
false
2.
FLASHCARD QUESTION
Front
public class BoolTest2 { public static void main(String[] args) { int age = 15; int year = 14; System.out.println( age < year ); System.out.println( age > year ); System.out.println( age <= year+1 ); System.out.println( age-1 >= year ); } }}
Back
false, true, true, true
3.
FLASHCARD QUESTION
Front
public class BoolMod { public static void main(String[] args) { int age1 = 15; int age2 = 16; int divisor = 2; System.out.println("Remainder of " + age1 + "/" + divisor + " is " + (age1 % divisor) ); System.out.println("Remainder of " + age2 + "/" + divisor + " is " + (age2 % divisor) ); System.out.println("Is " + age1 + " even? " + (age1 % 2 == 0) ); System.out.println("Is " + age2 + " even? " + (age2 % 2 == 0) ); } }
Back
Remainder of 15/2 is 1Remainder of 16/2 is 0Is 15 even? falseIs 16 even? true
4.
FLASHCARD QUESTION
Front
How many times will "Hello" be printed in the loop: for(int i=0; i < 7; i+=3) { System.out.println("Hello!");}?
Back
3
5.
FLASHCARD QUESTION
Front
How many times will "Hello" be printed? for(int i=1; i <= 1; i+=3) { System.out.println("Hello!");}
Back
1
6.
FLASHCARD QUESTION
Front
How many times will "Hello" be printed? int i=3; do { System.out.println("Hello!"); } while (++i <= 3);
Back
1
7.
FLASHCARD QUESTION
Front
How many times will "Hello" be printed? for (int i=2; i < 2; i+=1) { for(int j=0; j < 7; j+=2) { System.out.println("Hello"); } }
Back
0
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
13 questions
Flashcard #2-Recognizing positive and negative messages
Flashcard
•
8th Grade
11 questions
Go Far with Chinese 1 Lesson 1
Flashcard
•
9th Grade
14 questions
Empirical Formulae
Flashcard
•
10th Grade
15 questions
Percent Composition
Flashcard
•
9th Grade
15 questions
Remainder Theorem
Flashcard
•
9th Grade
15 questions
Fraction Operations
Flashcard
•
9th Grade
13 questions
Пайтон. 7 клас. Алгоритми
Flashcard
•
7th Grade
6 questions
Steps in Long Division of Polynomials
Flashcard
•
10th Grade
Popular Resources on Wayground
7 questions
History of Valentine's Day
Interactive video
•
4th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
15 questions
Valentine's Day Trivia
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Computers
10 questions
Exploring Valentine's Day with Charlie Brown
Interactive video
•
6th - 10th Grade
18 questions
Valentines Day Trivia
Quiz
•
3rd Grade - University
20 questions
El Verbo IR Practice
Quiz
•
9th Grade
10 questions
Valentine's Day History and Traditions
Interactive video
•
6th - 10th Grade
20 questions
Graphing Inequalities on a Number Line
Quiz
•
6th - 9th Grade
20 questions
Exponent Properties
Quiz
•
9th Grade
21 questions
Presidents Day Trivia
Quiz
•
6th - 12th Grade
10 questions
Valentine's Day: History and Modern Celebration
Interactive video
•
9th - 12th Grade