java conditionals, loops, and methods

java conditionals, loops, and methods

10th Grade

28 Qs

quiz-placeholder

Similar activities

Java and game maker conditional statements review

Java and game maker conditional statements review

CodeHS 3.1 Boolean Expressions-4.2 For Loops Review

CodeHS 3.1 Boolean Expressions-4.2 For Loops Review

Java Conditionals

Java Conditionals

Java Operators

Java Operators

Intro to Java - Loops and if Statements

Intro to Java - Loops and if Statements

Java conditional/loop/method

Java conditional/loop/method

CF1 Quiz 4 Review: Conditionals, Arrays, and Loops

CF1 Quiz 4 Review: Conditionals, Arrays, and Loops

java conditionals, loops, and methods

java conditionals, loops, and methods

Assessment

Quiz

Computers

10th Grade

Practice Problem

Medium

Created by

Sarbagya Malla

Used 30+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Symbols used to connect two or more statements; &&, ||

Logical Operators
Compound Conditional
Event
Conditional Statement

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

Media Image

What is the underlined symbol in the pictured code called?

Variable

Math Method

Index

Arithmetic Operator

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

How many stars are printed?

7

3

4

5

Infinite Loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This is an example of a non-return method.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

Media Image

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

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers