java conditionals, loops, and methods

Quiz
•
Computers
•
10th Grade
•
Medium
Sarbagya Malla
Used 28+ times
FREE Resource
28 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
for(int i = 3; i < 20; i +=4)
System.out.print(i + " ");
3 7 11 15 19 23
19
3 7 11 15 19
7 11 15 19
23
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the underlined symbol in the pictured code called?
Variable
Math Method
Index
Arithmetic Operator
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
How many stars are printed?
7
3
4
5
Infinite Loop
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
This is an example of a non-return method.
True
False
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In this scenario it is raining. Is the conditional true or false and what will we do in this scenario.
true, we will stay indoors
true, we will go outside
false, we will stay indoors
false, we will go outside
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following code print?
5 6 7 8 9
4 5 6 7 8 9 10 11 12
3 5 7 9 11
3 4 5 6 7 8 9 10 11 12
Create a free account and access millions of resources
Similar Resources on Wayground
27 questions
Python 2d topic (типы данных, ввод, вывод)

Quiz
•
6th - 12th Grade
26 questions
Новогодняя по Pythony

Quiz
•
9th - 12th Grade
25 questions
8th Grade (Programming B)

Quiz
•
8th - 12th Grade
24 questions
S3 Python datatypes and variables

Quiz
•
8th - 10th Grade
27 questions
Java Script BASICS

Quiz
•
9th - 12th Grade
25 questions
AQA GCSE Programming

Quiz
•
10th Grade
25 questions
Python for Absolute Beginners

Quiz
•
8th - 12th Grade
30 questions
Python L1 Programming Challenge

Quiz
•
1st - 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